1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 23:18:13 +02:00

* added missing constant

This commit is contained in:
Martin Jansen
2001-07-07 12:45:20 +00:00
parent d1d7432da4
commit 9899ec9bef
+1
View File
@@ -25,6 +25,7 @@ define('PEAR_ERROR_PRINT', 2);
define('PEAR_ERROR_TRIGGER', 4);
define('PEAR_ERROR_DIE', 8);
define('PEAR_ERROR_CALLBACK', 16);
define('DIRECTORY_SEPARATOR', '/');
if (substr(PHP_OS, 0, 3) == 'WIN') {
define('OS_WINDOWS', true);