-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Insights: php/php-src
Overview
Could not load contribution data
Please try again later
26 Pull requests merged by 12 people
-
tree-wide: Remove stacktraces from tests testing throwing clones
#18748 merged
Jun 3, 2025 -
Remove redundant exception check from VM
#18730 merged
Jun 2, 2025 -
ext/mysqlnd/mysqlnd_auth.c: Add error handling for invalid public key…
#18663 merged
Jun 2, 2025 -
Fix out of tree build
#18716 merged
Jun 2, 2025 -
Fix line assignment in zend_ast_create_va()
#18732 merged
Jun 1, 2025 -
Fix test failures in engine_unsafe_empty_string.phpt
#18727 merged
Jun 1, 2025 -
Fix Exception constructor optimization after https://github.com/php/php-src/pull/18442
#18719 merged
May 31, 2025 -
Simplify SimpleXML code for checking if count() is overridden by a userland class
#18722 merged
May 31, 2025 -
ext/mysqli: Use zval_is_true() instead of converting to boolean
#18682 merged
May 31, 2025 -
Fix GH-18695: float numbers zero fraction is now preserved in zend_ast_export()
#18699 merged
May 29, 2025 -
Get rid of redundant SOAP globals
#18702 merged
May 29, 2025 -
zend_ast.c: use
smart_str_appendc
for appending single characters#18703 merged
May 29, 2025 -
ext/pgsql: Stop using useless convert_to_boolean() API
#18683 merged
May 29, 2025 -
Deduplicate XML parsing code for SOAP
#18700 merged
May 29, 2025 -
ext/soap: Refactor to_zval_bool()
#18696 merged
May 29, 2025 -
ext/soap: Replace single usage of CHECK_XML_NULL with FIND_XML_NULL
#18698 merged
May 29, 2025 -
zend_ast: Add parentheses around IIFE in zend_ast_export()
#18688 merged
May 29, 2025 -
Fix misplaced endif in apprentice_sort()
#18686 merged
May 29, 2025 -
Soap XML layer cleanup
#18694 merged
May 29, 2025 -
ext/sockets: Use zval_is_true() instead of converting to boolean
#18681 merged
May 28, 2025 -
Minor improvements in SOAP __doRequest dispatch
#18687 merged
May 28, 2025 -
Use zend_array_is_list() in soap instead of own is_map()
#18684 merged
May 28, 2025 -
chore: remove todo
#18689 merged
May 28, 2025 -
ext/sockets: socket_create_pair() simplify workflow.
#18679 merged
May 28, 2025 -
Autotools: Fix ext/ldap shared build
#18673 merged
May 28, 2025 -
Drop COMPILE_DL_LEXBOR
#18677 merged
May 27, 2025
22 Pull requests opened by 12 people
-
Add `SAPI_HEADER_DELETE_PREFIX`, make ext/session use it
#18678 opened
May 27, 2025 -
zend_ast: Preserve heredocs in zend_ast_export()
#18690 opened
May 28, 2025 -
ext/curl: Add `CURLOPT_SSL_SIGNATURE_ALGORITHMS` option
#18692 opened
May 28, 2025 -
Add DNS testing setup using BIND 9
#18693 opened
May 28, 2025 -
Implement request #61105: Support Soap 1.2 SoapFault Reason Text lang attribute
#18701 opened
May 29, 2025 -
Implement request #55503: Extend __getTypes to support enumerations
#18704 opened
May 29, 2025 -
Create str_icontains PHP function
#18705 opened
May 29, 2025 -
Fix bug #61094: Wrong WSDL cache file name
#18709 opened
May 29, 2025 -
Implement GH-15483: Use C23 memset_explicit() for ZEND_SECURE_ZERO() if available
#18713 opened
May 30, 2025 -
Tail call VM [2]
#18720 opened
May 31, 2025 -
ext/sockets: Merge setting mcast option code for IPv4 and 6
#18724 opened
May 31, 2025 -
FPM: Implement configurable access log limit
#18725 opened
May 31, 2025 -
UPGRADING: minor typo fixes
#18726 opened
Jun 1, 2025 -
Mysqli last query error
#18728 opened
Jun 1, 2025 -
gen_stub: Add support for attributes on constants in stubs
#18735 opened
Jun 2, 2025 -
Update console.c - Refactor code for improved readability, safety, and maintainability
#18737 opened
Jun 2, 2025 -
Update strlcat.c
#18738 opened
Jun 2, 2025 -
Update safe_bcmp.c
#18739 opened
Jun 2, 2025 -
Update filter.c
#18740 opened
Jun 2, 2025 -
zend_vm_gen: Fix GET_OP*_OBJ_ZVAL_PTR_DEREF for ANY
#18746 opened
Jun 3, 2025 -
RFC: Clone with v2
#18747 opened
Jun 3, 2025 -
Fix GH-18744: PHP 8.4 classList works not correctly if copy HTMLElement by clone keyword.
#18749 opened
Jun 3, 2025
10 Issues closed by 4 people
-
2 enchant test fails in masterfor alpine
#18729 closed
Jun 1, 2025 -
error making tests on fedora 34
#18712 closed
May 31, 2025 -
stack-overflow at zend_objects_store_del /php-src/Zend/zend_objects_API.c:161
#18717 closed
May 31, 2025 -
fpm_get_status segfault
#18595 closed
May 30, 2025 -
zend_ast_export() - float number is not preserved
#18695 closed
May 29, 2025 -
Segmentation fault in Zend/zend_smart_str.h:177
#16320 closed
May 29, 2025 -
initializer-string for array of ... warnings
#17687 closed
May 28, 2025 -
Signed integer overflow in ext/phar fseek
#18642 closed
May 28, 2025 -
BcMath\Number methods are not 1-to-1 with bcmath functions due to int argument signature
#18674 closed
May 28, 2025 -
php-fuzz-tracing-jit assertion error in opcache_invalidate
#18680 closed
May 28, 2025
7 Issues opened by 7 people
-
GET_OP1_OBJ_ZVAL_PTR_DEREF does not actually DEREF
#18745 opened
Jun 3, 2025 -
PHP 8.4 classList works not correctly if copy HTMLElement by `clone` keyword.
#18744 opened
Jun 3, 2025 -
Incompatibility in Inline TLS Assembly on Alpine 3.22 with `zend_jit_ir.c`
#18743 opened
Jun 3, 2025 -
timezone_identifiers_list(DateTimeZone::ALL_WITH_BC) Invalid timezones
#18741 opened
Jun 2, 2025 -
Returning by ref + finally allow circumventing return type checks
#18736 opened
Jun 2, 2025 -
Opcache does not handle class hoisting with @opcache_compile_file
#18714 opened
May 31, 2025 -
Ignore generated arginfo for the ABI break label
#18708 opened
May 29, 2025
37 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Add Uri\WhatWg classes to ext/uri
#18672 commented on
Jun 3, 2025 • 113 new comments -
Do not use RTLD_DEEPBIND if dlmopen is available
#18612 commented on
Jun 3, 2025 • 15 new comments -
Pipe operator
#17118 commented on
Jun 2, 2025 • 13 new comments -
Extend pcntl_waitid with rusage parameter
#15921 commented on
May 30, 2025 • 3 new comments -
opcache: fix revalidation in long running CLI scripts
#18671 commented on
Jun 2, 2025 • 3 new comments -
docs: add macos instruction, update blocks
#18670 commented on
May 28, 2025 • 1 new comment -
ext/standard/image.c: Fix unsafe integer conversion
#18661 commented on
Jun 2, 2025 • 1 new comment -
[RFC][PoC] Allow opcache to be built statically
#18660 commented on
Jun 2, 2025 • 1 new comment -
[RFC] Final Property Promotion
#17861 commented on
Jun 3, 2025 • 1 new comment -
ext/intl: GH-17006 part 1, NumberFormat and NumberFormatter co-existing.
#17073 commented on
May 29, 2025 • 0 new comments -
feat: single expression functions
#17677 commented on
May 28, 2025 • 0 new comments -
Socket ether linux step2
#17926 commented on
Jun 2, 2025 • 0 new comments -
CI: change MySQL image in CI from 8.3 to LTS 8.4
#18555 commented on
May 31, 2025 • 0 new comments -
Fix GH-18579: --libdir option default value
#18596 commented on
Jun 3, 2025 • 0 new comments -
ext/gd: return void for couple of calls returning true when success is
#18651 commented on
May 28, 2025 • 0 new comments -
gen_stub: various simplifications and clean up (5)
#18665 commented on
May 29, 2025 • 0 new comments -
Generated arginfo headers: combine preprocessor conditional blocks (2)
#18667 commented on
May 29, 2025 • 0 new comments -
Add test for iptcparse
#18675 commented on
May 28, 2025 • 0 new comments -
Fix GH-18529: additional inheriting of TLS int options
#18676 commented on
May 28, 2025 • 0 new comments -
session_starts sends duplicate Set-Cookie
#18601 commented on
May 27, 2025 • 0 new comments -
mysql: change default auth plugin from mysql_native_password
#18659 commented on
May 27, 2025 • 0 new comments -
`use method` aliasing/importing
#18623 commented on
May 27, 2025 • 0 new comments -
--libdir option default value
#18579 commented on
May 28, 2025 • 0 new comments -
object-bound closures for initalization, modification of objects
#17936 commented on
May 29, 2025 • 0 new comments -
MB_CASE_TITLE treats entities as words (in contrast to uc_words)
#18236 commented on
May 29, 2025 • 0 new comments -
Segmentation Fault in mysqlnd.so / pdo_mysql.so When Running Magento 2.4.7 Cron Job (PHP 8.3.21, Plesk)
#18664 commented on
May 29, 2025 • 0 new comments -
Introduce ReflectionProperty::getMangledName()
#18605 commented on
May 29, 2025 • 0 new comments -
checkdnsrr/dns_check_record works in CLI but not in mod_php on macOS
#18548 commented on
May 31, 2025 • 0 new comments -
`unserialize` doesn't respect `class_alias` for properties
#18542 commented on
May 31, 2025 • 0 new comments -
PHP-FPM slow log entires should include the request URL
#18536 commented on
May 31, 2025 • 0 new comments -
FPM Status: active processes greater than pm.max_children
#14212 commented on
Jun 2, 2025 • 0 new comments -
pre-connect to remote hosts
#18539 commented on
Jun 2, 2025 • 0 new comments -
php-fpm 8.4.4 high cpu usage
#17806 commented on
Jun 2, 2025 • 0 new comments -
Explicit undefined/uninitialized default value for constructor property promotion
#17771 commented on
Jun 3, 2025 • 0 new comments -
Adds tests for uncloneable Error and Exception classes
#6388 commented on
May 31, 2025 • 0 new comments -
Update warning messages about undefined variables
#8912 commented on
May 31, 2025 • 0 new comments -
Fix tests with non-GNU iconv
#16840 commented on
Jun 2, 2025 • 0 new comments