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

2007-04-16 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 afte

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

2007-04-16 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 use

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

2007-04-16 Thread Richard Lynch
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

[PHP-WIN] Problems when trying to use ibm_db2 extension

2007-04-16 Thread Leo Jokinen
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

Re: [PHP-WIN] Network programming with php

2007-04-16 Thread Stut
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

Re: [PHP-WIN] Network programming with php

2007-04-16 Thread chandar
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

Re: [PHP-WIN] Network programming with php

2007-04-16 Thread Aaron Kenney
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

[PHP-WIN] Message ("Your message dated Mon, 16 Apr 2007 14:25:12...")

2007-04-16 Thread LISTSERV
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

Re: [PHP-WIN] Network programming with php

2007-04-16 Thread Stut
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: