2016-09-17 4 views
1
내가 넷빈즈를 사용하고

가 XAMPP + Xdebug는이동적 라이브러리 'C : \ xampp \ php \ ext \ php_oci8_12c.dll을로드 할 수 없습니다. XAMPP의 PHP를 폴더에 모두 포함되어 지정된 모듈

내가 php.ini 파일에서 Xdebug는 설정 아래 설정 한

[XDebug] 
zend_extension = "C:\Program Files\PHP5\ext\php_xdebug-2.4.1-5.4-vc9-nts.dll" 

xdebug.default_enable=1 
xdebug.remote_mode=req 
xdebug.idekey="netbeans-xdebug" 
xdebug.remote_enable=1 
xdebug.remote_handler=dbgp 
xdebug.remote_host=127.0.0.1 
xdebug.remote_port=9000 
xdebug.remote_autostart=0 
xdebug.remote_connect_back=0 
이 내 C가

+ 찾을 수 없습니다 필요한 DLL을

내 php_oci8_12c.dll 파일

도 C에 배치됩니다 : \ XAMPP의 \ PHP는 \ 내선에게

을 XAMPP에서 아파치 서버를 다시 시작에. 내가

C에서 개최 제대로 아파치에

[Sun Sep 18 01:49:21.075508 2016] [ssl:warn] [pid 9372:tid 540] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name 
[Sun Sep 18 01:49:21.191401 2016] [core:warn] [pid 9372:tid 540] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run? 
Failed loading C:\Program Files\PHP5\ext\php_xdebug-2.4.1-5.4-vc9-nts.dll 
ww.example.com:443:0 server certificate does NOT include an ID which matches the server name 
PHP Warning: PHP Startup: mysql: Unable to initialize module\nModule compiled with module API=20131226\nPHP compiled with module API=20151012\nThese options need to match\n in Unknown on line 0 
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\xampp\\php\\ext\\php_oci8_12c.dll' - The specified module could not be found.\r\n in Unknown on line 0 
[Sun Sep 18 01:49:21.360576 2016] [mpm_winnt:notice] [pid 9372:tid 540] AH00455: Apache/2.4.18 (Win32) OpenSSL/1.0.2e PHP/7.0.2 configured -- resuming normal operations 
[Sun Sep 18 01:49:21.360576 2016] [mpm_winnt:notice] [pid 9372:tid 540] AH00456: Apache Lounge VC14 Server built: Dec 9 2015 10:17:39 
[Sun Sep 18 01:49:21.360576 2016] [core:notice] [pid 9372:tid 540] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache' 
[Sun Sep 18 01:49:21.360576 2016] [mpm_winnt:notice] [pid 9372:tid 540] AH00418: Parent: Created child process 8204 
[Sun Sep 18 01:49:22.191842 2016] [ssl:warn] [pid 8204:tid 504] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name 
Failed loading C:\Program Files\PHP5\ext\php_xdebug-2.4.1-5.4-vc9-nts.dll 
ww.example.com:443:0 server certificate does NOT include an ID which matches the server name 
PHP Warning: PHP Startup: mysql: Unable to initialize module\nModule compiled with module API=20131226\nPHP compiled with module API=20151012\nThese options need to match\n in Unknown on line 0 
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\xampp\\php\\ext\\php_oci8_12c.dll' - The specified module could not be found.\r\n in Unknown on line 0 
[Sun Sep 18 01:49:22.494042 2016] [mpm_winnt:notice] [pid 8204:tid 504] AH00354: Child: Starting 150 worker threads. 
[Sun Sep 18 01:49:37.124565 2016] [ssl:warn] [pid 800:tid 420] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name 
[Sun Sep 18 01:49:37.240484 2016] [core:warn] [pid 800:tid 420] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run? 

내 php_xdebug-2.4.1-5.4-VC9-nts.dll 파일이 오류 로그를하는 무엇입니까 : \ 프로그램 파일 \ PHP \의 v5.6에 폴더

내 URL도 attech xdeug 경로 미세 같은 : http://localhost/wordpress/?XDEBUG_SESSION_START=netbeans-xdebug

한 게시물 아파치의 bin 디렉토리에 * .dll 파일을 ICU를 이동하는 솔루션을했다 ..하지만 그들은 거기에 이미 을 무엇 이 오류 로그는 제가 누락되었다고 말하고 있습니까? 제발 제안 해주세요. 감사합니다

답변

0

이것은 apache을 사용하는 포트의 문제 일 수 있습니다.

다음 단계를 시도해보십시오.

  1. Skype를 사용하는 경우 사용 중지합니다.
  2. 는 & 포트가 설정 서비스를 클릭 관리자 권한으로
  3. 열기 xamppxampp을 시작 시도하고 구성 클릭합니다. 기본 포트 808080으로 변경하고 SSL 포트 4434433으로 변경합니다. 그런 다음 저장하고 다시 시작하십시오. xampp
  4. .config 파일을 편집하여 apache의 기본 포트 설정을 변경할 수도 있습니다. 그 아래는 구성 버튼을
    • 열기 xampp 클릭 단계를 따라 httpd.conf을 선택 할 수 있습니다. 이제 메모장에서 열립니다. 이제 Listen 80 검색하고 ServerName localhost:80에 해당 검색 후 Listen 8080
    • 로 변경하고 ServerName localhost:8080
    • 저장하고 종료로 변경.
    • 이제 구성을 다시 클릭하고 httpd-ssl.conf을 선택하십시오. Listen 443, <VirtualHost _default_:443>ServerName www.example.com:443443에서 4433으로 변경하고 종료하십시오.
    • 그리고 마지막으로 xampp을 다시 시작하십시오.

: 당신이 주소를 기본 포트를 변경하면 실행중인 apache에서 어떤 포트 번호를 언급 할 필요가있다. 예를 들어 브라우저에서 사용하는 경우 http://localhost:8080/project_name/index.php