1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00

- Fix some compiler warnings and errors.

This commit is contained in:
Markus Fischer
2002-03-17 08:10:04 +00:00
parent 1d3ad85ac2
commit bfbb3bba1f

View File

@@ -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;