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 afte
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 use
On Mon, April 16, 2007 9:21 am, Leo Jokinen wrote:
> Also, phpinfo() won't say nothing that module ibm_db2 is in use
Did you re-start Apache?
Actually, Windows being Windows, just re-boot the dang thing...
You should be used to that. :-)
Is the php.ini file named in phpinfo() the one you are edi
Hi all,
I've been banging my head into the wall cause I can't get ibm_db2
extension working with Apache 2.0.59 and PHP 5.2.1 (as apache module).
(Operating system is winxp pro SP2)
For some reason, this code is working on command line but not when
placed to htdocs folder:
Command line o
Aaron Kenney wrote:
I agree. Why? The other concern is that php was never really meant to
be a fully self-sufficient programming language. Its a hypertext
pre-processor designed for the web. Maybe you are looking to get a
network monitor onto a web site so you can access it from anywhere? I
would
You can use Zend calls to access some C or other langauage api's which
inturn can access the network related stuff.
Aaron Kenney wrote:
I agree. Why? The other concern is that php was never really meant to
be a fully self-sufficient programming language. Its a hypertext
pre-processor designed fo
I agree. Why? The other concern is that php was never really meant to
be a fully self-sufficient programming language. Its a hypertext
pre-processor designed for the web. Maybe you are looking to get a
network monitor onto a web site so you can access it from anywhere? I
would still think that you
Your message dated Mon, 16 Apr 2007 14:25:12 +0300 with subject "Returned
mail: see transcript for details" has been submitted to the moderator of the
TOURBUS list: [EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
sam rumaizan wrote:
Thank you for the link. This application is using C programming. I’m
looking for some thing with PHP
Out of pure curiosity... why? You need a tool to do a job, why put
artificial constraints on it.
-Stut
*/Stut <[EMAIL PROTECTED]>/* wrote:
sam rumaizan wrote: