summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorMartin Jansen <mj@php.net>2001-07-07 15:54:27 +0000
committerMartin Jansen <mj@php.net>2001-07-07 15:54:27 +0000
commit7efccca429975a8580bebc4d7803912886f2e239 (patch)
treeb963482763b0a5b24273b6cface553ab9a68820a /pear
parent9899ec9befe1adc5b09eb21d256b3782e5749e31 (diff)
downloadphp-git-7efccca429975a8580bebc4d7803912886f2e239.tar.gz
* reverted "DIRECTORY_SEPARATOR" patch
Diffstat (limited to 'pear')
-rw-r--r--pear/PEAR.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/pear/PEAR.php b/pear/PEAR.php
index ba7c64971c..659c59d59a 100644
--- a/pear/PEAR.php
+++ b/pear/PEAR.php
@@ -25,7 +25,6 @@ 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);