summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Merge branch 'PHP-5.6'Andrea Faulds2014-12-130-0/+0
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Fix undefined behaviour in strnatcmp update NEWS move the test to the right place Fixed bug #68545 NULL pointer dereference in unserialize.c
| | * | | | | | Merge branch 'PHP-5.5' into PHP-5.6Andrea Faulds2014-12-131-2/+2
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fix undefined behaviour in strnatcmp update NEWS move the test to the right place Fixed bug #68545 NULL pointer dereference in unserialize.c
| | | * | | | | Merge branch 'PHP-5.4' into PHP-5.5Andrea Faulds2014-12-131-2/+2
| | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Fix undefined behaviour in strnatcmp update NEWS move the test to the right place Fixed bug #68545 NULL pointer dereference in unserialize.c Conflicts: NEWS
| | | | * | | | Fix undefined behaviour in strnatcmpAndrea Faulds2014-12-131-2/+2
| | | | | | | |
| | | | * | | | update NEWSStanislav Malyshev2014-12-111-0/+1
| | | | | | | |
| | | | * | | | move the test to the right placeAnatol Belski2014-12-111-0/+0
| | | | | | | |
| | | | * | | | Fixed bug #68545 NULL pointer dereference in unserialize.cAnatol Belski2014-12-113-33/+56
| | | | | | | |
| * | | | | | | Fix undefined behaviour in strnatcmpAndrea Faulds2014-12-131-2/+2
| | | | | | | |
| * | | | | | | Fixed memory leak introduced by 73458e8fAndrea Faulds2014-12-135-0/+118
| | | | | | | |
* | | | | | | | removed the TS part, as suggested by Dmitry.Anatol Belski2014-12-141-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tests seem to be ok so far
* | | | | | | | almost all the replacements of TSRMLS_* are doneAnatol Belski2014-12-146-10/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some places have to be yet touched as they use different/custom macros namings for the same. Also some places in the code became redundant now, this is the next task. To name some: ext/mysqlnd, sapi/embed, ext/curl and some smaller places here and there.
* | | | | | | | second shot on removing TSRMLS_*Anatol Belski2014-12-1459-192/+190
| | | | | | | |
* | | | | | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-13786-27457/+27095
| | | | | | | |
* | | | | | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-13118-437/+614
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (37 commits) NEWS NEWS Fix bug #68601 buffer read overflow in gd_gif_in.c Fixed compilation warnings Removed unnecessary checks pcntl_signal_dispatch: Speed up by preventing system calls when unnecessary Merged PR #911. Removed ZEND_ACC_FINAL_CLASS which is unnecessary. This also fixed some currently defined classes as final which were just not being considered as such before. Updated NEWS Updated NEWS Updated NEWS Fix bug #68532: convert.base64-encode omits padding bytes Updated NEWS Updated NEWS Updated NEWS Fixed Bug #65576 (Constructor from trait conflicts with inherited constructor) Updated NEWS Updated NEWS Fix MySQLi tests Fixed gd test ...
| * | | | | | | Merge branch 'zppFailOnOverflow'Andrea Faulds2014-12-1385-371/+422
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * zppFailOnOverflow: Fix MySQLi tests Fixed gd test Refactor ZEND_LONG_MAX/MIN checks into ZEND_DOUBLE_FITS_LONG() Fixed copy-and-paste error Fix more 32-bit tests Skip buncha tests on 32-bit skip simplexml skip posix 32-bit skip tests on 32-bit Fixes simplexml test Fixes posix tests Fixes iconv tests Marked tests as 32-bit Fixed more 32-bit tests Fixed some 32-bit tests Mark said ext/date tests as 32-bit only Fixed ext/date tests broken by zpp error on overflow Fixed broken tests Make zpp fail if NaN passed for int, or out-of-range float for non-capping int Conflicts: ext/date/tests/getdate_variation7.phpt ext/date/tests/localtime_variation3.phpt
| | * | | | | | | Fix MySQLi testsAndrea Faulds2014-11-293-8/+9
| | | | | | | | |
| | * | | | | | | Fixed gd testAndrea Faulds2014-11-291-2/+2
| | | | | | | | |
| | * | | | | | | Refactor ZEND_LONG_MAX/MIN checks into ZEND_DOUBLE_FITS_LONG()Andrea Faulds2014-11-294-9/+15
| | | | | | | | |
| | * | | | | | | Fixed copy-and-paste errorAndrea Faulds2014-11-291-1/+1
| | | | | | | | |
| | * | | | | | | Merge branch 'master' into zppFailOnOverflowAndrea Faulds2014-11-29412-4908/+10002
| | |\ \ \ \ \ \ \
| | * | | | | | | | Fix more 32-bit testsAndrea Faulds2014-11-295-22/+12
| | | | | | | | | |
| | * | | | | | | | Skip buncha tests on 32-bitAndrea Faulds2014-11-2932-9/+63
| | | | | | | | | |
| | * | | | | | | | skip simplexmlAndrea Faulds2014-11-281-1/+3
| | | | | | | | | |
| | * | | | | | | | skip posix 32-bitAndrea Faulds2014-11-289-4/+13
| | | | | | | | | |
| | * | | | | | | | skip tests on 32-bitAndrea Faulds2014-11-283-2/+5
| | | | | | | | | |
| | * | | | | | | | Merge branch 'zppFailOnOverflow' of github.com:Ralt/php-src into ↵Andrea Faulds2014-11-1114-40/+42
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zppFailOnOverflow
| | | * | | | | | | | Fixes simplexml testFlorian MARGAINE2014-11-101-3/+7
| | | | | | | | | | |
| | | * | | | | | | | Fixes posix testsFlorian MARGAINE2014-11-099-1/+25
| | | | | | | | | | |
| | | * | | | | | | | Fixes iconv testsFlorian MARGAINE2014-11-094-36/+10
| | | | | | | | | | |
| | * | | | | | | | | Marked tests as 32-bitAndrea Faulds2014-11-0910-0/+20
| | | | | | | | | | |
| | * | | | | | | | | Fixed more 32-bit testsAndrea Faulds2014-11-096-6/+18
| | |/ / / / / / / /
| | * | | | | | | | Fixed some 32-bit testsAndrea Faulds2014-11-095-49/+33
| | | | | | | | | |
| | * | | | | | | | Merge branch 'master' into zppFailOnOverflowAndrea Faulds2014-11-0833-2951/+4052
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'master' into zppFailOnOverflowAndrea Faulds2014-11-01550-35010/+26859
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Mark said ext/date tests as 32-bit onlyAndrea Faulds2014-09-2210-0/+20
| | | | | | | | | | | |
| | * | | | | | | | | | Fixed ext/date tests broken by zpp error on overflowAndrea Faulds2014-09-2212-198/+128
| | | | | | | | | | | |
| | * | | | | | | | | | Fixed broken testsAndrea Faulds2014-09-224-5/+8
| | | | | | | | | | | |
| | * | | | | | | | | | Make zpp fail if NaN passed for int, or out-of-range float for non-capping intAndrea Faulds2014-09-222-22/+37
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'PHP-5.6'Remi Collet2014-12-131-2/+9
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | / / | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: NEWS NEWS Fix bug #68601 buffer read overflow in gd_gif_in.c
| | * | | | | | | | | NEWSRemi Collet2014-12-131-0/+3
| | | | | | | | | | |
| | * | | | | | | | | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-12-131-2/+9
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: NEWS Fix bug #68601 buffer read overflow in gd_gif_in.c
| | | * | | | | | | | NEWSRemi Collet2014-12-131-0/+3
| | | | | | | | | | |
| | | * | | | | | | | Fix bug #68601 buffer read overflow in gd_gif_in.cRemi Collet2014-12-131-2/+9
| | | | | | | | | | |
| * | | | | | | | | | Fixed compilation warningsDmitry Stogov2014-12-1214-32/+37
| | | | | | | | | | |
| * | | | | | | | | | Removed unnecessary checksDmitry Stogov2014-12-121-6/+6
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'PHP-5.6'Julien Pauli2014-12-122-0/+8
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: pcntl_signal_dispatch: Speed up by preventing system calls when unnecessary
| | * | | | | | | | | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2014-12-122-0/+8
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: pcntl_signal_dispatch: Speed up by preventing system calls when unnecessary
| | | * | | | | | | | pcntl_signal_dispatch: Speed up by preventing system calls when unnecessaryJille Timmermans2014-12-122-0/+8
| | | | | | | | | | |
| * | | | | | | | | | Merged PR #911.Julien Pauli2014-12-122-0/+6
| | | | | | | | | | |
| * | | | | | | | | | Removed ZEND_ACC_FINAL_CLASS which is unnecessary. This also fixed some ↵Guilherme Blanco2014-12-1213-19/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | currently defined classes as final which were just not being considered as such before.