summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix static variable behavior with inheritanceNikita Popov2021-02-186-74/+11
* Initialize property to UNDEF on unserialize overwriteNikita Popov2021-02-182-1/+13
* Merge branch 'PHP-8.0'Nikita Popov2021-02-182-2/+12
|\
| * Avoid signed integer overflow in substr()Nikita Popov2021-02-182-2/+12
* | Don't use unmangled name if property not foundNikita Popov2021-02-182-8/+23
* | Merge branch 'PHP-8.0'Christoph M. Becker2021-02-172-0/+20
|\ \ | |/
| * Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-172-0/+20
| |\
| | * Fix #80763: msgfmt_format() does not accept DateTime referencesChristoph M. Becker2021-02-172-0/+20
* | | unserialize() optimization. Omit class name validation before hash lookup, an...Dmitry Stogov2021-02-171-14/+40
* | | Merge branch 'PHP-8.0'Dmitry Stogov2021-02-173-12/+100
|\ \ \ | |/ /
| * | Fixed bug #80745 (JIT produces Assert failure and UNKNOWN:0 var_dumps in code...Dmitry Stogov2021-02-173-12/+100
* | | 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