summaryrefslogtreecommitdiff
path: root/ext/standard/var.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Renamed zval_debug_dump() to debug_zval_dump()Jason Greene2002-02-101-6/+6
* @Added zval_debug_dump which works similar to var_dump yet displays extraJason Greene2002-02-101-0/+98
* - TSRMLS here and there, it's all about the Windows flairDerick Rethans2001-12-151-3/+3
* - Added a second parameter to var_export which makes the function returnDerick Rethans2001-12-151-14/+15
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - Remove debug codeDerick Rethans2001-12-081-5/+1
* - Added var_export, which shows a representation of a variable, much likeDerick Rethans2001-12-081-0/+95
* improve last patch:Thies C. Arntzen2001-12-011-15/+14
* serialized data would be incoorect if __sleep() returned a variable-nameThies C. Arntzen2001-12-011-8/+15
* Rewrite of unserializer which should be more maintainable and extensible.Sascha Schumann2001-11-101-243/+1
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-10/+10
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* API updateZeev Suraski2001-08-211-1/+1
* Cleanup of var_dump() with correct macro's, k&r indent, and removal of aSterling Hughes2001-08-171-45/+43
* - This code looks OK so remove FIXME commentAndi Gutmans2001-08-141-1/+0
* WhitespaceZeev Suraski2001-08-111-9/+10
* we can no longer register internal-classes once the script is started.Thies C. Arntzen2001-08-061-1/+1
* more tsrm cleanupSascha Schumann2001-08-051-11/+6
* more tsrm cleanup -- output.c is not doing any fetches anymoreSascha Schumann2001-08-051-4/+5
* fix serialize:Thies C. Arntzen2001-08-041-13/+12
* Eliminate TSRMLS_FETCH() call.Sebastian Bergmann2001-08-041-4/+3
* Fix Win32 (and maybe other ZTS) builds.Sebastian Bergmann2001-08-041-0/+1