Revision tags: POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL |
|
#
e4ca770f |
| 28-May-2015 |
Anatol Belski |
using correct manifest, GetVersionEx can recognise versions |
Revision tags: php-5.6.10RC1, php-5.5.26RC1, php-5.5.25, php-5.6.9, php-5.4.41, php-5.6.9RC1, php-5.5.25RC1, php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1 |
|
#
de2d244f |
| 29-Mar-2015 |
Kalle Sommer Nielsen |
We can re-use the already existing EG(windows_version_info) here and save a little bit of memory too! |
#
f8590f71 |
| 29-Mar-2015 |
Kalle Sommer Nielsen |
Drop this struct (it was only used for VC6 which we don't support anyway) |
#
2cd07c37 |
| 25-Mar-2015 |
Anatol Belski |
remove recognition for no more supported OSes |
Revision tags: php-5.6.7, php-5.5.23, php-5.4.39, php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22, php-5.4.38 |
|
#
e10e151e |
| 13-Feb-2015 |
Dmitry Stogov |
Merged zend_array and HashTable into the single data structure. Now each HashTable is also zend_array, so it's refcounted and may be a subject for Copy on Write zend_array_dup() was changed t
Merged zend_array and HashTable into the single data structure. Now each HashTable is also zend_array, so it's refcounted and may be a subject for Copy on Write zend_array_dup() was changed to allocate and return HashTable, instead of taking preallocated HashTable as argument.
show more ...
|
#
1eb43521 |
| 10-Feb-2015 |
Dmitry Stogov |
Use new ZEND_HASH_FOREACH_... API. |
Revision tags: POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1, php-5.5.21, php-5.6.5, php-5.4.37 |
|
#
fc33f52d |
| 15-Jan-2015 |
Xinchen Hui |
bump year |
#
0579e827 |
| 15-Jan-2015 |
Xinchen Hui |
bump year |
#
73c1be26 |
| 15-Jan-2015 |
Xinchen Hui |
Bump year |
#
2193de0d |
| 14-Jan-2015 |
Xinchen Hui |
Faster sorting algo |
Revision tags: php-5.5.21RC1, php-5.6.5RC1 |
|
#
b7a7b1a6 |
| 03-Jan-2015 |
Stanislav Malyshev |
trailing whitespace removal |
#
2d212b42 |
| 23-Dec-2014 |
Nikita Popov |
Drop duplicate arg from hash_get_current_key_ex |
Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4 |
|
#
209a7a27 |
| 16-Dec-2014 |
Anatol Belski |
Merge remote-tracking branch 'origin/master' into native-tls * origin/master: Revert "Removed useless local variable" Fix the fix for bug #55415 add BC breaks from PHPNG RF
Merge remote-tracking branch 'origin/master' into native-tls * origin/master: Revert "Removed useless local variable" Fix the fix for bug #55415 add BC breaks from PHPNG RFC add include for definition of php_url_encode
show more ...
|
#
d9f277bd |
| 15-Dec-2014 |
Stanislav Malyshev |
Fix the fix for bug #55415 |
#
e304c319 |
| 15-Dec-2014 |
Stanislav Malyshev |
add include for definition of php_url_encode |
#
5ff59f98 |
| 15-Dec-2014 |
Anatol Belski |
Merge remote-tracking branch 'origin/master' into native-tls * origin/master: Revert HTTP status codes merger fixed tests, bugs in status codes merger Fixed bug #55415 (php
Merge remote-tracking branch 'origin/master' into native-tls * origin/master: Revert HTTP status codes merger fixed tests, bugs in status codes merger Fixed bug #55415 (php_info produces invalid anchor names) NEWS Implement feature request #55467 (phpinfo: PHP Variables with $ and single quotes) NEWS Change back to use is_int() as function instead of is_integer(), as per Jan Tvrdík's request @github NEWS Change is_long() to be an alias of is_integer() Fix indentation Share HTTP status codes map
show more ...
|
#
ad01fd8b |
| 14-Dec-2014 |
Kalle Sommer Nielsen |
Fixed bug #55415 (php_info produces invalid anchor names) @@ Slightly based off Johannes' patch |
#
d82fa227 |
| 14-Dec-2014 |
Kalle Sommer Nielsen |
Implement feature request #55467 (phpinfo: PHP Variables with $ and single quotes) |
#
bdeb220f |
| 13-Dec-2014 |
Anatol Belski |
first shot remove TSRMLS_* things |
Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1 |
|
#
88ca46d9 |
| 23-Oct-2014 |
Anatol Belski |
fix datatype mismatches |
Revision tags: php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2 |
|
#
d0cb7153 |
| 19-Sep-2014 |
Johannes Schlüter |
s/PHP 5/PHP 7/ |
Revision tags: php-5.4.33 |
|
#
d594809f |
| 16-Sep-2014 |
Anatol Belski |
fix printf fmt |
Revision tags: php-5.5.17 |
|
#
7d194a0e |
| 13-Sep-2014 |
Anatol Belski |
replaced the check with assert as it's kinda unusual case |
#
a7690fea |
| 13-Sep-2014 |
Anatol Belski |
check if the winver was indeed fetched |
Revision tags: php-5.6.1RC1 |
|
#
c24c7ff2 |
| 04-Sep-2014 |
Florian MARGAINE |
Fixes zpp parameter from int to size_t |