Lines Matching refs:bug

11   . Fixed bug GH-16727 (Opcache bad signal 139 crash in ZTS bookworm
13 . Fixed bug GH-16799 (Assertion failure at Zend/zend_vm_execute.h:7469).
17 . Fixed bug GH-16802 (open_basedir bypass using curl extension). (nielsdos)
20 . Fixed bug GH-16777 (Calling the constructor again on a DOM object after it
33 . Fixed bug GH-16770 (Tracing JIT type mismatch when returning UNDEF).
45 . Fixed bug GH-16695 (phar:// tar parser and zero-length file header blocks).
49 . Fixed bug GH-16808 (Segmentation fault in RecursiveIteratorIterator
58 . Fixed bug GH-16373 (Shebang is not skipped for router script in cli-server
65 . Fixed bug GH-16168 (php 8.1 and earlier crash immediately when compiled
67 . Fixed bug GH-16371 (Assertion failure in Zend/zend_weakrefs.c:646). (Arnaud)
68 . Fixed bug GH-16515 (Incorrect propagation of ZEND_ACC_RETURN_REFERENCE for
70 . Fixed bug GH-16509 (Incorrect line number in function redeclaration error).
72 . Fixed bug GH-16508 (Incorrect line number in inheritance errors of delayed
74 . Fixed bug GH-16648 (Use-after-free during array sorting). (ilutov)
75 . Fixed bug GH-15915 (overflow with a high value for precision INI).
79 . Fixed bug GH-16302 (CurlMultiHandle holds a reference to CurlHandle if
83 . Fixed bug GH-16454 (Unhandled INF in date_sunset() with tiny $utcOffset).
85 . Fixed bug GH-14732 (date_sun_info() fails for non-finite values). (cmb)
88 . Fixed bug GH-16390 (dba_open() can segfault for "pathless" streams). (cmb)
91 . Fixed bug GH-16316 (DOMXPath breaks when not initialized properly).
94 . Fixed bug GH-16336 (Attribute intern document mismanagement). (nielsdos)
95 . Fixed bug GH-16338 (Null-dereference in ext/dom/node.c). (nielsdos)
96 . Fixed bug GH-16473 (dom_import_simplexml stub is wrong). (nielsdos)
97 . Fixed bug GH-16533 (Segfault when adding attribute to parent that is not
99 . Fixed bug GH-16535 (UAF when using document as a child). (nielsdos)
100 . Fixed bug GH-16593 (Assertion failure in DOM->replaceChild). (nielsdos)
101 . Fixed bug GH-16595 (Another UAF in DOM -> cloneNode). (nielsdos)
104 . Fixed bug GH-16409 (Segfault in exif_thumbnail when not dealing with a
108 . Fixed bug GH-16397 (Segmentation fault when comparing FFI object).
112 . Fixed bug GH-16523 (FILTER_FLAG_HOSTNAME accepts ending hyphen). (cmb)
115 . Fixed bug GH-16628 (FPM logs are getting corrupted with this log
119 . Fixed bug GH-16334 (imageaffine overflow on matrix elements).
121 . Fixed bug GH-16427 (Unchecked libavif return values). (cmb)
122 . Fixed bug GH-16559 (UBSan abort in ext/gd/libgd/gd_interpolation.c:1007).
126 . Fixed floating point exception bug with gmp_pow when using
128 . Fixed bug GH-16411 (gmp_export() can cause overflow). (cmb)
129 . Fixed bug GH-16501 (gmp_random_bits() can cause overflow).
131 . Fixed gmp_pow() overflow bug with large base/exponents.
137 . Fixed bug GH-16361 (mb_substr overflow on start/length arguments).
141 . Fixed bug GH-16408 (Array to string conversion warning emitted in
145 . Fixed bug GH-16357 (openssl may modify member types of certificate arrays).
147 . Fixed bug GH-16433 (Large values for openssl_csr_sign() $days overflow).
153 . Fixed bug GH-16450 (PDO_ODBC can inject garbage into field values). (cmb)
156 . Fixed bug GH-16406 (Assertion failure in ext/phar/phar.c:2808). (nielsdos)
159 . Fixed bug GH-16174 (Empty string is an invalid expression for ev). (cmb)
162 . Fixed bug GH-16601 (Memory leak in Reflection constructors). (nielsdos)
165 . Fixed bug GH-16385 (Unexpected null returned by session_set_cookie_params).
167 . Fixed bug GH-16290 (overflow on cookie_lifetime ini value).
171 . Fixed bug GH-16318 (Recursive array segfaults soap encoding). (nielsdos)
172 . Fixed bug GH-16429 (Segmentation fault access null pointer in SoapClient).
176 . Fixed bug with overflow socket_recvfrom $length argument. (David Carlier)
179 . Fixed bug GH-16337 (Use-after-free in SplHeap). (nielsdos)
180 . Fixed bug GH-16464 (Use-after-free in SplDoublyLinkedList::offsetSet()).
182 . Fixed bug GH-16479 (Use-after-free in SplObjectStorage::setInfo()). (ilutov)
183 . Fixed bug GH-16478 (Use-after-free in SplFixedArray::unset()). (ilutov)
184 . Fixed bug GH-16588 (UAF in Observer->serialize). (nielsdos)
187 . Fixed bug GH-16589 (UAF in SplDoublyLinked->serialize()). (nielsdos)
188 . Fixed bug GH-14687 (segfault on SplObjectIterator instance).
190 . Fixed bug GH-16604 (Memory leaks in SPL constructors). (nielsdos)
191 . Fixed bug GH-16646 (UAF in ArrayObject::unset() and
195 . Fixed bug GH-16293 (Failed assertion when throwing in assert() callback with
199 . Fixed bug GH-16592 (msg_send() crashes when a type does not properly
203 . Fixed bug GH-16591 (Assertion error in shm_put_var). (nielsdos, cmb)
206 . Fixed bug GH-16292 (Segmentation fault in ext/xmlreader/php_xmlreader.c).
210 . Fixed bug GH-16326 (Memory management is broken for bad dictionaries.)
223 . Fixed bug GH-16137: duplicate http headers when set several times by
227 . Fixed bug GH-16054 (Segmentation fault when resizing hash table iterator
229 . Fixed bug GH-15905 (Assertion failure for TRACK_VARS_SERVER). (cmb)
230 . Fixed bug GH-15907 (Failed assertion when promoting Serialize deprecation to
232 . Fixed bug GH-15851 (Segfault when printing backtrace during cleanup of
234 . Fixed bug GH-15866 (Core dumped in Zend/zend_generators.c). (Arnaud)
235 . Fixed bug GH-16188 (Assertion failure in Zend/zend_exceptions.c). (Arnaud)
236 . Fixed bug GH-16233 (Observer segfault when calling user function in
240 . Fixed bug GH-16039 (Segmentation fault (access null pointer) in
242 . Fixed bug GH-16149 (Null pointer dereference in
244 . Fixed bug GH-16151 (Assertion failure in ext/dom/parentnode/tree.c).
246 . Fixed bug GH-16150 (Use after free in php_dom.c). (nielsdos)
247 . Fixed bug GH-16152 (Memory leak in DOMProcessingInstruction/DOMDocument).
251 . Fixed bug GH-15168 (stack overflow in json_encode()). (nielsdos)
254 . Fixed bug GH-16232 (bitshift overflow on wbmp file content reading /
256 . Fixed bug GH-12264 (overflow/underflow on imagerotate degrees value)
258 . Fixed bug GH-16274 (imagescale underflow on RBG channels /
262 . Fixed bug GH-16032 (Various NULL pointer dereferencements in
264 . Fixed bug GH-16101 (Segfault in ldap_list(), ldap_read(), and ldap_search()
272 . Fixed bug GH-16261 (Reference invariant broken in mb_convert_variables()).
279 . Fixed bug GH-16189 (underflow on offset argument). (David Carlier)
280 . Fixed bug GH-16184 (UBSan address overflowed in ext/pcre/php_pcre.c).
284 . Fixed bug GH-15901 (phpdbg: Assertion failure on i funcs). (cmb)
285 . Fixed bug GH-16181 (phpdbg: exit in exception handler reports fatal error).
289 . Fixed bug GH-16187 (Assertion failure in ext/reflection/php_reflection.c).
293 . Fixed bug GH-15395 (php-fpm: zend_mm_heap corrupted with cgi-fcgi request).
297 . Fixed bug GH-15837 (Segmentation fault in ext/simplexml/simplexml.c).
301 . Fixed bug GH-16267 (socket_strerror overflow on errno argument).
305 . Fixed bug #73182 (PHP SOAPClient does not support stream context HTTP
307 . Fixed bug #62900 (Wrong namespace on xsd import error message). (nielsdos)
308 . Fixed bug GH-15711 (SoapClient can't convert BackedEnum to scalar value).
310 . Fixed bug GH-16237 (Segmentation fault when cloning SoapServer). (nielsdos)
312 . Fixed bug GH-16256 (Assertion failure in ext/soap/php_encoding.c:460).
314 . Fixed bug GH-16259 (Soap segfault when classmap instantiation fails).
318 . Fixed bug GH-15918 (Assertion failure in ext/spl/spl_fixedarray.c).
322 . Fixed bug GH-16053 (Assertion failure in Zend/zend_hash.c). (Arnaud)
323 . Fixed bug GH-15169 (stack overflow when var serialization in
329 . Fixed bug GH-15980 (Signed integer overflow in main/streams/streams.c).
341 . Fixed bug GHSA-p99j-rfp4-xqvq (Bypass of CVE-2024-4577, Parameter Injection
343 . Fixed bug GHSA-94p6-54jq-9mwp (cgi.force_redirect configuration is
348 . Fixed bug GH-15408 (MSan false-positve on zend_max_execution_timer).
350 . Fixed bug GH-15515 (Configure error grep illegal option q). (Peter Kokot)
351 . Fixed bug GH-15514 (Configure error: genif.sh: syntax error). (Peter Kokot)
352 . Fixed bug GH-15565 (--disable-ipv6 during compilation produces error
354 . Fixed bug GH-15587 (CRC32 API build error on arm 32-bit).
356 . Fixed bug GH-15330 (Do not scan generator frames more than once). (Arnaud)
360 . FIxed bug GH-15547 (curl_multi_select overflow on timeout argument).
364 . Fixed bug GH-15551 (Segmentation fault (access null pointer) in
366 . Fixed bug GH-15654 (Signed integer overflow in ext/dom/nodelist.c).
370 . Fixed bug GH-15752 (Incorrect error message for finfo_file
374 . Fixed bug GHSA-865w-9rf3-2wh5 (Logs from childrens may be altered).
378 . Fixed bug GH-15432 (Heap corruption when querying a vector). (cmb,
382 . Fixed bug GH-15661 (Access null pointer in
384 . Fixed bug GH-15658 (Segmentation fault in Zend/zend_vm_execute.h).
388 . Fixed bug GHSA-9pqp-7h25-4f32 (Erroneous parsing of multipart form data).
392 . Fixed bug GH-15552 (Signed integer overflow in ext/standard/scanf.c). (cmb)
395 . Fixed bug GH-15628 (php_stream_memory_get_buffer() not zero-terminated).
401 . Fixed bug GH-15020 (Memory leak in Zend/Optimizer/escape_analysis.c).
403 . Fixed bug GH-15023 (Memory leak in Zend/zend_ini.c). (nielsdos)
404 . Fixed bug GH-13330 (Append -Wno-implicit-fallthrough flag conditionally).
407 . Fixed bug GH-15108 (Segfault when destroying generator during shutdown).
409 . Fixed bug GH-15275 (Crash during GC of suspended generator delegate).
420 . Fixed bug GH-14286 (ffi enum type (when enum has no name) make memory
427 . Fixed bug GH-15087 (IntlChar::foldCase()'s $option is not optional). (cmb)
430 . Fixed bug GH-13817 (Segmentation fault for enabled observers after pass 4).
432 . Fixed bug GH-13775 (Memory leak possibly related to opcache SHM placement).
436 . Fixed bug GH-15179 (Segmentation fault (null pointer dereference) in
443 . Fixed bug GH-13199 (EOF emits redundant prompt in phpdbg local console mode
445 . Fixed bug GH-15268 (heap buffer overflow in phpdbg
447 . Fixed bug GH-15210 use-after-free on watchpoint allocations. (nielsdos)
450 . Fixed part of bug GH-15381, checking getrandom availability on solaris.
454 . Fixed bug #55639 (Digest autentication dont work). (nielsdos)
456 . Fixed bug GH-15252 (SOAP XML broken since PHP 8.3.9 when using classmap
465 . Fixed bug GH-15028 (Memory leak in ext/phar/stream.c). (nielsdos)
466 . Fixed bug GH-15034 (Integer overflow on stream_notification_callback
477 . Fixed bug GH-13922 (Fixed support for systems with
479 . Fixed bug GH-14626 (Fix is_zend_ptr() for huge blocks). (Arnaud)
480 . Fixed bug GH-14590 (Memory leak in FPM test gh13563-conf-bool-env.phpt.
483 . Fixed bug GH-14741 (Segmentation fault in Zend/zend_types.h). (nielsdos)
484 . Fixed bug GH-14969 (Use-after-free in property coercion with __toString()).
486 . Fixed bug GH-14961 (Comment between -> and keyword results in parse error).
490 . Fixed bug GH-14702 (DOMDocument::xinclude() crash). (nielsdos)
493 . Fixed bug GH-14888 (README.REDIST.BINS refers to non-existing LICENSE).
501 . Fixed bug GH-14563 (Build failure with libxml2 v2.13.0). (nielsdos)
504 . Fixed bug GH-14550 (No warning message when Zend DTrace is enabled that
508 . Fixed bug GH-14808 (Unexpected null pointer in Zend/zend_string.h with
512 . Fixed bug GH-14712 (Crash with PDORow access to null property).
516 . Fixed bug GH-14603 (null string from zip entry).
520 . Fixed bug GH-14596 (crashes with ASAN and ZEND_RC_DEBUG=1).
522 . Fixed bug GH-14553 (echo output trimmed at NULL byte). (nielsdos)
525 . Fixed bug GH-14537 (shmop Windows 11 crashes the process). (nielsdos)
528 . Fixed bug GH-14639 (Member access within null pointer in
532 . Fixed bug GH-14775 (range function overflow with negative step argument).
535 . Fixed bug GH-14774 (time_sleep_until overflow). (David Carlier)
538 . Fixed bug GH-14930 (Custom stream wrapper dir_readdir output truncated to
549 . Fixed bug GH-14834 (Error installing PHP when --with-pear is used).
555 . Fixed bug GH-14315 (Incompatible pointer type warnings). (Peter Kokot)
556 . Fixed bug GH-12814 (max_execution_time reached too early on MacOS 14
558 . Fixed bug GH-14387 (Crash when stack walking in destructor of yielded from
560 . Fixed bug GH-14456 (Attempting to initialize class with private constructor
562 . Fixed bug GH-14510 (memleak due to missing pthread_attr_destroy()-call).
564 . Fixed bug GH-14549 (Incompatible function pointer type for fclose).
568 . Fixed bug (bcpowmod() with mod = -1 returns 1 when it must be 0). (Girgias)
571 . Fixed bug GH-14307 (Test curl_basic_024 fails with curl 8.8.0). (nielsdos)
574 . Fixed bug GH-14343 (Memory leak in xml and dom). (nielsdos)
577 . Fixed bug GH-14037 (PHP-FPM ping.path and ping.response config vars are
587 . Partially fix bug GH-10599 (Apache crash on Windows when using a
592 . Fixed bug GH-14267 (opcache.jit=off does not allow enabling JIT at runtime).
595 . Fixed bug GH-11188 (Error when building TSRM in ARM64). (nielsdos)
598 . Fixed bug GH-14367 (incompatible SDWORD type with iODBC). (Calvin Buckley)
601 . Fixed bug GH-13681 (segfault on watchpoint addition failure). (David Carlier)
604 . Fixed bug #47925 (PHPClient can't decompress response). (nielsdos)
610 . Fixed bug #69280 (SoapClient classmap doesn't support fully qualified class
612 . Fixed bug #76232 (SoapClient Cookie Header Semicolon). (nielsdos)
619 . Fixed bug GH-14290 (Member access within null pointer in extension spl).
623 . Fixed bug GH-14483 (Fixed off-by-one error in checking length of abstract
627 . Fixed bug GH-11078 (PHP Fatal error triggers pointer being freed was not
635 . Fixed bug GHSA-3qgc-jrrr-25jv (Bypass of CVE-2012-1823, Argument Injection
639 . Fixed bug GH-14189 (PHP Interactive shell input state incorrectly handles
643 . Fixed bug GH-13970 (Incorrect validation of #[Attribute] flags type for
656 . Fixed bug GHSA-w8qr-v226-r27w (Filter bypass in filter_var FILTER_VALIDATE_URL).
660 . Fix bug GH-14175 (Show decimal number instead of scientific notation in
672 . Fix bug GH-14255 (mysqli_fetch_assoc reports error from
676 . Fixed bug GH-14109 (Fix accidental persisting of internal class constant in
690 . Fixed bug GHSA-9fcc-425m-g385 (Bypass of CVE-2024-1874).
694 . Fixed bug GH-14124 (Segmentation fault with XML extension under certain
698 . Fixed bug GH-14183 (XMLReader::open() can't be overridden). (nielsdos)
705 . Fixed bug GH-13772 (Invalid execute_data->opline pointers in observer fcall
707 . Fixed bug GH-13931 (Applying zero offset to null pointer in
709 . Fixed bug GH-13942 (Align the behavior of zend-max-execution-timers with
711 . Fixed bug GH-14003 (Broken cleanup of unfinished calls with callable convert
713 . Fixed bug GH-14013 (Erroneous dnl appended in configure). (Peter Kokot)
714 . Fixed bug GH-10232 (If autoloading occurs during constant resolution
716 . Fixed bug GH-13727 (Missing void keyword). (Peter Kokot)
719 . Fixed bug GH-13903 (ASAN false positive underflow when executing copy()).
723 . Fixed bug GH-13795 (Test failing in ext/fileinfo/tests/bug78987.phpt on
727 . Fixed bug GH-13563 (Setting bool values via env in FPM config fails).
737 . Fixed bug GH-13433 (Segmentation Fault in zend_class_init_statics when
743 . Fixed bug GH-10495 (feof on OpenSSL stream hangs indefinitely).
752 . Fixed bug GH-13836 (Renaming a file in a Phar to an already existing
754 . Fixed bug GH-13833 (Applying zero offset to null pointer in zend_hash.c).
759 . Fixed bug GH-13827 (Null pointer access of type 'zval' in phpdbg_frame).
766 . Fixed bug GH-13856 (Member access within null pointer of type 'ps_files' in
768 . Fixed bug GH-13891 (memleak and segfault when using ini_set with
775 . Fixed bug GH-13264 (Part 1 - Memory leak on stream filter failure).
777 . Fixed bug GH-13860 (Incorrect PHP_STREAM_OPTION_CHECK_LIVENESS case in
779 . Fixed bug GH-11678 (Build fails on musl 1.2.4 - lfs64). (Arnaud)
789 . Fixed bug GH-13612 (Corrupted memory in destructor with weak references).
791 . Fixed bug GH-13446 (Restore exception handler after it finishes). (ilutov)
792 . Fixed bug GH-13784 (AX_GCC_FUNC_ATTRIBUTE failure). (Remi)
793 . Fixed bug GH-13670 (GC does not scale well with a lot of objects created in
806 . Fixed bug GH-12019 (add GDLIB_CFLAGS in feature tests). (Michael Orlitzky)
823 . Fixed bug GH-13544 (Pre-PHP 8.2 compatibility for mt_srand with unknown
825 . Fixed bug GH-13690 (Global Mt19937 is not properly reset in-between
829 . Fixed bug GH-13680 (Segfault with session_decode and compilation error).
833 . Fixed bug GH-13685 (Unexpected null pointer in zend_string.h). (nielsdos)
836 . Fixed bug GH-11808 (Live filesystem modified by tests). (nielsdos)
839 . Fixed bug GH-13203 (file_put_contents fail on strings over 4GB on Windows).
841 . Fixed bug GHSA-pc52-254m-w9w7 (Command injection via array-ish $command
843 . Fixed bug GHSA-wpj3-hf5j-x4v4 (__Host-/__Secure- cookie bypass due to
845 . Fixed bug GHSA-h746-cjrr-wfmr (password_verify can erroneously return true,
847 . Fixed bug GHSA-fjp9-9hwx-59fq (mb_encode_mimeheader runs endlessly for some
865 . Fixed bug GH-13344 (finfo::buffer(): Failed identify data 0:(null),
869 . Fixed bug #75712 (getenv in php-fpm should not read $_ENV, $_SERVER).
873 . Fixed bug GH-12019 (detection of image formats in system gd library).
877 . Fixed bug GH-11950 ([mysqlnd] Fixed not to set CR_MALFORMED_PACKET to error
884 . Fixed bug GH-13354 (pg_execute/pg_send_query_params/pg_send_execute
888 . Fixed bug GH-13531 (Unable to resize SplfixedArray after being unserialized
892 . Fixed bug GH-13279 (Instable array during in-place modification in uksort).
898 . Fixed bug GH-13517 (Multiple test failures when building with
905 . Fixed bug GH-12349 (linking failure on ARM with mold). (Jan Palus)
906 . Fixed bug GH-13097 (Anonymous class reference in trigger_error / thrown
908 . Fixed bug GH-13177 (PHP 8.3.2: final private constructor not allowed
910 . Fixed bug GH-13215 (GCC 14 build failure). (Remi)
916 . Fixed bug GH-12996 (Incorrect SCRIPT_NAME with Apache ProxyPassMatch when
920 . Fixed bug GH-10344 (imagettfbbox(): Could not find/open font UNC path).
922 . Fixed bug GH-10614 (imagerotate will turn the picture all black, when
929 . Fixed bug GH-12107 (When running a stored procedure (that returns a result
933 . Fixed bug GH-13145 (strtok() is not comptime). (ilutov)
935 . Fixed bug GH-13232 (Segmentation fault will be reported when JIT is off but
947 . Fixed bug #71465 (PHAR doesn't know about litespeed). (nielsdos)
948 . Fixed bug GH-13037 (PharData incorrectly extracts zip file). (nielsdos)
951 . Fixed bug GH-13138 (Randomizer::pickArrayKeys() does not detect broken
955 . Fixed bug GH-12504 (Corrupted session written when there's a fatal error
959 . Fixed bug GH-13094 (range(9.9, '0') causes segmentation fault). (nielsdos)
962 . Fixed bug GH-13071 (Copying large files using mmap-able source streams may
968 . Fixed bug GH-12953 (false positive SSA integrity verification failed when
970 . Fixed bug GH-12999 (zend_strnlen build when strnlen is unsupported).
972 . Fixed bug GH-12966 (missing cross-compiling 3rd argument so Autoconf
974 . Fixed bug GH-12854 (8.3 - as final trait-used method does not correctly
982 . Fixed bug GH-12870 (Creating an xmlns attribute results in a DOMException).
986 . Fixed bug GH-13012 (DOMNode::isEqualNode() is incorrect when attribute
990 . Fixed bug GH-9698 (stream_wrapper_register crashes with FFI\CData).
992 . Fixed bug GH-12905 (FFI::new interacts badly with observers). (nielsdos)
1003 . Fixed bug GH-12936 (hash() function hangs endlessly if using sha512 on
1021 . Fixed bug GH-12987 (openssl_csr_sign might leak new cert on error).
1029 . Fixed bug GH-12767 (Unable to turn on autocommit mode with setAttribute()).
1034 . Fixed bug GH-12974 (Apache crashes on shutdown when using pg_pconnect()).
1038 . Fixed bug #77432 (Segmentation fault on including phar file). (nielsdos)
1041 . Fixed bug GH-12962 (Double free of init_file in phpdbg_prompt.c). (nielsdos)
1046 . Fixed bug GH-12929 (SimpleXMLElement with stream_wrapper_register can
1050 . Fixed bug GH-12980 (tidynode.props.attribute is missing
1056 . Fixed bug GH-12758 / GH-12768 (Invalid opline in OOM handlers within
1059 . Fixed bug GH-12835 (Leak of call->extra_named_params on internal __call).
1061 . Fixed bug GH-12826 (Weird pointers issue in nested loops). (nielsdos)
1064 . Fixed bug GH-12705 (Segmentation fault in fpm_status_export_to_zval).
1068 . Fixed bug GH-9348 (FTP & SSL session reuse). (nielsdos)
1075 . Fixed bug GH-12791 (Possible dereference of NULL in MySQLnd debug code).
1079 . Fixed JIT bug (Function JIT emits "Uninitialized string offset" warning
1081 . Fixed JIT bug (JIT emits "Attempt to assign property of non-object"
1088 . Fixed bug GH-12838 ([SOAP] Temporary WSDL cache files not being deleted).
1103 . Fixed bug GH-11104 (STDIN/STDOUT/STDERR is not available for CLI without
1111 . Fixed bug GH-11406 (segfault with unpacking and magic method closure).
1113 . Fixed bug GH-9388 (Improve unset property and __get type incompatibility
1121 . Fix bug GH-9965 (Fix accidental caching of default arguments with side
1125 . Fix bug GH-8821 (Improve line numbers for errors in constant expressions).
1127 . Fix bug GH-10083 (Allow comments between & and parameter). (ilutov)
1130 . Fix bug GH-10469 (Disallow .. in open_basedir paths set at runtime).
1132 . Fix bug GH-10168, GH-10582 (Various segfaults with destructors and VM return
1134 . Fix bug GH-10935 (Use of trait doesn't redeclare static property if class
1136 . Fix bug GH-11154 (Negative indices on empty array don't affect next chosen
1138 . Fix bug GH-8846 (Implement delayed early binding for classes without
1140 . Fix bug #79836 (Segfault in concat_function). (nielsdos)
1141 . Fix bug #81705 (type confusion/UAF on set_error_handler with concat
1147 . Fixed bug GH-11406 (segfault with unpacking and magic method closure).
1149 . Fixed bug GH-11507 (String concatenation performance regression in 8.3).
1154 . Fixed bug GH-11601 (Incorrect handling of unwind and graceful exit
1173 . Fixed bug GH-12123 (Compile error on MacOS with C++ extension when using
1175 . Fixed bug GH-12189 (#[Override] attribute in trait does not check for
1190 . Fix bug GH-8388 (DOMAttr unescapes character reference). (Tim Starling)
1191 . Fix bug GH-11308 (getElementsByTagName() is O(N^2)). (nielsdos)
1198 . Fixed bug GH-11500 (Namespace reuse in createElementNS() generates wrong
1202 . Fixed bug GH-9628 (Implicitly removing nodes from \DOMDocument breaks
1216 . Fixed bug GH-11792 (LIBXML_NOXMLDECL is not implemented or broken).
1220 . Fixed bug #80927 (Removing documentElement after creating attribute node:
1231 . Fixed bug #47531 (No way of removing redundant xmlns: declarations).
1251 . Fixed bug #76067 (system() function call leaks php-fpm listening sockets).
1312 . Fixed bug GH-11514 (PHP 8.3 build fails with --enable-mbstring enabled).
1315 . Fixed bug GH-11992 (utf_encodings.phpt fails on Windows 32-bit). (nielsdos)
1391 . Fixed bug GH-11529 (Crash after dealing with an Apache request). (nielsdos)
1394 . Fixed bug GH-12192 (SimpleXML infinite loop when getName() is called
1396 . Fixed bug GH-12208 (SimpleXML infinite loop when a cast is used inside a
1398 . Fixed bug #55098 (SimpleXML iteration produces infinite loop). (nielsdos)
1450 . Fixed bug #51056: blocking fread() will block even if data is available.
1456 . Fix bug GH-10406 (fgets on a redis socket connection fails on PHP 8.3).
1460 . Fixed bug #52335 (fseek() on memory stream behavior different than file).
1462 . Fixed bug #76857 (Can read "non-existant" files). (Jakub Zelenka)
1465 . Fixed bug #69168 (DomNode::getNodePath() returns invalid path). (nielsdos)