At 21:35 18/06/2005, Rasmus Lerdorf wrote:
We can provide a suggested .ini for development purposes if you want,
but php.ini-recommended has display_errors off and various other
settings that are more geared to a production web server. I see no
point in having pedantic warnings running on a prod
RL>>Because setting E_SCRIPT at runtime is mostly useless as many of the
RL>>E_STRICT checks are compile-time.
auto_prepend?
--
Stanislav Malyshev, Zend Products Engineer
[EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115
--
PHP Internals - PHP Runtime Development Mailing List
To u
On Sat, 18 Jun 2005, Andi Gutmans wrote:
> I don't have time until Momday to run 4.3 and 4.4 with that code (bug #20953)
> Besides the warning will the result (even if bogus) be the same for both
> versions?
Yes:
[EMAIL PROTECTED]:/dat/dev/php$ php-4.3.11/sapi/cli/php -derror_reporting=2047
/tm
I'm member of the catalan traduction group, i'd like to translate the php
manual into the catalan language.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hello internals,
i just stumbled over a strange issue while testing. Some of my tests
have exit(0) at the end for easier test verification. Now i found a new
one that has a few memleaks but only reports them if i drop that exit(0)
line. Is this something we need to fix (e.g. exit() omits leakage