Hi, all.
Please, help me with this problem.
I have Apache 1.3.27, PHP 4.2.3. and W2000. PHP run as modul (*.dll).
And I need connect to Oracle8 from PHP.
I edit "php.ini" according to PHP-install instruction.
But I got an error and Apache is closed. Error-message:
"..... An application (Apache.exe) error has ocurred ....."
In the Apache "error.log" is no any message about this error.
I tried various ways:
extension_dir = C:\PHP423\extensions\
; extension_dir = C:\PHP423\extensions
; extension_dir = C:/PHP423/extensions/
; extension_dir = C:/PHP423/extensions
;AND
;both dll
extension=php_oci8.dll
extension=php_oracle.dll
;only php_oracle.dll
;extension=php_oci8.dll
extension=php_oracle.dll
;only php_oci8.dll
extension=php_oci8.dll
;extension=php_oracle.dll
Please, any idea.
Thank you.
Good Luck.