-
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
21 Pull requests merged by 9 people
-
Arginfo: reuse zend_string objects for initializing attribute values
#19241 merged
Jul 28, 2025 -
ext/sockets: using accept4 wheneever possible for php_accept_connect …
#19268 merged
Jul 27, 2025 -
ext/intl: Split error tests out and stop relying on ut_common() testing
#19266 merged
Jul 27, 2025 -
ext/sockets: cmsg data array elements using uint32_t type instead.
#19254 merged
Jul 27, 2025 -
gen_stub: various simplifications and clean up (5)
#18665 merged
Jul 25, 2025 -
opcache: Disallow changing
opcache.memory_consumptionwhen SHM is set up#19146 merged
Jul 25, 2025 -
ext/reflection: voidify
format_default_value()#19234 merged
Jul 25, 2025 -
Removed unused var exec_time and fetch_time in accelerator_get_scripts
#19235 merged
Jul 25, 2025 -
Add macos 15 to push GH action
#18514 merged
Jul 24, 2025 -
ext/intl: GregorianCalendar using C++ upcasting operator.
#19216 merged
Jul 23, 2025 -
Fix unterminated string GCC warnings in mbstring
#19192 merged
Jul 23, 2025 -
Add
ReflectionProperty::getMangledName()#18980 merged
Jul 22, 2025 -
UPGRADING: clean up a few entries [skip ci]
#19204 merged
Jul 22, 2025 -
Fix GH-19044: Protected properties are not scoped according to their prototype
#19046 merged
Jul 22, 2025 -
ext/intl: c++ memory management application to timezone class internals.
#19184 merged
Jul 22, 2025 -
Small optimizations to array_chunk
#19190 merged
Jul 21, 2025 -
Arginfo: avoid using temporary zvals for initializing attribute values
#19141 merged
Jul 21, 2025 -
Make specialization of x64 zend_safe_address() for nmemb==1
#19203 merged
Jul 21, 2025 -
Fix GH-19197: session build fails on system with memcpy as macro.
#19198 merged
Jul 21, 2025 -
[ci skip] Remove obsolete todo
#19195 merged
Jul 21, 2025 -
main: Add
PHP_BUILD_PROVIDERuserland constant#19157 merged
Jul 21, 2025
26 Pull requests opened by 14 people
-
Refactor basic time usages
#19202 opened
Jul 21, 2025 -
Remove dynamic defs from property hooks after preload
#19206 opened
Jul 21, 2025 -
Add missing hooks JIT restart code
#19207 opened
Jul 21, 2025 -
reset global pointers to prevent use-after-free in `zend_jit_status()`
#19212 opened
Jul 22, 2025 -
PDO - Added PDO::disconnect and PDO::isConnected and refactored free object
#19214 opened
Jul 22, 2025 -
Deprecate terminating case statements with a semicolon
#19215 opened
Jul 22, 2025 -
ext/standard: handle html entities empty string before processing
#19220 opened
Jul 23, 2025 -
zend_hrtime: Check posix clock once and prefer CLOCK_MONOTONIC_RAW
#19221 opened
Jul 23, 2025 -
ext/intl: GregorianCalendar addressing TODO.
#19225 opened
Jul 23, 2025 -
ext/intl: convert C part to C++ step 1.
#19231 opened
Jul 24, 2025 -
WIP - Intl: Add a new IntlNumberRangeFormatter class
#19232 opened
Jul 24, 2025 -
ext/standard: drop old smart_string headers
#19233 opened
Jul 25, 2025 -
Integrate OpenSSL libctx to pwhash
#19236 opened
Jul 25, 2025 -
Fix GH-19188: Add support for new INI `mail.cr_lf_mode`
#19238 opened
Jul 25, 2025 -
Removed ZEND_SIZE_MAX as SIZE_MAX is available on windows already
#19244 opened
Jul 26, 2025 -
Fix GH-19245: Success error message on TLS stream accept failure
#19246 opened
Jul 26, 2025 -
Allow lazy ghosts to remain partially uninitialized
#19247 opened
Jul 26, 2025 -
Fix GH-19248: Use strerror_r instead of strerror in main
#19251 opened
Jul 26, 2025 -
Fix GH-13220: stream_socket_accept() timeout sometimes does not work
#19252 opened
Jul 26, 2025 -
Use consistent type for h on call zend_hash_index_*
#19255 opened
Jul 26, 2025 -
[TEMP][DRAFT] Re-bundle oniguruma
#19258 opened
Jul 27, 2025 -
LDAP: Test TLS_PROTOCOL_MAX
#19263 opened
Jul 27, 2025 -
Add support for manually runnung the real-time benchmark on PRs
#19265 opened
Jul 27, 2025 -
Implement GH-19249: http context - allow content to be a stream/resource
#19267 opened
Jul 27, 2025 -
UPGRADING.INTERNALS: document ZEND_DECLARE_ATTRIBUTED_CONST
#19270 opened
Jul 28, 2025 -
gen_stub: Update PHP-Parser to 5.6.0
#19271 opened
Jul 28, 2025
20 Issues closed by 10 people
-
No funciona elseif en php8.2 y debian.
#19269 closed
Jul 27, 2025 -
Invalid conftest for rl_pending_input when compiling with -flto(=thin) | ext/readline/config.m4, PHP <= 8.3
#19250 closed
Jul 27, 2025 -
ext/intl: Memory leaks when `MessageFormatter::parseMessage()` fails
#19261 closed
Jul 27, 2025 -
OPcache bypasses the user-defined error handler for deprecations
#17422 closed
Jul 27, 2025 -
array_walk with printf callback bypasses TypeError for non-string format
#19257 closed
Jul 27, 2025 -
BUG : Compiling opcache extensions statically into ZTS PHP , JIT bug
#15074 closed
Jul 26, 2025 -
Bug with openssl_private_decrypt when using RSA-OAEP with SHA-256 from JS
#19076 closed
Jul 25, 2025 -
Segfault when spawning new thread in soap extension
#19226 closed
Jul 24, 2025 -
newLazyProxy($closure) throws error on $closure result null, but can't capture it.
#19224 closed
Jul 24, 2025 -
Implicitly nullable parameters are deprecated
#19078 closed
Jul 24, 2025 -
array_diff_assoc BUG
#19217 closed
Jul 23, 2025 -
Comment out HTML and PHP together
#18244 closed
Jul 23, 2025 -
Feature request; Primary constructors
#18287 closed
Jul 23, 2025 -
Introduce ReflectionProperty::getMangledName()
#18605 closed
Jul 22, 2025 -
Argument unpacking (spread operator) doesn't normalise keys from an iterator
#18581 closed
Jul 22, 2025 -
Protected properties are not scoped according to their prototype
#19044 closed
Jul 22, 2025 -
PHP 8.4: `PropertyReflector::getSettableType` includes "?" in nullable identifier names.
#19187 closed
Jul 22, 2025 -
Named anonymous functions
#18163 closed
Jul 21, 2025 -
Property switching from virtual and to backed duplicates the property when the grandchild has a set hook
#19053 closed
Jul 21, 2025 -
php-8.5.0alpha2 build failure in ext/session/session.c
#19197 closed
Jul 21, 2025
14 Issues opened by 10 people
-
LDAP: Test for inheriting of TLS int options is failing in CI
#19260 opened
Jul 27, 2025 -
`-v` should include architecture and OS
#19256 opened
Jul 26, 2025 -
Resource ID space overflow: Better approach to incremental resource id assignment
#19253 opened
Jul 26, 2025 -
http context - allow content to be a stream/resource
#19249 opened
Jul 26, 2025 -
Use strerror_r instead of strerror in stream and networking code
#19248 opened
Jul 26, 2025 -
Success error message on TLS stream accept failure
#19245 opened
Jul 26, 2025 -
Parameter Array in sqlite3 world to achieve one-liner sql-injection safety
#19237 opened
Jul 25, 2025 -
Clarification on refcounting behavior of object handlers/get_gc
#19230 opened
Jul 24, 2025 -
Inconsistent behavior when both properties and get_properties are set
#19229 opened
Jul 24, 2025 -
make test failed on Ubuntu 24.04: Bug #66338 opcache
#19227 opened
Jul 23, 2025 -
php hangs when auth_socket is set for the user
#19222 opened
Jul 23, 2025 -
[zend_]hrtime() returns constant value if unavailable or on error
#19210 opened
Jul 22, 2025 -
PCRE JIT allocation error when compiling PHP <= 8.0 on macOS 15 (Apple Silicon M4)
#19209 opened
Jul 22, 2025 -
Not checked realloc and malloc result can result in unclean crash
#19200 opened
Jul 21, 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 internal URI handling API
#19073 commented on
Jul 23, 2025 • 40 new comments -
Add ASAN support to the zend allocator
#18858 commented on
Jul 25, 2025 • 30 new comments -
[RFC] Extend #[\Override] to target properties
#19061 commented on
Jul 27, 2025 • 8 new comments -
ext/bcmath: Performance improvement `bcsqrt()`
#18771 commented on
Jul 23, 2025 • 6 new comments -
Tail call VM [2]
#18720 commented on
Jul 27, 2025 • 3 new comments -
Add `SAPI_HEADER_DELETE_PREFIX`, make ext/session use it
#18678 commented on
Jul 21, 2025 • 2 new comments -
Refresh zend mm shadow key on fork
#16765 commented on
Jul 27, 2025 • 2 new comments -
Add draft support to retrieve Exif from HEIF file
#13443 commented on
Jul 27, 2025 • 2 new comments -
ext/bcmath: optimized `divmod()` and `mod()` take 2
#18058 commented on
Jul 23, 2025 • 1 new comment -
Implement ReflectionProperty::is{Readable,Writable}()
#16209 commented on
Jul 21, 2025 • 1 new comment -
SQLite3Stmt: add an optional array parameter to execute() method, like in PDOStatement
#9814 commented on
Jul 25, 2025 • 1 new comment -
[RFC] FILTER_THROW_ON_FAILURE
#18896 commented on
Jul 21, 2025 • 1 new comment -
Fix GH-19065: Long match statement can segfault compiler during recursive SSA renaming
#19083 commented on
Jul 23, 2025 • 1 new comment -
True async api stable
#19142 commented on
Jul 27, 2025 • 1 new comment -
Add `#[\DelayedTargetValidation]` attribute
#18817 commented on
Jul 25, 2025 • 0 new comments -
Fix release process feature freeze info
#19148 commented on
Jul 22, 2025 • 0 new comments -
GH-19153: Validate `#[\Attribute]` targets
#19154 commented on
Jul 25, 2025 • 0 new comments -
Fix FETCH_OBJ_UNSET IS_UNDEF result
#19160 commented on
Jul 22, 2025 • 0 new comments -
Skip bailout for unwind and graceful exception from zend_throw_exception_internal()
#19168 commented on
Jul 22, 2025 • 0 new comments -
mysqlnd MariaDB ed25519 authentication plugin
#19176 commented on
Jul 22, 2025 • 0 new comments -
ext/intl: W.I.P.: Refactor error handling
#19196 commented on
Jul 27, 2025 • 0 new comments -
Fix #16929: curl_getinfo($ch, CURLINFO_CONTENT_TYPE) returns false when Content-Type header is not set
#16997 commented on
Jul 26, 2025 • 0 new comments -
[RFC] Add RFC 3986 and WHATWG compliant URL parsing support
#14461 commented on
Jul 21, 2025 • 0 new comments -
fix for GH-8157, activate sapi module before POST handling to allow to apply user.ini
#8955 commented on
Jul 22, 2025 • 0 new comments -
Long match statement can segfault compiler during recursive SSA renaming
#19065 commented on
Jul 27, 2025 • 0 new comments -
stream_socket_accept() timeout sometimes doesn't work?
#13220 commented on
Jul 26, 2025 • 0 new comments -
Problem with enabling crypto on stream socket connection
#9261 commented on
Jul 26, 2025 • 0 new comments -
post_max_size evaluates .user.ini too late in php-fpm?
#8157 commented on
Jul 25, 2025 • 0 new comments -
Mail: introduce new INI for line ending control
#19188 commented on
Jul 25, 2025 • 0 new comments -
PHP-FPM segfault in OPcache with PHP 8.4.10
#19125 commented on
Jul 25, 2025 • 0 new comments -
cURL - Send 2+ files using the same parameter name ("file[]")
#15859 commented on
Jul 25, 2025 • 0 new comments -
opendir() sporadic failure on Docker-mounted filesystem
#19010 commented on
Jul 24, 2025 • 0 new comments -
zend_ast_tree_copy cannot copy closure with a default argument in zend_ast_process hook
#19155 commented on
Jul 24, 2025 • 0 new comments -
Oniguruma maintenance was ended 2025-04-24
#18467 commented on
Jul 24, 2025 • 0 new comments -
php_value[xxx] in php-fpm pool - first declaration wins
#8398 commented on
Jul 22, 2025 • 0 new comments -
Avoid libxml2's xmlNodeSetContent
#19189 commented on
Jul 21, 2025 • 0 new comments -
http_response_code() does not override the status code generated by header()
#18582 commented on
Jul 21, 2025 • 0 new comments