summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #66364 (BCMath bcmul ignores scale parameter)Christoph M. Becker2017-09-087-61/+88
* Remove unused memberChristoph M. Becker2017-09-082-13/+0
* Collect all jump optimisations in a single optimization pass.Dmitry Stogov2017-09-083-245/+202
* Added ctype func infosXinchen Hui2017-09-081-0/+13
* Added getext func infosXinchen Hui2017-09-081-0/+17
* Added filter func infosXinchen Hui2017-09-081-0/+10
* Merge branch 'master' of git.php.net:/php-srcXinchen Hui2017-09-083-42/+133
|\
| * Merge branch 'PHP-7.2'Nikita Popov2017-09-071-13/+41
| |\
| | * Improve sodium "invalid parameters" error messagesSammy Kaye Powers2017-09-071-13/+41
| * | Merge branch 'PHP-7.2'Nikita Popov2017-09-072-29/+92
| |\ \ | | |/
| | * Fixed bug #75170Nikita Popov2017-09-072-29/+92
* | | Add exif func infosXinchen Hui2017-09-081-0/+5
* | | Add bcmath func infosXinchen Hui2017-09-081-0/+12
* | | Func info for pgsqlXinchen Hui2017-09-081-0/+89
* | | Complete func infos for session and sodiumXinchen Hui2017-09-081-0/+104
|/ /
* | Merge branch 'master' of git.php.net:/php-srcXinchen Hui2017-09-072-6/+5
|\ \
| * \ Merge branch 'PHP-7.2'Côme Chilliet2017-09-072-6/+5
| |\ \ | | |/
| | * Removing client controls attribute from ldap_exop signatureCôme Chilliet2017-09-072-12/+10
* | | Complete func info for mysqliXinchen Hui2017-09-071-0/+101
|/ /
* | Merge branch 'PHP-7.2'Dmitry Stogov2017-09-072-4/+14
|\ \ | |/
| * Fixed SSA reconstructionDmitry Stogov2017-09-072-4/+14
* | Revert "drop support for bundled libzip (linux)"Remi Collet2017-09-071-5/+116
* | remove bundled libzip config for .w32Anatol Belski2017-09-071-33/+0
* | drop support for bundled libzip (linux)Remi Collet2017-09-071-116/+5
* | Add test for rand with inverted min and maxJoão Paulo V Martins2017-09-071-0/+20
* | Merge branch 'PHP-7.2'Christoph M. Becker2017-09-072-8/+31
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-09-072-8/+31
| |\
| | * Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-072-8/+31
| | |\
| | | * Fixed bug #54598 (bcpowmod() may return 1 if modulus is 1)Christoph M. Becker2017-09-072-8/+31
* | | | Merge branch 'PHP-7.2'Christoph M. Becker2017-09-062-1/+17
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-09-062-1/+17
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-062-1/+17
| | |\ \ | | | |/
| | | * Fixed bug #44995 (bcpowmod() fails if scale != 0)Christoph M. Becker2017-09-062-1/+17
* | | | Fix if ZEND_PRE_INC/DEC_OBJTom Van Looy2017-09-061-1/+1
* | | | Fixed an error in ldap_exop introduced by last commitCôme Chilliet2017-09-061-1/+3
* | | | Fix test cleanupAnatol Belski2017-09-061-8/+8
* | | | Improving a bit code quality in ldap_exop functionCôme Chilliet2017-09-061-49/+36
* | | | fixes PR #2722, no clue how it broke ...Joe Watkins2017-09-061-1/+1
* | | | Add test for curl_mutli_close on non curl multi resourceMatt Piskorz2017-09-061-0/+25
* | | | Add support for SQLite open flagsBohwaZ2017-09-064-1/+51
* | | | fixed mbstring extension compiled broken with archlinuxshinemotec@gmail.com2017-09-061-0/+2
* | | | Add tests for setrawcookie function for success scenarioJoão Paulo V Martins2017-09-062-0/+22
* | | | CommentsDmitry Stogov2017-09-062-0/+10
* | | | Merge branch 'PHP-7.2'Nikita Popov2017-09-052-10/+34
|\ \ \ \ | |/ / /
| * | | Fix assertion failure in SoapFault ctorNikita Popov2017-09-051-10/+6
| * | | Add test for invalid SoapFault parametersKen Guest2017-09-051-0/+28
* | | | Use zpp_throw() in SOAP constructorsNikita Popov2017-09-051-8/+8
* | | | Test is_soap_fault() functionKen Guest2017-09-051-0/+13
* | | | Merge branch 'PHP-7.2'Nikita Popov2017-09-051-3/+3
|\ \ \ \ | |/ / /
| * | | Fix a few places where ZPP throw got reverted to ZPPSammy Kaye Powers2017-09-051-3/+3