#
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 ...
|
#
d0cb7153 |
| 19-Sep-2014 |
Johannes Schlüter |
s/PHP 5/PHP 7/
|
Revision tags: php-5.4.33, php-5.5.17 |
|
#
26cf7df1 |
| 13-Sep-2014 |
Anatol Belski |
removed the emalloc result check, out of memory will bailout
|
#
bce562b7 |
| 13-Sep-2014 |
Anatol Belski |
check emalloc() result
|
#
e00d4849 |
| 13-Sep-2014 |
Anatol Belski |
better way to check for an empty string
|
Revision tags: php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE |
|
#
c3e3c98e |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 1
|
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
|
#
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 |
|
#
5a06ac88 |
| 13-Aug-2014 |
Dmitry Stogov |
cleanup (use zend_string* instead of char*)
|
#
417ed16d |
| 07-Aug-2014 |
Dmitry Stogov |
Make stream->context indirect trough zend_resource (stream->ctx->ptr). Fixed ext/standard/tests/streams/bug61115.phpt
|
Revision tags: php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31 |
|
#
b4c2bd22 |
| 15-Jul-2014 |
Dmitry Stogov |
Fixed compilation on Windows
|
#
236365a0 |
| 14-Jul-2014 |
Anatol Belski |
fix C89 compat
|
#
f3bf887e |
| 12-Jul-2014 |
Daniel Lowrey |
Bug #67609: TLS connections fail behind HTTP proxy
|
Revision tags: php-5.4.31RC1, php-5.5.15RC1 |
|
#
6bf24f4d |
| 04-Jul-2014 |
Dmitry Stogov |
Removed EG(active_symbol_table) and use corresponding value from EG(current_execute_data)
|
Revision tags: php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1 |
|
#
b51f82f2 |
| 13-Jun-2014 |
Adam Harvey |
Follow 308 Permanent Redirect responses. Fixes bug #67430 (http:// wrapper doesn't follow 308 redirects).
|
Revision tags: php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4 |
|
#
ccd9dab4 |
| 29-May-2014 |
Nikita Popov |
Fix $http_response_header creation
|
Revision tags: php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28 |
|
#
dd419d24 |
| 25-Apr-2014 |
Nikita Popov |
Replace more convert_to_* calls
|
#
7652a977 |
| 18-Apr-2014 |
Dmitry Stogov |
Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of zend_hash_move_forward() and family.
|
Revision tags: php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1, php-5.4.27 |
|
#
6b2ed577 |
| 01-Apr-2014 |
Dmitry Stogov |
Avoid unnecessry reallocations
|
Revision tags: php-5.5.11 |
|
#
887189ca |
| 26-Mar-2014 |
Dmitry Stogov |
Refactored IS_INDIRECT usage for CV and object properties to support HashTable resizing
|
Revision tags: php-5.5.11RC1, php-5.4.27RC1 |
|
#
aa5f5530 |
| 17-Mar-2014 |
Dmitry Stogov |
Refactored EG(active_symbol_table) to be zend_array* instead of HashTable*
|
Revision tags: php-5.5.10, php-5.4.26, php-5.6.0alpha3 |
|
#
93428dc6 |
| 24-Feb-2014 |
Xinchen Hui |
Refactor base64 to returning zend_string
|
Revision tags: php-5.4.26RC1, php-5.5.10RC1 |
|
#
43b03c74 |
| 18-Feb-2014 |
Xinchen Hui |
Refacting smart_str
|
#
40e053e7 |
| 13-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete)
|