summaryrefslogtreecommitdiff
path: root/ext/standard/var.c
Commit message (Expand)AuthorAgeFilesLines
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* proto takeover from php3Hartmut Holzgraefe2000-05-171-1/+2
* (var_dump) cleaned up some weird & buggy stuffThies C. Arntzen2000-04-041-6/+3
* (var_dump) removed "refcount-hack" - comiles without warning again (&works).Thies C. Arntzen2000-03-191-32/+9
* (serialize/unserialize) _sleep_() -> __sleep(), _wakeup_() -> __wakeup() rename.Thies C. Arntzen2000-03-181-2/+2
* restore compilation on ZTS enabled environments (like Windows)Sam Ruby2000-03-161-0/+1
* @- serialize()/unserialize() now call _sleep_() and _wakeup_() whenThies C. Arntzen2000-03-161-9/+86
* @- fixed possible crash in unserialize if the serailized data wasThies C. Arntzen2000-03-141-4/+5
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* @- Made the output of var_dump() more informative. (Thies)Thies C. Arntzen2000-02-071-22/+32
* use FREE_ZVAL where appropiateThies C. Arntzen2000-02-021-11/+11
* - Change IS_UNSET -> IS_NULLAndi Gutmans2000-01-041-3/+3
* (var_dump, serialize, unserialize) support NULLThies C. Arntzen2000-01-021-2/+21
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-261-6/+10
* - Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now.Andi Gutmans1999-12-241-6/+6
* We're using ZVAL's now.Andrei Zmievski1999-12-211-1/+1
* - The tree compiles againZeev Suraski1999-12-181-3/+3
* More php3_ annihilationZeev Suraski1999-12-181-1/+1
* (unserialize) closed mem-leakThies C. Arntzen1999-12-091-2/+4
* (unserialize) now cleans up better on failure!Thies C. Arntzen1999-12-081-3/+1
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-2/+2
* (PHP var_dump, serialize) now use php.ini's precision size when displying/ser...Thies C. Arntzen1999-11-061-6/+10
* unserialize no longer complaints about unserializing empty-strings (started t...Thies C. Arntzen1999-10-221-7/+10
* (PHP var_dump, serialize) fixed mem_leak.Thies C. Arntzen1999-10-201-3/+7
* @- unserialize() now gives a notice when passed invalid data. (Thies)Thies C. Arntzen1999-10-181-0/+5
* (PHP unserialize) - fixed mem-leak.Thies C. Arntzen1999-10-181-0/+3
* Extended var_dump to handle IS_RESOURCE somewhat.Andrey Hristov1999-09-241-0/+9
* - Upgraded var_dump() to take multiple argumentsAndrey Hristov1999-09-201-24/+35
* new API for var_dumpThies C. Arntzen1999-09-201-3/+3
* php4 now deserialized php3 objects correctly!Thies C. Arntzen1999-09-161-30/+36
* when unserializing classes:Thies C. Arntzen1999-09-151-1/+2
* Fixed printf format.Andrey Hristov1999-09-151-1/+1
* use new API in var.cThies C. Arntzen1999-09-151-9/+9
* i love id-stringsThies C. Arntzen1999-09-151-0/+2
* made serialize/unserialize work with classes! (also made the code "shorter")Thies C. Arntzen1999-09-151-96/+66
* ported oci8 to use new class APIThies C. Arntzen1999-09-131-6/+9
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-20/+20
* License updateZeev Suraski1999-07-161-20/+9
* Don't touch refcount and EA directlyZeev Suraski1999-07-091-10/+5
* Step 2:Zeev Suraski1999-07-091-5/+5
* changed boolean behaviour:Thies C. Arntzen1999-07-011-2/+18
* some additional constsSascha Schumann1999-07-011-3/+3
* * now using php4.ini instead of php3.iniStig Bakken1999-06-151-1/+1
* it's obj.properties, not htSascha Schumann1999-06-111-3/+3
* Fix up var.c a bit.Andrey Hristov1999-06-111-10/+6
* make serialize workSascha Schumann1999-06-101-12/+90
* Fixing serialize a bit.Andrey Hristov1999-06-101-5/+3
* that seems to fix itSascha Schumann1999-05-281-1/+3
* Either I'm playing the EG(symbol_table) game wrong or var.c leaks memorySascha Schumann1999-05-281-0/+1