History log of /PHP-7.4/ext/standard/var.c (Results 326 – 350 of 457)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# dcd86d15 14-Mar-2002 Yasuo Ohgaki

Fixed var_dump() crash when there is recursion.
# Since I said it's easy to fix :)


Revision tags: help
# 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 ...


# 27c46480 28-Feb-2002 Derick Rethans

- Make it a boolean


Revision tags: php-4.1.2
# b5a0fd24 24-Feb-2002 Derick Rethans

- Fix the fix.. no need to escape " in single quotes


# a4946ca3 24-Feb-2002 Derick Rethans

- Add slashes around string output


# 150d3392 10-Feb-2002 Jason Greene

Renamed zval_debug_dump() to debug_zval_dump()


# 91ac18bc 10-Feb-2002 Jason Greene

@Added zval_debug_dump which works similar to var_dump yet displays extra
internal information such as refcounts, and the true type names (Jason)


Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1
# f5f4a5cf 15-Dec-2001 Derick Rethans

- TSRMLS here and there, it's all about the Windows flair


# 143df7de 15-Dec-2001 Derick Rethans

- Added a second parameter to var_export which makes the function return
the variable representation in a string.


Revision tags: PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0
# a7b9d559 08-Dec-2001 Derick Rethans

- Remove debug code


# 3cb1db98 08-Dec-2001 Derick Rethans

- Added var_export, which shows a representation of a variable, much like
var_dump, but in such a way you can use it as PHP code.
@- Added var_export, which shows a representation of a vari

- Added var_export, which shows a representation of a variable, much like
var_dump, but in such a way you can use it as PHP code.
@- Added var_export, which shows a representation of a variable, much like
@ var_dump, but in such a way you can use it as PHP code. (Derick)

show more ...


Revision tags: php-4.1.0RC5
# 0fd809a7 01-Dec-2001 Thies C. Arntzen

improve last patch:
non existant object variables are now serialized as NULL, this saves us from
buffering the serialized data.


# 7ff5198c 01-Dec-2001 Thies C. Arntzen

serialized data would be incoorect if __sleep() returned a variable-name
which is non-existant in the object.
submitted by: Bernd Roemer <berndr@bonn.edu>


Revision tags: php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2
# f341f630 10-Nov-2001 Sascha Schumann

Rewrite of unserializer which should be more maintainable and extensible.

Changes pass `make test´ and a couple of custom tests.

Enjoy.


Revision tags: POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, 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
# e140b35b 21-Aug-2001 Zeev Suraski

API update


# 06aa7a4d 17-Aug-2001 Sterling Hughes

Cleanup of var_dump() with correct macro's, k&r indent, and removal of a
pair of unnecessary { }


Revision tags: php-4.0.7RC1
# 4580df10 14-Aug-2001 Andi Gutmans

- This code looks OK so remove FIXME comment


Revision tags: BEFORE_EXP_MERGE
# c0404f46 11-Aug-2001 Zeev Suraski

Whitespace


Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# a35df189 06-Aug-2001 Thies C. Arntzen

we can no longer register internal-classes once the script is started.
therefore the "incomplete class" is now registered at MINIT time.


# a19563c8 05-Aug-2001 Sascha Schumann

more tsrm cleanup


# 373b3e10 05-Aug-2001 Sascha Schumann

more tsrm cleanup -- output.c is not doing any fetches anymore


# dca5f8dc 04-Aug-2001 Thies C. Arntzen

fix serialize:
- keys no longer have a trailing \0
- no leak on calling __wakeup (also saved 2* malloc & free)
- serializing objects that implement __sleep() works again
- make test w

fix serialize:
- keys no longer have a trailing \0
- no leak on calling __wakeup (also saved 2* malloc & free)
- serializing objects that implement __sleep() works again
- make test works again:-)

show more ...


1...<<111213141516171819