summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-113-8/+5
|\ \ \ | |/ /
| * | Don't return null from password_get_info()Nikita Popov2021-02-113-8/+5
* | | Unserialize op_array->scope before passing to zend_file_cache_unserialize_typ...Dmitry Stogov2021-02-101-2/+3
* | | Use zend_type.ce_cache__ptr for caching class resulution during argument/resu...Dmitry Stogov2021-02-101-0/+12
* | | Fixed map_ptr slot sharing for trait/selfDmitry Stogov2021-02-101-1/+1
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-103-22/+22
|\ \ \ | |/ /
| * | Make mysqli_ssl_set() arguments nullableNikita Popov2021-02-103-22/+22
* | | Reuse single map_ptr slot for indentical class namesDmitry Stogov2021-02-104-14/+58
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-103-6/+6
|\ \ \ | |/ /
| * | Make finfo_open() $magic_database nullableNikita Popov2021-02-103-5/+5
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-101-1/+1
|\ \ \ | |/ /
| * | Don't pass null action to __doRequestNikita Popov2021-02-101-1/+1
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-102-7/+4
|\ \ \ | |/ /
| * | Clarify that location is required in do_requestNikita Popov2021-02-101-5/+2