summaryrefslogtreecommitdiff
path: root/ext/standard/php_standard.h
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2006-01-04 12:57:04 +0000
committerDerick Rethans <derick@php.net>2006-01-04 12:57:04 +0000
commit648e20c1b69ead6b90eaa56c7a433de7123eb6fd (patch)
treecf6eeef0d7eb1396843ce426ab9a56098af1cdc5 /ext/standard/php_standard.h
parent223aa7294d6c072c84df5d3a350606f3774f58d9 (diff)
downloadphp-git-648e20c1b69ead6b90eaa56c7a433de7123eb6fd.tar.gz
- New implementation of the sunset algorithm. Fixes bugs #33789, #33671, #32820
and #30937. #- Didn't add it to news yet, as we'll merge this to PHP 5.1.x (just need to # wait for Ilia to approve it for 5.1.2).
Diffstat (limited to 'ext/standard/php_standard.h')
-rw-r--r--ext/standard/php_standard.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/php_standard.h b/ext/standard/php_standard.h
index b79a3bd9e1..aae11ca83e 100644
--- a/ext/standard/php_standard.h
+++ b/ext/standard/php_standard.h
@@ -59,7 +59,6 @@
#include "php_versioning.h"
#include "php_ftok.h"
#include "php_type.h"
-#include "php_sunfuncs.h"
#define phpext_standard_ptr basic_functions_module_ptr
PHP_MINIT_FUNCTION(standard_filters);