Revision tags: php-5.6.2 |
|
#
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 ...
|
#
37aaccad |
| 19-Sep-2014 |
Nikita Popov |
Use inline functions for most of smart_str smart_str_free_ex no longer exists, always use smart_str_free instead. smart_str_alloc no longer requires a newlen variable to be in scope
Use inline functions for most of smart_str smart_str_free_ex no longer exists, always use smart_str_free instead. smart_str_alloc no longer requires a newlen variable to be in scope, instead it returns the new length.
show more ...
|
#
d0cb7153 |
| 19-Sep-2014 |
Johannes Schlüter |
s/PHP 5/PHP 7/
|
Revision tags: php-5.4.33, php-5.5.17 |
|
#
95132bee |
| 16-Sep-2014 |
Anatol Belski |
redo the fix casting to size_t
|
#
8b2f1555 |
| 15-Sep-2014 |
Anatol Belski |
fix signed/unsigned mismatch warnings
|
#
e056d52a |
| 15-Sep-2014 |
Anatol Belski |
fix type
|
#
140d99b4 |
| 15-Sep-2014 |
Anatol Belski |
fix condition
|
#
d65ead64 |
| 15-Sep-2014 |
Anatol Belski |
fix type
|
#
be9408f7 |
| 13-Sep-2014 |
Anatol Belski |
fix condition comparsion of two unsigned
|
Revision tags: php-5.6.1RC1 |
|
#
8002e2c0 |
| 05-Sep-2014 |
Xinchen Hui |
Fixed discards qualifiers from pointer target type
|
Revision tags: php-5.5.17RC1, php-5.4.33RC1 |
|
#
88d7ca44 |
| 01-Sep-2014 |
Dmitry Stogov |
Refactored INI subsystem to use zend_string* instead of char*
|
#
88fdb5f0 |
| 28-Aug-2014 |
Xinchen Hui |
Fixed iconv MINFO
|
#
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 |
|
#
af59e92b |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 7
|
#
4d997f63 |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 3
|
#
c3e3c98e |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 1
|
Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE |
|
#
da35db3e |
| 22-Aug-2014 |
Xinchen Hui |
Fixed complier error
|
Revision tags: php-5.5.16, php-5.4.32 |
|
#
b3198b68 |
| 20-Aug-2014 |
Anatol Belski |
more fixes to ext/iconv
|
#
30e0aa5b |
| 19-Aug-2014 |
Anatol Belski |
fixes to iconv
|
#
63d3f0b8 |
| 19-Aug-2014 |
Anatol Belski |
basic macro replacements, all at once
|
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, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1 |
|
#
920d298f |
| 13-May-2014 |
Felipe Pena |
- Fixed ZTS build
|
#
cd00ea99 |
| 05-May-2014 |
Xinchen Hui |
Port iconv (all tests passes)
|
Revision tags: php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1 |
|
#
050d7e38 |
| 15-Apr-2014 |
Dmitry Stogov |
Cleanup (1-st round)
|
Revision tags: php-5.6.0beta1, php-5.4.27, php-5.5.11 |
|
#
a84e5dc3 |
| 24-Mar-2014 |
Yasuo Ohgaki |
Remove unneeded string copy. Allow to set ''(empty string values) internal/input/output_encoding for better compatibility. i.e. Runtime INI value changes. More compliance to the RFC. Improve/
Remove unneeded string copy. Allow to set ''(empty string values) internal/input/output_encoding for better compatibility. i.e. Runtime INI value changes. More compliance to the RFC. Improve/add encoding handling tests. i.e. Rather than set encoding automagic way, detect it.
show more ...
|
Revision tags: php-5.5.11RC1, php-5.4.27RC1 |
|
#
ca927bb4 |
| 12-Mar-2014 |
Yasuo Ohgaki |
Add missing E_DEPRECATED error for https://wiki.php.net/rfc/default_encoding
|