mike Sat Jun 3 11:51:35 2006 UTC
Modified files:
/php-src/main php_output.h
Log:
- remove obsolete cruft
http://cvs.php.net/viewcvs.cgi/php-src/main/php_output.h?r1=1.57&r2=1.58&diff_format=u
Index: php-src/main/php_output.h
diff -u php-src/main/php_output.h:1.57 php-src/main/php_output.h:1.58
--- php-src/main/php_output.h:1.57 Sat Jun 3 11:19:44 2006
+++ php-src/main/php_output.h Sat Jun 3 11:51:35 2006
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_output.h,v 1.57 2006/06/03 11:19:44 mike Exp $ */
+/* $Id: php_output.h,v 1.58 2006/06/03 11:51:35 mike Exp $ */
#ifndef PHP_OUTPUT_H
#define PHP_OUTPUT_H
@@ -70,11 +70,6 @@
)
#define PHP_OUTPUT_HANDLER_ALIGNTO_SIZE 0x1000
#define PHP_OUTPUT_HANDLER_DEFAULT_SIZE 0x4000
-#define PHP_OUTPUT_HANDLER_DEFAULT_NAME "default output handler"
-#define PHP_OUTPUT_HANDLER_DEVNULL_NAME "null output handler"
-
-PHPAPI zval php_output_handler_default;
-PHPAPI zval php_output_handler_devnull;
typedef struct _php_output_buffer {
char *data;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php