Skip to content

Commit 7efccca

Browse files
committed
* reverted "DIRECTORY_SEPARATOR" patch
1 parent 9899ec9 commit 7efccca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pear/PEAR.php

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

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

0 commit comments

Comments
 (0)