summaryrefslogtreecommitdiff
path: root/ext/pcntl
diff options
context:
space:
mode:
authorMarkus Fischer <mfischer@php.net>2002-03-17 08:10:04 +0000
committerMarkus Fischer <mfischer@php.net>2002-03-17 08:10:04 +0000
commitbfbb3bba1f830cbf86bcf1df2c81583067390ec6 (patch)
tree9a3956d419d50a87ed25e574ffa10120ecea709a /ext/pcntl
parent1d3ad85ac2fd78e6e14e835b5f00d4b1d092b33b (diff)
downloadphp-git-bfbb3bba1f830cbf86bcf1df2c81583067390ec6.tar.gz
- Fix some compiler warnings and errors.
Diffstat (limited to 'ext/pcntl')
-rwxr-xr-xext/pcntl/pcntl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c
index 7f57522709..4d9119f8be 100755
--- a/ext/pcntl/pcntl.c
+++ b/ext/pcntl/pcntl.c
@@ -32,6 +32,7 @@
#include "php.h"
#include "php_ini.h"
+#include "ext/standard/info.h"
#include "php_pcntl.h"
#include "zend_extensions.h"
@@ -531,7 +532,7 @@ static void old_pcntl_signal_handler(int signo)
zval_dtor(call_name);
efree(call_name);
- efree(param)
+ efree(param);
efree(retval);
return;