Revision tags: php-5.6.2 |
|
#
a770d29d |
| 21-Sep-2014 |
Nikita Popov |
Add smart_str_append for appending zend_strings Also replaces usages in Zend/ and ext/standard
|
#
e33f3d3b |
| 20-Sep-2014 |
Nikita Popov |
Move smart_str implementation into Zend/ So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just m
Move smart_str implementation into Zend/ So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just move that one struct into zend_types.h.
show more ...
|
#
b3aebda9 |
| 20-Sep-2014 |
krakjoe |
native tls initial patch
|
#
d0cb7153 |
| 19-Sep-2014 |
Johannes Schlüter |
s/PHP 5/PHP 7/
|
#
adf75315 |
| 18-Sep-2014 |
Anatol Belski |
remove useless condition 0 > unsigned
|
Revision tags: php-5.4.33, php-5.5.17, php-5.6.1RC1 |
|
#
2b133e91 |
| 03-Sep-2014 |
Nikita Popov |
Separate php_mb_reset() from php_mblen() Instead of fighting against warnings ...
|
Revision tags: php-5.5.17RC1, php-5.4.33RC1 |
|
#
13ccda72 |
| 29-Aug-2014 |
Anatol Belski |
fix implicit st_rdev element handling when negative value was passed
|
#
bf96ee95 |
| 27-Aug-2014 |
Anatol Belski |
's' works with size_t round 4
|
#
6db8d4f8 |
| 27-Aug-2014 |
Anatol Belski |
's' works with size_t round 3
|
#
257ed406 |
| 27-Aug-2014 |
Anatol Belski |
's' works with size_t round 2
|
#
32344808 |
| 27-Aug-2014 |
Anatol Belski |
first show to make 's' work with size_t
|
Revision tags: php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE |
|
#
4d997f63 |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 3
|
#
c3e3c98e |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 1
|
#
70de6180 |
| 24-Aug-2014 |
Anatol Belski |
fixes to %pd format usage
|
Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32 |
|
#
745a71be |
| 20-Aug-2014 |
Anatol Belski |
yet more fixes to zpp
|
#
c586133d |
| 18-Aug-2014 |
Anatol Belski |
rename zval_get_long and fixes to some string functions
|
#
b7e7a895 |
| 16-Aug-2014 |
Anatol Belski |
several fixes - - param parsing Z_PARAM_STR vs Z_PARAM_STRING - some functions for new params - etc
|
#
cb25136f |
| 16-Aug-2014 |
Anatol Belski |
fix macros in the 5 basic extensions
|
Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31 |
|
#
27f38798 |
| 11-Jul-2014 |
Dmitry Stogov |
Fast parameter parsing API This API is experemental. It may be changed or removed. It should be used only for really often used functions. (Keep the original parsing code and wrap us
Fast parameter parsing API This API is experemental. It may be changed or removed. It should be used only for really often used functions. (Keep the original parsing code and wrap usage with #ifndef FAST_ZPP)
show more ...
|
Revision tags: php-5.4.31RC1, php-5.5.15RC1 |
|
#
34e686c5 |
| 02-Jul-2014 |
Michael Wallner |
fix integer overflow in {stream,file}_{get,put}_contents()
|
Revision tags: php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1 |
|
#
c1965f58 |
| 05-Jun-2014 |
Dmitry Stogov |
Use reference counting instead of zval duplication
|
Revision tags: php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2 |
|
#
17d027ed |
| 30-Apr-2014 |
Dmitry Stogov |
Split IS_BOOL into IS_FALSE and IS_TRUE
|
Revision tags: php-5.5.12, php-5.4.28 |
|
#
7c93a7e0 |
| 26-Apr-2014 |
Nikita Popov |
Fix leak I introduced
|
#
dd419d24 |
| 25-Apr-2014 |
Nikita Popov |
Replace more convert_to_* calls
|
#
b1b7939b |
| 25-Apr-2014 |
Nikita Popov |
Move more code to use zval_get_string
|