-
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
23 Pull requests merged by 7 people
-
Sync with lexbor/lexbor@49b43eba415a0222afc10b6a61d4902286e7c79a
#19442 merged
Aug 10, 2025 -
ext/openssl: Deprecate $key_length parameter of openssl_pkey_derive()
#19421 merged
Aug 9, 2025 -
Fix non-canonical casts
#19438 merged
Aug 9, 2025 -
ext/standard: Deprecate passing null to readdir(), rewinddir(), and closedir()
#19423 merged
Aug 9, 2025 -
ext/finfo: Deprecate the parameter for finfo_buffer()
#19378 merged
Aug 9, 2025 -
ext/intl: Deprecate intl.error_level INI setting
#19430 merged
Aug 9, 2025 -
ext/int: IntlTimeZone converting few intl error to exceptions.
#13477 merged
Aug 9, 2025 -
Use proper hash_spec_result enum for return values in ext/hash
#19386 merged
Aug 9, 2025 -
ext/intl: wrap DateTimeZone constructor exception in an IntlException
#19410 merged
Aug 9, 2025 -
ext/spl: Deprecate passing spl_autoload_call() to spl_autoload_unregister()
#19422 merged
Aug 9, 2025 -
Deprecate the parameter of get_defined_functions()
#19425 merged
Aug 9, 2025 -
Autotools: Update ax_check_compile_flag.m4 to serial 11
#19127 merged
Aug 9, 2025 -
Make
spl_filesystem_dir_read()
return void#19419 merged
Aug 8, 2025 -
fileinfo: Deprecate
finfo_close()
#18396 merged
Aug 8, 2025 -
reflection: Deprecate
Reflection*::setAccessible()
#19273 merged
Aug 8, 2025 -
pdo: Deprecate the
uri:
DSN scheme#19274 merged
Aug 8, 2025 -
standard: Deprecate
socket_set_timeout()
#19285 merged
Aug 8, 2025 -
mysqli: Deprecate
mysqli_execute()
#19286 merged
Aug 8, 2025 -
Zend: Deprecate non-canonical cast names
#19372 merged
Aug 8, 2025 -
ext/intl: Refactor timezone parameter passing
#19409 merged
Aug 8, 2025 -
Use stack allocation in timezone_initialize()
#19394 merged
Aug 8, 2025 -
Fix GH-18404: Display diff when a single test is run
#19400 merged
Aug 8, 2025
13 Pull requests opened by 5 people
-
Various return types and values consolidation
#19418 opened
Aug 8, 2025 -
ext/spl: Deprecate ArrayObject and ArrayIterator with objects
#19420 opened
Aug 8, 2025 -
ext/intl: trying out ideas for GH-19362
#19429 opened
Aug 9, 2025 -
ext/intl: get_icu_value_internal() to reduce manual memory manageme…
#19433 opened
Aug 9, 2025 -
[RFC] Add clamp function
#19434 opened
Aug 9, 2025 -
Zend: Deprecate __sleep() and __wakeup()
#19435 opened
Aug 9, 2025 -
Zend: Warn when destructuring non-array values
#19439 opened
Aug 9, 2025 -
ext/standard: Deprecate passing string which are not one byte long to ord()
#19440 opened
Aug 9, 2025 -
ext/standard: Deprecate passing integers outside the interval [0, 255] to chr()
#19441 opened
Aug 9, 2025 -
zend_compile: Deprecate backticks as an alias for `shell_exec()`
#19443 opened
Aug 10, 2025 -
ext/pdo_pgsql: Deprecate PDO::PGSQL_TRANSACTION* constants.
#19444 opened
Aug 10, 2025 -
Fix GH-15796: Add the `exit_status()` function
#19445 opened
Aug 11, 2025 -
Fix GH-15496: Fix accessing NULL pointer on output handler stack
#19446 opened
Aug 11, 2025
6 Issues closed by 3 people
-
php-8.3.24: Missing type in function definition: fpm_event_kqueue_clean
#19383 closed
Aug 10, 2025 -
\Dom\HTMLDocument querySelectorAll selecting only the first when using ~ and :has
#18877 closed
Aug 10, 2025 -
8.5 | Regression in openssl_sign() - support for alias algorithms appears to be broken
#19369 closed
Aug 9, 2025 -
openssl_pkey_derive segfaults for DH derive with low key_length param
#19428 closed
Aug 9, 2025 -
mb_list_encodings() can cause crashes on shutdown
#19397 closed
Aug 8, 2025 -
run-tests.php doesn't create test results if directories are passed
#18404 closed
Aug 8, 2025
2 Issues opened by 2 people
-
Null coalesce operator behaves inconsistent with null safe operator on the left-hand side
#19427 opened
Aug 8, 2025 -
gen_stub.php support for @cvalue DocBlock annotation for backed enum cases
#19426 opened
Aug 8, 2025
27 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.
-
Write up NEWS rules
#19387 commented on
Aug 8, 2025 • 14 new comments -
Add some comments to zend_gc.c
#19412 commented on
Aug 11, 2025 • 10 new comments -
Fix GH-16649: Avoid UAF when using array_splice
#19399 commented on
Aug 11, 2025 • 7 new comments -
Intl: Add a new IntlNumberRangeFormatter class
#19232 commented on
Aug 10, 2025 • 5 new comments -
RFC: Deprecate date constant RFC7231
#12989 commented on
Aug 10, 2025 • 3 new comments -
Add internal URI handling API
#19073 commented on
Aug 10, 2025 • 3 new comments -
ext/openssl: Check that loading/writing to RANDFILE succeeds
#17758 commented on
Aug 9, 2025 • 2 new comments -
Fix GH-19065: Long match statement can segfault compiler during recursive SSA renaming
#19083 commented on
Aug 11, 2025 • 2 new comments -
ext/tidy: throwing exception instead of warning for php calls.
#19417 commented on
Aug 8, 2025 • 0 new comments -
ext/intl: migrate C code to C++ step 3.
#19411 commented on
Aug 9, 2025 • 0 new comments -
Emit EXT_STMT after each pipe stage, and attach the TMP var that holds the intermediary result
#19377 commented on
Aug 8, 2025 • 0 new comments -
Add an enum for HASH_KEY_IS_* constants
#19376 commented on
Aug 8, 2025 • 0 new comments -
Enact follow-up phase of the "Path to Saner Increment/Decrement operators" RFC
#19374 commented on
Aug 8, 2025 • 0 new comments -
Add a 1-char fastpath to `implode()`
#19276 commented on
Aug 10, 2025 • 0 new comments -
Deprecate terminating case statements with a semicolon
#19215 commented on
Aug 11, 2025 • 0 new comments -
PDO - Added PDO::disconnect and PDO::isConnected and refactored free object
#19214 commented on
Aug 9, 2025 • 0 new comments -
Remove dead error checks for php_stream_filter_alloc()
#19194 commented on
Aug 10, 2025 • 0 new comments -
ext/date: Throw exceptions directly
#19166 commented on
Aug 8, 2025 • 0 new comments -
Opcache: Introduce ABI-based versioning for file cache portability
#19123 commented on
Aug 8, 2025 • 0 new comments -
[RFC] Add a locale for grapheme case-insensitive functions
#18792 commented on
Aug 9, 2025 • 0 new comments -
Remote heap feng shui / heap spraying protection
#14304 commented on
Aug 9, 2025 • 0 new comments -
ZendMM C++ api
#19362 commented on
Aug 10, 2025 • 0 new comments -
Redeclaring protected properties on children creates a liskov violation
#19406 commented on
Aug 10, 2025 • 0 new comments -
Undefined Behavior in `date_sunrise()`
#18978 commented on
Aug 10, 2025 • 0 new comments -
ctype: test lc_ctype_inheritance.phpt fails on some macOS systems
#18324 commented on
Aug 9, 2025 • 0 new comments -
Final or Readonly Local Variables
#19416 commented on
Aug 8, 2025 • 0 new comments -
Would be nice to have a built-in function for preventing Directory Traversal Attacks
#19375 commented on
Aug 8, 2025 • 0 new comments