Zeev Suraski wrote: > http://www.php.net/~zeev/php-4.1.0RC2.tar.gz > > Do your thang :) > > Zeev >
It builds and runs for both cgi and apache SAPI. Linux 2.4.4/glibc 2.2.2 Apahe 1.3.22/modssl 2.8.5/openssl 0.9.5b -- summary -- Session module tests failed due to failure for openning /tmp/sess_test for some reason. (/tmp is world writable, of course) With user session handler (pgsql), it works fine. It seems math tests are failed due to test script bug. (assert() may need to be checked also) xml_parse_into_struct/umlauts in tags (007.phpt) fails. It seems encoding is not right. (007.exp and 007.out differs, at least) Pear tests are okay to be failed, right? ----- test result ------ [yohgaki@dev php-4.1.0RC2]$ cp php.ini-dist php.ini [yohgaki@dev php-4.1.0RC2]$ make test Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/crack/tests ========================================================================= [all 1 test(s) skipped] Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/ctype/tests ========================================================================= ctype on integers ... passed ctype on strings ... passed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/cybermut/tests ============================================================================ [all 1 test(s) skipped] Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/db/tests ====================================================================== [all 6 test(s) skipped] Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/dbplus/tests ========================================================================== [all 1 test(s) skipped] Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/dbx/tests ======================================================================= [all 8 test(s) skipped] Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/gmp/tests ======================================================================= [all 2 test(s) skipped] Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/iconv/tests ========================================================================= iconv test ... passed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/interbase/tests ============================================================================= [all 6 test(s) skipped] Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/mailparse/tests ============================================================================= Check for mailparse presence ... passed Check stream encoding ... passed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/mcrypt/tests ========================================================================== Bug #8040 ... passed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/ncurses/tests =========================================================================== [all 1 test(s) skipped] Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/pcntl/tests ========================================================================= [all 1 test(s) skipped] Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/satellite/tests ============================================================================= [all 5 test(s) skipped] Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/session/tests =========================================================================== Session Object Serialization ... passed session_unset() without any session ... passed Session Object Deserialization (003.phpt) ... failed session_set_save_handler test ... passed Custom save handler, multiple session_start()s, complex data structu ... passed References between variables in sessions (006.phpt) ... failed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/skeleton/tests ============================================================================ [all 1 test(s) skipped] Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/standard/tests/assert =================================================================================== assert() ... passed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/standard/tests/file ================================================================================= File type functions ... passed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/standard/tests/general_functions ============================================================================================== sprintf() function ... passed quoted_printable_decode() function test ... passed levenshtein() function test ... passed fgetcsv() with tab delimited fields (BUG #8258) ... passed is_scalar() function test ... passed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/standard/tests/math ================================================================================= Simple math tests ... passed Various pow() tests (pow.phpt) ... failed Simple math tests (round.phpt) ... failed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/standard/tests/reg ================================================================================ RegReplace test 1 ... passed RegReplace test 2 ... passed ereg_replace single-quote test ... passed simple ereg test ... passed Test Regular expression register support in ereg ... passed Test ereg_replace of start-of-line ... passed Test empty result buffer in reg_replace ... passed Test back-references in regular expressions ... passed Test split() ... passed Long back references ... passed \0 back reference ... passed nonexisting back reference ... passed escapes in replace string ... passed backreferences not replaced recursively ... passed replace empty matches ... passed test backslash handling in regular expressions ... passed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/standard/tests/serialize ====================================================================================== serialize()/unserialize()/var_dump() ... passed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/standard/tests/strings ==================================================================================== trim() function ... passed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/standard/tests/time ================================================================================= microtime() function ... passed strtotime() function ... passed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/standard/tests/versioning ======================================================================================= version_compare test ... passed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/xml/tests ======================================================================= XML parser test, function callbacks ... passed XML parser test, object tuple callbacks ... passed XML parser test, xml_set_object callbacks ... passed XML parser case folding test ... passed UTF-8<->ISO Latin 1 encoding/decoding test ... passed xml_parse_into_struct/umlauts in tags (007.phpt) ... failed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/xslt/tests ======================================================================== [all 1 test(s) skipped] Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/zip/tests ======================================================================= [all 1 test(s) skipped] Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//ext/zlib/tests ======================================================================== gzdeflate()/gzinflate() ... passed gzcompress()/gzuncompress() ... passed gzencode()/base64_encode() ... passed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//pear/DB/tests ======================================================================= DB_Error/DB_Warning test (db_error.phpt) ... failed DB configurable error handler test (db_error2.phpt) ... failed DB::factory test ... passed DB::isManip test ... passed DB::parseDSN test ... passed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//pear/DB/tests/ibase ============================================================================= [all 6 test(s) skipped] Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//pear/DB/tests/mysql ============================================================================= [all 13 test(s) skipped] Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//pear/DB/tests/oci8 ============================================================================ [all 10 test(s) skipped] Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//pear/DB/tests/odbc ============================================================================ [all 8 test(s) skipped] Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//pear/DB/tests/pgsql ============================================================================= [all 13 test(s) skipped] Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//pear/XML/tests ======================================================================== XML Parser: parse simple string ... passed XML Parser: parse from file ... passed XML Parser: parse from file resource ... passed XML Parser: error class ... passed XML Parser: mixing character encodings ... passed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//pear/tests ==================================================================== PEAR constructor/destructor test ... passed PEAR_Config ... passed PEAR_Error: basic test ... passed PEAR_Error: die mode ... passed PEAR_Error: default error handling ... passed PEAR_Error: expected errors ... passed PEAR_Registry ... passed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//tests =============================================================== dirname test ... passed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//tests/basic ===================================================================== Trivial "Hello World" test ... passed Simple POST Method test ... passed GET and POST Method combined ... passed Two variables in POST data ... passed Three variables in POST data ... passed Add 3 variables together and print result ... passed Multiply 3 variables and print result ... passed Divide 3 variables and print result ... passed Subtract 3 variables and print result ... passed Testing | and & operators ... passed Testing $argc and $argv handling ... passed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//tests/classes ======================================================================= Classes general test ... passed Classes inheritance test ... passed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//tests/func ==================================================================== Strlen() function test ... passed Static variables in functions ... passed General function test ... passed General function test ... passed Testing register_shutdown_function() ... passed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//tests/lang ==================================================================== Simple If condition test ... passed Simple While Loop Test ... passed Simple Switch Test ... passed Simple If/Else Test ... passed Simple If/ElseIf/Else Test ... passed Nested If/ElseIf/Else Test ... passed Function call with global and static variables ... passed Testing recursive function ... passed Testing function parameter passing ... passed Testing function parameter passing with a return value ... passed Testing nested functions ... passed Testing stack after early function return ... passed Testing eval function ... passed Testing eval function inside user-defined function ... passed Testing include ... passed Testing user-defined function in included file ... passed Testing user-defined function falling out of an If into another ... passed eval() test ... passed eval() test ... passed Switch test 1 ... passed Switch test 2 ... passed Switch test 3 ... passed Regression test ... passed Looped regression test (may take a while) ... passed Mean recursion test ... passed Testing string scanner confirmance ... passed Testing do-while loop ... passed Testing calling user-level functions from C ... passed OO Bug Test (Bug #7515) (029.phpt) ... failed $this in constructor test ... passed Running tests in /home/yohgaki/cvs/php/dist/php-4.1.0RC2//tests/strings ======================================================================= String functions ... passed Formatted print functions ... passed HTML entities ... passed TEST RESULT SUMMARY ============================= Number of tests: 206 Tests skipped: 85 ( 41%) Tests failed: 8 (6.6%) Tests passed: 113 ( 93%) ============================= Skipped 0 extensions. PHP Version: 4.1.0RC2 [yohgaki@dev php-4.1.0RC2]$ cat config.nice #! /bin/sh # # Created by configure './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' \ '--enable-gd-native-ttf' \ '--with-freetype-dir=/usr' \ '--with-jpeg-dir=usr' \ '--with-png-dir=/usr' \ '--with-xpm-dir=/usr/X11R6' \ '--enable-bcmath=shared' \ '--enable-ctype' \ '--enable-sockets' \ '--enable-mbstring' \ '--enable-mbstr-enc-trans' \ '--enable-mbregex' \ '--enable-memory-limit' \ '--enable-wddx' \ '--enable-mailparse' \ '--enable-debug' \ "$@" [yohgaki@dev php-4.1.0RC2]$ -- 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]