summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-8.0'Dmitry Stogov2021-02-162-3/+101
|\
| * Fixed bug #80742 (Opcache JIT makes some boolean logic unexpectedly be true)Dmitry Stogov2021-02-162-3/+101
* | Add support for generating properties with union type of multiple classesMáté Kocsis2021-02-163-18/+16
* | Merge branch 'PHP-8.0'Nikita Popov2021-02-161-2/+3
|\ \ | |/
| * Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-161-2/+3
| |\
| | * Handle incomplete result set metadata more gracefullyNikita Popov2021-02-161-2/+3
* | | Generate class entries from stubs for ldap, libxml, mbstring and mysqliMáté Kocsis2021-02-1610-83/+468
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-1613-0/+17
|\ \ \ | |/ /
| * | Mark resource-like objects as non-comparableNikita Popov2021-02-1613-0/+17
* | | Improved unserialize() performance. Checks for object propery "visibility cha...Dmitry Stogov2021-02-161-104/+178
* | | Improve class entry generationMáté Kocsis2021-02-1672-211/+147
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-162-0/+22
|\ \ \ | |/ /
| * | Fixed bug #80723Nikita Popov2021-02-162-0/+22
* | | Fix quadratic slowdown under asan in timelibNikita Popov2021-02-161-24/+35
* | | cURL: make possible to send file from buffer stringAlexander Moskalev2021-02-168-1/+266
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-162-27/+29
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-162-27/+29
| |\ \ | | |/
| | * Suppress OpenSSL error on missing optional configNikita Popov2021-02-162-27/+29
* | | Merge branch 'PHP-8.0'Christoph M. Becker2021-02-161-1/+1
|\ \ \ | |/ /
| * | Adapt test case for libcurl 7.75.0+Christoph M. Becker2021-02-161-1/+1
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-152-0/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-152-0/+21
| |\ \ | | |/
| | * Fixed bug #80747Nikita Popov2021-02-152-0/+21
* | | Use typed proprety for Transliterator::$idNikita Popov2021-02-153-31/+11
* | | Used typed properties for reflection $name and $classNikita Popov2021-02-153-44/+32
* | | Generate class entries for snmp, soap, sockets, sodium, sqlite3, sysv*, tidyMáté Kocsis2021-02-1529-99/+263
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-152-7/+51
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-152-7/+51
| |\ \ | | |/
| | * Fix #78680: mysqlnd pam plugin missing terminating nullDaniel Black2021-02-152-7/+51
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-152-19/+15
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-152-19/+15
| |\ \ | | |/
| | * Fix leak when breaking out of FilesystemIteratorNikita Popov2021-02-152-19/+15
* | | Persist class name before methods, because it may be used insted of "self"Dmitry Stogov2021-02-152-10/+14
* | | Remove stray mentions of mbstring.func_overloadMax Semenik2021-02-154-4/+0
* | | Fix failures due to new deprecationsChristopher Jones2021-02-1512-18/+32
* | | Generate class entries from stubs for phar, posix, pspell, readline, reflecti...Máté Kocsis2021-02-1520-147/+488
* | | Generate class entries from stubs for oci8, odbc, openssl, pcntl, pdo, pgsqlMáté Kocsis2021-02-1422-49/+116
* | | Revert "Implement fetching TLS TCB offset on MacOS"Nikita Popov2021-02-121-8/+0
* | | Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-11297-5980/+664
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-111-2/+3
|\ \ \ | |/ /
| * | Fixed bug #80718Nikita Popov2021-02-111-2/+3
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-114-8/+27
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-114-8/+27
| |\ \ | | |/
| | * Fixed bug #80719Nikita Popov2021-02-114-8/+23
| * | Update func info after password_get_info() changeNikita Popov2021-02-111-1/+1
* | | Implement fetching TLS TCB offset on MacOSDavid Carlier2021-02-111-0/+8
* | | Allow all scalar types in ini_set()Nikita Popov2021-02-114-9/+56
* | | Avoid useless SHM data duplicationDmitry Stogov2021-02-112-4/+22
* | | Sort some decls in spl_iterators.hLevi Morrison2021-02-111-21/+21
* | | Handle warnings during sccp function evaluationNikita Popov2021-02-111-0/+27