[PHP-INSTALL] Specifying endianness in Cross-Compiling PHP

2010-06-13 Thread Naga Kiran K
Naga Kiran -- Forwarded message ------ From: Naga Kiran K Date: Fri, Apr 16, 2010 at 5:45 PM Subject: Re: [PHP-INSTALL] Getting file pointer from file descriptor To: Rasmus Lerdorf , php-gene...@lists.php.net Hi Rasmus, Thanks for reply. The requirement I was looking for is to read/write give

[PHP-INSTALL] Getting file pointer from file descriptor

2010-04-15 Thread Naga Kiran K
Hi, We are upgrading PHP from 5.2.3 to 5.3.2 and are facing few issues [like unsupported functions...] In PHP 5.2.3, "fdopen" was used to read/write to a file descriptor that's opened by another application. fdopen(,"rw"); //It worked fine with PHP 5.2.3 After PHP upgrade,its throwing "undefin

[PHP-INSTALL] Link errors in building PHP 5.3.2

2010-04-07 Thread Naga Kiran K
Hi, I am facing issues in building PHP 5.3.2. was able to compile all required files but getting the following errors in linking phase. I tried doing "make clean" & "make install" several times, but these errors remain the same. Please suggest how to go about with these errors and let me know if