Zeev Suraski wrote: > Finally, it's out. > www.php.net/~zeev/php-4.0.7RC3.tar.gz >
These are tests failed with php.ini-dist as php.ini Running tests in /home/yohgaki/cvs/php/dist/php-4.0.7RC3/ext/iconv/tests ======================================================================== iconv test (001.phpt) ... failed I saw compiler warning for passing incomaptible pointer. iconv may be broken. Running tests in /home/yohgaki/cvs/php/dist/php-4.0.7RC3/ext/standard/tests/math ================================================================================ Simple math tests (001.phpt) ... failed Various pow() tests (pow.phpt) ... failed Running tests in /home/yohgaki/cvs/php/dist/php-4.0.7RC3/ext/standard/tests/time ================================================================================ strtotime() function (002.phpt) ... failed Running tests in /home/yohgaki/cvs/php/dist/php-4.0.7RC3/ext/xml/tests ====================================================================== xml_parse_into_struct/umlauts in tags (007.phpt) ... failed Running tests in /home/yohgaki/cvs/php/dist/php-4.0.7RC3/pear/tests =================================================================== PEAR_Error test (pear_error.phpt) ... failed Running tests in /home/yohgaki/cvs/php/dist/php-4.0.7RC3/tests/lang =================================================================== OO Bug Test (Bug #7515) (029.phpt) ... failed TEST RESULT SUMMARY ============================= Number of tests: 197 Tests skipped: 85 ( 43%) Tests failed: 7 (6.3%) Tests passed: 105 ( 94%) ============================= Skipped 0 extensions. PHP Version: 4.0.7RC3 Segmentation fault (core dumped) [yohgaki@dev php-4.0.7RC3]$ For some reason, php dies with sefmentation fault. ./configure \ --disable-short-tags \ --without-mysql \ --with-bz2 \ --with-curl \ --with-ftp \ --with-iconv \ --with-mhash \ --with-mcrypt \ --with-openssl \ --with-pgsql \ --with-regex=system \ --with-zlib \ --with-gd=/usr \ --enable-gd-native-ttf \ --with-freetype-dir=/usr/local \ --with-jpeg-dir=/usr \ --with-png-dir=/usr \ --with-xpm-dir=/usr/X11R6 \ --enable-bcmath \ --enable-ftp \ --enable-shmop \ --enable-sysvsem \ --enable-sysvshm \ --enable-sockets \ --enable-mbstring \ --enable-mbstr-enc-trans \ --enable-memory-limit \ --enable-wddx \ --enable-debug \ --enable-inline-optimization \ Backtrace does not show any. "--enable-debug" is not working for CGI build?? Copyright 2001 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i586-redhat-linux". Core was generated by `php -q run-tests.php'. Program terminated with signal 11, Segmentation fault. #0 0x08148783 in ?? () (gdb) bt #0 0x08148783 in ?? () #1 0x0813ffb2 in ?? () #2 0x08148bdb in ?? () #3 0x0814f489 in ?? () #4 0x08148801 in ?? () #5 0x0813ffb2 in ?? () #6 0x08148bdb in ?? () #7 0x0814f489 in ?? () #8 0x0813fcc2 in ?? () #9 0x08149ab2 in ?? () #10 0x0806862c in ?? () #11 0x08066f23 in ?? () #12 0x403f81be in ?? () (gdb) q -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]