Skip to content

Commit 9899ec9

Browse files
committed
* added missing constant
1 parent d1d7432 commit 9899ec9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pear/PEAR.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
define('PEAR_ERROR_TRIGGER', 4);
2626
define('PEAR_ERROR_DIE', 8);
2727
define('PEAR_ERROR_CALLBACK', 16);
28+
define('DIRECTORY_SEPARATOR', '/');
2829

2930
if (substr(PHP_OS, 0, 3) == 'WIN') {
3031
define('OS_WINDOWS', true);

0 commit comments

Comments
 (0)