summaryrefslogtreecommitdiff
path: root/ext/standard/php_versioning.h
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2001-10-11 10:35:59 +0000
committerStig Bakken <ssb@php.net>2001-10-11 10:35:59 +0000
commit925ff7f2b2aa119fe2e37341f079d0345039d77f (patch)
tree64652904e213215e2d16b5e56d906f861527a164 /ext/standard/php_versioning.h
parent1f40bd4cd9e786a13c24ad3c68af7abf16046284 (diff)
downloadphp-git-925ff7f2b2aa119fe2e37341f079d0345039d77f.tar.gz
* remove version_{lt,le,gt,ge,eq} functions, added a third optional
parameter to version_compare doing the same thing
Diffstat (limited to 'ext/standard/php_versioning.h')
-rw-r--r--ext/standard/php_versioning.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/php_versioning.h b/ext/standard/php_versioning.h
index 76286d71f6..f25a80e504 100644
--- a/ext/standard/php_versioning.h
+++ b/ext/standard/php_versioning.h
@@ -27,10 +27,5 @@
PHPAPI char *php_canonicalize_version(const char *);
PHPAPI int php_version_compare(const char *, const char *);
PHP_FUNCTION(version_compare);
-PHP_FUNCTION(version_gt);
-PHP_FUNCTION(version_ge);
-PHP_FUNCTION(version_lt);
-PHP_FUNCTION(version_le);
-PHP_FUNCTION(version_eq);
#endif