At 06:12 PM 12/15/2001 +0530, Bharath Bhushan Lohray wrote: >Altough I have included (uncommented) certain modules from the php.ini, and >restarted apache, I am not able to use the features of those modules. > >I receive an error that the function is not defined. > >Initially I saw dialog boxes with errors when the module path was wrong. Now >that I have corrected it there is no error. This surely means that the >modules are loaded successfully. > >My script is a copy pase from the php docs which i got from the php.net >site.
Couple of ideas from my (admittedly limited) experience: On my test machine (NT/IIS 4.0) PHP running as an ISAPI dll had the odd tendency to sometimes crash when starting the service, and sometimes would delete the php.ini file when this happened. I'd make a change, see that it didn't take effect, look for the php.ini, and it'd be gone. Needless to say I got in a habit of creating a backup everytime I made a change. Probably I'd try what I like to call a "sanity check". Make a change to one of the settings in php.ini (say, set session.use_cookies to 0), restart the server, then use the <?phpinfo()?> function to see if the change actually registered. If it didn't, then the server is still not reading your php.ini for some reason. What is the module that you are trying to use? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]