Revision tags: php-5.5.21 |
|
#
03ba4ba3 |
| 21-Jan-2015 |
Rasmus Lerdorf |
int -> size_t and fix the variable name |
Revision tags: 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 |
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 |
|
#
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, php-5.5.18 |
|
#
c00424e4 |
| 15-Oct-2014 |
Anatol Belski |
bring back all the TSRMLS_FETCH() stuff for better comparability with the mainstream |
Revision tags: php-5.4.34, php-5.5.18RC1, php-5.6.1 |
|
#
d624b0d5 |
| 30-Sep-2014 |
Anatol Belski |
Merge remote-tracking branch 'origin/master' into native-tls * origin/master: (26 commits) Micro optimization Drop unused INIT_STRING opcode Drop unused RAISE_ABSTRACT_ERRO
Merge remote-tracking branch 'origin/master' into native-tls * origin/master: (26 commits) Micro optimization Drop unused INIT_STRING opcode Drop unused RAISE_ABSTRACT_ERROR opcode CT substitute unqualified true/false/null in namespaces Fix a couple compile warnings fix test filename one more test to illustrate transfer of an arbitrary data amount throug pipes fix tests on linux better test cleanup Use more readable inline functions increase the polling period to not to break existing behaviours updated NEWS Fixed bug #51800 proc_open on Windows hangs forever Fixed segfault Set an LDAP error code when failing ldap_bind due to null bytes Fix segmentation fault in debug_backtrace() Drop support for GMP 4.1 Make gmp_setbit and gmp_clrbit return values consistent removed *.dsw and *.dsp files Opcache compatibility for coalesce operator ...
show more ...
|
#
3fd8a76f |
| 28-Sep-2014 |
Stanislav Malyshev |
Merge branch 'PHP-5.6' * PHP-5.6: Set an LDAP error code when failing ldap_bind due to null bytes Conflicts: ext/ldap/ldap.c
|
#
a8e84b1b |
| 28-Sep-2014 |
Stanislav Malyshev |
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: Set an LDAP error code when failing ldap_bind due to null bytes
|
#
ef39f404 |
| 28-Sep-2014 |
Stanislav Malyshev |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Set an LDAP error code when failing ldap_bind due to null bytes
|
#
fcbe20d3 |
| 28-Sep-2014 |
Matthew Daley |
Set an LDAP error code when failing ldap_bind due to null bytes Some applications check a LDAP link's error code after seeing ldap_bind fail due to a null byte bind attempt and hence inc
Set an LDAP error code when failing ldap_bind due to null bytes Some applications check a LDAP link's error code after seeing ldap_bind fail due to a null byte bind attempt and hence incorrectly receive the last set error code. Fix by setting an LDAP error code before returning in this case.
show more ...
|
#
4eed761d |
| 26-Sep-2014 |
krakjoe |
remove fetch from ldap |
Revision tags: php-5.6.2 |
|
#
d0cb7153 |
| 19-Sep-2014 |
Johannes Schlüter |
s/PHP 5/PHP 7/ |
Revision tags: php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1 |
|
#
bc3d9b3b |
| 28-Aug-2014 |
Xinchen Hui |
Fixed segfaults after change size_t of "s" |
#
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 |
#
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 |
|
#
7c776785 |
| 19-Aug-2014 |
Anatol Belski |
ported ext/ldap |
#
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 |
|
#
c1965f58 |
| 05-Jun-2014 |
Dmitry Stogov |
Use reference counting instead of zval duplication |
Revision tags: php-5.6.0beta4 |
|
#
2af311be |
| 28-May-2014 |
Dmitry Stogov |
Use new zend_hash API |