Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve SPL directory and stat() cache using zend_srting* instead of char* | Dmitry Stogov | 2021-02-26 | 3 | -42/+9 |
* | Merge branch 'PHP-8.0' | Christoph M. Becker | 2021-02-22 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-7.4' into PHP-8.0 | Christoph M. Becker | 2021-02-22 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix #75776: Flushing streams with compression filter is broken | Christoph M. Becker | 2021-02-22 | 1 | -1/+1 |
| | * | Update version | Christoph M. Becker | 2021-01-26 | 1 | -3/+3 |
| * | | Prep for 8.0.4 | Sara Golemon | 2021-02-17 | 1 | -3/+3 |
| * | | Next is 8.0.3 | Gabriel Caruso | 2021-01-19 | 1 | -3/+3 |
* | | | Added Inheritance Cache. | Dmitry Stogov | 2021-02-09 | 1 | -0/+1 |
* | | | Merge branch 'PHP-8.0' | Nikita Popov | 2021-01-19 | 3 | -4/+18 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.4' into PHP-8.0 | Nikita Popov | 2021-01-19 | 3 | -4/+18 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #42560 | sj-i | 2021-01-19 | 3 | -4/+18 |
* | | | Replace zend_bool uses with bool | Nikita Popov | 2021-01-15 | 12 | -61/+61 |
* | | | Make convert_to_*_ex simple aliases of convert_to_* | Nikita Popov | 2021-01-14 | 1 | -1/+1 |
* | | | Merge branch 'PHP-8.0' | Christoph M. Becker | 2020-12-23 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.4' into PHP-8.0 | Christoph M. Becker | 2020-12-23 | 1 | -1/+2 |
| |\ \ | | |/ | |||||
| | * | Fix #80384: limit read buffer size | Adam Seitz | 2020-12-23 | 1 | -1/+2 |
| * | | Next is 8.0.2 | Gabriel Caruso | 2020-12-15 | 1 | -3/+3 |
* | | | Back memory stream by a zend_string | Nikita Popov | 2020-12-18 | 2 | -72/+43 |
* | | | Remove unused smax member from memory stream | Nikita Popov | 2020-12-18 | 1 | -2/+0 |
* | | | Merge branch 'PHP-8.0' | Christoph M. Becker | 2020-12-08 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.4' into PHP-8.0 | Christoph M. Becker | 2020-12-08 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix #77069: stream filter loses final block of data | Christoph M. Becker | 2020-12-08 | 1 | -1/+1 |
| | * | Update version in 7.4 branch | Derick Rethans | 2020-11-07 | 1 | -3/+3 |
* | | | Merge branch 'PHP-8.0' | Nikita Popov | 2020-11-30 | 3 | -5/+16 |
|\ \ \ | |/ / | |||||
| * | | Suppress stream errors in mysqlnd | Nikita Popov | 2020-11-30 | 3 | -5/+16 |
| * | | 8.0 branch should be prepping for 8.0.1 | Sara Golemon | 2020-11-19 | 1 | -3/+3 |
* | | | Merge branch 'PHP-8.0' | Sammy Kaye Powers | 2020-11-16 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | Fire open observer end handlers after a zend_bailout | Sammy Kaye Powers | 2020-11-16 | 1 | -0/+5 |
* | | | Merge branch 'PHP-8.0' | Christoph M. Becker | 2020-11-12 | 1 | -7/+0 |
|\ \ \ | |/ / | |||||
| * | | Strip trailing line breaks and periods from Windows error messages | Christoph M. Becker | 2020-11-12 | 1 | -7/+0 |
* | | | Merge branch 'PHP-8.0' | Nikita Popov | 2020-10-21 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix invalid memory read on libpath | twosee | 2020-10-21 | 1 | -1/+1 |
* | | | Remove IGNORE_URL_WIN macro | Christoph M. Becker | 2020-10-18 | 2 | -4/+1 |
* | | | Merge branch 'PHP-8.0' | Nikita Popov | 2020-10-16 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Properly handle NULL output start filename | Nikita Popov | 2020-10-16 | 1 | -1/+1 |
* | | | Remove unused global | Nikita Popov | 2020-10-16 | 2 | -12/+11 |
* | | | Merge branch 'PHP-8.0' | Nikita Popov | 2020-10-16 | 2 | -6/+16 |
|\ \ \ | |/ / | |||||
| * | | Make sure output start filename is not freed early | Nikita Popov | 2020-10-16 | 2 | -6/+16 |
* | | | Suppress bogus [-Wlogical-op] warning from GCC | George Peter Banyard | 2020-10-10 | 3 | -4/+12 |
* | | | Prepare for PHP 8.1 | Gabriel Caruso | 2020-10-09 | 2 | -4/+4 |
|/ / | |||||
* | | Expose php_during_module_startup() and php_during_module_shutdown() | Sammy Kaye Powers | 2020-10-05 | 2 | -2/+4 |
* | | Prepare for PHP 8.0 RC1 | Gabriel Caruso | 2020-09-30 | 1 | -1/+1 |
* | | Fix #78792: zlib.output_compression disabled by Content-Type: image/ | Christoph M. Becker | 2020-09-29 | 1 | -7/+0 |
* | | Merge branch 'PHP-7.4' | Stanislav Malyshev | 2020-09-28 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Stanislav Malyshev | 2020-09-28 | 1 | -1/+3 |
| |\ | |||||
| | * | Merge branch 'PHP-7.2' into PHP-7.3 | Stanislav Malyshev | 2020-09-28 | 1 | -2/+6 |
| | |\ | |||||
| | | * | Do not decode cookie names anymore | Stanislav Malyshev | 2020-09-26 | 1 | -2/+6 |
| | | * | bump version to 7.2.34-dev | Remi Collet | 2020-08-04 | 1 | -3/+3 |
| | | * | bump version to 7.2.32-dev | Remi Collet | 2020-05-12 | 1 | -3/+3 |
* | | | | Clear error flag instead of toggling it | Christoph M. Becker | 2020-09-23 | 1 | -6/+6 |