summaryrefslogtreecommitdiff
path: root/ext/standard/var.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up the serializer by modularizing some of its code. That alsoSascha Schumann2001-08-041-106/+125
* Do the nul'ifiying of php_var_serialize's result at the right placeSascha Schumann2001-08-031-7/+12
* NUL-terminate stringSascha Schumann2001-08-031-0/+1
* Convert serializer to smart_str.. avoids lots of sprintf's andSascha Schumann2001-08-031-60/+50
* Zend compatibility patchZeev Suraski2001-07-301-2/+2
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-1/+3
* - More object macrosAndi Gutmans2001-07-291-8/+6
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-6/+1
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-3/+3
* Update castZeev Suraski2001-07-151-1/+1
* Improved interactive mode - it is now available in all builds, without any si...Zeev Suraski2001-07-151-3/+2
* More correct pseudo-fixStanislav Malyshev2001-07-111-2/+1