-
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
15 Pull requests merged by 7 people
-
[RFC] Add
#[\DelayedTargetValidation]
attribute#18817 merged
Aug 20, 2025 -
Add internal URI handling API
#19073 merged
Aug 19, 2025 -
zend_memrchr using standard preprocessor id for x86 instead.
#19491 merged
Aug 18, 2025 -
Remove
report_memleaks
entry from php.ini-*#19502 merged
Aug 16, 2025 -
Deprecate constant redeclaration
#19474 merged
Aug 16, 2025 -
ci: enable _GLIBCXX_ASSERTIONS c++ flags on debug builds.
#19497 merged
Aug 16, 2025 -
gen_stub: Update to PHP-Parser 5.6.1
#19495 merged
Aug 16, 2025 -
Deprecate disabling
report_memleaks
INI directive#19481 merged
Aug 16, 2025 -
UPGRADING: Document NoDiscard new class [skip ci]
#19492 merged
Aug 15, 2025 -
Use
size_t
to store heaps count#19482 merged
Aug 15, 2025 -
ext/standard: Deprecate passing integers outside the interval [0, 255] to chr()
#19441 merged
Aug 14, 2025 -
Fix GH-19476: pipe operator fails to correctly handle returning by reference
#19478 merged
Aug 14, 2025 -
ext/spl: Deprecate ArrayObject and ArrayIterator with objects
#19420 merged
Aug 14, 2025 -
Add an enum for HASH_KEY_IS_* constants
#19376 merged
Aug 13, 2025 -
Eliminate useless spill stores
#19467 merged
Aug 13, 2025
21 Pull requests opened by 15 people
-
Use the default OpenSSL version for MacOS to match libs
#19472 opened
Aug 13, 2025 -
main: Change the `register_argc_argv` INI default to `Off`
#19473 opened
Aug 13, 2025 -
README: Fix non-existent `iconv` in macOS instruction
#19475 opened
Aug 14, 2025 -
Zend: Convert certain fields to uint32_t
#19479 opened
Aug 14, 2025 -
Fix GH-19480: error_log php.ini cannot be unset when open_basedir is configured
#19487 opened
Aug 15, 2025 -
Fix uaf for nested finally with repeated return type check
#19488 opened
Aug 15, 2025 -
Adding split as an alias for explode
#19490 opened
Aug 15, 2025 -
zend: optimisation for zend_page_size for macos.
#19494 opened
Aug 15, 2025 -
Use color scheme styling for error pages of (builtin) webserver
#19496 opened
Aug 16, 2025 -
php.ini templates: Group dynamic extension related settings
#19501 opened
Aug 16, 2025 -
Fix UTF-8 handling in php_url_parse_ex2
#19506 opened
Aug 17, 2025 -
Fix GH-19021: improve tidyOptGetCategory detection.
#19508 opened
Aug 17, 2025 -
Deprecate closure binding issues
#19510 opened
Aug 18, 2025 -
Deprecate using null as an array offset and when calling `array_key_exists()`
#19511 opened
Aug 18, 2025 -
Remove mentions of PHP 9.0
#19512 opened
Aug 18, 2025 -
Implement trait property attribute compatibility checks
#19516 opened
Aug 18, 2025 -
ci: update codecov-action to v5
#19517 opened
Aug 18, 2025 -
ci: remove macos13 from night job
#19518 opened
Aug 18, 2025 -
Test PECL igbinary ext in nightly
#19519 opened
Aug 18, 2025 -
Only display `report_memleaks` deprecation message in debug builds
#19521 opened
Aug 19, 2025 -
Deprecate driver specific PDO constants
#19526 opened
Aug 20, 2025
15 Issues closed by 10 people
-
8.4.11: JIT issue with Generator
#19493 closed
Aug 19, 2025 -
Testing only, please ignore
#19514 closed
Aug 18, 2025 -
`igbinary` cannot compile on master
#19513 closed
Aug 18, 2025 -
Compiling php 8.4.10 with --with-tidy flag failed
#19021 closed
Aug 16, 2025 -
Redeclaring protected properties on children creates a liskov violation
#19406 closed
Aug 15, 2025 -
various header files in ext/standard/*.h missing in 8.5
#19483 closed
Aug 15, 2025 -
pgsql: potential use after free when using persistent connections
#19484 closed
Aug 15, 2025 -
We need the "Partitioned" parameter to be added to setcookie() options.
#12646 closed
Aug 15, 2025 -
DOMNode::isEqualNode() [ext/dom/tests/DOMNode_isEqualNode.phpt]
#19324 closed
Aug 15, 2025 -
pipe operator (`|>`) fails to correctly handle returning by reference
#19476 closed
Aug 14, 2025 -
PHP Warning: Constant already defined when processing multiple sources with __halt_compiler()
#18850 closed
Aug 14, 2025 -
var_dump() $return like print_r to allow using it in ob_start() callbacks without fatal
#18340 closed
Aug 14, 2025 -
Test blacklist.phpt fails on Alpinelinux
#19295 closed
Aug 14, 2025 -
PHP 8.5-beta1 announces itself as 8.5.0-dev from PHP_VERSION
#19470 closed
Aug 13, 2025 -
UAF in array_splice
#16649 closed
Aug 13, 2025
13 Issues opened by 11 people
-
Inconsistent result stream with or without a function wrapper
#19525 opened
Aug 20, 2025 -
Inconsistent result invalid class with or without loop
#19524 opened
Aug 20, 2025 -
The **const** modifier needs to be added to read-only parameters of all ZendAPI and PHPAPI functions
#19523 opened
Aug 20, 2025 -
Replace `SQLExtendedFetch` with `SQLFetchScroll` in ext/odbc
#19522 opened
Aug 19, 2025 -
`php_admin_value[extension]=` in FPM pool configuration unsafely runs RINIT
#19520 opened
Aug 19, 2025 -
ignore_repeated_errors ini entry does not work
#19509 opened
Aug 18, 2025 -
PHP 8.5: Strange `token_get_all` result
#19507 opened
Aug 17, 2025 -
Abstract properties (hooks) in traits
#19504 opened
Aug 16, 2025 -
Improve user experience when extension files not found
#19499 opened
Aug 16, 2025 -
Use C23 free_sized especially with short lived data (more so in tight loops), discussion for later
#19489 opened
Aug 15, 2025 -
8.5beta1 JIT: zend_mm_heap corrupted error
#19486 opened
Aug 15, 2025 -
`error_log` php.ini cannot be unset when `open_basedir` is configured
#19480 opened
Aug 14, 2025 -
`make install` doesn't create `lib/php/extensions/debug-non-zts-20240925/` since PHP 8.5 Alpha 4
#19477 opened
Aug 14, 2025
41 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.
-
Tail call VM [2]
#18720 commented on
Aug 19, 2025 • 19 new comments -
True async api stable
#19142 commented on
Aug 20, 2025 • 9 new comments -
Add draft support to retrieve Exif from HEIF file
#13443 commented on
Aug 16, 2025 • 8 new comments -
Add method to ReflectionClass to instantiate with the same semantics as `PDOStatement::fetchObject()`
#19401 commented on
Aug 17, 2025 • 8 new comments -
Write up NEWS rules
#19387 commented on
Aug 19, 2025 • 8 new comments -
Use attribute validator for assigning flags
#19465 commented on
Aug 20, 2025 • 3 new comments -
ext/standard: Deprecate $http_response_header
#19464 commented on
Aug 17, 2025 • 3 new comments -
Add unit test setup with php_network_connect_socket test
#16987 commented on
Aug 16, 2025 • 3 new comments -
Move tests to their respective directories
#19340 commented on
Aug 18, 2025 • 3 new comments -
Intl: Add a new IntlNumberRangeFormatter class
#19232 commented on
Aug 17, 2025 • 2 new comments -
ext/phar: assert function are not passed NULL pointers
#19356 commented on
Aug 17, 2025 • 2 new comments -
Poison VM stack
#19334 commented on
Aug 14, 2025 • 1 new comment -
ext/standard: Deprecate passing string which are not one byte long to ord()
#19440 commented on
Aug 15, 2025 • 1 new comment -
Fix opcache.huge_code_pages
#19388 commented on
Aug 18, 2025 • 0 new comments -
Fix GH-19406: Redeclaring a protected constant in a child class should work
#19415 commented on
Aug 15, 2025 • 0 new comments -
[RFC] Add clamp function
#19434 commented on
Aug 18, 2025 • 0 new comments -
Zend: Deprecate __sleep() and __wakeup()
#19435 commented on
Aug 14, 2025 • 0 new comments -
Implement GH-8967: Add PDO_SQLITE_ATTR_TRANSACTION_MODE
#19317 commented on
Aug 18, 2025 • 0 new comments -
Update m4 check for libpcre2 version
#19289 commented on
Aug 17, 2025 • 0 new comments -
LDAP: Test TLS_PROTOCOL_MAX
#19263 commented on
Aug 13, 2025 • 0 new comments -
ext/pdo_pgsql: Deprecate PDO::PGSQL_TRANSACTION* constants.
#19444 commented on
Aug 14, 2025 • 0 new comments -
Fix GH-15796: Add the `exit_status()` function
#19445 commented on
Aug 16, 2025 • 0 new comments -
Inconsistent behavior when both properties and get_properties are set
#19229 commented on
Aug 13, 2025 • 0 new comments -
PHP 8+ @ suppressed errors cannot be distinguished anymore in many cases
#18950 commented on
Aug 13, 2025 • 0 new comments -
curl_setopt_ssl.phpt is intermittently failing on macOS
#12901 commented on
Aug 13, 2025 • 0 new comments -
gen_stub.php support for @cvalue DocBlock annotation for backed enum cases
#19426 commented on
Aug 16, 2025 • 0 new comments -
ternary reference assignment should be legal
#18043 commented on
Aug 18, 2025 • 0 new comments -
PHP CLI performance question: 8.1 vs 8.4
#19027 commented on
Aug 18, 2025 • 0 new comments -
Trait property conflicts silently drop attributes
#19466 commented on
Aug 18, 2025 • 0 new comments -
`stat` only provide timestamp down to second instead of nanosecond
#11946 commented on
Aug 19, 2025 • 0 new comments -
[Tracking] Pending PHP 8.5 deprecations
#19468 commented on
Aug 20, 2025 • 0 new comments -
Fixes to phar stub
#10706 commented on
Aug 16, 2025 • 0 new comments -
core: Remove disable_classes INI setting
#12043 commented on
Aug 14, 2025 • 0 new comments -
Remove warning "use statement with non-compound name '...' has no effect"
#12949 commented on
Aug 18, 2025 • 0 new comments -
Remove driver specific support from ODBC
#15727 commented on
Aug 19, 2025 • 0 new comments -
Fix getColumnMeta() for GH-15287 Pdo\Pgsql::setAttribute(PDO::ATTR_PREFETCH, 0)
#16249 commented on
Aug 17, 2025 • 0 new comments -
Tail call VM
#17849 commented on
Aug 19, 2025 • 0 new comments -
[RFC] Add a locale for grapheme case-insensitive functions
#18792 commented on
Aug 19, 2025 • 0 new comments -
[RFC] Allow `#[\Deprecated]` on traits
#19045 commented on
Aug 20, 2025 • 0 new comments -
fix: check priv_key_bits only for relevant private key types
#19103 commented on
Aug 19, 2025 • 0 new comments -
Fix FETCH_OBJ_UNSET IS_UNDEF result
#19160 commented on
Aug 13, 2025 • 0 new comments