@ -140,6 +140,10 @@ typedef unsigned int zend_uint;
typedef unsigned long zend_ulong;
typedef unsigned short zend_ushort;
#ifdef HAVE_LIMITS_H
# include <limits.h>
#endif
#ifndef LONG_MAX
#define LONG_MAX 2147483647L
@ -26,10 +26,6 @@
# include <stdlib.h>
#define HANDLE_NUMERIC(key, length, func) { \
register char *tmp=key; \
\
@ -39,7 +39,6 @@
#include <errno.h>
#include <limits.h>
#include "zend.h"
#include "zend_alloc.h"
#include "zend_language_parser.h"
@ -21,7 +21,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <math.h>