Re: [PHP-WIN] STDOUT and STDERR with php.exe and php-win.exe on Win XP

2011-06-20 Thread JDS
On 6/20/2011 11:27 AM, Richard Quadling wrote: On 20 June 2011 18:18, JDS wrote: I am trying to figure out how this all works on Win XP... When I call php.exe or php-win.exe from another script (AutoHotKey in my case), do both of these programs use stdout and stderr? I know php.exe has a conso

[PHP-WIN] How to do Press Any Key To Continue with php.exe

2011-06-20 Thread JDS
I am wondering if there is a better way to do this than what I have come up with. The first example waits for the ENTER key to be pressed, but any other characters you press show up on the screen The second method works with any key being pressed, but uses exec(). Any other suggestions? Basica

Re: [PHP-WIN] where is source code for urlencode and urldecode?

2011-06-20 Thread Richard Quadling
On 20 June 2011 18:24, JDS wrote: > Where can I find the source code for urlencode and urldecode functions? > > I need to port them over to AutoHotKey script. > > Thanks Sorry.. Between http://svn.php.net/viewvc/php/php-src/trunk/ext/standard/url.c?view=markup#l463 and #l687 -- Richard Quadl

Re: [PHP-WIN] where is source code for urlencode and urldecode?

2011-06-20 Thread Richard Quadling
On 20 June 2011 18:24, JDS wrote: > Where can I find the source code for urlencode and urldecode functions? > > I need to port them over to AutoHotKey script. > > Thanks Start at http://svn.php.net/viewvc/php/php-src/trunk/ext/standard/url.c?view=markup#l524 and read down from there. -- Richa

Re: [PHP-WIN] STDOUT and STDERR with php.exe and php-win.exe on Win XP

2011-06-20 Thread Richard Quadling
On 20 June 2011 18:18, JDS wrote: > I am trying to figure out how this all works on Win XP... > > When I call php.exe or php-win.exe from another script (AutoHotKey in my > case), do both of these programs use stdout and stderr? I know php.exe has a > console window and php-win.exe does not, but j

[PHP-WIN] where is source code for urlencode and urldecode?

2011-06-20 Thread JDS
Where can I find the source code for urlencode and urldecode functions? I need to port them over to AutoHotKey script. Thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] STDOUT and STDERR with php.exe and php-win.exe on Win XP

2011-06-20 Thread JDS
I am trying to figure out how this all works on Win XP... When I call php.exe or php-win.exe from another script (AutoHotKey in my case), do both of these programs use stdout and stderr? I know php.exe has a console window and php-win.exe does not, but just need to know how they output the resu