Revision tags: php-5.4.33, php-5.5.17 |
|
#
041302a8 |
| 14-Sep-2014 |
Anatol Belski |
reduce struct size by 8 byte on 64 bit |
Revision tags: php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1 |
|
#
f4e04b9f |
| 28-Aug-2014 |
Anatol Belski |
fix phar copy-on-write |
#
9f1b68ed |
| 28-Aug-2014 |
Anatol Belski |
fix incompatible pointer |
#
de4282fa |
| 28-Aug-2014 |
Xinchen Hui |
Revert "Fixed incompatible pointer type" This reverts commit 007406c775b527a334a0964a624810afeb599ed5. |
#
007406c7 |
| 28-Aug-2014 |
Xinchen Hui |
Fixed incompatible pointer type |
#
1e3e9e0b |
| 27-Aug-2014 |
Anatol Belski |
's' and size_t - fix some invalid pointers and the remaining ext/mcrypt parts |
#
6db8d4f8 |
| 27-Aug-2014 |
Anatol Belski |
's' works with size_t round 3 |
#
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 |
Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16 |
|
#
888ef26c |
| 20-Aug-2014 |
Anatol Belski |
yet trivial fixes |
Revision tags: php-5.4.32 |
|
#
8704e392 |
| 19-Aug-2014 |
Anatol Belski |
ported ext/phar |
#
63d3f0b8 |
| 19-Aug-2014 |
Anatol Belski |
basic macro replacements, all at once |
#
d790eceb |
| 16-Aug-2014 |
Xinchen Hui |
Fixed version id |
#
617b1759 |
| 15-Aug-2014 |
Xinchen Hui |
Better version checking |
Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE |
|
#
243383a8 |
| 14-Aug-2014 |
Dmitry Stogov |
Fixed windows build |
Revision tags: php-5.6.0RC4, php-5.3.29 |
|
#
01c8aee7 |
| 13-Aug-2014 |
Dmitry Stogov |
cleanup |
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 |
|
#
d8431ba0 |
| 09-Jul-2014 |
Xinchen Hui |
Merge branch 'master' into phpng
|
Revision tags: php-5.4.31RC1, php-5.5.15RC1 |
|
#
e65e013e |
| 08-Jul-2014 |
Christian Weiske |
Fix bug #67587: Redirection loop on nginx with FPM Redirection will work correctly as long as PATH_INFO is available, e.g. via the following nginx configuration: set $path_i
Fix bug #67587: Redirection loop on nginx with FPM Redirection will work correctly as long as PATH_INFO is available, e.g. via the following nginx configuration: set $path_info $fastcgi_path_info; fastcgi_param PATH_INFO $path_info;
show more ...
|
#
5312c39c |
| 08-Jul-2014 |
Stanislav Malyshev |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Fix bug #67587: Redirection loop on nginx with FPM
|
#
0bf50a83 |
| 08-Jul-2014 |
Christian Weiske |
Fix bug #67587: Redirection loop on nginx with FPM Redirection will work correctly as long as PATH_INFO is available, e.g. via the following nginx configuration: set $path_i
Fix bug #67587: Redirection loop on nginx with FPM Redirection will work correctly as long as PATH_INFO is available, e.g. via the following nginx configuration: set $path_info $fastcgi_path_info; fastcgi_param PATH_INFO $path_info;
show more ...
|
#
5aa91be5 |
| 07-Jul-2014 |
Dmitry Stogov |
Simplify call-frame handling |
#
6bf24f4d |
| 04-Jul-2014 |
Dmitry Stogov |
Removed EG(active_symbol_table) and use corresponding value from EG(current_execute_data) |
#
c4d99ec9 |
| 02-Jul-2014 |
Dmitry Stogov |
Removed EG(called_scope) and use corresponding value from EG(current_execute_data) |
#
4b09dd69 |
| 02-Jul-2014 |
Dmitry Stogov |
Removed EG(active_op_array) and use corresponding value from EG(current_execute_data) |