Changeset 6871
- Timestamp:
- 01/01/08 03:06:50 (1 year ago)
- Files:
-
- branches/dwhittle/1.1/lib/util/sfCore.class.php (modified) (1 diff)
- branches/dwhittle/1.1/test/bootstrap/functional.php (modified) (1 diff)
- branches/dwhittle/1.1/test/bootstrap/unit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dwhittle/1.1/lib/util/sfCore.class.php
r6865 r6871 100 100 101 101 // php compat settings 102 ini_set('magic_quotes_ gpc', 'off');102 ini_set('magic_quotes_runtime', 'off'); 103 103 ini_set('register_globals', 'off'); 104 104 branches/dwhittle/1.1/test/bootstrap/functional.php
r6852 r6871 10 10 11 11 // setup expected test environment (per check_configuration.php) 12 ini_set('magic_quotes_ gpc', 'off');12 ini_set('magic_quotes_runtime', 'off'); 13 13 ini_set('register_globals', 'off'); 14 14 ini_set('session.auto_start', 'off'); branches/dwhittle/1.1/test/bootstrap/unit.php
r6852 r6871 10 10 11 11 // setup expected test environment (per check_configuration.php) 12 ini_set('magic_quotes_ gpc', 'off');12 ini_set('magic_quotes_runtime', 'off'); 13 13 ini_set('register_globals', 'off'); 14 14 ini_set('session.auto_start', 'off');