summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-15259-1247/+1247
* Print "interned" instead of fake refcount in debug_zval_dump()Nikita Popov2021-01-1515-109/+122
* Fix misleading indentation warning in pdo_ociNikita Popov2021-01-151-4/+5
* CP5022{0,1,2}: treat unrecognized escapes as errorAlex Dowad2021-01-151-4/+4
* CP5022{0,1,2}: use JISX0201 for U+203E (overline)Alex Dowad2021-01-151-11/+7
* CP5022{0,1,2}: convert Unicode codepoints in 'user' area (0xE000-E757) correctlyAlex Dowad2021-01-151-31/+28
* CP5022{0,1,2}: convert characters in ku 0x2D (13th row) correctlyAlex Dowad2021-01-151-3/+3
* Stricter handling of erroneous input when converting CP5022{0,1,2} text encodingAlex Dowad2021-01-151-10/+2
* Add test to verify file_get_contents error with folderAnna Filina2021-01-142-0/+24
* JIS7/JIS8 encoding: treat truncated multibyte characters as errorAlex Dowad2021-01-142-2/+24
* JIS7/JIS8 encoding: handle invalid 2nd byte for Kanji correctlyAlex Dowad2021-01-144-4/+6527
* JIS7/JIS8 encoding: use JISX0201 for U+203E (overline)Alex Dowad2021-01-141-2/+2
* JIS7/JIS8 encoding: treat unrecognized escapes as errorAlex Dowad2021-01-141-4/+4
* Add comment explaining why ISO-2022-JP-2004, etc strings end with ESC ( BAlex Dowad2021-01-141-1/+3
* ISO-2022-JP-2004 conversion: handle invalid characters correctlyAlex Dowad2021-01-145-4/+18678
* ISO-2022-JP-2004 conversion: treat unrecognized escapes as errorAlex Dowad2021-01-141-4/+4
* ISO-2022-JP-2004 conversion: represent backslash and tilde as ASCIIAlex Dowad2021-01-141-2/+8
* Make convert_to_*_ex simple aliases of convert_to_*Nikita Popov2021-01-1423-85/+85
* Remove Z_PARAM separate params where they don't make senseNikita Popov2021-01-146-9/+9
* Remove SEPARATE_ZVAL_IF_NOT_REF() macroNikita Popov2021-01-141-2/+0
* Remove SEPARATE_ARG_IF_REF macroNikita Popov2021-01-142-22/+0
* Fix outdated comment about refcounting in array.c [ci skip]sj-i2021-01-141-1/+0
* Merge branch 'PHP-8.0'Dmitry Stogov2021-01-141-0/+5
|\
| * Fixed bug #80422 (php_opcache.dll crashes when using Apache 2.4 with JIT)Dmitry Stogov2021-01-141-0/+5
* | Remove flakiness from testsAdam Baratz2021-01-132-9/+1
* | Fix INDIRECT elements leaked by SPL __serialize implementationsNikita Popov2021-01-124-6/+6
* | Always use CG(arena) for unin type listsDmitry Stogov2021-01-122-8/+8
* | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-122-3/+3
|\ \ | |/
| * socket_create_pair() can no longer return NULLChristoph M. Becker2021-01-122-3/+3
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-121-1/+1
|\ \ | |/
| * Use arc4random_buf on macOSDavid CARLIER2021-01-121-1/+1
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-122-12/+6
|\ \ | |/
| * Add support for union types for internal functionsNikita Popov2021-01-122-12/+6
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-121-11/+12
|\ \ | |/
| * Use ephemeral port in socket_create_listen_used.phptNikita Popov2021-01-121-11/+12
* | Remove unused bind_hash memberNikita Popov2021-01-121-1/+0
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-123-84/+244
|\ \ | |/
| * Fixed bug #80545Jens de Nies2021-01-123-84/+244
* | Cleanup:Dmitry Stogov2021-01-121-66/+6
* | Add MSSQL setup to Azure Pipelines buildAdam Baratz2021-01-115-4/+24
* | Merge branch 'PHP-8.0'Dmitry Stogov2021-01-111-0/+5
|\ \ | |/
| * Add guard if lvalue of assignment may be a reference, but wasn't a reference ...Dmitry Stogov2021-01-111-0/+5
* | Better CPU registers usageDmitry Stogov2021-01-111-20/+19
* | Remove redundand IS_INDIRECT checks (they were necessary for $GLOBALS handling)Dmitry Stogov2021-01-111-46/+14
* | hash: Use hrtime() in the bench script [ci skip]Anatol Belski2021-01-091-3/+3
* | hash: Implement xxHashAnatol Belski2021-01-0913-7/+5213
* | Fix pdo_oci - declare quotedlen in oci_driver.cShivam Mathur2021-01-091-0/+1
* | Merge branch 'PHP-8.0'George Peter Banyard2021-01-082-4/+4
|\ \ | |/
| * Rename ``zip_ent`` parameter to ``zip_entry`` for consistencyGeorge Peter Banyard2021-01-082-4/+4
* | Remove some unnecessary zend_delete_global_variable usesNikita Popov2021-01-082-22/+5