In PHP version >= 4.2.0, there's a major change (From http://www.php.net/manual/en/features.commandline.php):
The CLI SAPI does not change the current directory to the directory of the executed script! So it will cause an error and stop the 'configure' process. Could this issue be addressed by changing related lines in 'configure.in' file? -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
