Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix win32 build. | Frank M. Kromann | 2004-11-15 | 1 | -3/+12 |
| | |||||
* | - MFH4.3: Cleaned up some of the locale mess: | Derick Rethans | 2004-11-15 | 1 | -6/+0 |
| | | | | | | | | * all internal use of sprintf, snprintf and the like will always use the . as thousands seperator (if php.h is included only!). * echo, printf() and sprintf() always render locale-aware * added the %F modifier for non-locale aware rendering for floats | ||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Add length modifier L | Marcus Boerger | 2003-09-14 | 1 | -1/+2 |
| | |||||
* | - Add length modifiers(ll, j, t, h, hh) | Marcus Boerger | 2003-09-14 | 1 | -1/+24 |
| | | | | | | | | | | | | # Still missing formats (%a, %A) # Still missing modifier (l) in (%lc, %ls) # Still missing modifier (L) in (%La, %LA, %Le, %LE, %Lf, %LF, %Lg, %LG) # C99 requires any conversion to be able to produce at least 4095 # characters. Implementation only allows less then 512. # # Only inside ext/mbstring etc. we could use %lc and %ls. And none of the # rest should affect us until we stay with double and avoid long double. | ||||
* | Let GCC check format arguments | Sascha Schumann | 2003-08-28 | 1 | -3/+3 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | * email address change | Stig Bakken | 2003-03-18 | 1 | -1/+1 |
| | |||||
* | Fixed bug #20256 (snprintf() not defined) | foobar | 2003-02-25 | 1 | -2/+2 |
| | |||||
* | ws fixes + missing $Id$ tags, headers added | foobar | 2003-02-19 | 1 | -1/+3 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | explain difference between sprintf, snprintf and spprintf | Marcus Boerger | 2002-06-23 | 1 | -0/+43 |
| | | | | | | | #before complaining snprintf is often used wrong: #snprintf does not terminate the buffer but most people expect it #that could be a security isuue at somewhere | ||||
* | use thread-safe functions unconditionally | Sascha Schumann | 2002-05-07 | 1 | -10/+0 |
| | |||||
* | Add thread-safety to some conversion functions and sync a bit with | Sascha Schumann | 2002-05-07 | 1 | -8/+8 |
| | | | | | APR. | ||||
* | -preface for new vpprintf | Marcus Boerger | 2002-04-10 | 1 | -0/+35 |
| | | | | | #reordered and renamed some functions and removed some static | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Add the capibility to to allow ap_php_(v)snprintf to replace (v)snprintf | Jason Greene | 2001-06-05 | 1 | -2/+2 |
| | | | | | | if the platform has a broken (v)snprintf, or in my case, if a library included by a module redifines snprintf incorrectly. | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | BROKEN_SPRINTF should be PHP_BROKEN_SPRINTF | Joey Smith | 2000-07-23 | 1 | -1/+1 |
| | |||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 |
| | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. | ||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken. | Sascha Schumann | 2000-03-12 | 1 | -2/+1 |
| | |||||
* | Get the license right... (this won't make it to RC1 of B4) | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library | ||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | you start counting at 0 or 1). | ||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -2/+2 |
| | | | | | php3_compat.h) | ||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | PHP 4.0 | Zeev Suraski | 1999-04-07 | 1 | -0/+56 |