On 1/2/11 4:52 PM, Enrico Weigelt wrote:
> * Rasmus Lerdorf <ras...@lerdorf.com> wrote:
> 
>> Your application broke because of a deprecation warning?  Are you
>> sending PHP errors to the user in your production code?  
> 
> Unfortunately, yes. I didn't enable that - happend magically
> on the update. That's yet another strange point here - why do
> such warnings go stdout per default, instead of syslog ? ;-o

We do not overwrite your existing php.ini file on an install.  And the
default has not changed in 10+ years.  So I suspect some user error here.

Also, you said this happened between 5.3.2 and 5.3.3?  Looking through
the diff between those two versions we did not add any new deprecation
warnings.  We tend to not do that in a minor release.  At least I don't
recall the last time we did so.

I suspect your issue comes down to your system somehow ending up with a
new php.ini with different settings when you installed 5.3.3 and it has
nothing to do with any code changes on our part at all.

-Rasmus

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

Reply via email to