summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-02-19 23:43:27 +0000
committerZeev Suraski <zeev@php.net>2000-02-19 23:43:27 +0000
commitccaff4461b99cd25775b4e003c99731081d312bf (patch)
tree322ff0fc72135f4ab43991a3e19661230301480b /ext/mysql/php_mysql.c
parent86fa2aade2fdac04b2d23cd84c39ffbd14f6a9be (diff)
downloadphp-git-ccaff4461b99cd25775b4e003c99731081d312bf.tar.gz
Win32 compile fix
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r--ext/mysql/php_mysql.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c
index 2b3dfe35eb..1414d6e173 100644
--- a/ext/mysql/php_mysql.c
+++ b/ext/mysql/php_mysql.c
@@ -33,6 +33,7 @@
#ifdef PHP_WIN32
#include <winsock.h>
+#define signal(a,b) NULL
#else
#include "build-defs.h"