summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Promote warnings to errors in substr_count()George Peter Banyard2019-08-312-11/+19
* Promote warnings to errors in substr_compare()George Peter Banyard2019-08-313-10/+15
* Merge branch 'PHP-7.4'George Peter Banyard2019-08-316-31/+60
|\
| * Drop E_STRICT notice in mysqli extensionGeorge Peter Banyard2019-08-316-31/+60
* | Check zpp before other errors in SoapServer::addSoapHeader()Nikita Popov2019-08-301-4/+4
* | Merge branch 'PHP-7.4'Nikita Popov2019-08-305-8/+8
|\ \ | |/
| * Fix file clashes in copy testsNikita Popov2019-08-305-8/+8
* | Merge branch 'PHP-7.4'Nikita Popov2019-08-301-1/+0
|\ \ | |/
| * Remove bogus vcwd_openNikita Popov2019-08-301-1/+0
* | JIT: Fix missing free on JMPZ_EX with op1 == resNikita Popov2019-08-302-25/+50
* | Add jit_bisect_limitNikita Popov2019-08-303-0/+19
* | Remove duplicate md5/sha1 implementationChristoph M. Becker2019-08-305-786/+0
* | Fix func info for chop()Nikita Popov2019-08-301-1/+1
* | Fix closure extra args freeing for JIT as wellNikita Popov2019-08-301-1/+2
* | Merge branch 'PHP-7.4'Nikita Popov2019-08-303-31/+31
|\ \ | |/
| * Modernize some connectors in tests to remove env key duplicationFabien Villepinte2019-08-303-31/+31
* | Move and fix scandir related bug testGeorge Peter Banyard2019-08-302-13/+14
* | Promote warnings to errors in dir stdlib extensionGeorge Peter Banyard2019-08-304-21/+27
* | Promote warnings to errors in assert_options()George Peter Banyard2019-08-292-2/+15
* | Promote Directory handler warning to errorGeorge Peter Banyard2019-08-294-34/+52
* | Merge branch 'PHP-7.4'Nikita Popov2019-08-291-1/+1
|\ \ | |/
| * Fix potentially uninitialized use in ldapNikita Popov2019-08-291-1/+1
* | Warnings to Errors hash_equalsMark2019-08-292-36/+39
* | Errorfy hash_pbkdf2Mark2019-08-292-31/+48
* | Warnings become errors for hash_hkdfMark2019-08-293-63/+62
* | Warnings become errors hash stream functions (other than hash_init)Mark2019-08-292-6/+14
* | Warnings become errors hash_initMark2019-08-292-24/+42
* | Warnings become errors hash_hmac hash_hmac_fileMark2019-08-293-25/+43
* | Promote warnings to errors in array_walk(_recursive)()George Peter Banyard2019-08-292-5/+10
* | Promote warnings to errors in compact()George Peter Banyard2019-08-292-21/+24
* | Promote warnings to errors in array_merge(_recursive)() and array_replace()George Peter Banyard2019-08-295-29/+36
* | Merge branch 'PHP-7.4'Nikita Popov2019-08-291-1/+2
|\ \ | |/
| * Use explicit unaligned type in md5 implementationNikita Popov2019-08-291-1/+2
* | Promote warnings to errors in extract()George Peter Banyard2019-08-285-18/+40
* | Don't explicitly set return value on ZFR failure in ext/odbcChristoph M. Becker2019-08-281-37/+37
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-08-282-1/+22
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-08-282-1/+18
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-08-282-1/+18
| | |\
| | | * Fix #78473: odbc_close() closes arbitrary resourcesChristoph M. Becker2019-08-282-1/+18
| | * | Upgrade oniguruma lib to 6.9.3Stanislav Malyshev2019-08-2764-10853/+14742
* | | | Add ext/odbc stubsChristoph M. Becker2019-08-283-257/+476
* | | | Fix test regarding ZPP TypeErrorsChristoph M. Becker2019-08-281-4/+0
* | | | Promote warnings to errors in max()George Peter Banyard2019-08-272-17/+29
* | | | Promote warnings to errors in min()George Peter Banyard2019-08-272-17/+29
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-08-271-4/+4
|\ \ \ \ | |/ / /
| * | | Don't specify precedence for T_INC/T_DECNikita Popov2019-08-271-4/+4
* | | | Some pcntl cleanupNikita Popov2019-08-271-42/+54
* | | | Merge branch 'PHP-7.4'Anatol Belski2019-08-271-1/+1
|\ \ \ \ | |/ / /
| * | | Fix signature and callsAnatol Belski2019-08-271-1/+1
* | | | Throw TypeError from VM implementation of get_class()Nikita Popov2019-08-271-82/+34