]> granicus.if.org Git - php/commitdiff
That macro is and always was hopelessly broken, which is why it's
authorCliff Woolley <jwoolley@php.net>
Thu, 30 May 2002 06:07:28 +0000 (06:07 +0000)
committerCliff Woolley <jwoolley@php.net>
Thu, 30 May 2002 06:07:28 +0000 (06:07 +0000)
now deprecated.

sapi/apache2filter/php_functions.c

index 605e6de3901be668c40ddca4c4970565708ec8d5..c04e0b938eddcd53983429026402a727b74e30e4 100644 (file)
@@ -93,7 +93,7 @@ PHP_FUNCTION(apache_lookup_uri)
                ADD_STRING(method);
                ADD_TIME(mtime);
                ADD_LONG(clength);
-#if !MODULE_MAGIC_AT_LEAST(20020506,0)
+#if MODULE_MAGIC_NUMBER < 20020506
                ADD_STRING(boundary);
 #endif
                ADD_STRING(range);