Development

#2943 (Argv may not be registered by PHP, no warning given)

You must first sign up to be able to contribute.

Ticket #2943 (closed defect: fixed)

Opened 11 months ago

Last modified 6 months ago

Argv may not be registered by PHP, no warning given

Reported by: halfer Assigned to: fabien
Priority: minor Milestone: 1.0.18
Component: tasks Version: 1.0.11
Keywords: Cc:
Qualification: Unreviewed

Description

In the command line, symfony makes use of the array $argv which is supplied by PHP if register-argc-argv is switched on. If it is switched off, no-such-var errors are reported. Either symfony could fall back to a $_ array, or raise an error to help the user track down the problem.

http://www.symfony-project.org/forum/index.php/m/45574/

Change History

06/30/08 22:56:36 changed by Carl.Vondrick

  • status changed from new to closed.
  • resolution set to fixed.

(In [10029]) 1.0: fixed argv may not be registered by PHP (closes #2943)

06/30/08 22:56:58 changed by Carl.Vondrick

  • milestone set to 1.0.18.