Changeset 11377
- Timestamp:
- 09/08/08 20:02:26 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/config/sfPhpConfigHandler.class.php
r9263 r11377 59 59 // key is overridable? 60 60 // 63 is returned by PHP 5.2.6 instead of 7 when a php.ini key is changed several times per script 61 // PHP bug: http://bugs.php.net/bug.php?id=44936 62 // Resolution diff: http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_ini.c?r1=1.39.2.2.2.26&r2=1.39.2.2.2.27&pathrev=PHP_5_2 61 63 if ($configs[$key]['access'] != 7 && $configs[$key]['access'] != 63) 62 64 {