On 03.08.2007 13:10, Uwe Schindler wrote:
Cannot reproduce this, configure went just fine on Solaris.
Can you please see on which line in configure script it complains?

How can I find that out? Is there a debug parameter? Config.log does not
show anything.

Could it be that on your solaris system the default shell in /bin/sh is
"bash"?

It's definitely not bash (cause I have to run bash manually to get a usable 
shell).

# ls -l /bin/sh
-r-xr-xr-x   4 root     root       95320 Jul 30  2004 /bin/sh

You are right with CLI it works. But there seems to be a problem with INI
parsing. The web application that produced this error was started with an
overwritten "error_reporting" value running in Sun Java System Webserver
which worked correctly with 5.2.3:

Service fn="php5_execute" type="magnus-internal/x-httpd-php"
error_reporting="2039" allow_url_include="1"

This works just fine either:
./sapi/cli/php -d error_reporting=2039 -r 'error_reporting(2039); @fopen("aaaa", 
"r");

No idea how the sun webserver passes options to PHP, though.

--
Wbr, Antony Dovgal

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to