summaryrefslogtreecommitdiff
path: root/ext/standard/var.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #26458 (var_dump(), var_export(), debug_zval_dump() not binaryIlia Alshanetsky2003-11-291-10/+35
* fix #26001; serialize crashes when accessing an overloadedWez Furlong2003-11-281-2/+3
* Fixed bug #24394 (serializing cross-referenced objects causes segfault)Moriyoshi Koizumi2003-11-041-1/+1
* Oops..Moriyoshi Koizumi2003-10-081-1/+1
* Better fix for bug #25758Moriyoshi Koizumi2003-10-081-1/+1
* Fixed bug #25758 (var_export does not escape ' & \ inside array keys)Ilia Alshanetsky2003-10-081-1/+5
* kill warningsSascha Schumann2003-08-281-1/+1
* emalloc -> safe_emallocIlia Alshanetsky2003-08-111-2/+2
* Fixed bug #21957 (serialize() mangles objects with __sleep).Ilia Alshanetsky2003-08-111-1/+4
* Don't try to __sleep incomplete classesStanislav Malyshev2003-08-051-17/+20
* updating license information in the headers.James Cox2003-06-101-3/+3
* Make serialize precision a configurable option.Ilia Alshanetsky2003-05-081-1/+1
* s/g/G/Ilia Alshanetsky2003-05-051-1/+1
* Safer implementation.Ilia Alshanetsky2003-05-041-2/+3
* Fixed bug #23298 (serialize cuts off floats & doubles)Ilia Alshanetsky2003-05-041-1/+1
* - Commit the .c file too...Derick Rethans2003-04-281-3/+3
* Unified all those redundant printf'sMoriyoshi Koizumi2003-04-211-4/+2
* Update to latest inteface change for get_class_nameStanislav Malyshev2003-04-211-6/+3
* Improved var_dump() and debug_zval_dump() so they also show theMoriyoshi Koizumi2003-03-291-3/+15
* Print the object handle (it's useful).Andrei Zmievski2003-03-101-1/+1
* Don't assume that objects have class entries (in the ZE1 sense) whenWez Furlong2003-02-011-7/+24
* Unbreak $Id tagSascha Schumann2003-01-311-2/+1
* Renamed get_memory_usage() to memory_get_usage() (per Andi's advice)Andrey Hristov2003-01-181-2/+2
* added function get_memory_usage(). available only when PHP is compiledAndrey Hristov2003-01-141-0/+9
* remove unneeded varStanislav Malyshev2003-01-121-2/+0
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* -php_error -> php_error_docrefMarcus Boerger2002-12-051-4/+4
* - Fix problem with var_export when objects with numeric indexes wereDerick Rethans2002-10-111-2/+2
* Revert the implicit_flush mess.Zeev Suraski2002-10-061-2/+0
* Fixed broken code by Derick.Yasuo Ohgaki2002-10-031-4/+6
* - Revert changed to implicit_flush behavior. The new behavior was notDerick Rethans2002-10-031-6/+4
* Prevent unwanted fluhsing.Yasuo Ohgaki2002-10-031-4/+6
* - No idea why this wasn't crashing before.Andi Gutmans2002-06-261-1/+1
* - Fix for bug #16065Derick Rethans2002-06-181-11/+3
* Add comments for the fixStanislav Malyshev2002-04-291-0/+2
* Fix here tooStanislav Malyshev2002-04-291-1/+1
* Yet another serialization fix - for incomplete classStanislav Malyshev2002-04-291-2/+4
* Fix couple of nasty serializer bugs:Stanislav Malyshev2002-04-281-7/+14
* simplify and improve speed of smart_str_print_long.Sascha Schumann2002-04-211-5/+7
* fix #12793 - serialize will now spit a notice if the return value of __sleep isThies C. Arntzen2002-03-191-2/+13
* it's late; no more commits from me tonight...Wez Furlong2002-03-151-1/+1
* should have diffed first...Wez Furlong2002-03-151-2/+2
* fix for ZE2 compileWez Furlong2002-03-151-3/+3
* - Fix bug #16078Derick Rethans2002-03-141-6/+29
* fix bugletWez Furlong2002-03-141-3/+2
* Fixed var_dump() crash when there is recursion.Yasuo Ohgaki2002-03-141-0/+19
* Added ob_get_status() to get array of buffers and it's status.Yasuo Ohgaki2002-03-011-1/+1
* - Make it a booleanDerick Rethans2002-02-281-3/+3
* - Fix the fix.. no need to escape " in single quotesDerick Rethans2002-02-241-1/+1
* - Add slashes around string outputDerick Rethans2002-02-241-1/+5