#
d2d87622 |
| 17-Mar-2002 |
Wez Furlong |
Streams now make more use of the memory manager, so tracking down leaking streams should be easier. # I hate these big commits
|
#
bed04279 |
| 16-Mar-2002 |
Wez Furlong |
Hopefully fix resource usage so that we have no leaks and don't segfault.
|
#
6beb1e37 |
| 16-Mar-2002 |
Wez Furlong |
work around apache segfault for the moment
|
#
28d69811 |
| 16-Mar-2002 |
Wez Furlong |
more *'s
|
#
0f65280c |
| 15-Mar-2002 |
Wez Furlong |
New PHP streams...
|
Revision tags: help |
|
#
f30a9f1c |
| 09-Mar-2002 |
foobar |
- Commented out the space escaping. Works now as it did before.
|
#
f57fe2a8 |
| 07-Mar-2002 |
foobar |
- Fixed the phpinfo() tables not to blow up when using very long configure line.
|
#
9c5b4a6c |
| 04-Mar-2002 |
Derick Rethans |
- Some more speed (and more consistency) #- I had some spare time Sascha :)
|
#
b4d5aa5c |
| 04-Mar-2002 |
Sascha Schumann |
Supply php_html_puts which escapes a whole string.. now fully works in ZTS mode, too.
|
#
ab57683e |
| 01-Mar-2002 |
Edin Kadribasic |
Added PHP_SAPI constant which contains the name of running SAPI. @- Added PHP_SAPI constant which contains the name of running SAPI. (Edin)
|
#
82a8d372 |
| 01-Mar-2002 |
Yasuo Ohgaki |
Added ob_get_status() to get array of buffers and it's status. (DO NOT document this function yet) Fixed crash bug with ob_end_*() function. ob_end_*() will not delete buffers that m
Added ob_get_status() to get array of buffers and it's status. (DO NOT document this function yet) Fixed crash bug with ob_end_*() function. ob_end_*() will not delete buffers that may not be deleted. php_start_ob_buffer() and php_ob_set_internal_handler() takes parameter for if the buffer created may be deleted or not. Added 3rd parameter "bool erase" to ob_start(). If FALSE, buffer may not be deleted until script finshes. Changed ob_*() function that have void return type to bool. All ob_*() functions return TRUE for success, FALSE for failure. @ - Added ob_get_status() to get array of buffers and it's status. (Yasuo) @ - Fixed crash bug with ob_end_*() function. ob_end_*() will not delete @ buffers that may not be deleted. (Yasuo) @ - Added 3rd parameter "bool erase" to ob_start(). If FALSE, buffer may not be @ deleted until script finshes. (Yasuo) @ - Changed ob_*() function that have void return type to bool. All ob_*() @ functions return TRUE for success, FALSE for failure. (Yasuo)
show more ...
|
Revision tags: php-4.1.2 |
|
#
c456da51 |
| 26-Feb-2002 |
Andi Gutmans |
- Hopefully fix the shutdown_memory_manager() stuff. Part of my previous - patch seems to have gotten lost
|
#
1b32da41 |
| 26-Feb-2002 |
Sebastian Bergmann |
TSRM Cleanup.
|
#
a3066657 |
| 26-Feb-2002 |
Andi Gutmans |
- Pass shutdown_memory_manager the TSRMLS context.
|
#
86fa2d39 |
| 14-Feb-2002 |
Derick Rethans |
- Let php_execute_script return 0 on failure and 1 on sucess, and change SAPIs accordingly. (Andrei, Derick)
|
#
0bf51b81 |
| 05-Feb-2002 |
Yasuo Ohgaki |
register_globals=off is defualt for 4.2.0
|
Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH |
|
#
4972fac5 |
| 31-Jan-2002 |
Edin Kadribasic |
Ignore register_globals for $argc and $argv under CLI SAPI.
|
#
34cfada4 |
| 19-Jan-2002 |
Yasuo Ohgaki |
Make --enable-safe-mode useful # It seems this option is broken for a long time. @ Fix --enable-safe-mode. This configure option was not working.
|
#
645a94cd |
| 10-Jan-2002 |
Derick Rethans |
- Make an E_NOTICE error type show 'Notice' instead of 'Warning'.
|
#
1788410a |
| 06-Jan-2002 |
Edin Kadribasic |
Added argc and argv in request_info needed for the new cli sapi. Modified registering $argc and $argv to support cli sapi.
|
Revision tags: php-4.1.1 |
|
#
8e5e7efc |
| 16-Dec-2001 |
Zeev Suraski |
Freeing that TLS is just too complicated. Since we're shutting down anyway, remove it for now (it did not exist in 4.0.6)
|
Revision tags: PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers.
|
Revision tags: php-4.1.0, php-4.1.0RC5 |
|
#
99639f58 |
| 02-Dec-2001 |
Bernd Roemer |
Allow unserializer_callback_func to be turned off.
|
Revision tags: php-4.1.0RC4 |
|
#
06cdf297 |
| 26-Nov-2001 |
Derick Rethans |
- Adding a callback mechanism to the unserializer. (patch by Bernd Roemer <berndr@bonn.edu>) #- An explainatory e-mail will be send to php-dev
|
#
b91a6669 |
| 26-Nov-2001 |
Sterling Hughes |
Z_TYPE(filehandle)?? ok.. whatever... ;)
|