summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Pass zend_string message to zend_error_cbNikita Popov2020-06-052-55/+43
* Fixed bug #72089: Throw Error on require failureNikita Popov2020-06-051-1/+1
* Fix small typo in commentDaniel Ruf2020-05-311-1/+1
* Merge branch 'PHP-7.4'Christoph M. Becker2020-05-141-1/+7
|\
| * Check compatibility with proper runtime DLLChristoph M. Becker2020-05-141-1/+7
* | Fix [-Wundef] warning in streams implementationGeorge Peter Banyard2020-05-122-11/+11
* | Fix [-Wundef] warning in main folderGeorge Peter Banyard2020-05-123-7/+7
* | Merge branch 'PHP-7.4'Stanislav Malyshev2020-05-111-5/+6
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2020-05-111-5/+6
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-05-111-5/+6
| | |\
| | | * Fix #78876: Long variables cause OOM and temp files are not cleanedChristoph M. Becker2020-05-111-3/+3
| | | * Fix #78875: Long filenames cause OOM and temp files are not cleanedChristoph M. Becker2020-05-111-2/+3
| | | * Fixed bug #79468dinosaur2020-04-141-0/+6
| | | * bump verison to 7.2.30-devRemi Collet2020-03-171-3/+3
| | | * bump version to 7.2.29Remi Collet2020-02-181-3/+3
| | | * next will be 7.2.28Remi Collet2020-01-221-3/+3
| | | * next is 7.2.27Remi Collet2019-12-031-3/+3
| | | * Bump for 7.2.26-devSara Golemon2019-11-051-3/+3
* | | | Merge branch 'PHP-7.4'Nikita Popov2020-05-111-3/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-05-111-3/+1
| |\ \ \ | | |/ /
| | * | Fix default sendmail path when not found during buildIndrek Ardel2020-05-111-3/+1
| | * | Bump versionChristoph M. Becker2020-04-281-3/+3
* | | | Make float to string casts locale-independentMáté Kocsis2020-05-082-2/+21
* | | | Add quiet parameter to internal HTML entities APINikita Popov2020-05-071-33/+16
* | | | Fix #79467: data:// wrappers are writableChristoph M. Becker2020-05-031-1/+1
* | | | Do not inherit LC_CTYPE locale from environmentNikita Popov2020-04-301-1/+0
* | | | Code tweaks: Remove unneeded semicolonsAlex Dowad2020-04-291-1/+1
* | | | Add macro to get ini target addressNikita Popov2020-04-271-8/+2
* | | | Drop unnecessary stdint and inttypes header checksGeorge Peter Banyard2020-04-225-36/+4
* | | | Merge branch 'PHP-7.4'Nikita Popov2020-04-141-0/+6
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-141-0/+6
| |\ \ \ | | |/ /
| | * | Fixed bug #79468dinosaur2020-04-141-0/+6
| | * | Next is 7.3.18Christoph M. Becker2020-03-311-3/+3
* | | | Make sure php_get_internal_encoding() returns non-emptyNikita Popov2020-03-311-6/+6
* | | | Remove rand_r implementationNikita Popov2020-03-262-63/+0
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-112-2/+10
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-112-2/+10
| |\ \ \ | | |/ /
| | * | Fix #78210: Invalid pointer addressChristoph M. Becker2020-03-112-2/+10
| | * | Next is 7.3.17Christoph M. Becker2020-03-031-3/+3
| * | | PHP-7.4 is now 7.4.5-devChristoph M. Becker2020-03-061-3/+3
* | | | Remove unnecessary uses of CHECK_SILENTNikita Popov2020-03-061-1/+1
* | | | Remove mergesort implementationNikita Popov2020-02-272-348/+0
* | | | Improve comment on RFC 1867 filename handlingBishop Bettini2020-02-191-5/+5
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2020-02-111-25/+38
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-111-24/+43
| |\ \ \ | | |/ /
| | * | Fix #79254: getenv() w/o arguments not showing changesChristoph M. Becker2020-02-111-24/+43
| | * | Next is 7.3.16Christoph M. Becker2020-02-041-3/+3
* | | | Promote invalid mode/unknow option from Warning to ValueError for plain streams.George Peter Banyard2020-02-041-2/+2
* | | | Merge branch 'PHP-7.4'Nikita Popov2020-02-031-1/+1
|\ \ \ \ | |/ / /
| * | | Apply tidy formattingNikita Popov2020-02-031-1/+1