Development

#1826 (New PHP 5.2 error level causes crash)

You must first sign up to be able to contribute.

Ticket #1826 (new defect)

Opened 1 year ago

Last modified 4 months ago

New PHP 5.2 error level causes crash

Reported by: Gilles.Taupenas Assigned to: fabien
Priority: minor Milestone: 1.2.0
Component: configuration Version: 1.0.0
Keywords: PHP 5.2 Cc:
Qualification: Design decision

Description

If a E_RECOVERABLE_ERROR is emitted, symfony stops suddenly causing a stop of error and message handling for the dev toolbar in dev environnement

to change it, edit the 'config/settings.yml' for your environnement:

error_reporting: 8191 # = E_ALL | E_STRICT | E_RECOVERABLE_ERROR

Change History

02/14/08 08:24:20 changed by Carl.Vondrick

  • qualification set to Design decision.
  • milestone set to 1.2.0.

Queueing for symfony1.2 because E_RECOVERABLE_ERROR was introduced in PHP5.2 and symfony1.1 still supports PHP5.1.

03/11/08 00:31:18 changed by dwhittle

This seems to work for me? Can you get a reproducible case?