78 Commits (34550382d89597552df369fe1d6318d32b5929cb)

Author SHA1 Message Date
Ilia Alshanetsky 8840191d91 Fixed bug #28633 (sprintf incorrectly adding padding to floats). 22 years ago
Ard Biesheuvel fd7a92f046 Fixed unregistered bug (memory leak in printf() & friends) 22 years ago
Marcus Boerger 251b627684 - Fix printf with floats 22 years ago
Ilia Alshanetsky bd92164eff Make vprintf() and printf() return the length of the string printed. 22 years ago
Ilia Alshanetsky 4a954193e4 Fixed bug #27278 (*printf() functions treat arguments as if passed by 22 years ago
foobar 56373e08d6 - Fixed bug #26973 (*printf() + modifier broken) 22 years ago
Ilia Alshanetsky 43becc02f1 Fixed bug #26878 (problem with multiple references to the same variable 22 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 22 years ago
Marcus Boerger 2fc7a07e62 Use __tostring() in all printing functions. 22 years ago
Ilia Alshanetsky ed40ae2650 emalloc -> safe_emalloc 23 years ago
James Cox f68c7ff249 updating license information in the headers. 23 years ago
Moriyoshi Koizumi a51ab0fed0 Fixed bug #23894 (sprintf() decimal specifiers problem) 23 years ago
Stig Bakken 0e6fca4f22 * email address change 23 years ago
Moriyoshi Koizumi b069f35022 Fixed bug #22227 23 years ago
Ilia Alshanetsky 7fffe4338a Fixed bug #22207 (e notation in *printf would be missing a 0 when there is 23 years ago
Moriyoshi Koizumi 7fa0970567 Reverted because correct decision has not been made yet. 23 years ago
Moriyoshi Koizumi dd2ad168e1 Reduced compiler warnings in ZE2 build 23 years ago
Wez Furlong 59e4fdcc10 Implement fprintf() and vfprintf(). 23 years ago
Sebastian Bergmann b506f5c8f8 Bump year. 23 years ago
Ilia Alshanetsky d88775c5ae Better fix for bug #20108. 23 years ago
Ilia Alshanetsky 2c480b0f6f Fixed bug #20108. 23 years ago
Ilia Alshanetsky 95312e994e Fixed bug #4232. (Added support for %e and %E to printf/sprintf) 23 years ago
Ilia Alshanetsky 99f2fc81f3 Fixed a bug (introduced in previous patch) that caused non-double values to 23 years ago
Sebastian Bergmann fcf35e7b4c Fix ZTS build. 23 years ago
Ilia Alshanetsky bc14a6f133 This patch fixes handling of floats on locales where decimal point is not a 23 years ago
Sascha Schumann 30f038be18 Add '+' modifier. 24 years ago
Marcus Boerger 149ad05b4f php_error_docref 24 years ago
Derick Rethans 728f2de442 Unify error messages 24 years ago
Hartmut Holzgraefe efdde5efe5 making printf/sprintf locale-aware without external dependencies 24 years ago
Hartmut Holzgraefe 0170e42763 reverted patch depending on not yet commited work 24 years ago
Hartmut Holzgraefe 7686d43737 make sprinf() locale-aware (Bug# 12647) 24 years ago
Derick Rethans 25b42ae3b6 - Fix handling of zero'th argument for sprintf()'s argument swapping code 24 years ago
Sebastian Bergmann 90613d2282 Maintain headers. 24 years ago
Sebastian Bergmann 38933514e1 Update headers. 24 years ago
Hartmut Holzgraefe c1626365f9 proto fixes 24 years ago
Jeroen van Wolffelaar 6cfba2a3ea 2nd phase in back-substitution those macro's 25 years ago
Jeroen van Wolffelaar c033288573 Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 25 years ago
Derick Rethans 78747bd2df - Don't wrap lines... this is annoying while coding. 25 years ago
Zeev Suraski c0404f4631 Whitespace 25 years ago
Andrei Zmievski c4555f9f55 @- Added vprintf() and vsprintf() functions that allow passing all arguments 25 years ago
Zeev Suraski c43806f415 Zend compatibility patch 25 years ago
Zeev Suraski 7b1c400631 More TSRMLS_FETCH annihilation (Zend compatibility patch) 25 years ago
Stanislav Malyshev dfe15ad070 Fix warnings 25 years ago
Stanislav Malyshev f0c879bb26 Make variables receiving long be long 25 years ago
Rasmus Lerdorf 81e2cf03ac Fix folding and clean up some extensions 25 years ago
Rasmus Lerdorf 25c3a3a39d vim-6 does folding - clean up a bunch of missing folding tags plus 25 years ago
Derick Rethans dc43b9f574 - Reversed 'fix' for #9698 25 years ago
Rasmus Lerdorf e8e6828863 - Make the printf functions binary clean 25 years ago
Rasmus Lerdorf 334cba47b9 printf argnum (parameter swapping) support from Morten Poulsen 25 years ago
Derick Rethans c713967de3 - 'Fix' for bug 10002 25 years ago