Hi,

I just configured and make'd PHP with no problem, but when I run make test,
I get the following output:

-------------------------
=====================================================================
CWD         : /home/programs/php/php-4.3.0
PHP         : /home/programs/php/php-4.3.0/sapi/cli/php
PHP_SAPI    : cli
PHP_VERSION : 4.3.0
ZEND_VERSION: 1.3.0
PHP_OS      : Linux
INI actual  : /usr/local/Zend/etc/php.ini
More .INIs  :
Fatal error: Nesting level too deep - recursive dependency? in Unknown on
line 0

Extra dirs  :
=====================================================================
TIME START 2003-01-06 13:27:47
=====================================================================
FAIL EXPECT [tests/run-test/test001.phpt]
FAIL EXPECTF [tests/run-test/test002.phpt]
FAIL EXPECTREGEX [tests/run-test/test003.phpt]
FAIL INI section allows '=' [tests/run-test/test004.phpt]
FAIL Error message handling [tests/run-test/test005.phpt]
PASS Error messages are shown [tests/run-test/test006.phpt]
FAIL dirname test [tests/run-test/test007.phpt]
FAIL Trivial "Hello World" test [tests/basic/001.phpt]
SKIP Simple POST Method test [tests/basic/002.phpt] (reason: Fatal error:
Nesting level too deep - recursive dependency? in Unknown on line 0)
SKIP GET and POST Method combined [tests/basic/003.phpt] (reason: Fatal
error: Nesting level too deep - recursive dependency? in Unknown on line 0)
SKIP Two variables in POST data [tests/basic/004.phpt] (reason: Fatal error:
Nesting level too deep - recursive dependency? in Unknown on line 0)
SKIP Three variables in POST data [tests/basic/005.phpt] (reason: Fatal
error: Nesting level too deep - recursive dependency? in Unknown on line 0)
FAIL Add 3 variables together and print result [tests/basic/006.phpt]
FAIL Multiply 3 variables and print result [tests/basic/007.phpt]
FAIL Divide 3 variables and print result [tests/basic/008.phpt]
FAIL Subtract 3 variables and print result [tests/basic/009.phpt]
FAIL Testing | and & operators [tests/basic/010.phpt]
SKIP Testing $argc and $argv handling (GET) [tests/basic/011.phpt] (reason:
Fatal error: Nesting level too deep - recursive dependency? in Unknown on
line 0)
FAIL Testing $argc and $argv handling (cli) [tests/basic/012.phpt]
FAIL Bug #20539 (PHP CLI Segmentation Fault) [tests/basic/bug20539.phpt]
FAIL Methods via variable name, bug #20120 [tests/classes/bug20120.phpt]
FAIL Classes general test [tests/classes/class_example.phpt]
FAIL Classes inheritance test [tests/classes/inheritance.phpt]
FAIL Strlen() function test [tests/func/001.phpt]
FAIL Static variables in functions [tests/func/002.phpt]
FAIL General function test [tests/func/003.phpt]
FAIL General function test [tests/func/004.phpt]
FAIL Testing register_shutdown_function() [tests/func/005.phpt]
FAIL Output buffering tests [tests/func/006.phpt]
FAIL INI functions test [tests/func/007.phpt]
FAIL Test for buffering in core functions with implicit flush off
[tests/func/008.phpt]
FAIL Test for buffering in core functions with implicit flush on
[tests/func/009.phpt]
FAIL Simple If condition test [tests/lang/001.phpt]
FAIL Simple While Loop Test [tests/lang/002.phpt]
FAIL Simple Switch Test [tests/lang/003.phpt]
FAIL Simple If/Else Test [tests/lang/004.phpt]
FAIL Simple If/ElseIf/Else Test [tests/lang/005.phpt]
FAIL Nested If/ElseIf/Else Test [tests/lang/006.phpt]
FAIL Function call with global and static variables [tests/lang/007.phpt]
FAIL Testing recursive function [tests/lang/008.phpt]
FAIL Testing function parameter passing [tests/lang/009.phpt]
FAIL Testing function parameter passing with a return value
[tests/lang/010.phpt]
FAIL Testing nested functions [tests/lang/011.phpt]
FAIL Testing stack after early function return [tests/lang/012.phpt]
FAIL Testing eval function [tests/lang/013.phpt]
FAIL Testing eval function inside user-defined function
[tests/lang/014.phpt]
FAIL Testing include [tests/lang/015.phpt]
FAIL Testing user-defined function in included file [tests/lang/016.phpt]
FAIL Testing user-defined function falling out of an If into another
[tests/lang/017.phpt]
FAIL eval() test [tests/lang/018.phpt]
FAIL eval() test [tests/lang/019.phpt]
FAIL Switch test 1 [tests/lang/020.phpt]
FAIL Switch test 2 [tests/lang/021.phpt]
FAIL Switch test 3 [tests/lang/022.phpt]
FAIL Regression test [tests/lang/023.phpt]
FAIL Looped regression test (may take a while) [tests/lang/024.phpt]

-----------------------------------------

What does that mean? What do I need to do to fix that?

Thanks,

Pierre-Luc Soucy



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to