summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* upgraded to PCRE 8.39Anatol Belski2016-06-1961-4238/+5976
|
* Merge branch 'openssl_aead'Jakub Zelenka2016-06-199-90/+565
|\
| * Add NEWS entry about OpenSSL AEADJakub Zelenka2016-06-191-0/+2
| |
| * Merge branch 'openssl_error_store' into openssl_aeadJakub Zelenka2016-06-191-0/+4
| |\ | |/ |/|
* | Update NEWS with info about OpenSSL error storeJakub Zelenka2016-06-191-0/+4
| |
| * Merge branch 'openssl_error_store' into openssl_aeadJakub Zelenka2016-06-191-17/+0
| |\ | |/ |/|
* | Remove test for incorrect fix of bug #69882Jakub Zelenka2016-06-191-17/+0
| | | | | | | | The fix just cleared the errors without storing which was wrong
| * Merge branch 'openssl_error_store' into openssl_aeadJakub Zelenka2016-06-19932-29581/+62577
| |\ | |/ |/|
* | Remove expected openssl errors that are not needed anymoreJakub Zelenka2016-06-191-2/+2
| |
* | Merge branch 'master' into openssl_error_storeJakub Zelenka2016-06-19796-44045/+120828
|\ \
| * | Update NEWS (this bug also exists in 7.1-alpha)Xinchen Hui2016-06-181-0/+4
| | |
| * | Merge branch 'PHP-7.0'Stanislav Malyshev2016-06-180-0/+0
| |\ \ | | | | | | | | | | | | | | | | * PHP-7.0: Update NEWS
| | * \ Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-06-180-0/+0
| | |\ \ | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Update NEWS
| | | * | Update NEWSStanislav Malyshev2016-06-181-0/+4
| | | | |
| * | | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-06-181-0/+15
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * PHP-7.0: Fix bug #72447: Type Confusion in php_bz2_filter_create()
| | * | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-06-181-0/+15
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Fix bug #72447: Type Confusion in php_bz2_filter_create() Conflicts: ext/bz2/bz2_filter.c
| | | * | Fix bug #72447: Type Confusion in php_bz2_filter_create()Stanislav Malyshev2016-06-182-1/+16
| | | | |
| * | | | Merge branch 'PHP-7.0'Xinchen Hui2016-06-181-4/+14
| |\ \ \ \ | | |/ / /
| | * | | Update NEWSXinchen Hui2016-06-181-0/+4
| | | | |
| | * | | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-06-181-4/+14
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | Conflicts: main/streams/xp_socket.c
| | | * | Fixed bug #72439 (Stream socket with remote address leads to a segmentation ↵Xinchen Hui2016-06-182-5/+20
| | | | | | | | | | | | | | | | | | | | fault)
| * | | | Exception safety for direct CV assign of *CALL instrsNikita Popov2016-06-183-2/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Converting T = *CALL; ASSIGN $v, T into $v = *CALL may not be safe if an exception is thrown after the return value has been populated -- in this case the value might be destroyed twice.
| * | | | typoXinchen Hui2016-06-171-1/+1
| | | | |
| * | | | Fixed bug #72441 (Segmentation fault: RFC list_keys)Xinchen Hui2016-06-173-5/+20
| | | | |
| * | | | Update NEWSChristoph M. Becker2016-06-171-0/+1
| | | | |
| * | | | Merge branch 'PHP-7.0'Christoph M. Becker2016-06-172-3/+1
| |\ \ \ \ | | |/ / /
| | * | | Update NEWSChristoph M. Becker2016-06-171-0/+1
| | | | |
| | * | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-06-172-3/+1
| | |\ \ \ | | | |/ /
| | | * | Fix #53640: XBM images require width to be multiple of 8Christoph M. Becker2016-06-173-3/+2
| | | | |
| * | | | fix SQLite infoAnatol Belski2016-06-171-1/+1
| | | | |
| * | | | update NEWS and UPGRADINGAnatol Belski2016-06-171-0/+1
| | | | |
| * | | | update NEWSAnatol Belski2016-06-171-0/+2
| | | | |
| * | | | fix test portabilityAnatol Belski2016-06-172-2/+2
| | | | |
| * | | | fix test portabilityAnatol Belski2016-06-174-6/+6
| | | | |
| * | | | Merge branch 'PHP-7.0'Xinchen Hui2016-06-171-4/+5
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * PHP-7.0: Fixed "implicit declaration of function ‘msgformat_fix_quotes’"
| | * | | Fixed "implicit declaration of function ‘msgformat_fix_quotes’"Xinchen Hui2016-06-171-4/+5
| | | | |
| * | | | fix test portabilityAnatol Belski2016-06-171-1/+1
| | | | |
| * | | | Merge branch 'PHP-7.0'Jakub Zelenka2016-06-162-6/+6
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.6' into PHP-7.0Jakub Zelenka2016-06-162-6/+6
| | |\ \ \ | | | |/ /
| | | * | Fix incorrect error suppressing in openssl_error_string testJakub Zelenka2016-06-161-2/+2
| | | | |
| | | * | Fix occasionally failing OpenSSL DH bug testJakub Zelenka2016-06-161-4/+4
| | | | | | | | | | | | | | | | | | | | The test was failing when first byte was 0
| * | | | Merge branch 'master' of http://git.php.net/repository/php-srcChristoph M. Becker2016-06-162-33/+49
| |\ \ \ \
| | * | | | More type inference fixesNikita Popov2016-06-162-33/+49
| | | | | |
| * | | | | Update NEWSChristoph M. Becker2016-06-161-0/+3
| | | | | |
| * | | | | Merge branch 'PHP-7.0'Christoph M. Becker2016-06-160-0/+0
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | Update NEWSChristoph M. Becker2016-06-161-0/+3
| | | | |
| | * | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-06-160-0/+0
| | |\ \ \ | | | |/ /
| | | * | Update NEWSChristoph M. Becker2016-06-161-1/+4
| | | | |
| * | | | Merge branch 'PHP-7.0'Christoph M. Becker2016-06-163-2/+111
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-06-163-2/+111
| | |\ \ \ | | | |/ /