diff options
author | Harald Radi <phanto@php.net> | 2002-08-07 14:47:42 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2002-08-07 14:47:42 +0000 |
commit | 99c90db11aa6a89e79c68ada92c83086c8b743d1 (patch) | |
tree | 572de047689ed4aef467a39d0296b389ce5845d1 /Zend/zend_ini.c | |
parent | a77c0a13f70324b8ea2b45397e206e7ff0da6353 (diff) | |
download | php-git-99c90db11aa6a89e79c68ada92c83086c8b743d1.tar.gz |
make win32 debug output more verbose
Diffstat (limited to 'Zend/zend_ini.c')
-rw-r--r-- | Zend/zend_ini.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Zend/zend_ini.c b/Zend/zend_ini.c index e15ab704c3..42e28379cc 100644 --- a/Zend/zend_ini.c +++ b/Zend/zend_ini.c @@ -16,9 +16,6 @@ +----------------------------------------------------------------------+ */ - -#include <stdlib.h> - #include "zend.h" #include "zend_qsort.h" #include "zend_API.h" |