#
c0332885 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
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.
|
Revision tags: PRE_SUBST_Z_MACROS |
|
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding.
|
Revision tags: php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE |
|
#
c0404f46 |
| 11-Aug-2001 |
Zeev Suraski |
Whitespace
|
Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE |
|
#
c4555f9f |
| 07-Aug-2001 |
Andrei Zmievski |
@- Added vprintf() and vsprintf() functions that allow passing all arguments @ after format as an array. (Andrei)
|
Revision tags: PRE_ENGINE2_SPLIT |
|
#
c43806f4 |
| 30-Jul-2001 |
Zeev Suraski |
Zend compatibility patch
|
#
7b1c4006 |
| 30-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation (Zend compatibility patch)
|
Revision tags: PRE_TSRM_MERGE_PATCH |
|
#
dfe15ad0 |
| 19-Jul-2001 |
Stanislav Malyshev |
Fix warnings
|
#
f0c879bb |
| 18-Jul-2001 |
Stanislav Malyshev |
Make variables receiving long be long Fix binary (x,o,b) formats - they should not be signed
|
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3 |
|
#
81e2cf03 |
| 06-Jun-2001 |
Rasmus Lerdorf |
Fix folding and clean up some extensions
|
#
25c3a3a3 |
| 05-Jun-2001 |
Rasmus Lerdorf |
vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
|
Revision tags: php-4.0.6RC2 |
|
#
dc43b9f5 |
| 20-May-2001 |
Derick Rethans |
- Reversed 'fix' for #9698 - Fix for bug #9698/#10681 (patch by kettler@gmx.net) @- Added the 'u' modifier to printf/sprintf which prints unsigned longs. @ (Derick)
|
Revision tags: php-4.0.6RC1, php-4.0.5, php-4.0.5RC8 |
|
#
e8e68288 |
| 25-Apr-2001 |
Rasmus Lerdorf |
- Make the printf functions binary clean @ - Make the printf family of functions binary clean
|
Revision tags: php-4.0.5RC7 |
|
#
334cba47 |
| 09-Apr-2001 |
Rasmus Lerdorf |
printf argnum (parameter swapping) support from Morten Poulsen
|
Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3 |
|
#
c713967d |
| 27-Mar-2001 |
Derick Rethans |
- 'Fix' for bug 10002
|
Revision tags: php-4.0.5RC2, php-4.0.5RC1 |
|
#
eb6ba01d |
| 26-Feb-2001 |
Andi Gutmans |
- Fix copyright notices with 2001
|
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3, php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1 |
|
#
4ba16a11 |
| 20-Aug-2000 |
Sascha Schumann |
Make use of zend_isinf and zend_isnan.
|
#
159abaa9 |
| 14-Aug-2000 |
Stanislav Malyshev |
Fix print length - again # I hope _this_ is the right fix...
|
#
82104227 |
| 14-Aug-2000 |
Stanislav Malyshev |
Fix another crash with long formats (#6145) # From strncpy manual: # In the case where the length of src is less than that of # n, the remainder of dest will be padded with nulls.
|
#
97c200b1 |
| 14-Aug-2000 |
Stanislav Malyshev |
Fix non-numbers printing (#6142) # Please, somebody knowing about floats - check if there's more non-numbers # seems we should check for all of them
|
Revision tags: PRE_FILE_COMPILE_API_CHANGE |
|
#
f869e47e |
| 21-Jul-2000 |
Ken Coar |
Undo numerical format regression introduced by the fix of the zero-precison %s formatting.
|
#
0ca49376 |
| 18-Jul-2000 |
Ken Coar |
Bring forward the zero-precision (%.0s) string formatting fix from PHP3. (After being nagged by Thies. :-) Whee! My first PHP4 commit..
|
Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC |
|
#
9f0eba9f |
| 25-Jun-2000 |
Egon Schmid |
It was Jouni: Prevent Hartmut finding this until it is actually implemented...
|
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
3701bc42 |
| 05-Jun-2000 |
Andi Gutmans |
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
#
8fe69306 |
| 31-May-2000 |
Jouni Ahto |
Correct fix this time... (?)
|
#
1e7c5b85 |
| 31-May-2000 |
Jouni Ahto |
Fix a nasty off-by-one with negative numbers. # Hey, this has been there for years undetected.
|