From: [EMAIL PROTECTED]
Operating system: AIX 4.3.3
PHP version: 4.3.0
PHP Bug Type: Compile Failure
Bug description: Compile fails on AIX 4.3.3
A few minor warnings with configure, then configure ends with:
| about the implications of having register_globals set to on, and |
| avoid using it if possible. |
+--------------------------------------------------------------------+
./config.status[1739]: 6: bad file unit number
./config.status[1740]: 6: bad file unit number
Didnt seem too bad, so I went with the compile, and it fails with:
cc -I/root/php/php-4.3.0/ext/mysql/libmysql -Iext/mysql/
-I/root/php/php-4.3.0/ext/mysql/ -DPHP_ATOM_INC
-I/root/php/php-4.3.0/include -I/root/php/php-4.3.0/main
-I/root/php/php-4.3.0 -I/root/php/php-4.3.0/Zend
-I/root/php/php-4.3.0/ext/xml/expat -I/root/php/php-4.3.0/TSRM -g -c
/root/php/php-4.3.0/ext/mysql/libmysql/my_tempnam.c -o
ext/mysql/libmysql/my_tempnam.o && echo >
ext/mysql/libmysql/my_tempnam.lo
"/root/php/php-4.3.0/ext/mysql/libmysql/my_tempnam.c", line 99.5: 1506-025
(S) Operand must be a modifiable lvalue.
"/root/php/php-4.3.0/ext/mysql/libmysql/my_tempnam.c", line 105.3:
1506-025 (S) Operand must be a modifiable lvalue.
make: 1254-004 The error code from the last command is 1.
I saw another bug here with the same exact compile failure, but in a
different file, and it was fixed. Hopefully this will be as easy.
--
Edit bug report at http://bugs.php.net/?id=21796&edit=1
--
Try a CVS snapshot: http://bugs.php.net/fix.php?id=21796&r=trysnapshot
Fixed in CVS: http://bugs.php.net/fix.php?id=21796&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=21796&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=21796&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=21796&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=21796&r=support
Expected behavior: http://bugs.php.net/fix.php?id=21796&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=21796&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=21796&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=21796&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21796&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=21796&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=21796&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=21796&r=gnused