summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in source code filesPeter Kokot2018-10-1360-2261/+2261
* Require SQLite ≥ 3.5.0 for ext/sqlite3 and ext/pdo_sqliteChristoph M. Becker2018-10-134-13/+5
* Convert CRLF line endings to LFPeter Kokot2018-10-1314-490/+490
* Merge branch 'PHP-7.3'Derick Rethans2018-10-128-143/+131
|\
| * Upgrade timelib to 2018.01RC1, to fix bug #77007Derick Rethans2018-10-128-143/+131
* | Restore array_key_exists() compatibility for ArrayObjectNikita Popov2018-10-113-19/+24
* | More straightforward count() on ArrayObject with objectNikita Popov2018-10-111-21/+17
* | Remove unnecessary get_hash_table return value checksNikita Popov2018-10-111-90/+2
* | Remove redundant HASH_OF in mail.cNikita Popov2018-10-111-4/+2
* | Use ARRAY_OR_OBJECT arg in http_build_queryNikita Popov2018-10-112-7/+2
* | Remove unnecessary HASH_OF uses in mbstringNikita Popov2018-10-111-4/+4
* | Drop unnecessary HASH_OF uses in ext/oci8Nikita Popov2018-10-111-5/+5
* | Remove HASH_OF uses in ext/filterNikita Popov2018-10-112-15/+12
* | Remove leftover code dealing with curl wrappersNikita Popov2018-10-111-14/+1
* | Remove some redundant uses of HASH_OFNikita Popov2018-10-111-3/+8
* | Remember redundant check in filter.cNikita Popov2018-10-111-2/+1
* | Merge branch 'PHP-7.3'Nikita Popov2018-10-101-0/+38
|\ \ | |/
| * Fixed bug #76991Nikita Popov2018-10-101-0/+38
* | Specify timezone in testNikita Popov2018-10-101-0/+2
* | Don't overload get_properties for ArrayObjectNikita Popov2018-10-105-43/+105
* | Migrate ext/date to get_properties_for where appropriateNikita Popov2018-10-104-48/+83
* | Introduce get_properties_for() handlerNikita Popov2018-10-102-21/+21
* | Merge branch 'PHP-7.3'Christoph M. Becker2018-10-092-1/+42
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-10-092-1/+42
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-10-092-1/+42
| | |\
| | | * Fix #30875: xml_parse_into_struct() does not resolve entitiesChristoph M. Becker2018-10-092-1/+42
* | | | Merge branch 'PHP-7.3'Derick Rethans2018-10-092-3/+3
|\ \ \ \ | |/ / /
| * | | Fixed testsDerick Rethans2018-10-092-3/+3
| * | | Added test case for bug #75577Derick Rethans2018-10-091-0/+22
| * | | Fixed bug #75577: DateTime::createFromFormat does not accept 'v' format speci...Derick Rethans2018-10-098-341/+812
* | | | Merge branch 'PHP-7.3'Derick Rethans2018-10-099-341/+834
|\ \ \ \
| * | | | Added test case for bug #75577Derick Rethans2018-10-091-0/+22
| * | | | Fixed bug #75577: DateTime::createFromFormat does not accept 'v' format speci...Derick Rethans2018-10-098-341/+812
| |/ / /
* | | | During size calculation, pointer should be kept unchangedDmitry Stogov2018-10-081-3/+1
* | | | Merge branch 'PHP-7.3'Pierrick Charron2018-10-082-2/+130
|\ \ \ \ | |/ / /
| * | | Add constants from curl 7.56 to 7.61Pierrick Charron2018-10-082-2/+130
* | | | Merge branch 'PHP-7.3'Nikita Popov2018-10-082-3/+25
|\ \ \ \ | |/ / /
| * | | Fix ref ID handling when serializing $GLOBALSNikita Popov2018-10-082-3/+25
* | | | Merge branch 'PHP-7.3'Christoph M. Becker2018-10-083-7/+56
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-10-083-7/+56
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-10-083-7/+56
| | |\ \ | | | |/
| | | * Fix #75851: Year component overflow with date formats "c", "o", "r" and "y"Adam Saponara2018-10-083-7/+56
* | | | Update and refactor shmop extension's READMEPeter Kokot2018-10-082-69/+9
* | | | Enforce C++11 in ext/intlAnatol Belski2018-10-071-2/+4
* | | | mysqli_fork: Fix undefined variablebugreportuser2018-10-061-1/+1
* | | | Merge branch 'PHP-7.3'Pedro Magalhães2018-10-062-240/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Pedro Magalhães2018-10-062-240/+0
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Pedro Magalhães2018-10-062-240/+0
| | |\ \ | | | |/
| | | * Remove unstable dns testsPedro Magalhães2018-10-062-240/+0
| | | * Add test for bug #76942Anatol Belski2018-10-051-0/+33