Page 1 of 1

php oci8 11g

PostPosted: 05. January 2016 23:47
by corpjorge
Buenos dias

When I activate the extension "php_oci8_11g.dll" apache does not start, generates the error: "Apache HTTP Server stopped working"


extension=php_mysqli.dll
;extension=php_oci8.dll ; Use with Oracle 10gR2 Instant Client
extension=php_oci8_11g.dll ; Use with Oracle 11gR2 Instant Client

extension=php_openssl.dll
;extension=php_pdo_firebird.dll

Re: php oci8 11g

PostPosted: 05. January 2016 23:52
by Altrea
Apache can generate error messages...
Did you install the Oracle 11gR2 Instant Client?

Re: php oci8 11g

PostPosted: 05. January 2016 23:56
by corpjorge
yes, the Oracle client is installed and running.
The extension work with xampp php 5, but not with xampp php 7.0.1?????

Re: php oci8 11g

PostPosted: 07. January 2016 15:10
by corpjorge
please help

Re: php oci8 11g

PostPosted: 09. February 2016 01:28
by efmunevarp
Same problem, before update it worked good, now, with last xampp version (php 7), oci does not work, any idea?

I edit my php.ini file and uncomment the line "extension=php_oci8_12c.dll", then I start the Apache service an windows error is displayed: Apache HTTPS stops working, and the program is closed.

If the same line begin with ; the same line apache work fine but I can not connect to an Oracle DB.