[PHP-INSTALL] Re: [PHP] system() call in PHP5 on win2003

2007-07-10 Thread Tijnema
On 7/10/07, Xiaogang <[EMAIL PROTECTED]> wrote: We used to use php 4 on our web server on win2000, and use the system() to call some DOS programs. That how we call it: $cmd = "c:\\Inetpub\\wwwroot\\test.exe"; $last_line = system($cmd, $retval); print ("\nretval =\"". $retval.

[PHP-INSTALL] Installing php 5 on centos 4 x86_64

2007-07-10 Thread Nahum Castro
I have a problem related to configuring php 5.2.3 on an opteron machine centos 4 x86_64. :/configure --with-gd ask for libpng and libjpeg, both are installed on /usr/lib if I use --with-(X)lib-dir=/usr/lib/ the configure script wasn't able to find libpng or jpeg even if they are on that directory