mikeMon Nov 13 14:05:03 2006 UTC
Modified files:
/php-src/main output.c php_output.h
Log:
- fix buffer size alignment
- avoid memory overflow #if MEMORY_LIMIT
http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.200&r2=1.201&diff_format=u
Index:
mikeThu Oct 12 12:50:29 2006 UTC
Modified files:
/php-src/main output.c php_output.h
Log:
- use new zend_fcall_info API
- use enums where appropriate
http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.199&r2=1.200&diff_format=u
Index: php-src/ma
mikeTue Oct 3 22:20:29 2006 UTC
Modified files:
/php-src/main output.c php_output.h
Log:
- fix failure with tests/lang/bug23489.phpt
- allocate fci param space at once with php_output_handler_user_func_t
http://cvs.php.net/viewvc.cgi/php-src/main
mikeTue Oct 3 08:15:44 2006 UTC
Modified files:
/php-src/main output.c php_output.h
Log:
- use fci/fcc instead of zval* for user ob handler
http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.196&r2=1.197&diff_format=u
Index: php-src/main/output.
mikeWed Aug 30 14:42:01 2006 UTC
Modified files:
/php-src/main output.c php_output.h
Log:
- add PHP_OUTPUT_WRITTEN and PHP_OUTPUT_SENT status flags
http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.193&r2=1.194&diff_format=u
Index: php-src/main/
mikeTue Aug 22 07:53:58 2006 UTC
Modified files:
/php-src/main output.c php_output.h
Log:
- allocate handler stack on the heap and avoid segfaults on shutdown when
startup fails
- don't try to append empty buffer
- fix some dbg format strings
http:
mikeWed Aug 9 13:56:45 2006 UTC
Added files:
/php-src/tests/output ob_018.phpt ob_019.phpt
Modified files:
/php-src/main output.c php_output.h
/php-src/tests/output ob_013.phpt
Log:
- error message enhancements
mikeMon Jun 12 18:18:39 2006 UTC
Modified files:
/php-src/main output.c php_output.h
Log:
- don't use anonymous union
http://cvs.php.net/viewcvs.cgi/php-src/main/output.c?r1=1.182&r2=1.183&diff_format=u
Index: php-src/main/output.c
diff -u php-src/m