Changeset 10029
- Timestamp:
- 06/30/08 22:56:36 (5 months ago)
- Files:
-
- branches/1.0/data/bin/symfony.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/data/bin/symfony.php
r8282 r10029 21 21 // set magic_quotes_runtime to off 22 22 ini_set('magic_quotes_runtime', 'Off'); 23 24 // force populating $argc and $argv in the case PHP does not automatically create them (fixes #2943) 25 $argv = $_SERVER['argv']; 26 $argc = $_SERVER['argc']; 23 27 24 28 // check if we are using an old project