[PHP-INSTALL] Re: Getting file pointer from file descriptor

2010-04-19 Thread Michael Felt
Personally, I am avoiding the 5.3.X tree as long as I can because it breaks so many things. Your workaround might be to "update" the the latest 5.2.X level. On 4/15/2010 8:52 AM, Naga Kiran K wrote: Hi, We are upgrading PHP from 5.2.3 to 5.3.2 and are facing few issues [like unsupported funct

[PHP-INSTALL] Verification of correct newsgroup for build issues

2010-04-12 Thread Michael Felt
Hi. I have been porting PHP for several years to AIX and have often had issues getting all the components to build. There are not bugs per se - as it does work fine from time to time. However, I am curious about which newsgroup would be the most-suitable. php-dev as a group seems dead php-int

[PHP-INSTALL] Re: Windows server 2003 PHP and IIS issues

2010-03-18 Thread Michael Felt
On 3/18/2010 1:33 AM, Bassam Bizri wrote: Hi, I've installed IIS 6 and configured for a website. I've installed and configured php 5. I was initially getting 401.3 Forbidden error messages in the browser. But after changing the permissions, I now just get the: 'Internet Explorer cannot display t

[PHP-INSTALL] Automatic generation of -L/usr/lib/lib and -R/lots/of/directories

2010-03-17 Thread Michael Felt
I use the folwowing script to configure php - and am wondering where the strange arguments are coming from while configure runs. export LDFLAGS='-blibpath:/usr/local/lib:/usr/lib:/usr/local/mysql/lib' export CC=xlc ./configure \ --with-apxs2=/usr/local/apache2/bin/apxs \ --enable

Re: [PHP-INSTALL] Urgent PHP 5.2.12 build problem on AIX 5.3

2010-03-17 Thread Michael Felt
On 3/4/2010 3:07 PM, shiva kumar wrote: Hi , after compiling ./configure --disable all , completed successfully and then when make was run following error has come , could any one please help. clsdb06/php-5.2.12.tar/php-5.2.12 -I/notes/clsdb06/php-5.2.12.tar/php-5.2.12/ext/date/lib -I/notes

[PHP-INSTALL] Re: PHP 4.4.7/php5.2.4 make install fails on AIX 5.3 TL06

2007-10-21 Thread Michael Felt
Michael Felt wrote: The last compile and build of php was on AIX 5.2 and AIX 4.3.3. At that time the following configure script worked fine (using gcc 3.something) ./configure \ -with-apxs=/usr/local/apache/bin/apxs \ --enable-safe-mode \ --enable-magic-quotes

[PHP-INSTALL] PHP 4.4.7/php5.2.4 make install fails on AIX 5.3 TL06

2007-10-19 Thread Michael Felt
The last compile and build of php was on AIX 5.2 and AIX 4.3.3. At that time the following configure script worked fine (using gcc 3.something) ./configure \ -with-apxs=/usr/local/apache/bin/apxs \ --enable-safe-mode \ --enable-magic-quotes \ --with-openssl=/usr