summaryrefslogtreecommitdiff
path: root/ext/standard/formatted_print.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Now we always ZVAL_DUP args[argnum] now (in ed8691b2)Xinchen Hui2014-02-241-5/+2
* | Fixed segfault in ext/standard/tests/strings/fprintf_variation_001.phpXinchen Hui2014-02-231-5/+6
* | Use better data structures (incomplete)Dmitry Stogov2014-02-171-2/+2
* | Use better data structures (incomplete)Dmitry Stogov2014-02-131-127/+121
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
|/
* - Removed dead defines.Gustavo André dos Santos Lopes2011-02-211-3/+0
* - Year++Felipe Pena2011-01-011-1/+1
* Fixed bug #47168 (printf of floating point variable prints maximum of 40 deci...Ilia Alshanetsky2010-11-191-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed bug #49244 (Floating point NaN cause garbage characters). (patch by S...Felipe Pena2009-11-021-2/+2
* - Fixed bug #48802 (printf() returns incorrect outputted length)Jani Taskinen2009-07-231-6/+6
* Added an E_NOTICE when precision value is truncatedIlia Alshanetsky2009-01-201-0/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: New parameter parsing API (for *printf())Felipe Pena2008-08-101-6/+6
* Use new parameter parsing APIDmitry Stogov2008-07-011-6/+3
* Reverted zpp API Cleanup patch - memory troubles?David Coallier2008-06-251-24/+20
* - Hackish but working parameter parsing, no longer usingDavid Coallier2008-06-251-3/+11
* - New parsing parameter APIDavid Coallier2008-06-241-17/+13
* fix integer overflow in length calculationStanislav Malyshev2008-03-171-1/+10
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Nuked ending dots from error messagesJani Taskinen2007-09-301-3/+3
* MFH: Change printf %u behavior so that it does not truncate numbers at 32-bit...Brian Shire2007-06-031-1/+1
* fix folding tagsAntony Dovgal2007-04-091-7/+15