summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2000-02-26 16:03:50 +0000
committerStig Bakken <ssb@php.net>2000-02-26 16:03:50 +0000
commit3b783ef57b3eb3d8e8a69603a9e8bffd5e0ae557 (patch)
tree9f1b0210ff4f8da4a5fd2bb071c95278cacf5daa /pear
parent1261271839aa515a30685ccf1fba5d0b3811b866 (diff)
downloadphp-git-3b783ef57b3eb3d8e8a69603a9e8bffd5e0ae557.tar.gz
register package
Diffstat (limited to 'pear')
-rw-r--r--pear/HTTP.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/pear/HTTP.php b/pear/HTTP.php
index 3947c06d6d..a4480caf5c 100644
--- a/pear/HTTP.php
+++ b/pear/HTTP.php
@@ -22,6 +22,9 @@
// HTTP utility functions.
//
+if ($GLOBALS['USED_PACKAGES']['HTTP']) return;
+$GLOBALS['USED_PACKAGES']['HTTP'] = true;
+
class HTTP {
/**
* Format a date according to RFC-XXXX (can't remember the HTTP