Ticket #10222: simple-pie-php5.patch
File simple-pie-php5.patch, 548 bytes (added by , 16 years ago) |
---|
-
class-simplepie.php
340 340 /** 341 341 * Whether we're running on PHP5 342 342 */ 343 define('SIMPLEPIE_PHP5', version_compare(PHP_VERSION, '5.0.0', '>=')); 343 $zend_compatibility = (int)str_replace('on', '1', strtolower(ini_get('zend.ze1_compatibility_mode'))); 344 define('SIMPLEPIE_PHP5', version_compare(PHP_VERSION, '5.0.0', '>=') && ($zend_compatibility != 1)); 344 345 345 346 /** 346 347 * No file source