[nycphp-talk] Zend Studio and Oracle
Tim Gales
tgales at tgaconnect.com
Wed Feb 4 13:18:13 EST 2004
Maybe an example will help
Let's say phpinfo (from inside the ide)
says something like this:
System Windows XP build 2600
Build Date May 28 2003 15:06:05
Server API CGI/FastCGI
Virtual Directory Support enabled
Configuration File (php.ini) Path c:\zend\bin\php.ini
PHP API 20020918
PHP Extension 20020429
Zend Extension 20021010
Debug Build no
Thread Safety enabled
Registered PHP Streams php, http, ftp, compress.zlib
okay you open up the c:\zend\bin\php.ini
and you add somethng like:
zend_extension_ts=C:\zend\lib\ZendDebuggerLocal.dll
zend_debugger.allow_hosts=127.0.0.1/32
session.save_path=C:\zend\tmp
;; stuff added
include_path = ".\;C:\php\includes;C:\php\PEAR\pear;C:\php\PEAR;include
extension_dir = ".\;C:\php\extensions"
extension=php_oci8.dll
;;
error_reporting = E_ALL
log_errors = On
track_errors=1
error_log = php4_errrors.log
display_errors=Off
register_argc_argv = on
=============
this assumes your php_oci8.dll
can work with php 4.3.2
Warning: I never tried this --
but it seems like it should work...
T. Gales & Associates
'Helping People Connect with Technology'
http://www.tgaconnect.com
More information about the talk
mailing list