History log of /PHP-8.3/main/main.c (Results 951 – 975 of 1376)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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... ;)

Revision tags: php-4.1.0RC3
# 312a2267 19-Nov-2001 Zeev Suraski

Fix set_time_limit() to affect only the current request (fix bug #13711)

Revision tags: php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1
# a0bbfb59 06-Oct-2001 Derick Rethans

- <br> -> <br />

Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS
# c0332885 25-Sep-2001 Jeroen van Wolffelaar

Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.

Revision tags: PRE_SUBST_Z_MACROS
# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.

Revision tags: php-4.0.7RC2
# 6bba521d 31-Aug-2001 Zeev Suraski

API update

# ab48027b 30-Aug-2001 Zeev Suraski

Fix unclean shutdown value

# 35104829 16-Aug-2001 Thies C. Arntzen

move php_shutdown_config further down

Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE
# e077c6bc 11-Aug-2001 Zeev Suraski

Make it possible to enable chunked output buffering without providing
an output handling function

# f47962c7 08-Aug-2001 Zeev Suraski

Implement import_request_variables()

# c31ba755 08-Aug-2001 Zeev Suraski

Put it in the wrong case...

1...<<31323334353637383940>>...56