summaryrefslogtreecommitdiff
path: root/ext/standard
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-03-12 15:47:34 +0000
committerSascha Schumann <sas@php.net>2000-03-12 15:47:34 +0000
commitcaeaaf4d98bbc0369f0216c98242eca9f00026e6 (patch)
treed916122d20d6c4a87ac7763213cd1beb693f1fa5 /ext/standard
parente20b13751b7f10343968519c271a28ad549fca95 (diff)
downloadphp-git-caeaaf4d98bbc0369f0216c98242eca9f00026e6.tar.gz
Fix build on systems which lack snprintf or vsnprintf.
PR: #3786
Diffstat (limited to 'ext/standard')
-rw-r--r--ext/standard/datetime.c1
-rw-r--r--ext/standard/file.c1
-rw-r--r--ext/standard/math.c1
-rw-r--r--ext/standard/microtime.c1
-rw-r--r--ext/standard/pack.c1
-rw-r--r--ext/standard/url_scanner.c1
6 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/datetime.c b/ext/standard/datetime.c
index 29ea203580..f40e3d2fdc 100644
--- a/ext/standard/datetime.c
+++ b/ext/standard/datetime.c
@@ -25,7 +25,6 @@
#include "php.h"
#include "zend_operators.h"
#include "datetime.h"
-#include "snprintf.h"
#include "php_globals.h"
#include <time.h>
diff --git a/ext/standard/file.c b/ext/standard/file.c
index 9eb8f2564e..852170e464 100644
--- a/ext/standard/file.c
+++ b/ext/standard/file.c
@@ -65,7 +65,6 @@
#include <netdb.h>
#include <arpa/inet.h>
#endif
-#include "snprintf.h"
#include "fsock.h"
#include "fopen-wrappers.h"
#include "php_globals.h"
diff --git a/ext/standard/math.c b/ext/standard/math.c
index bfaa155d1c..19b87e733c 100644
--- a/ext/standard/math.c
+++ b/ext/standard/math.c
@@ -23,7 +23,6 @@
#include "php.h"
#include "phpmath.h"
-#include "snprintf.h"
#include <math.h>
diff --git a/ext/standard/microtime.c b/ext/standard/microtime.c
index e0746d8e3d..ad0e328510 100644
--- a/ext/standard/microtime.c
+++ b/ext/standard/microtime.c
@@ -40,7 +40,6 @@
#include <errno.h>
#include "microtime.h"
-#include "snprintf.h"
#define NUL '\0'
#define MICRO_IN_SEC 1000000.00
diff --git a/ext/standard/pack.c b/ext/standard/pack.c
index 5ff9f29312..2fd20fd510 100644
--- a/ext/standard/pack.c
+++ b/ext/standard/pack.c
@@ -44,7 +44,6 @@
#include <pwd.h>
#endif
#endif
-#include "snprintf.h"
#include "fsock.h"
#if HAVE_NETINET_IN_H
#include <netinet/in.h>
diff --git a/ext/standard/url_scanner.c b/ext/standard/url_scanner.c
index 7da384a290..7f176f441e 100644
--- a/ext/standard/url_scanner.c
+++ b/ext/standard/url_scanner.c
@@ -20,7 +20,6 @@
/* $Id$ */
#include "php.h"
-#include "snprintf.h"
#ifdef TRANS_SID