diff options
| author | Jani Taskinen <jani@php.net> | 2009-11-27 23:34:36 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2009-11-27 23:34:36 +0000 |
| commit | 47a9c71dcc217ef2a8e906c8e49decc69873d0df (patch) | |
| tree | 470f0b560045b6d545a8a5290266e6fd283bb5a9 /main | |
| parent | 7957efe4d49ce8858661161ac4488c4e226ed7c2 (diff) | |
| download | php-git-47a9c71dcc217ef2a8e906c8e49decc69873d0df.tar.gz | |
- Fixed bug #49935 (Deprecated warnings make "make test" to fail)
Diffstat (limited to 'main')
| -rw-r--r-- | main/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.c b/main/main.c index 01a6b2b792..e553708cc2 100644 --- a/main/main.c +++ b/main/main.c @@ -2032,6 +2032,7 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod module_initialized = 1; /* Check for deprecated directives */ + /* NOTE: If you add anything here, remember to add it also in Makefile.global! */ { static const char *directives[] = { "define_syslog_variables", |
