summaryrefslogtreecommitdiff
path: root/ext/standard/var.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fixed typoXinchen Hui2015-03-281-1/+1
* | | | Fixed memleakXinchen Hui2015-03-281-12/+19
* | | | Merge branch 'pull-request/1057'Stanislav Malyshev2015-03-221-4/+1
|\ \ \ \
| * | | | Fixed serialization of non string values on __sleepJuan Basso2015-03-091-4/+1
* | | | | Use specialized macro for string zval creationDmitry Stogov2015-03-121-2/+2
|/ / / /
* | | | Merge branch 'PHP-5.6'Xinchen Hui2015-03-011-1/+1
|\ \ \ \ | |/ / /
| * | | bump yearXinchen Hui2015-01-151-1/+1
* | | | Use zend_string in case we will optimize themXinchen Hui2015-01-201-3/+3
* | | | bump yearXinchen Hui2015-01-151-1/+1
* | | | Optimized str_[i]replace to aviod reallocations and repeatable conversions to...Dmitry Stogov2015-01-131-2/+2
* | | | trailing whitespace removalStanislav Malyshev2015-01-101-4/+4
* | | | Added new API function 'zend_string* zend_string_tolower(zend_string*)'.Dmitry Stogov2014-12-241-2/+1
* | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-68/+68
* | | | secured unserializeStanislav Malyshev2014-11-221-3/+33
* | | | fix datatype mismatch and warningAnatol Belski2014-10-221-3/+3
* | | | fix datatype mismatchesAnatol Belski2014-10-221-1/+1
* | | | Update get_class_name semanticsNikita Popov2014-10-091-12/+6
* | | | Remove zend_get_class_entry functionNikita Popov2014-10-091-2/+1
* | | | Remove support for classes without class entriesNikita Popov2014-10-091-6/+2
* | | | Fix counting of "R:" references in serialize()Nikita Popov2014-09-241-2/+8
* | | | Fix tests/serialize/bug64146.phptNikita Popov2014-09-221-52/+40
* | | | Add smart_str_append for appending zend_stringsNikita Popov2014-09-211-6/+6
* | | | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | | | Make number printing functions less genericNikita Popov2014-09-191-3/+3
* | | | Use append_unsigned instead of append_long where appropriateNikita Popov2014-09-191-9/+9
* | | | Use inline functions for most of smart_strNikita Popov2014-09-191-1/+1
* | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | | Fixed useless or duplicated IS_INTERNED() checksDmitry Stogov2014-09-191-1/+1
* | | | Switch (un)mangle property name to size_t and zend_stringNikita Popov2014-09-161-7/+6
* | | | revamp serialization to work with size_t for SerializableAnatol Belski2014-09-151-1/+1
* | | | first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* | | | master renames phase 3Anatol Belski2014-08-251-9/+9
* | | | master renames phase 2Anatol Belski2014-08-251-1/+1
* | | | master renames phase 1Anatol Belski2014-08-251-65/+65
* | | | fixes to %pd format usageAnatol Belski2014-08-241-1/+1
* | | | refix the dump stuff againAnatol Belski2014-08-181-4/+4
* | | | further fixes to ext/standardAnatol Belski2014-08-181-3/+3
* | | | more fixes to var_dump and co.Anatol Belski2014-08-171-4/+4
* | | | further fixes on coreAnatol Belski2014-08-161-10/+10
* | | | several fixes -Anatol Belski2014-08-161-10/+10
* | | | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-35/+35
* | | | Merge branch 'master' into phpngDmitry Stogov2014-06-121-8/+2
|\ \ \ \ | |/ / /
| * | | Revert "Add optional second arg to unserialize()"Ferenc Kovacs2014-06-111-8/+2
* | | | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-8/+8
* | | | Introduced immutable arrays. They don't need to be copyed and may be used dir...Dmitry Stogov2014-05-291-8/+14
* | | | Use new zend_hash APIDmitry Stogov2014-05-281-130/+103
* | | | Don't use cast (compiler friendly)Xinchen Hui2014-05-261-6/+6
* | | | Fixed uninitialized usedXinchen Hui2014-05-181-2/+1
* | | | unused local varPierre Joye2014-05-151-2/+1
* | | | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-14/+21