php_*.dll's
Posted: Fri Nov 15, 2002 3:36 pm
Thank you for reading this.
Sorry if this is not the correct place to post.
I just downloaded the lastest PHP and modifying the php.ini file
Operating System: Win 2000
I am having issues with the following modifications:
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
; Directory in which the loadable extensions (modules) reside.
;************************************************************
; Modified
; Original
; extension_dir =3D ./
; You need to change the 'extension_dir' setting to
; point to your = php-install-dir,=20
; or where you have placed your php_*.dll files.=20
; Please do not forget the last backslash. ex:
; c:\php\extensions\=20
extension_dir =C:\WINNT\system32\
;************************************************************
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
;***********************************************************; Modified
; Original was commented out with ;
; Specify the location of the extension
; with the extension_dir directive above.
extension=3Dphp_oci8.dll
;***********************************************************
the error message says it can not find php_oci8.dll?
I don't see it either... Why?
I am also finding D3 every where. What is this?
Thank You
Mark J. Soule
Sorry if this is not the correct place to post.
I just downloaded the lastest PHP and modifying the php.ini file
Operating System: Win 2000
I am having issues with the following modifications:
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
; Directory in which the loadable extensions (modules) reside.
;************************************************************
; Modified
; Original
; extension_dir =3D ./
; You need to change the 'extension_dir' setting to
; point to your = php-install-dir,=20
; or where you have placed your php_*.dll files.=20
; Please do not forget the last backslash. ex:
; c:\php\extensions\=20
extension_dir =C:\WINNT\system32\
;************************************************************
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
;***********************************************************; Modified
; Original was commented out with ;
; Specify the location of the extension
; with the extension_dir directive above.
extension=3Dphp_oci8.dll
;***********************************************************
the error message says it can not find php_oci8.dll?
I don't see it either... Why?
I am also finding D3 every where. What is this?
Thank You
Mark J. Soule