summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Christoph M. Becker2020-02-031-2/+2
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-031-2/+2
| |\
| | * Relax test expectationChristoph M. Becker2020-02-031-2/+2
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-02-032-15/+33
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-032-15/+33
| |\ \ | | |/
| | * Fix #79212: NumberFormatter::format() may detect wrong typeChristoph M. Becker2020-02-032-15/+33
* | | zip ext is now 1.17.1Remi Collet2020-02-031-1/+1
* | | Merge branch 'PHP-7.4'Remi Collet2020-02-031-0/+30
|\ \ \ | |/ /
| * | add testRemi Collet2020-02-032-0/+30
| * | Fixed bug #73119 Wrong return for ZipArchive::addEmptyDir MethodRemi Collet2020-02-032-3/+7
* | | Merge branch 'PHP-7.4'Remi Collet2020-02-032-3/+7
|\ \ \
| * | | Fixed bug #73119 Wrong return for ZipArchive::addEmptyDir MethodRemi Collet2020-02-032-3/+7
| |/ /
* | | Fix another batch of indentation in testsMáté Kocsis2020-02-0222-758/+686
* | | Clean up the generation of the parsersAkim Demaille2020-02-011-3/+2
* | | Fix var_dump testMáté Kocsis2020-01-311-7/+5
* | | Fix indentation and whitespaces in testsMáté Kocsis2020-01-3120-171/+174
* | | inline by hand to avoid uninitialized variable warningSebastian Pop2020-01-311-6/+28
* | | We don't need "safe" destruction anymoreDmitry Stogov2020-01-311-2/+2
* | | These EG(current_execute_data) = EX(prev_execute_data) assignments are useles...Dmitry Stogov2020-01-311-2/+0
* | | Export zend_dump_op() and add ZEND_DUMP_NUMERIC_OPLINES flag to print oplines...Dmitry Stogov2020-01-312-20/+56
* | | Fix JIT as wellNikita Popov2020-01-311-14/+8
* | | Use "%empty" in the parsers, instead of commentsAkim Demaille2020-01-312-3/+4
* | | Zip: version is now 1.17.0Remi Collet2020-01-312-2/+2
* | | add ZipArchive::registerProgressCallback and ZipArchive::registerCancelCallba...Remi Collet2020-01-317-0/+286
* | | Fixed JIT part for bug #79094Dmitry Stogov2020-01-311-0/+1
* | | Promote mysqli warnings to exceptionsMáté Kocsis2020-01-30113-802/+1278
* | | Revert "Make BG(syslog_device) per request"Nikita Popov2020-01-301-8/+9
* | | Initialize SplFixedArray elements to NULL instead of UNDEFNikita Popov2020-01-302-31/+33
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-302-0/+25
|\ \ \ | |/ /
| * | Fixed bug #79193Nikita Popov2020-01-302-0/+25
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-302-5/+15
|\ \ \ | |/ /
| * | Fix DatePeriod property handling with indirect modificationNikita Popov2020-01-302-4/+17
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-302-1/+52
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-302-1/+52
| |\ \ | | |/
| | * Fix #70078: XSL callbacks with nodes as parameter leak memoryChristoph M. Becker2020-01-302-1/+52
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-302-0/+13
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-302-0/+13
| |\ \ | | |/
| | * Fix leak in DateTimeImmutable::modify()Nikita Popov2020-01-302-0/+13
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-301-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-301-0/+2
| |\ \ | | |/
| | * Add SKIPIF to test requiring mbregexNikita Popov2020-01-301-0/+2
* | | Fix leak in DatePeriod construction with invalid formatNikita Popov2020-01-302-0/+10
* | | Fix #74063: NumberFormatter fails after retrieval from sessionChristoph M. Becker2020-01-3021-599/+20
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-304-9/+11
|\ \ \ | |/ /
| * | Fix shift ub in mbstringNikita Popov2020-01-302-8/+8
| * | Restore digit check in mb_decode_numericentity()Nikita Popov2020-01-302-1/+3
* | | Enable ZipArchive::setMtime(Name|Index) on WindowsChristoph M. Becker2020-01-291-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-292-4/+9
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-292-4/+9
| |\ \ | | |/
| | * Fix mb_ord() crash if internal encoding not supportedNikita Popov2020-01-292-4/+9