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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user