iliaa Mon Nov 4 12:38:30 2002 EDT
Modified files:
/php4/ext/standard exec.c
Log:
Silence compiler warning.
Index: php4/ext/standard/exec.c
diff -u php4/ext/standard/exec.c:1.83 php4/ext/standard/exec.c:1.84
--- php4/ext/standard/exec.c:1.83 Thu Oct 24 04:46:21 2002
+++ php4/ext/standard/exec.c Mon Nov 4 12:38:30 2002
@@ -15,7 +15,7 @@
| Author: Rasmus Lerdorf |
+----------------------------------------------------------------------+
*/
-/* $Id: exec.c,v 1.83 2002/10/24 08:46:21 jan Exp $ */
+/* $Id: exec.c,v 1.84 2002/11/04 17:38:30 iliaa Exp $ */
#include <stdio.h>
#include "php.h"
@@ -946,7 +946,7 @@
* ends, where appropriate */
for (i = 0; i < ndesc; i++) {
FILE *fp;
- char *mode_string;
+ char *mode_string=NULL;
php_stream *stream;
close_descriptor(descriptors[i].childend);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php