diff options
author | Martin Jansen <mj@php.net> | 2001-07-07 15:54:27 +0000 |
---|---|---|
committer | Martin Jansen <mj@php.net> | 2001-07-07 15:54:27 +0000 |
commit | 7efccca429975a8580bebc4d7803912886f2e239 (patch) | |
tree | b963482763b0a5b24273b6cface553ab9a68820a /pear | |
parent | 9899ec9befe1adc5b09eb21d256b3782e5749e31 (diff) | |
download | php-git-7efccca429975a8580bebc4d7803912886f2e239.tar.gz |
* reverted "DIRECTORY_SEPARATOR" patch
Diffstat (limited to 'pear')
-rw-r--r-- | pear/PEAR.php | 1 |
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); |