From 925ff7f2b2aa119fe2e37341f079d0345039d77f Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Thu, 11 Oct 2001 10:35:59 +0000 Subject: * remove version_{lt,le,gt,ge,eq} functions, added a third optional parameter to version_compare doing the same thing --- ext/standard/php_versioning.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ext/standard/php_versioning.h') 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 -- cgit v1.2.1