summaryrefslogtreecommitdiff
path: root/ext/standard/formatted_print.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Use new param API in standardSara Golemon2016-12-301-6/+8
* Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2016-09-111-6/+0
|\
| * Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-6/+0
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
|/
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Fix double free in formatted_print.cBob Weinand2015-12-061-6/+0
* | Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-291-1/+0
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-25/+25
* | Fixed returning void instead of NULLDmitry Stogov2015-05-051-2/+2
* | Use Fast ZPPDmitry Stogov2015-05-051-9/+15
* | Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-2/+2
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-21/+21
* | Make the code lesss suspicious (can't be really 0 but it's not obvious)Stanislav Malyshev2014-12-301-2/+2
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-23/+23
* | Merge branch 'PHP-5.6'Anatol Belski2014-12-061-0/+1
|\ \ | |/
| * add include for missing localeconv_r protoAnatol Belski2014-12-061-0/+1
* | Merge branch 'PHP-5.6'Anatol Belski2014-12-061-0/+16
|\ \ | |/
| * Fixed bug #65230 setting locale randomly brokenAnatol Belski2014-12-061-0/+16
* | fix datatype mismatchAnatol Belski2014-10-231-1/+1
* | Replaced EG(This) and EX(object) with EX(This).Dmitry Stogov2014-10-031-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 3Anatol Belski2014-08-251-24/+24
* | master renames phase 1Anatol Belski2014-08-251-34/+34
* | rename zval_get_long and fixes to some string functionsAnatol Belski2014-08-181-7/+7
* | several fixes -Anatol Belski2014-08-161-41/+39
* | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-6/+6
* | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-29/+15
* | Fixed mergeXinchen Hui2014-06-011-0/+1
* | Merge branch 'master' into phpngXinchen Hui2014-06-011-1/+2
|\ \ | |/
| * Fix bug #67249: printf out-of-bounds readStanislav Malyshev2014-05-271-2/+4
| * Bump yearXinchen Hui2014-01-031-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
* | Convert zval_get_string() into "fast path" macro and "slow path" functionDmitry Stogov2014-04-211-1/+1
* | Use zval_get_string in a few more placesNikita Popov2014-04-211-14/+4
* | Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of zend_ha...Dmitry Stogov2014-04-181-4/+2
* | Fixed refcountingDmitry Stogov2014-04-161-8/+8
* | Fixed wrong mergesXinchen Hui2014-03-061-3/+0
* | Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2Xinchen Hui2014-03-061-1/+11
|\ \
| * | Fixed memory leakDmitry Stogov2014-03-061-1/+18
* | | Fixed memory leak in vfprintfXinchen Hui2014-03-061-1/+1
* | | Fixed memory leak in vsprintfXinchen Hui2014-03-061-3/+19
|/ /
* | Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2Dmitry Stogov2014-03-051-1/+1
|\ \
| * | Fixed memory leakXinchen Hui2014-03-041-2/+11
* | | Arguments taken by internal functions using zend_parse_parameters() with "+" ...Dmitry Stogov2014-03-051-8/+0
|/ /
* | Fixed invalid write in vsprintf testsXinchen Hui2014-02-241-3/+2