I have a local server running PHP-GCI 5.3.0, but when I run phpinfo()
it shows me normal information, but extensions.
There are nothing about extensions, and I'm using its normal ext
folder.
Could this be related to my folder having spaces? (i.e. this is my php.ini
C:\Arquivos de programas\Winco\Winconnection4\php.ini
)
I need to do something different to load extensions while using CGI?
This is my php.ini
:
[PHP] zend_extension="ext/php_xdebug-2.0.5-5.3-vc6.dll"
register_globals=Off
safe_mode = on
cgi.force_redirect = Off
extension_dir="ext"
session.bug_compat_warn=Off;
#
ATIVANDO A COMPACTAÇÃO DA PAGINA
#
zlib.output_compression = Onerror_reporting = E_ALL & ~E_NOTICE
display_errors = on
extension=php_sqlite3.dll