Hannes Magnusson kirjoitti:
-// __DIR__ and FILE_BINARY is available from 5.3.0
+// __DIR__ is available from 5.3.0
if (PHP_VERSION_ID < 50300) {
define('__DIR__', realpath(dirname(__FILE__)));
- define('FILE_BINARY', 0);
+ // FILE_BINARY is available from 5.2.7
Greeaat. I love it when people merge random features without any headsup.
The docs say 5.3.0.
http://marc.info/?l=phpdoc&m=122557917929099&w=2
--Jani
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php