[PHP-DB] Re: Problems when trying to use ibm_db2 extension

2007-04-17 Thread Leo Jokinen
Problem solved: I restarted my computer and after that apache loaded ibm_db2 extension. My conclusion: 1. When you add some extensions to php.ini, you need to restart windows in order to get those extensions available through apache 2. However, those extensions are instantly available if you

Re: [PHP-DB] Re: Problems when trying to use ibm_db2 extension

2007-04-17 Thread David Mitchell
I'd say that on Windows, when you, or software you install, modifies the PATH environment variable, and a service, like apache, relies on a directory being in the path, you have to restart Windows in order for that service to see the new path. In other words, services get the new path only after

RE: [PHP-DB] RE: auto_increment

2007-04-17 Thread Ron Piggott
I will explain myself a bit more: I wrote my own session handler function so I could use session files. I have been able to specify a directory for session files as well as their life expectancy is +- 90 minutes, not to exceed 99 minutes from inactivity. My purpose in setting auto_increment

[PHP-DB] Re: [PHP] Re: Problems when trying to use ibm_db2 extension

2007-04-17 Thread Richard Lynch
On Tue, April 17, 2007 1:21 am, Leo Jokinen wrote: Problem solved: I restarted my computer and after that apache loaded ibm_db2 extension. My conclusion: 1. When you add some extensions to php.ini, you need to restart windows in order to get those extensions available through apache 2.