-
PHP 윈도우즈 설치카테고리 없음 2021. 11. 23. 17:51
1. bitnami의 wamp 설치
apache, mysql, php 패키지를 한번에 설치해줌
2. php.ini 변경
extension_dir = "절대 경로"
extension= php_pod_mysql.dll ;주석 해제
3. 소스 코드
클래스 이름과 생성자 네이밍 중복
function __construct($message, $priority = null) {
참조 : https://stackoverflow.com/questions/37100373/php-deprecated-methods-with-the-same-name
PHP Deprecated: Methods with the same name
I am getting an error saying Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; TSStatus has a deprecated constructor in C:\Program Files ...
stackoverflow.com
4. redis 설치
php.ini
extension = php_redis.dll
다운로드 : https://pecl.php.net/package/redis/4.2.0/windows
PECL :: Package :: redis 4.2.0 for Windows
Top Level :: Database :: redis :: 4.2.0 :: Windows redis 4.2.0 for Windows Package Information Summary PHP extension for interfacing with Redis Maintainers Nicolas Favre-Felix (lead) [details] Michael Grunder < michael dot grunder at gmail dot com > (lead)
pecl.php.net