phpinfo() doesn't show DBG |
Site Admin
|
Run phpinfo and make sure that you edited the same php.ini file as listed in the phpinfo() topmost header.
Then make sure that there is extension=php_dbg.dll-4.2.3 in your php.ini file and it's written correctly (somebody are known to type extention instead of extension) Then make sure that [debugger] section is below extension loading line, while extension line itself is below the extension_dir line. Order of lines is important in php.ini. |
||||||||||||
|
wald
Guest
|
Aargh.
I fanatically denied the possibility of me making an extension_dir path error, but I did. Everything you mention was in order, but my extension_dir path was specified as this: extension_dir = C:/Progra~1/PHP/extensions/ I put in the "Progra~1" because I thought PHP might complain/misbehave at the space in "Program Files". However, PHP misinterprets this and extension_dir ends up to be "C:\Progra" and nothing more. Changing it to extension_dir = C:/Program Files/PHP/extensions/ solved my problem. Anyway, thanks for the moral support Wald |
||||||||||||
|
phpinfo() doesn't show DBG |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by