|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-07-06 15:40 UTC] sniper@php.net
[2004-07-12 13:44 UTC] erwan dot ledisez at linbox dot com
[2004-07-14 01:00 UTC] php-bugs at lists dot php dot net
[2004-11-12 16:01 UTC] dennis at inmarket dot lviv dot ua
[2006-03-13 17:50 UTC] michael dot virnstein at brodos dot de
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 09:00:01 2025 UTC |
Description: ------------ Hello, During the compilation of PHP 4.3.7 the make install phase create a fatal error. The compil process is stoppped. This seems to be a bug in php. See bellow for the error. Thanks (and sorry, i don't speak english very well). Reproduce code: --------------- The instruction which causes the fault is : register_shutdown_function("_PEAR_call_destructors"); Actual result: -------------- make install Installing PHP SAPI module: apache [activating module `php4' in /tmp/apache-1.3.31+php-4.3.7/conf/httpd.conf] cp libs/libphp4.so /tmp/apache-1.3.31+php-4.3.7/libexec/libphp4.so chmod 755 /tmp/apache-1.3.31+php-4.3.7/libexec/libphp4.so cp /tmp/apache-1.3.31+php-4.3.7/conf/httpd.conf /tmp/apache-1.3.31+php-4.3.7/conf/httpd.conf.bak cp /tmp/apache-1.3.31+php-4.3.7/conf/httpd.conf.new /tmp/apache-1.3.31+php-4.3.7/conf/httpd.conf rm /tmp/apache-1.3.31+php-4.3.7/conf/httpd.conf.new Installing PHP CLI binary: /tmp/apache-1.3.31+php-4.3.7/bin/ Installing PHP CLI man page: /tmp/apache-1.3.31+php-4.3.7/man/man1/ Installing PEAR environment: /tmp/apache-1.3.31+php-4.3.7/lib/php/ Fatal error: Possible integer overflow in memory allocation (4 * 1 + 0) in /d/Distrib/Compils/apache/php-4.3.7/pear/PEAR.php on line 967 make[1]: *** [install-pear-installer] Error 255 make: *** [install-pear] Error 2