-
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
28 Pull requests merged by 11 people
-
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 -
Remove references to ODBCVER and assume ODBC 3.x
#19453 merged
Aug 12, 2025 -
Remove dead error checks for php_stream_filter_alloc()
#19194 merged
Aug 12, 2025 -
[RFC] Extend #[\Override] to target properties
#19061 merged
Aug 12, 2025 -
[RFC] Deprecate ReflectionProperty::getDefaultValue() without default
#19457 merged
Aug 12, 2025 -
[RFC] Deprecate ReflectionClass::getConstant() for missing constants
#19456 merged
Aug 12, 2025 -
[RFC] Deprecate imagedestroy()
#19454 merged
Aug 12, 2025 -
[RFC] Deprecate curl_share_close()
#19452 merged
Aug 12, 2025 -
[RFC] Deprecate curl_close()
#19451 merged
Aug 12, 2025 -
[RFC] Deprecate xml_parser_free()
#19449 merged
Aug 12, 2025 -
RFC: Deprecate date constant RFC7231
#12989 merged
Aug 12, 2025 -
Various return types and values consolidation
#19418 merged
Aug 12, 2025 -
[RFC] Deprecate returning null from __debugInfo()
#19455 merged
Aug 12, 2025 -
zend_compile: Deprecate backticks as an alias for
shell_exec()
#19443 merged
Aug 12, 2025 -
Emit EXT_STMT after each pipe stage, and attach the TMP var that holds the intermediary result
#19377 merged
Aug 12, 2025
23 Pull requests opened by 15 people
-
Fix GH-19461: Improve error message on listening error with IPv6
#19462 opened
Aug 12, 2025 -
ext/standard: Deprecate $http_response_header
#19464 opened
Aug 12, 2025 -
Use attribute validator for assigning flags
#19465 opened
Aug 12, 2025 -
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 -
Fit JIT variable not stored before YIELD
#19515 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
17 Issues closed by 12 people
-
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 -
Success error message on TLS stream accept failure
#19245 closed
Aug 12, 2025 -
missing isset() on private(set) property (backing a get hook)
#18318 closed
Aug 12, 2025 -
0&&ZEND_DEBUG
#19460 closed
Aug 12, 2025
12 Issues opened by 12 people
-
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 -
8.4.11: JIT issue with Generator
#19493 opened
Aug 15, 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 -
[Tracking] Pending PHP 8.5 deprecations
#19468 opened
Aug 13, 2025 -
Trait property conflicts silently drop attributes
#19466 opened
Aug 12, 2025 -
Built-in server misinterprets IPv6 address with port notation
#19461 opened
Aug 12, 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 18, 2025 • 39 new comments -
[RFC] Add `#[\DelayedTargetValidation]` attribute
#18817 commented on
Aug 17, 2025 • 34 new comments -
Fix GH-14402: Add support for serialization in SplPriorityQueue, SplMinHeap and SplMaxHeap
#19447 commented on
Aug 12, 2025 • 21 new comments -
Fix GH-15796: Add the `exit_status()` function
#19445 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 -
Add draft support to retrieve Exif from HEIF file
#13443 commented on
Aug 16, 2025 • 8 new comments -
Add internal URI handling API
#19073 commented on
Aug 18, 2025 • 6 new comments -
[RFC] Add a locale for grapheme case-insensitive functions
#18792 commented on
Aug 13, 2025 • 4 new comments -
Move tests to their respective directories
#19340 commented on
Aug 18, 2025 • 3 new comments -
Add unit test setup with php_network_connect_socket test
#16987 commented on
Aug 16, 2025 • 3 new comments -
ext/phar: assert function are not passed NULL pointers
#19356 commented on
Aug 17, 2025 • 2 new comments -
Intl: Add a new IntlNumberRangeFormatter class
#19232 commented on
Aug 17, 2025 • 2 new comments -
ext/standard: Deprecate passing string which are not one byte long to ord()
#19440 commented on
Aug 15, 2025 • 1 new comment -
Zend: Deprecate __sleep() and __wakeup()
#19435 commented on
Aug 14, 2025 • 1 new comment -
Add some comments to zend_gc.c
#19412 commented on
Aug 12, 2025 • 1 new comment -
Write up NEWS rules
#19387 commented on
Aug 12, 2025 • 1 new comment -
Poison VM stack
#19334 commented on
Aug 14, 2025 • 1 new comment -
Final or Readonly Local Variables
#19416 commented on
Aug 12, 2025 • 0 new comments -
Inconsistent behavior when both properties and get_properties are set
#19229 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 -
Zend: Warn when destructuring non-array values
#19439 commented on
Aug 12, 2025 • 0 new comments -
[RFC] Add clamp function
#19434 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 -
PHP 8+ @ suppressed errors cannot be distinguished anymore in many cases
#18950 commented on
Aug 13, 2025 • 0 new comments -
Fix opcache.huge_code_pages
#19388 commented on
Aug 18, 2025 • 0 new comments -
Enact follow-up phase of the "Path to Saner Increment/Decrement operators" RFC
#19374 commented on
Aug 12, 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 -
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 -
Fix GH-19248: Use strerror_r instead of strerror in main
#19251 commented on
Aug 12, 2025 • 0 new comments -
ternary reference assignment should be legal
#18043 commented on
Aug 18, 2025 • 0 new comments -
Fix FETCH_OBJ_UNSET IS_UNDEF result
#19160 commented on
Aug 13, 2025 • 0 new comments -
PHP CLI performance question: 8.1 vs 8.4
#19027 commented on
Aug 18, 2025 • 0 new comments -
[RFC] Allow `#[\Deprecated]` on traits
#19045 commented on
Aug 17, 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 18, 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