summaryrefslogtreecommitdiff
path: root/ext/standard/formatted_print.c
Commit message (Expand)AuthorAgeFilesLines
* Allow exceptions in __toString()Nikita Popov2019-06-051-1/+4
* Remove checks for locale.h, setlocale, localeconvPeter Kokot2019-04-071-10/+0
* Remove unused variablesFabien Villepinte2019-03-171-1/+1
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* *printf() optimization and v*printf() warning message fix.Dmitry Stogov2018-11-071-123/+183
* Removed dead checksDmitry Stogov2018-11-061-2/+2
* Use already set variableGabriel Caruso2018-09-301-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* year++Xinchen Hui2018-01-021-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-3/+3
* Avoid unnecessary reference-counting on strings.Dmitry Stogov2017-11-161-2/+3
* 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