-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Insights: php/php-src
Overview
Could not load contribution data
Please try again later
16 Pull requests merged by 7 people
-
Improve performance of array_find() etc
#18157 merged
Mar 27, 2025 -
[ci skip] Fix example and add NEWS merging info to release process
#18159 merged
Mar 27, 2025 -
zend_smart_string: Add
smart_string_append_printf()
#18160 merged
Mar 27, 2025 -
Zend: Fix reference counting for Closures in const-expr
#17853 merged
Mar 27, 2025 -
Reflection: optimize smart_str building
#18155 merged
Mar 26, 2025 -
NEWS/UPGRADING for GH-15956
#18154 merged
Mar 26, 2025 -
ReflectionClass: show enums differently from classes, test output
#15956 merged
Mar 26, 2025 -
ext/bcmath: In the arm processor environment, NEON is used to use SIMD.
#18130 merged
Mar 25, 2025 -
Avoid allocating temporaries on the call frame for property hook trampolines
#16287 merged
Mar 25, 2025 -
Add myself as ext/reflection maintainer [skip ci]
#18138 merged
Mar 25, 2025 -
ext/enchant: Remove useless char* casts
#18141 merged
Mar 25, 2025 -
streams: Indicate which argument fails the stream ZPP check
#18078 merged
Mar 24, 2025 -
Add myself as ext/reflection maintainer [skip ci]
#18137 merged
Mar 24, 2025 -
Add
(void)
cast#18115 merged
Mar 24, 2025 -
zend_vm_def: Use
FREE_OP1()
in ZEND_FREE handler#18131 merged
Mar 22, 2025 -
Remove unused strcasecmp definition
#17050 merged
Mar 21, 2025
12 Pull requests opened by 9 people
-
Make further OpenSSL 1.0.2 clean up
#18133 opened
Mar 22, 2025 -
ext/exif: Various minor refactorings
#18142 opened
Mar 25, 2025 -
Slightly improve performance of zend_copy_extra_args
#18146 opened
Mar 25, 2025 -
Remove PCRE2_EXTRA_ALLOW_LOOKAROUND_BSK from pcre compile options
#18150 opened
Mar 26, 2025 -
Improve performance of array_map()
#18158 opened
Mar 26, 2025 -
Use win32 glob implementation on all platforms
#18164 opened
Mar 27, 2025 -
Improve performance of user-callbacked sort functions
#18166 opened
Mar 27, 2025 -
Implement Closure::getCurrent() to retrieve current closure
#18167 opened
Mar 28, 2025 -
Add `php_build_provider()`
#18168 opened
Mar 28, 2025 -
Remove static __invoke() handling in zend_std_get_closure()
#18171 opened
Mar 28, 2025 -
Add runtime-enabled heap debugging capabilities
#18172 opened
Mar 28, 2025 -
ext/pdo_pgsql: updating copy from according to pgsql extension workflow.
#18175 opened
Mar 28, 2025
25 Issues closed by 13 people
-
Associative mode for ReflectionAttribute::getArguments
#18165 closed
Mar 27, 2025 -
Lazy proxy calls magic methods twice
#18038 closed
Mar 27, 2025 -
php8ts crashes in php_clear_stat_cache()
#18145 closed
Mar 27, 2025 -
Corrupted zend_mm_heap when using a closure in attribute
#17851 closed
Mar 27, 2025 -
stack-overflow in the master branch, zend_execute.c:1825
#18022 closed
Mar 26, 2025 -
Infinite recursion through deprecated class constants self-referencing through deprecation message
#17711 closed
Mar 26, 2025 -
Make benchmark comparison search for last benchmarked commit
#18094 closed
Mar 26, 2025 -
`ReflectionClass::toString()` should have better output for enums
#15766 closed
Mar 26, 2025 -
DOMDocument::loadHTML fails with "Memory allocation failed" on self-closing elements
#18151 closed
Mar 26, 2025 -
Argument description attribute would be nice
#18153 closed
Mar 26, 2025 -
pg_copy_from no longer accepts linefeed
#18148 closed
Mar 26, 2025 -
FPM with httpd ProxyPass does not decode script path
#17645 closed
Mar 25, 2025 -
Rally for PHP-FPM
#18140 closed
Mar 25, 2025 -
proc_open mixed up stderr and stdout when using pty for pipe
#17983 closed
Mar 25, 2025 -
Datetime(CreateFromTimestamp/CreateFromFromat(U)) - no timezone
#18143 closed
Mar 25, 2025 -
API Breakage: php_base64_encode No Longer Exported in php8ts.dll
#18135 closed
Mar 24, 2025 -
Error on ipv6 on make test
#18111 closed
Mar 23, 2025 -
Confusing error message "expecting amp"
#18026 closed
Mar 23, 2025 -
mb_{detect/convert}_encoding. Again. Or maybe `pdo`?
#17931 closed
Mar 23, 2025 -
Shorthand string backend enums
#18132 closed
Mar 22, 2025 -
PHP Development Server considers a query with an emoji a 'Malformed HTTP request'
#18129 closed
Mar 22, 2025 -
opcache.jit=1211 in php.ini causes apache to crash
#9105 closed
Mar 21, 2025
11 Issues opened by 11 people
-
PHP 8.4: dynamic dispatch problem with traits and inheritance
#18174 opened
Mar 28, 2025 -
ext/hash relies on implementation-defined malloc alignment
#18173 opened
Mar 28, 2025 -
NumberFormatter::__construct limits usage by throwing an error
#18170 opened
Mar 28, 2025 -
setcookie should overwrite cookie header with same info
#18169 opened
Mar 28, 2025 -
Named anonymous functions
#18163 opened
Mar 27, 2025 -
exif_read_data does not support PNG metadata despite PNG supporting chunks
#18162 opened
Mar 27, 2025 -
in return type class with __invoke method is not a callable
#18161 opened
Mar 27, 2025 -
php 8.4.5 crashed when opcache is enable - segfault
#18147 opened
Mar 26, 2025 -
Memory Leak
#18139 opened
Mar 24, 2025 -
Bug: opcache JIT optimization >=2 [Windows cli]
#18136 opened
Mar 24, 2025 -
SEGV zend_jit_trace_copy_ssa_var_range
#18134 opened
Mar 24, 2025
57 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.
-
Optimization for htmlspecialchars function
#18126 commented on
Mar 26, 2025 • 20 new comments -
RFC: Marking return values as important (#[\NoDiscard])
#17599 commented on
Mar 27, 2025 • 4 new comments -
[wip] Pass opline as argument to opcode handlers in CALL VM
#17952 commented on
Mar 27, 2025 • 4 new comments -
Fix GH-#18051 (DateTimeZone->getTransitions can return first transition twice)
#18054 commented on
Mar 28, 2025 • 3 new comments -
Docs: add a page about zend_attribute
#18122 commented on
Mar 25, 2025 • 3 new comments -
ext/gd: calls with array types check strengthening.
#18005 commented on
Mar 22, 2025 • 1 new comment -
Avoid useless string releases in arginfo.h files
#17344 commented on
Mar 28, 2025 • 1 new comment -
`DateInterval` no longer respects start/end class types
#18057 commented on
Mar 21, 2025 • 0 new comments -
Drivers can provide `PDO_ODBC` incorrectly converted data for long columns with stateful encodings
#10733 commented on
Mar 28, 2025 • 0 new comments -
3 fiber tests fails on ppc64le Alpinelinux
#10512 commented on
Mar 28, 2025 • 0 new comments -
`object_properties_load` allows `__unserialize` to set wrong property type in GMP, SplFixedArray, etc.
#9708 commented on
Mar 28, 2025 • 0 new comments -
`object_properties_load` crashes in debug mode when unserializing references to typed properties in php 8.1+
#9707 commented on
Mar 28, 2025 • 0 new comments -
`opcache` should not be honored by `--EXTENSIONS--` section when run in CI
#8738 commented on
Mar 28, 2025 • 0 new comments -
SEGV zend_inference_propagate_range
#17990 commented on
Mar 28, 2025 • 0 new comments -
[RFC] Add RFC 3986 and WHATWG compliant URL parsing support
#14461 commented on
Mar 28, 2025 • 0 new comments -
Bind traits before parent class
#15878 commented on
Mar 27, 2025 • 0 new comments -
Add Yescrypt support to crypt() and password API
#16452 commented on
Mar 25, 2025 • 0 new comments -
Implement frameless static calls
#16471 commented on
Mar 26, 2025 • 0 new comments -
[RFC] Implement asymmetric visibility for static properties
#16486 commented on
Mar 26, 2025 • 0 new comments -
[RFC] Add support for attributes on compile-time constants
#16952 commented on
Mar 27, 2025 • 0 new comments -
reflection: try to avoid manual string comparison
#17726 commented on
Mar 27, 2025 • 0 new comments -
[RFC] Final Property Promotion
#17861 commented on
Mar 24, 2025 • 0 new comments -
Fix #17776 LDAP_OPT_X_TLS_REQUIRE_CERT can't be overridden
#17940 commented on
Mar 23, 2025 • 0 new comments -
ext/bcmath: Improving `bcpow()` performance
#18099 commented on
Mar 23, 2025 • 0 new comments -
Fix stubs of DateTimeZone->getTransitions
#17992 commented on
Mar 28, 2025 • 0 new comments -
ext/gd: imagecrop rect argument overflow fixes.
#18006 commented on
Mar 22, 2025 • 0 new comments -
ext/date: Various minor refactorings
#18044 commented on
Mar 28, 2025 • 0 new comments -
Optimize PHP html_entity_decode function
#18092 commented on
Mar 28, 2025 • 0 new comments -
ext/libxml: Fixed custom external entity loader returning an invalid resource leading to a confusing TypeError message
#18096 commented on
Mar 22, 2025 • 0 new comments -
Deprecate semicolons after case in switch statement
#15258 commented on
Mar 22, 2025 • 0 new comments -
initializer-string for array of ... warnings
#17687 commented on
Mar 23, 2025 • 0 new comments -
Wrong line & file on error trace
#18105 commented on
Mar 24, 2025 • 0 new comments -
Reflection: have some indication of property hooks in `_property_string()`
#17927 commented on
Mar 25, 2025 • 0 new comments -
ReflectionProperty inconsistently checks the instance type
#17730 commented on
Mar 25, 2025 • 0 new comments -
ReflectionProperty::isPrivateSet() not working as expected
#16175 commented on
Mar 25, 2025 • 0 new comments -
Expand/improve docs (https://php.github.io/php-src/)
#15954 commented on
Mar 25, 2025 • 0 new comments -
grapheme_extract() returns false instead of empty string when the offset is equal to the length of the haystack
#18031 commented on
Mar 25, 2025 • 0 new comments -
FILTER_THROW_ON_FAILURE flag?
#16710 commented on
Mar 25, 2025 • 0 new comments -
gen_stub.php: consider dropping support for older PHP ABIs
#16112 commented on
Mar 25, 2025 • 0 new comments -
Fallback to using Certificate Authority from Windows Certificate Store
#13601 commented on
Mar 25, 2025 • 0 new comments -
Failing Psalm unit tests on windows with function JIT
#18024 commented on
Mar 27, 2025 • 0 new comments -
Transfer closed for httpd parent and subrequest double bailout
#17509 commented on
Mar 27, 2025 • 0 new comments -
mysqlnd depends on openssl when build shared
#18003 commented on
Mar 27, 2025 • 0 new comments -
Strange behavior of `ReflectionClass::getProperty` with trait and inheritance
#15753 commented on
Mar 28, 2025 • 0 new comments -
Since PHP 8, the date_sun_info() function returns inaccurate sunrise and sunset times, but other calculated times are correct
#18076 commented on
Mar 28, 2025 • 0 new comments -
Infinite waiting for CURLOPT_WRITEFUNCTION in case of no response
#13711 commented on
Mar 28, 2025 • 0 new comments -
OPcache bypasses the user-defined error handler for deprecations
#17422 commented on
Mar 28, 2025 • 0 new comments -
Stubs: internally modifyable properties are not @readonly
#15553 commented on
Mar 28, 2025 • 0 new comments -
Opcache prevents file from being added to realpath cache?
#15030 commented on
Mar 28, 2025 • 0 new comments -
Indicate expected improvement in BcMath's performance
#14675 commented on
Mar 28, 2025 • 0 new comments -
Method call may leak if releasing EG(This) triggers GC
#13687 commented on
Mar 28, 2025 • 0 new comments -
Ref counting based object release is not applied if cycle is broken in destructor during GC run
#13683 commented on
Mar 28, 2025 • 0 new comments -
DateTime setISODate() results in wrong timestamp?
#13267 commented on
Mar 28, 2025 • 0 new comments -
open_basedir not working following paths
#13226 commented on
Mar 28, 2025 • 0 new comments -
8.3 - cannot set finality and visibility for method from trait at the same time
#12855 commented on
Mar 28, 2025 • 0 new comments -
Null normalizes to 'f' when PDO::ATTR_EMULATE_PREPARES = true
#12581 commented on
Mar 28, 2025 • 0 new comments -
Default extension location for Windows relative to php.exe
#11596 commented on
Mar 28, 2025 • 0 new comments