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.
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