sas Tue Apr 1 14:15:47 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/main output.c
Log:
s/0/FAILURE/
Index: php4/main/output.c
diff -u php4/main/output.c:1.142.2.6 php4/main/output.c:1.142.2.7
--- php4/main/output.c:1.142.2.6 Tue Apr 1 14:13:40 2003
+++ php4/main/output.c Tue Apr 1 14:15:47 2003
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: output.c,v 1.142.2.6 2003/04/01 19:13:40 sas Exp $ */
+/* $Id: output.c,v 1.142.2.7 2003/04/01 19:15:47 sas Exp $ */
#include "php.h"
#include "ext/standard/head.h"
@@ -453,7 +453,7 @@
*/
static int php_ob_init(uint initial_size, uint block_size, zval *output_handler, uint
chunk_size, zend_bool erase TSRMLS_DC)
{
- int result = 0, len;
+ int result = FAILURE, len;
char *handler_name, *next_handler_name;
HashPosition pos;
zval **tmp;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php