|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-01-21 09:35 UTC] derick@php.net
[2003-01-21 10:16 UTC] ed at ebonmists dot com
[2003-01-21 14:38 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 06:00:02 2025 UTC |
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.