summaryrefslogtreecommitdiff
path: root/main/spprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* Drop unnecessary stdint and inttypes header checksGeorge Peter Banyard2020-04-221-2/+0
* Apply custom format/length modifier removal to spprintfGeorge Peter Banyard2020-01-231-20/+0
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove checks for locale.h, setlocale, localeconvPeter Kokot2019-04-071-10/+0
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Make printf_to_smart_str(ing) the primitive printf operationNikita Popov2017-01-011-41/+4
* Export zend_s(tr)pprintfNikita Popov2017-01-011-24/+0
* Sync smart_string implementation with smart_strNikita Popov2017-01-011-1/+0
* Move smart_string to ZendNikita Popov2017-01-011-1/+1
* Use one place to define max length of doubleJakub Zelenka2016-06-261-6/+2
* Enable 0 mode for echo/printYasuo Ohgaki2016-06-261-2/+2
* Fixed compilation warningsDmitry Stogov2016-06-211-4/+4
* 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
* | Make s(tr)pprintf infallibleNikita Popov2015-07-171-8/+9
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-5/+5
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-01-201-0/+5
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-01-201-0/+5
| |\
| | * add protection against nullsStanislav Malyshev2015-01-201-0/+5
| | * Bump yearXinchen Hui2014-01-031-1/+1
| * | Bump yearXinchen Hui2015-01-151-1/+1
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-3/+2
* | | 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
| * | Bump yearXinchen Hui2014-01-031-1/+1
| |/
* | fix datatype mismatch warningAnatol Belski2014-10-271-1/+1
* | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 3Anatol Belski2014-08-251-5/+5
* | master renames phase 1Anatol Belski2014-08-251-5/+5
* | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-6/+29
* | update zend_make_printable_zval to take TSRM contextkrakjoe2014-08-111-2/+4
* | Changed zend_make_printable_zval() to return "use_copy" instead of additional...Dmitry Stogov2014-07-091-1/+1
* | Test push (previous push didn't send mail?)Xinchen Hui2014-05-101-0/+1
* | Added smart_string to avoid string duplicatedXinchen Hui2014-05-101-53/+54
* | Added vstrpprintf strpprintf to avoid duplicate stringXinchen Hui2014-05-101-1/+28
* | Refactor fileinfoXinchen Hui2014-05-071-3/+8
* | Refacting smart_strXinchen Hui2014-02-181-12/+15
* | Bump yearXinchen Hui2014-01-031-1/+1
|/
* fixed alternate form for 'x' and 'X' formatsArnaud Le Blanc2013-01-131-2/+2