Hello internals,
I use following configure script to build PHP 5.3.0alpha2-dev:
#! /bin/sh
#
# Created by configure
'./configure' \
'--with-apxs2=/usr/local/apache/current/bin/apxs' \
'--with-config-file-path=/etc' \
'--enable-maintainer-zts' \
"$@"
With this config (here's my real one:
http://home.digartis.de/tmp/config.nice), I get following error on every
request to a PHP script:
[Wed Aug 13 10:36:53 2008] [error] [client 88.84.153.102] PHP Fatal
error: Unknown: Failed opening required '/var/www/htdocs/test.php'
(include_path='.:/usr/local/lib/php') in Unknown on line 0
[Wed Aug 13 10:46:12 2008] [error] [client 88.84.153.102] PHP Warning:
Unknown: failed to open stream: Not a directory in Unknown on line 0
since that change:
http://home.digartis.de/tmp/tsrm_virtual_cwd.diff
Switching to a previous revisions or without ZTS support won't cause any
problems.
Regards
Uwe
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php