iPixel Posted May 22, 2009 Share Posted May 22, 2009 Im trying to get my php to properly connect to an oracle 8 database but it's not working and i suspect it's because of my php settings. phpinfo(); Configure Command = cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--with-snapshot-template=d:\php-sdk\snap_5_2\vc6\x86\template" "--with-php-build=d:\php-sdk\snap_5_2\vc6\x86\php_build" "--with-pdo-oci=D:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8=D:\php-sdk\oracle\instantclient10\sdk,shared" "--enable-htscanner=shared" "--without-pi3web" Where can i update this part of the php settings? because i do not see it anywere inside the php.ini file ? Link to comment https://forums.phpfreaks.com/topic/159258-configure-command-phpini-setting-trouble/ Share on other sites More sharing options...
trq Posted May 22, 2009 Share Posted May 22, 2009 The configure command shown was the one used to actually compile your version of php. this can only be changed at compile time. What OS are you using and how was php installed? Link to comment https://forums.phpfreaks.com/topic/159258-configure-command-phpini-setting-trouble/#findComment-840296 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.