-
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
21 Pull requests merged by 10 people
-
gen_stub: ZEND_ACC_NODISCARD is for PHP 8.5+
#18465 merged
May 4, 2025 -
ext/intl: use RETURN_NEW_STR for intl_get*id_windows_id().
#18501 merged
May 4, 2025 -
Cleanup php_posix_group_to_array()
#18497 merged
May 4, 2025 -
Cleanup php_posix_passwd_to_array()
#18496 merged
May 4, 2025 -
Fix fuzzer support after CALL VM changes
#18491 merged
May 4, 2025 -
[skip ci] Do not interpret PHP version in bug_report.yml as markdown
#18492 merged
May 4, 2025 -
GH-18344 add Locale::addLikelySubtags/Locale::minimizeSubtags support.
#18487 merged
May 3, 2025 -
Avoid potential integer overflow
#18485 merged
May 2, 2025 -
ext/intl: Fix for the issue where strlen could potentially become negative
#18477 merged
May 2, 2025 -
Document contributor certification in CONTRIBUTING.md [skip ci]
#18356 merged
May 1, 2025 -
zlib: use zend_string_{extend,truncate} over *_realloc
#18462 merged
Apr 30, 2025 -
Fix opcode length of ZEND_DECLARE_ATTRIBUTED_CONST in JIT-IR component
#18457 merged
Apr 30, 2025 -
ext/bcmath: Improving
bcpow()
performance#18099 merged
Apr 29, 2025 -
Use reverse-unwinding goto-style error-handling in grapheme_levenshtein
#18451 merged
Apr 29, 2025 -
Optimize
match(true)
#18423 merged
Apr 29, 2025 -
[RFC] Add support for attributes on compile-time constants
#16952 merged
Apr 29, 2025 -
Fix merge error
#18453 merged
Apr 29, 2025 -
run-tests.php: Remove extra env vars in the generated .sh file
#18306 merged
Apr 29, 2025 -
Use --ignore-platform-req=php+ in community build
#18448 merged
Apr 28, 2025 -
Add grapheme_levenshtein function.
#18087 merged
Apr 28, 2025
9 Pull requests opened by 7 people
-
Zend: Change _zend_op_array.cache_size to be of type uint32_t
#18452 opened
Apr 29, 2025 -
ext/mysqli: Drop table at beginning for `mysqli_fetch_all_data_types_variation.phpt`
#18455 opened
Apr 29, 2025 -
Reapply GH-17712 with a fix for internal class constants
#18464 opened
Apr 29, 2025 -
Repeat all tests, improve JIT coverage
#18493 opened
May 4, 2025 -
Fix GH-18494: PDO OCI segfault in statement GC
#18495 opened
May 4, 2025 -
Drop name from mysqli_prop_handler
#18498 opened
May 4, 2025 -
Use specialized functions/macros to reduce code size in ext/random
#18499 opened
May 4, 2025 -
feat: allow multiline arrow functions
#18500 opened
May 4, 2025 -
ext/standard: gethostbyaddr/gethostbyname using *NEW_STR flavor.
#18502 opened
May 4, 2025
18 Issues closed by 7 people
-
signed integer overflow ext/standard/array.c
#18480 closed
May 4, 2025 -
str_starts_with slower than userland
#18474 closed
May 3, 2025 -
Unexpected nan value ext/date/php_date.c
#18481 closed
May 3, 2025 -
[intl] Add support for adding and removing likely subtags for a locale, as defined in UTS#35
#18344 closed
May 3, 2025 -
hello, start installing all php extensions without having conflicts?
#18488 closed
May 3, 2025 -
Authorization header added after using curl_setopt to set CURLOPT_USERPWD to null
#18458 closed
May 2, 2025 -
libxml2-2.14.0 will change behaviour of DOMProcessingInstruction
#18486 closed
May 2, 2025 -
Assertion failure Zend/zend_hash.c
#18482 closed
May 2, 2025 -
Prefer C23 `memset_explicit()` over `explicit_bzero()`
#18473 closed
Apr 30, 2025 -
Merge `T2 = BOOL T1` and `T3 = IS_IDENTICAL T2 bool(true)` into `T3 = BOOL T1`
#18411 closed
Apr 29, 2025 -
Assertion failure Zend/zend_vm_execute.h JIT
#18262 closed
Apr 29, 2025 -
setcookie should overwrite cookie header with same info
#18169 closed
Apr 29, 2025 -
PHP 8.4: dynamic dispatch problem with traits and inheritance
#18174 closed
Apr 29, 2025 -
Multiple stability and compatibility issues JIT and file caching and preloading.
#18300 closed
Apr 29, 2025 -
Fix PHP error handling muscling in on database error reports
#18450 closed
Apr 28, 2025 -
Windows SHM reattachment fails when increasing memory_consumption or jit_buffer_size
#18417 closed
Apr 28, 2025 -
SEGV testEncodingFromUTF16ConversionTable
#18447 closed
Apr 28, 2025 -
Spam
#18449 closed
Apr 28, 2025
8 Issues opened by 8 people
-
PDO OCI segfault in statement GC
#18494 opened
May 4, 2025 -
Shorter way to write a Spread Operator in a array for null value
#18479 opened
May 1, 2025 -
openssl_pkey_export() Fails Under OpenSSL 3.x FIPS Mode (due to legacy PEM encryption APIs)
#18468 opened
Apr 30, 2025 -
Oniguruma maintenance was ended 2025-04-24
#18467 opened
Apr 30, 2025 -
Parameter-Only Attributes on Promoted Properties Throws an Exception on Reflection
#18466 opened
Apr 29, 2025 -
Recursion protection for deprecation constants not released on bailout
#18463 opened
Apr 29, 2025 -
#[\SensitiveParameter] should be inherited if unmodified param is used?
#18461 opened
Apr 29, 2025 -
More advanced socket extension usage for Windows
#18456 opened
Apr 29, 2025
25 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.
-
Added `zend_simd.h`
#18413 commented on
May 2, 2025 • 5 new comments -
ext/gmp: Add GMP ECC test
#18363 commented on
May 1, 2025 • 4 new comments -
Improve performance of instantiating exceptions/errors
#18442 commented on
Apr 29, 2025 • 3 new comments -
JIT: Snapshotted poly_func / poly_this may be spilled
#18408 commented on
Apr 29, 2025 • 2 new comments -
Optimization for htmlspecialchars function
#18126 commented on
May 4, 2025 • 2 new comments -
Socket ether linux step2
#17926 commented on
May 3, 2025 • 1 new comment -
Improve internal function argument parsing performance by reducing code bloat
#18436 commented on
May 4, 2025 • 0 new comments -
Provide script to TSSA build in tracing JIT
#18353 commented on
Apr 30, 2025 • 0 new comments -
[PoC] Associated types
#18260 commented on
Apr 28, 2025 • 0 new comments -
[RFC?] Add curl websocket bindings
#18249 commented on
Apr 29, 2025 • 0 new comments -
Fix leak+crash with sapi_windows_set_ctrl_handler()
#18231 commented on
May 4, 2025 • 0 new comments -
[PoC] Implement some internal functions in plain PHP
#18204 commented on
Apr 30, 2025 • 0 new comments -
opcache_is_script_cached_in_file_cache(string $filename)
#16979 commented on
Apr 30, 2025 • 0 new comments -
Add --enable-rtld-deepbind configure flag, disable it by default except for apache
#16779 commented on
Apr 28, 2025 • 0 new comments -
[RFC] Add RFC 3986 and WHATWG compliant URL parsing support
#14461 commented on
May 3, 2025 • 0 new comments -
Make FFI callbacks thread safe
#12823 commented on
Apr 30, 2025 • 0 new comments -
Multiple JIT test improvements
#12406 commented on
May 4, 2025 • 0 new comments -
Closure::bindTo Throwable instead of warning when passing object other class
#11271 commented on
May 4, 2025 • 0 new comments -
PHP checks the filesystem for file existing even if available in opcache and all opcache validations are disabled
#13989 commented on
May 2, 2025 • 0 new comments -
Failed tests, afer compiling PHP 8.3.3 on Alpine Linux 3.19.0
#13696 commented on
May 1, 2025 • 0 new comments -
Improve strict_types uptake by (optionally) ignoring if called from call_user_func,...
#18445 commented on
May 1, 2025 • 0 new comments -
Debugging config problems with `php --ini` "hides" trailing whitespace
#18390 commented on
Apr 30, 2025 • 0 new comments -
var_dump() $return like print_r to allow using it in ob_start() callbacks without fatal
#18340 commented on
Apr 30, 2025 • 0 new comments -
Fibers causing segfaults on ppc64le
#18361 commented on
Apr 29, 2025 • 0 new comments -
Destructors not invoked after a fatal error
#18418 commented on
Apr 29, 2025 • 0 new comments