summaryrefslogtreecommitdiff
path: root/ext/standard/php_var.h
Commit message (Collapse)AuthorAgeFilesLines
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Renamed zval_debug_dump() to debug_zval_dump()Jason Greene2002-02-101-2/+2
|
* @Added zval_debug_dump which works similar to var_dump yet displays extraJason Greene2002-02-101-0/+2
| | | | | internal information such as refcounts, and the true type names (Jason)
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* - Added var_export, which shows a representation of a variable, much likeDerick Rethans2001-12-081-0/+2
| | | | | | | 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)
* Rewrite of unserializer which should be more maintainable and extensible.Sascha Schumann2001-11-101-22/+14
| | | | | | | Changes pass `make test´ and a couple of custom tests. Enjoy.
* API updateZeev Suraski2001-08-211-1/+2
|
* WhitespaceZeev Suraski2001-08-111-6/+6
|
* more tsrm cleanupSascha Schumann2001-08-051-2/+2
|
* more tsrm cleanup -- output.c is not doing any fetches anymoreSascha Schumann2001-08-051-1/+1
|
* Convert serializer to smart_str.. avoids lots of sprintf's andSascha Schumann2001-08-031-1/+3
| | | | | copying of data.
* added test for serializeThies C. Arntzen2001-07-091-3/+3
| | | | | changed var.c to use Z_* macros
* PHPAPI-ize php_var_* functionsDaniel Beulshausen2001-07-011-2/+2
| | | | | # need this for shm*
* - fixed the reference in session thingieThies C. Arntzen2001-06-211-0/+19
| | | | | | | | | | - regression test checked (this time;-) - added new regression test for references - references _between_ session variables also work in when the session var replaces an already existing global var (this was a brain twister) - saved one strlen call per session variable - fixed one tiny leak
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Add support for serializing references.Stanislav Malyshev2000-10-301-2/+16
| | | | | | @- Add support for serializing references (Stas) # WDDX and shared memory functions not covered yet
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-21/+11
| | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
* Rename macros which begin with underscore to appropiate macros. The generalSascha Schumann2000-07-031-3/+3
| | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
* unserialize() and wddx_deserialize() now create an empty class if they enconterThies C. Arntzen2000-06-211-0/+2
| | | | | | | a class which's code is yet unknown. this makes sessionized data retain the class name of objects even if you visited pages that don't have the classes code available.
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-0/+42
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.