-
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
2 Releases published by 1 person
-
php-8.4.8 PHP 8.4.8
published
Jun 6, 2025 -
php-8.3.22 PHP 8.3.22
published
Jun 6, 2025
96 Pull requests merged by 21 people
-
Use hasThis() where appropriate
#18967 merged
Jun 28, 2025 -
ext/intl: Use zval_get_tmp_string where possible
#18966 merged
Jun 28, 2025 -
docs: add macos instruction, update blocks
#18670 merged
Jun 27, 2025 -
chore: add editors config dirs to gitignore
#18669 merged
Jun 27, 2025 -
Add support for ParentNode::$children
#18908 merged
Jun 27, 2025 -
ext/date: Remove implicit bool type coercions in tests
#18891 merged
Jun 26, 2025 -
Replace
@deprecated
with#[\Deprecated]
for internal constants#18780 merged
Jun 26, 2025 -
main.c: fix a typo, add some capitalization [skip ci]
#18905 merged
Jun 26, 2025 -
gen_stub.php
: Allowed the use of formats like@param array<>
#18924 merged
Jun 25, 2025 -
ext/pcntl: following up #15921 rework SYS_pidfd_open configure detect…
#18931 merged
Jun 24, 2025 -
Switch to windows-2022 in CI
#18927 merged
Jun 24, 2025 -
Minor sqlite3 cleanup
#18930 merged
Jun 24, 2025 -
RFC: Turn
clone()
into a function#18919 merged
Jun 24, 2025 -
Fix GH-18897: printf: empty precision is interpreted as precision 6, not as precision 0
#18912 merged
Jun 24, 2025 -
php_gdb: Print some numeric fields as hexadecimal
#18925 merged
Jun 24, 2025 -
Removed
ZEND_IS_XDIGIT()
#18926 merged
Jun 24, 2025 -
zend_string: Simplify logic in
zend_interned_strings_init()
#18922 merged
Jun 24, 2025 -
Remove non-existing INI directive detect_unicode
#18909 merged
Jun 23, 2025 -
Autotools: Remove obsole Autoconf macros
#18914 merged
Jun 23, 2025 -
Do not use RTLD_DEEPBIND if dlmopen is available
#18612 merged
Jun 23, 2025 -
ext/random: Remove ZPP tests and make the those tests a bit useful
#18920 merged
Jun 23, 2025 -
ext/uri: Remove bool type coercions in tests
#18921 merged
Jun 23, 2025 -
uri: Improve exceptions for Uri\WhatWg\Url
#18855 merged
Jun 23, 2025 -
[skip ci] Add myself to EXTENSIONS (bcmath)
#18918 merged
Jun 23, 2025 -
Generated arginfo headers: combine preprocessor conditional blocks (2)
#18667 merged
Jun 22, 2025 -
[RFC] Final Property Promotion
#17861 merged
Jun 22, 2025 -
ext/tidy: zend_parse_parameters_none -> ZEND_PARSE_PARAMETERS_NONE macro
#18913 merged
Jun 22, 2025 -
Autotools: Enable tsrmls cache in hash extension on big endian
#15303 merged
Jun 22, 2025 -
[Windows build] Remove redundant flags definitions
#18890 merged
Jun 22, 2025 -
Don't use the obj_map cache for attributes
#18895 merged
Jun 22, 2025 -
Further cleanup of DOM mapping APIs
#18894 merged
Jun 22, 2025 -
Refactor implementation of DOM nodelists, named maps, and iterators
#18892 merged
Jun 21, 2025 -
ext/zlib: Refactor tests
#18887 merged
Jun 21, 2025 -
ext/bcmath: use vector in compare
#18859 merged
Jun 20, 2025 -
Add HAVE_MEMMOVE to ext/pcre
#18862 merged
Jun 19, 2025 -
Sync to lexbor/lexbor@0eac579f
#18882 merged
Jun 19, 2025 -
Autotools: Move PHP_ODBC_* defines to configuration header
#15708 merged
Jun 19, 2025 -
Remove HAVE_GETLOGIN from win32/config.w32.h.in template
#18865 merged
Jun 19, 2025 -
ext/pdo_sqlite: fix minimal version for EXPLAIN feature support.
#18854 merged
Jun 18, 2025 -
Intl: Fix compile issues with ICU versions lower than 67
#18868 merged
Jun 18, 2025 -
Fix unused variable in pdo_sqlite_stmt_set_attribute()
#18851 merged
Jun 14, 2025 -
ext/pdo_sqlite: explain statement prefixing with its class for errors.
#18846 merged
Jun 13, 2025 -
Use zend_string_release_ex() in concat_function()
#18827 merged
Jun 12, 2025 -
Simplify callers of zval_try_get_long()
#18830 merged
Jun 12, 2025 -
ext/standard/pack: minor refactoring
#18822 merged
Jun 12, 2025 -
Remove dead code from openssl_spki_new() implementation
#18752 merged
Jun 10, 2025 -
Improve performance of unpack() with nameless repetitions
#18803 merged
Jun 10, 2025 -
cli: Fix tests/bug80092.phpt expectation for
PHP_BUILD_PROVIDER
#18824 merged
Jun 10, 2025 -
Use zval_try_get_string_func() in concat_function()
#18815 merged
Jun 10, 2025 -
gen_stub: Fix undefined variable warning
#18821 merged
Jun 10, 2025 -
Add Uri\WhatWg classes to ext/uri
#18672 merged
Jun 10, 2025 -
RFC: Pipe operator
#17118 merged
Jun 10, 2025 -
Docs: there are 4 release candidates
#18805 merged
Jun 9, 2025 -
zend_alloc: Fix compilation with ZEND_MM_CUSTOM=0
#18808 merged
Jun 9, 2025 -
pdo_dblib: Use stack local array instead of heap allocation
#18801 merged
Jun 9, 2025 -
Optimize php_filter_encode_html()
#18795 merged
Jun 9, 2025 -
zend_vm_gen: Fix GET_OP*_OBJ_ZVAL_PTR_DEREF for ANY
#18746 merged
Jun 9, 2025 -
Avoid making a redundant copy in php_filter_callback()
#18794 merged
Jun 8, 2025 -
ext/pdo_sqlite: Fix GH-18796 test exception message.
#18798 merged
Jun 7, 2025 -
chore: fixed typo
#18790 merged
Jun 7, 2025 -
fix: deleted stray semicolon
#18782 merged
Jun 6, 2025 -
ext/bcmath: use XSSE
#18770 merged
Jun 5, 2025 -
gen_stub: Add support for attributes on constants in stubs
#18735 merged
Jun 5, 2025 -
ext/tidy: Various small refactoring
#18774 merged
Jun 5, 2025 -
Skip OpenSSL proxy test for bug #74796 on Windows
#18775 merged
Jun 5, 2025 -
Use cheaper functions to get member name in PDO
#18769 merged
Jun 5, 2025 -
Remove nonsensical code from odbc_execute()
#18767 merged
Jun 4, 2025 -
Use custom OpenSSL libctx in md and cipher handling code
#18516 merged
Jun 4, 2025 -
Implement request #55503: Extend __getTypes to support enumerations
#18704 merged
Jun 4, 2025 -
Fix stubs of DateTimeZone->getTransitions
#17992 merged
Jun 4, 2025 -
Fix typo in file name
#18754 merged
Jun 4, 2025 -
tree-wide: Remove stacktraces from tests testing throwing clones
#18748 merged
Jun 3, 2025 -
Remove redundant exception check from VM
#18730 merged
Jun 2, 2025 -
ext/mysqlnd/mysqlnd_auth.c: Add error handling for invalid public key…
#18663 merged
Jun 2, 2025 -
Fix out of tree build
#18716 merged
Jun 2, 2025 -
Fix line assignment in zend_ast_create_va()
#18732 merged
Jun 1, 2025 -
Fix test failures in engine_unsafe_empty_string.phpt
#18727 merged
Jun 1, 2025 -
Fix Exception constructor optimization after https://github.com/php/php-src/pull/18442
#18719 merged
May 31, 2025 -
Simplify SimpleXML code for checking if count() is overridden by a userland class
#18722 merged
May 31, 2025 -
ext/mysqli: Use zval_is_true() instead of converting to boolean
#18682 merged
May 31, 2025 -
Fix GH-18695: float numbers zero fraction is now preserved in zend_ast_export()
#18699 merged
May 29, 2025 -
Get rid of redundant SOAP globals
#18702 merged
May 29, 2025 -
zend_ast.c: use
smart_str_appendc
for appending single characters#18703 merged
May 29, 2025 -
ext/pgsql: Stop using useless convert_to_boolean() API
#18683 merged
May 29, 2025 -
Deduplicate XML parsing code for SOAP
#18700 merged
May 29, 2025 -
ext/soap: Refactor to_zval_bool()
#18696 merged
May 29, 2025 -
ext/soap: Replace single usage of CHECK_XML_NULL with FIND_XML_NULL
#18698 merged
May 29, 2025 -
zend_ast: Add parentheses around IIFE in zend_ast_export()
#18688 merged
May 29, 2025 -
Fix misplaced endif in apprentice_sort()
#18686 merged
May 29, 2025 -
Soap XML layer cleanup
#18694 merged
May 29, 2025 -
ext/sockets: Use zval_is_true() instead of converting to boolean
#18681 merged
May 28, 2025 -
Minor improvements in SOAP __doRequest dispatch
#18687 merged
May 28, 2025 -
Use zend_array_is_list() in soap instead of own is_map()
#18684 merged
May 28, 2025 -
chore: remove todo
#18689 merged
May 28, 2025 -
ext/sockets: socket_create_pair() simplify workflow.
#18679 merged
May 28, 2025 -
Autotools: Fix ext/ldap shared build
#18673 merged
May 28, 2025
59 Pull requests opened by 29 people
-
zend_ast: Preserve heredocs in zend_ast_export()
#18690 opened
May 28, 2025 -
ext/curl: Add `CURLOPT_SSL_SIGNATURE_ALGORITHMS` option
#18692 opened
May 28, 2025 -
Add DNS testing setup using BIND 9
#18693 opened
May 28, 2025 -
Create str_icontains PHP function
#18705 opened
May 29, 2025 -
Fix bug #61094: Wrong WSDL cache file name
#18709 opened
May 29, 2025 -
Implement GH-15483: Use C23 memset_explicit() for ZEND_SECURE_ZERO() if available
#18713 opened
May 30, 2025 -
Tail call VM [2]
#18720 opened
May 31, 2025 -
ext/sockets: Merge setting mcast option code for IPv4 and 6
#18724 opened
May 31, 2025 -
FPM: Implement configurable access log limit
#18725 opened
May 31, 2025 -
Mysqli last query error
#18728 opened
Jun 1, 2025 -
RFC: Clone with v2
#18747 opened
Jun 3, 2025 -
Fix GH-18753: `file_get_contents()` and `file_put_contents()` fail with data >=2GB on macOS & BSD
#18755 opened
Jun 4, 2025 -
[RFC] Allow hooks for backed `readonly` properties
#18757 opened
Jun 4, 2025 -
Introduce OpenSSL INI for selecting libctx
#18768 opened
Jun 4, 2025 -
ext/bcmath: Performance improvement `bcsqrt()`
#18771 opened
Jun 5, 2025 -
Remove curl OpenSSL locking and check for min OpenSSL version
#18784 opened
Jun 6, 2025 -
[DRAFT] [WIP] Initial zend_class_alias
#18789 opened
Jun 6, 2025 -
[RFC] Add a locale for grapheme case-insensitive functions
#18792 opened
Jun 7, 2025 -
Fix GH-14506: Closing a userspace stream inside a userspace handler causes heap corruption
#18797 opened
Jun 7, 2025 -
POC https://wiki.php.net/rfc/function-composition
#18800 opened
Jun 7, 2025 -
Add `#[\DelayedTargetValidation]` attribute
#18817 opened
Jun 9, 2025 -
str_(starts|ends)_with variadic needle
#18825 opened
Jun 10, 2025 -
Allow using fast destruction path when ASAN is in use
#18835 opened
Jun 11, 2025 -
Add the Uri\Rfc3986\Uri class to ext/uri without wither support
#18836 opened
Jun 11, 2025 -
Fix use-after-free of object through __isset() and globals
#18852 opened
Jun 14, 2025 -
Support range of INT64_MIN/MAX on 32bit for DateTime[Immutable]::createFromTimestamp
#18857 opened
Jun 16, 2025 -
Add ASAN support to the zend allocator
#18858 opened
Jun 16, 2025 -
Fix GH-14937: Bison parser generates different zendtokentype constants
#18861 opened
Jun 16, 2025 -
json_last_error_msg - better message - error position near by
#18866 opened
Jun 16, 2025 -
Deprecate 32bit builds
#18876 opened
Jun 19, 2025 -
RFC: Deprecate type juggling to and from bool for function type juggling context
#18879 opened
Jun 19, 2025 -
allow to build with system liburiparser
#18886 opened
Jun 20, 2025 -
Fix bug #80770: openssl cafile not used in SNI SSL_CTX
#18893 opened
Jun 21, 2025 -
[RFC] FILTER_THROW_ON_FAILURE
#18896 opened
Jun 21, 2025 -
Fix GH-18898: SEGV zend_jit_op_array_hot with property hooks and preloading
#18923 opened
Jun 23, 2025 -
ext/reflection: make getDocComment() methods return empty string instead of false
#18928 opened
Jun 24, 2025 -
Deprecate returning non-string values from a user output handler
#18932 opened
Jun 24, 2025 -
iconv fix for illumos distributions
#18933 opened
Jun 24, 2025 -
release-process: update some confusing parts
#18934 opened
Jun 25, 2025 -
ext/pcntl: pcntl_setns stub taking in account recent changes.
#18935 opened
Jun 25, 2025 -
Fixed GH-18266: `round()` - Added edge case generation logic
#18936 opened
Jun 25, 2025 -
Support every argument syntax for `clone()`
#18938 opened
Jun 25, 2025 -
Fix linker failure when building opcache statically
#18939 opened
Jun 25, 2025 -
Add support to get size of image from HEIF/HEIC
#18940 opened
Jun 25, 2025 -
ext/posix: posix_kill() process_id range check.
#18944 opened
Jun 25, 2025 -
ext/sqlite3: relax sqlite3 explain test conditions
#18949 opened
Jun 26, 2025 -
Fix OSS-Fuzz #427814456
#18951 opened
Jun 26, 2025 -
Remove redundant PCRE_STATIC definition
#18952 opened
Jun 27, 2025 -
Fix stream double free in phar
#18953 opened
Jun 27, 2025 -
ext/oci8: Decrease the reference count before calling `zend_list_close()`
#18957 opened
Jun 27, 2025 -
Add FreeBSD ZTS nightly build
#18959 opened
Jun 27, 2025 -
fpm: calculate accurate process counts from states during status generation
#18960 opened
Jun 27, 2025 -
Make OPcache non-optional
#18961 opened
Jun 27, 2025 -
Allow http_response_code() to clear HTTP start-line
#18962 opened
Jun 27, 2025 -
Remove HAVE_SQLITE3_{CLOSE_V2,ERRSTR}
#18963 opened
Jun 27, 2025 -
Use st_blksize and st_blocks members conditionally
#18964 opened
Jun 27, 2025 -
Fix OSS-Fuzz #427814452
#18965 opened
Jun 27, 2025 -
Remove HAVE_PTRDIFF_T and SIZEOF_PTRDIFF_T
#18968 opened
Jun 28, 2025 -
Fix OSS-Fuzz #428053935
#18969 opened
Jun 28, 2025
68 Issues closed by 25 people
-
Add StreamWrapperInterface
#10506 closed
Jun 28, 2025 -
strtotime($month) not returning the correct timestamp
#18955 closed
Jun 27, 2025 -
Automatic Method Signature Inheritance for Abstract Classes in PHP
#18837 closed
Jun 27, 2025 -
Missing deprecation notice for allow_url_include
#18948 closed
Jun 26, 2025 -
fatal error: 'pcre2.h' file not found
#18885 closed
Jun 26, 2025 -
Ability to detect xss, hasSpecialChars function
#18946 closed
Jun 26, 2025 -
Build fails with ICU 76+ due to missing `toU16StringView` in unistr.h
#18831 closed
Jun 26, 2025 -
pecl.php.net site is down
#18942 closed
Jun 25, 2025 -
pecl.php.net site is down
#18941 closed
Jun 25, 2025 -
printf: empty precision is interpreted as precision 6, not as precision 0
#18897 closed
Jun 24, 2025 -
Segmentation fault on unknown address 0x600000000018 in ext/opcache/jit/zend_jit.c
#14082 closed
Jun 23, 2025 -
opcache.file_cache_only seems to disable opcache
#18840 closed
Jun 23, 2025 -
Php8.1 with alternative malloc allocators
#10670 closed
Jun 23, 2025 -
JIT function crash when emitting undefined variable warning and opline is not set yet
#18899 closed
Jun 23, 2025 -
Internal class aliases can break preloading + JIT
#18639 closed
Jun 23, 2025 -
TMPVAR object with hook creating a self-reference leaks
#18907 closed
Jun 23, 2025 -
ErrorException from error handler static utility method
#18864 closed
Jun 22, 2025 -
Allow constructor property promotion with final properties
#17860 closed
Jun 22, 2025 -
Poor performance shmop read
#18869 closed
Jun 22, 2025 -
integer overflow mb_split
#18901 closed
Jun 22, 2025 -
assertion failure ldap_extended_operation_s
#18902 closed
Jun 22, 2025 -
integer overflow imagefilledpolygon
#18900 closed
Jun 22, 2025 -
stream_socket_get_name() can return ipv6 address even when ipv6 is not available
#16117 closed
Jun 21, 2025 -
Zend API: Negative indices in HashTable
#18872 closed
Jun 21, 2025 -
FFI closures trigger ASan
#18881 closed
Jun 20, 2025 -
undefined reference to `zend_max_execution_timer_init'
#18777 closed
Jun 20, 2025 -
DOMDocument::saveHTML() adds additional symbols before some UTF-8 characters in HTML
#18878 closed
Jun 19, 2025 -
`pdo_sqlite_getsetattr_explain.phpt` test is sensitive to variance
#18874 closed
Jun 18, 2025 -
Use after free with weakmaps dependent on destruction order
#18833 closed
Jun 18, 2025 -
master fails to compile with icu 63
#18860 closed
Jun 18, 2025 -
error_reporting() Sometimes Sets Bizarre Values
#18867 closed
Jun 17, 2025 -
SEGV ext/spl/spl_dllist.c
#18848 closed
Jun 14, 2025 -
setlocale's 2nd and 3rd argument ignores strict_types
#18823 closed
Jun 13, 2025 -
Fuzzer `php-fuzz-execute` crashes at `zend_gc_delref`
#18844 closed
Jun 13, 2025 -
PGO build fails with xxhash
#14551 closed
Jun 12, 2025 -
Fuzzer `php-fuzz-execute` crashing testcase: Assertion `!(executor_globals.exception)' failed.
#18838 closed
Jun 12, 2025 -
object-bound closures for initalization, modification of objects
#17936 closed
Jun 12, 2025 -
timezone_identifiers_list(DateTimeZone::ALL_WITH_BC) Invalid timezones
#18741 closed
Jun 11, 2025 -
build php
#18785 closed
Jun 11, 2025 -
Potential integer underflow in `format_converter()` when `precision < 0` and `adjust_precision == true`
#18758 closed
Jun 11, 2025 -
php-gmp is using a version of libgmp that terminates the process on several operations
#18819 closed
Jun 10, 2025 -
ZEND_ARG_VARIADIC_TYPE_INFO(0, str, IS_STRING, 0) does not enforce strings
#18826 closed
Jun 10, 2025 -
Header Location redirects to 200 instead of 302
#18806 closed
Jun 10, 2025 -
Feature request: Allow unsetting of backed property hooks
#17922 closed
Jun 10, 2025 -
Segmentation Fault in mysqlnd.so / pdo_mysql.so When Running Magento 2.4.7 Cron Job (PHP 8.3.21, Plesk)
#18664 closed
Jun 10, 2025 -
`make prof-use` broken for hash_xxhash.c and session.c
#18807 closed
Jun 9, 2025 -
Incompatibility in Inline TLS Assembly on Alpine 3.22 with `zend_jit_ir.c`
#18743 closed
Jun 9, 2025 -
GET_OP1_OBJ_ZVAL_PTR_DEREF does not actually DEREF
#18745 closed
Jun 9, 2025 -
PHP 8.4: allow Traits & Class defining same (compatible) properties
#17812 closed
Jun 9, 2025 -
php test 145 failed ImagickKernel::fromMatrix test [tests/145_imagickkernel_coverage.phpt failed
#18793 closed
Jun 7, 2025 -
pre-connect to remote hosts
#18539 closed
Jun 5, 2025 -
Nested lazy ghost fails with clone
#18766 closed
Jun 5, 2025 -
PHP 8.3.22 Windows libpq.dll is linked to wrong openSSL version
#18759 closed
Jun 5, 2025 -
PHP 8.4 classList works not correctly if copy HTMLElement by `clone` keyword.
#18744 closed
Jun 4, 2025 -
--libdir option default value
#18579 closed
Jun 4, 2025 -
2 enchant test fails in masterfor alpine
#18729 closed
Jun 1, 2025 -
error making tests on fedora 34
#18712 closed
May 31, 2025 -
stack-overflow at zend_objects_store_del /php-src/Zend/zend_objects_API.c:161
#18717 closed
May 31, 2025 -
fpm_get_status segfault
#18595 closed
May 30, 2025 -
zend_ast_export() - float number is not preserved
#18695 closed
May 29, 2025 -
Segmentation fault in Zend/zend_smart_str.h:177
#16320 closed
May 29, 2025 -
initializer-string for array of ... warnings
#17687 closed
May 28, 2025 -
Signed integer overflow in ext/phar fseek
#18642 closed
May 28, 2025
26 Issues opened by 23 people
-
PHP-FPM Process Count Inconsistencies
#18956 opened
Jun 27, 2025 -
Parallelise ./configure script
#18954 opened
Jun 27, 2025 -
PHP 8+ @ suppressed errors cannot be distinguished anymore in many cases
#18950 opened
Jun 26, 2025 -
Float addition/division issues
#18947 opened
Jun 26, 2025 -
PHP 8.4 breaks php-screw
#18945 opened
Jun 26, 2025 -
Arrow function vs require_once
#18943 opened
Jun 25, 2025 -
Files tar extracted from Phar archive have Jan 1 1970 as date
#18937 opened
Jun 25, 2025 -
SEGV zend_jit_op_array_hot with property hooks and preloading
#18898 opened
Jun 22, 2025 -
\Dom\HTMLDocument querySelectorAll selecting only the first when using ~ and :has
#18877 opened
Jun 19, 2025 -
`OCI_RETURN_LOBS` flag causes oci8 to leak memory
#18873 opened
Jun 18, 2025 -
php-fpm scaling limit for pm.max_children
#18863 opened
Jun 16, 2025 -
Unexpected null pointer Zend/zend_virtual_cwd.c:1446
#18856 opened
Jun 16, 2025 -
PHP Warning: Constant already defined when processing multiple sources with __halt_compiler()
#18850 opened
Jun 14, 2025 -
SEGV Zend/zend_builtin_functions.c
#18847 opened
Jun 14, 2025 -
Fuzzer `php-fuzz-execute` crashes at `zend_lazy_object_init`
#18845 opened
Jun 13, 2025 -
Split off xxhash patches to a patchfile
#18842 opened
Jun 12, 2025 -
Potential overflow and sign-extension issues in posix_times() when converting clock_t to zend_long
#18841 opened
Jun 12, 2025 -
JIT (tracing) return wrong float value after some times
#18839 opened
Jun 12, 2025 -
`ldap_search` not working on debian 11 with PHP8.2 and ldap module compiled from source
#18832 opened
Jun 11, 2025 -
php.ini - 404 on mysqli.max_persistent link in the comments
#18812 opened
Jun 9, 2025 -
opcache doesn't list all files with the same path when using chroot (opcache_get_status())
#18772 opened
Jun 5, 2025 -
`file_get_contents()` and `file_put_contents()` fail with data >=2GB on macOS & BSD
#18753 opened
Jun 3, 2025 -
Returning by ref + finally allow circumventing return type checks
#18736 opened
Jun 2, 2025 -
Opcache does not handle class hoisting with @opcache_compile_file
#18714 opened
May 31, 2025 -
Ignore generated arginfo for the ABI break label
#18708 opened
May 29, 2025
66 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.
-
ext/bcmath: optimized `divmod()` and `mod()` take 2
#18058 commented on
Jun 28, 2025 • 12 new comments -
Add `SAPI_HEADER_DELETE_PREFIX`, make ext/session use it
#18678 commented on
Jun 26, 2025 • 10 new comments -
Socket ether linux step2
#17926 commented on
Jun 27, 2025 • 8 new comments -
Add draft support to retrieve Exif from HEIF file
#13443 commented on
Jun 25, 2025 • 6 new comments -
check for duplicate ACL entries when applying listen.acl_*
#18362 commented on
Jun 12, 2025 • 4 new comments -
opcache: fix revalidation in long running CLI scripts
#18671 commented on
Jun 2, 2025 • 3 new comments -
feat: add function num_cpus (formerly nproc)
#11137 commented on
Jun 20, 2025 • 1 new comment -
Optimize PHP html_entity_decode function
#18092 commented on
Jun 15, 2025 • 1 new comment -
Repeat all tests, improve JIT coverage
#18493 commented on
Jun 27, 2025 • 1 new comment -
[RFC][PoC] Allow opcache to be built statically
#18660 commented on
Jun 2, 2025 • 1 new comment -
WIP: Implement PDO::PARAM_BINARY
#11674 commented on
Jun 15, 2025 • 0 new comments -
Fix GH-18529: additional inheriting of TLS int options
#18676 commented on
Jun 22, 2025 • 0 new comments -
Add test for iptcparse
#18675 commented on
May 28, 2025 • 0 new comments -
Implement #70374: Update libtool
#13476 commented on
Jun 21, 2025 • 0 new comments -
[RFC] Add RFC 3986 and WHATWG compliant URL parsing support
#14461 commented on
Jun 23, 2025 • 0 new comments -
Remove driver specific support from ODBC
#15727 commented on
Jun 10, 2025 • 0 new comments -
Fix tests with non-GNU iconv
#16840 commented on
Jun 2, 2025 • 0 new comments -
ext/intl: GH-17006 part 1, NumberFormat and NumberFormatter co-existing.
#17073 commented on
May 29, 2025 • 0 new comments -
Avoid useless string releases in arginfo.h files
#17344 commented on
Jun 22, 2025 • 0 new comments -
Zend: Remove zend_fcall_info_args_ex()
#17652 commented on
Jun 6, 2025 • 0 new comments -
feat: single expression functions
#17677 commented on
Jun 27, 2025 • 0 new comments -
feat: implement empty match subject (default=true)
#17692 commented on
Jun 27, 2025 • 0 new comments -
gen_stub: various simplifications and clean up (5)
#18665 commented on
Jun 20, 2025 • 0 new comments -
Fix GH-17951: Addition of max_memory_limit INI
#18011 commented on
Jun 27, 2025 • 0 new comments -
Fix GH-#18051 (DateTimeZone->getTransitions can return first transition twice)
#18054 commented on
Jun 13, 2025 • 0 new comments -
ext/standard/image.c: Fix unsafe integer conversion
#18661 commented on
Jun 2, 2025 • 0 new comments -
ext/gd: return void for couple of calls returning true when success is
#18651 commented on
May 28, 2025 • 0 new comments -
feat: allow arrow function as a class member
#18627 commented on
Jun 27, 2025 • 0 new comments -
feat: allow multiline arrow functions
#18500 commented on
Jun 27, 2025 • 0 new comments -
Optimize pack()
#18524 commented on
Jun 26, 2025 • 0 new comments -
ext/intl: fix clang build.
#18535 commented on
Jun 23, 2025 • 0 new comments -
Fix error handling during opcache compilation
#18541 commented on
Jun 6, 2025 • 0 new comments -
CI: change MySQL image in CI from 8.3 to LTS 8.4
#18555 commented on
May 31, 2025 • 0 new comments -
Make `array()` a function
#18613 commented on
Jun 26, 2025 • 0 new comments -
Bison parser generates different zendtokentype constants for each patch version since php 8.3.
#14937 commented on
Jun 15, 2025 • 0 new comments -
Build for Windows on ARM
#15610 commented on
Jun 15, 2025 • 0 new comments -
php-fpm listen.acl_users and listen.acl_groups not checking for duplicate ACL entries causing `Invalid argument (22)`
#18357 commented on
Jun 12, 2025 • 0 new comments -
PHPDBG ASAN failures under tracked alloc without zend alloc
#11053 commented on
Jun 10, 2025 • 0 new comments -
BUG: locks not working as expected
#14592 commented on
Jun 10, 2025 • 0 new comments -
Too big `float` to `int` cast results nonsense
#17081 commented on
Jun 10, 2025 • 0 new comments -
ext/filter: `filter_var_array` with `FILTER_VALIDATE_INT|FILTER_NULL_ON_FAILURE` as `$options` fails.
#16994 commented on
Jun 9, 2025 • 0 new comments -
MB_CASE_TITLE treats entities as words (in contrast to uc_words)
#18236 commented on
Jun 8, 2025 • 0 new comments -
php-fpm 8.4.4 high cpu usage
#17806 commented on
Jun 6, 2025 • 0 new comments -
Segmentation fault under high loads in openssl_encrypt in ZTS build (FrankenPHP)
#13648 commented on
Jun 5, 2025 • 0 new comments -
date_sun_info restore ability to supply custom zenith value
#13067 commented on
Jun 5, 2025 • 0 new comments -
Explicit undefined/uninitialized default value for constructor property promotion
#17771 commented on
Jun 4, 2025 • 0 new comments -
PHP-FPM slow log entires should include the request URL
#18536 commented on
May 31, 2025 • 0 new comments -
`unserialize` doesn't respect `class_alias` for properties
#18542 commented on
May 31, 2025 • 0 new comments -
checkdnsrr/dns_check_record works in CLI but not in mod_php on macOS
#18548 commented on
May 31, 2025 • 0 new comments -
Introduce ReflectionProperty::getMangledName()
#18605 commented on
May 29, 2025 • 0 new comments -
pdo_odbc: Don't fetch 256 byte blocks for long columns
#10809 commented on
Jun 18, 2025 • 0 new comments -
[intl] Expose the ICU NumberRangeFormatter
#18599 commented on
Jun 27, 2025 • 0 new comments -
Weak comparison must handle recursion
#18585 commented on
Jun 27, 2025 • 0 new comments -
http_response_code() does not override the status code generated by header()
#18582 commented on
Jun 27, 2025 • 0 new comments -
number_format rounding in 8.4 is different from older versions
#18266 commented on
Jun 26, 2025 • 0 new comments -
FPM Status: active processes greater than pm.max_children
#14212 commented on
Jun 25, 2025 • 0 new comments -
realpath() and SplFileInfo::getRealPath inside Phar
#14481 commented on
Jun 25, 2025 • 0 new comments -
Implement ED25519 auth for mysqlnd
#14258 commented on
Jun 25, 2025 • 0 new comments -
OPcache bypasses the user-defined error handler for deprecations
#17422 commented on
Jun 24, 2025 • 0 new comments -
Connect attributes to their targets
#18553 commented on
Jun 24, 2025 • 0 new comments -
Reflection parameter type could be more precise about specific BackedEnum::from() and tryFrom() type
#12865 commented on
Jun 23, 2025 • 0 new comments -
Change in class name resolution for `self`, `parent` and `static`
#18373 commented on
Jun 22, 2025 • 0 new comments -
php_curl does not work with IIS extended protection
#14039 commented on
Jun 22, 2025 • 0 new comments -
FILTER_THROW_ON_FAILURE flag?
#16710 commented on
Jun 21, 2025 • 0 new comments -
FPM status with OpenMetrics format and FULL parameter
#9494 commented on
Jun 20, 2025 • 0 new comments -
`PDO::PARAM_INT` is ignored in `pdo_oci` ext
#12578 commented on
Jun 18, 2025 • 0 new comments