|
Subject |
From |
Date |
Size |
|
[php-src] PR #10713: Fix GCC 12 compiler warnings
|
noreply |
26/02/2023 11:34 PM |
1KB |
|
[php-src] PR #10622: Zend/zend_fibers: change return value to zend_result
|
noreply |
26/02/2023 11:21 PM |
1KB |
|
[php-src] PR #10675: XML options handling refactoring
|
noreply |
26/02/2023 10:48 PM |
1KB |
|
[php-src] PR #10712: Fix GH-10709: Recursive class constant evaluation
|
noreply |
26/02/2023 10:41 PM |
1KB |
|
[php-src] PR #10711: Remove unnecessary checks in ftp_fopen_wrapper.c
|
noreply |
26/02/2023 10:35 PM |
1KB |
|
[php-src] PR #10657: Split headers, part 2
|
noreply |
26/02/2023 10:30 PM |
1KB |
|
[php-src] PR #10699: Minor cleanups in Zend execution APIs
|
noreply |
26/02/2023 10:28 PM |
1KB |
|
[php-src] PR #10710: Implement GH-10024: support linting multiple files at once using php -l
|
noreply |
26/02/2023 10:27 PM |
1KB |
|
[php-src] PR #10708: ext/spl: standardize the visibility of functions
|
noreply |
26/02/2023 10:21 PM |
1KB |
|
[php-src] PR #10701: Simplify checks and returns in ext/xmlwriter
|
noreply |
26/02/2023 10:21 PM |
1KB |
|
[php-src] PR #10700: Fix UBSAN warning about applying zero offset to null pointer
|
noreply |
26/02/2023 10:19 PM |
1KB |
|
[php-src] PR #10708: ext/spl: standardize the visibility of functions
|
noreply |
26/02/2023 09:21 PM |
1KB |
|
[php-src] PR #10707: Close file_handle in fpm_main
|
noreply |
26/02/2023 08:35 PM |
1KB |
|
[php-src] PR #10703: Change implicit enum return value checks to explicit checks
|
noreply |
26/02/2023 05:09 PM |
1KB |
|
[php-src] PR #10704: Minor code cleanups in ext/openssl
|
noreply |
26/02/2023 04:41 PM |
1KB |
|
[php-src] PR #10702: Fix format string mistake in accel_move_code_to_huge_pages()
|
noreply |
26/02/2023 04:32 PM |
1KB |
|
[php-src] PR #10705: Fix 2 OpenSSL error handling bugs
|
noreply |
26/02/2023 04:32 PM |
1KB |
|
[php-src] PR #10706: Fixes to phar stub
|
noreply |
26/02/2023 08:02 AM |
1KB |
|
[php-src] PR #10705: Openssl error oopsies
|
noreply |
26/02/2023 07:23 AM |
1KB |
|
[php-src] PR #10690: Change DOMCharacterData::appendData return type to true
|
noreply |
26/02/2023 05:55 AM |
1KB |
|
[php-src] PR #10704: Minor code cleanups in ext/openssl
|
noreply |
26/02/2023 04:03 AM |
1KB |
|
[php-src] PR #10703: Change implicit enum return value checks to explicit checks
|
noreply |
26/02/2023 03:20 AM |
1KB |
|
[php-src] PR #10702: Fix format string mistake in accel_move_code_to_huge_pages()
|
noreply |
26/02/2023 03:07 AM |
1KB |
|
[php-src] PR #10701: Simplify checks and returns in ext/xmlwriter
|
noreply |
26/02/2023 01:51 AM |
1KB |
|
[php-src] PR #10700: Fix UBSAN warning about applying zero offset to null pointer
|
noreply |
26/02/2023 01:43 AM |
1KB |
|
[php-src] PR #10699: Minor cleanups in Zend execution APIs
|
noreply |
26/02/2023 01:16 AM |
1KB |
|
[php-src] PR #10698: Use zend_string for DBA path
|
noreply |
26/02/2023 12:12 AM |
1KB |
|
[php-src] PR #10693: hash/xxhash: applying build upstream fix
|
noreply |
25/02/2023 10:53 PM |
1KB |
|
[php-src] PR #10697: Fix GH-10692: PHP crashes on Windows when an inexistent filename is executed
|
noreply |
25/02/2023 10:47 PM |
1KB |
|
[php-src] PR #10560: Fix GH-10489: run-tests.php does not escape path when building cmd
|
noreply |
25/02/2023 10:15 PM |
1KB |
|
[php-src] PR #10697: Fix GH-10692: PHP crashes on Windows when an inexistent filename is executed
|
noreply |
25/02/2023 08:58 PM |
1KB |
|
[php-src] PR #10696: add PKCS7_NOOLDMIMETYPE and OPENSSL_CMS_OLDMIMETYPE
|
noreply |
25/02/2023 05:57 PM |
1KB |
|
[php-src] PR #10693: hash/xxhash: applying build upstream fix
|
noreply |
25/02/2023 04:47 AM |
1KB |
|
[php-src] PR #10572: Fix GH-10570: Assertion `(key)->h != 0 && "Hash must be known"' failed.
|
noreply |
25/02/2023 03:55 AM |
1KB |
|
[php-src] PR #10691: Fix incorrect type for return value in zend_update_static_property_ex()
|
noreply |
25/02/2023 01:17 AM |
1KB |
|
[php-src] PR #10691: Fix incorrect type for return value of zend_update_static_property_ex()
|
noreply |
25/02/2023 12:17 AM |
1KB |
|
[php-src] PR #10607: Fixed GH-10270 Unable to return CURL_READFUNC_PAUSE in readfunc callback
|
noreply |
24/02/2023 10:47 PM |
1KB |
|
[php-src] PR #10677: Fix GH-10672 (pg_lo_open segfaults in the strict_types mode)
|
noreply |
24/02/2023 10:47 PM |
1KB |
|
[php-src] PR #10687: random: Fix return type of php_random_(bytes|int)
|
noreply |
24/02/2023 10:23 PM |
1KB |
|
[php-src] PR #10690: Change DOMCharacterData::appendData return type to true
|
noreply |
24/02/2023 10:53 AM |
1KB |
|
[php-src] PR #10589: ext/opcache/zend_shared_alloc: use memfd for locking if available
|
noreply |
24/02/2023 06:48 AM |
1KB |
|
[php-src] PR #10478: Fix Segfault when using ReflectionFiber #10439
|
noreply |
24/02/2023 06:42 AM |
1KB |
|
[php-src] PR #10686: Re-enable UnixODBC testing.
|
noreply |
24/02/2023 06:28 AM |
1KB |
|
[php-src] PR #10688: Use an explicit failure check for zend_result functions in the scanner
|
noreply |
24/02/2023 06:09 AM |
1KB |
|
[php-src] PR #10689: Test change
|
noreply |
24/02/2023 05:23 AM |
1KB |
|
[php-src] PR #10689: Test change
|
noreply |
24/02/2023 05:22 AM |
1KB |
|
[php-src] PR #10688: Use an explicit failure check for zend_result functions in the scanner
|
noreply |
24/02/2023 04:39 AM |
1KB |
|
[php-src] PR #10667: Fix incorrect string length for output_handler in zlib ini code
|
noreply |
24/02/2023 03:03 AM |
1KB |
|
[php-src] PR #10687: random: Fix return type of php_random_(bytes|int)
|
noreply |
24/02/2023 02:50 AM |
1KB |
|
[php-src] PR #10668: random: Move the CSPRNG implementation into a separate C file
|
noreply |
24/02/2023 02:35 AM |
1KB |
|
[php-src] PR #10686: Re-enable UnixODBC testing.
|
noreply |
24/02/2023 01:56 AM |
1KB |
|
[php-src] PR #10684: Re-enable UnixODBC testing.
|
noreply |
24/02/2023 01:52 AM |
1KB |
|
[php-src] PR #10684: Re-enable UnixODBC testing.
|
noreply |
24/02/2023 12:23 AM |
1KB |
|
[php-src] PR #10681: Actions: Canonicalize architecture names
|
noreply |
23/02/2023 11:35 PM |
1KB |
|
[php-src] PR #10681: Actions: Canonicalize architecture names
|
noreply |
23/02/2023 11:21 PM |
1KB |
|
[php-src] PR #10621: zend_compiler, ...: use `uint8_t` instead of `zend_uchar`
|
noreply |
23/02/2023 11:10 PM |
1KB |
|
[php-src] PR #10655: Zend/zend_variables: use C99 designated initializers
|
noreply |
23/02/2023 10:59 PM |
1KB |
|
[php-src] PR #10682: Fix bug #80602 Segfault when using DOMChildNode::before()
|
noreply |
23/02/2023 10:50 PM |
1KB |
|
[php-src] PR #10681: Actions: Canonicalize architecture names
|
noreply |
23/02/2023 09:45 PM |
1KB |
|
[php-src] PR #10679: Add Windows GitHub actions build
|
noreply |
23/02/2023 07:57 PM |
1KB |
|
[php-src] PR #10569: Declare proper parameter default values for imagegd2
|
noreply |
23/02/2023 06:08 PM |
1KB |
|
[php-src] PR #10552: Add support for generating namespaced constant
|
noreply |
23/02/2023 06:03 PM |
1KB |
|
[php-src] PR #10678: configure.ac: don't `unset LDFLAGS`
|
noreply |
23/02/2023 05:54 PM |
1KB |
|
[php-src] PR #10552: Add support for generating namespaced constant
|
noreply |
23/02/2023 05:17 PM |
1KB |
|
[php-src] PR #10552: Add support for generating namespaced constant
|
noreply |
23/02/2023 05:17 PM |
1KB |
|
[php-src] PR #10676: Fix bug #10672
|
noreply |
23/02/2023 02:11 PM |
1KB |
|
[php-src] PR #10677: Fix GH-10672 (pg_lo_open segfaults in the strict_types mode)
|
noreply |
23/02/2023 01:49 PM |
1KB |
|
[php-src] PR #10676: Fix github bug #10672
|
noreply |
23/02/2023 01:43 PM |
1KB |
|
[php-src] PR #10675: XML options handling refactoring
|
noreply |
23/02/2023 01:36 PM |
1KB |
|
[php-src] PR #10591: Major overhaul of mbstring (part 31)
|
noreply |
23/02/2023 05:34 AM |
1KB |
|
[php-src] PR #10666: New test case from ed0c0df351 exercises the code it was intended to
|
noreply |
23/02/2023 05:20 AM |
1KB |
|
[php-src] PR #10669: tests(ext-curl): fix HTTP/2 Server Push tests
|
noreply |
23/02/2023 04:29 AM |
1KB |
|
[php-src] PR #10668: random: Move the CSPRNG implementation into a separate C file
|
noreply |
23/02/2023 03:56 AM |
1KB |
|
[php-src] PR #10615: makedist: Use fixed sort in generated tarball
|
noreply |
23/02/2023 03:28 AM |
1KB |
|
[php-src] PR #10667: Fix incorrect string length for output_handler in zlib ini code
|
noreply |
23/02/2023 02:51 AM |
1KB |
|
[php-src] PR #10666: New test case from ed0c0df351 exercises the code it was intended to
|
noreply |
23/02/2023 01:26 AM |
1KB |
|
[php-src] PR #10604: Implement automated release workflow for GitHub Actions
|
noreply |
22/02/2023 11:52 PM |
1KB |
|
[php-src] PR #10630: CODING_STANDARDS.md: add rules for bool/zend_result return types
|
noreply |
22/02/2023 10:27 PM |
1KB |
|
[php-src] PR #10630: CODING_STANDARDS.md: add rules for bool/zend_result return types
|
noreply |
22/02/2023 10:15 PM |
1KB |
|
[php-src] PR #8392: Test Windows x86 and x64 with Github Actions
|
noreply |
22/02/2023 09:46 PM |
1KB |
|
[php-src] PR #10664: Add Windows GitHub actions build
|
noreply |
22/02/2023 09:45 PM |
1KB |
|
[php-src] PR #10663: use C++ compiler for linking, replaces `-lstdc++`
|
noreply |
22/02/2023 08:14 PM |
1KB |
|
[php-src] PR #10250: Fix GH-10239: proc_close after proc_get_status always returns -1
|
noreply |
22/02/2023 07:19 PM |
1KB |
|
[php-src] PR #10662: sapi/fpm: change lots of return types to `zend_result`
|
noreply |
22/02/2023 07:08 PM |
1KB |
|
[php-src] PR #10483: Implement GH-9826: Make class_alias() work with internal classes
|
noreply |
22/02/2023 07:00 PM |
1KB |
|
[php-src] PR #10660: sapi/fpm/status: replace variable-length array with emalloc()
|
noreply |
22/02/2023 04:49 PM |
1KB |
|
[php-src] PR #10658: JIT: Fix SIGSEGV issue while running hyperf-skeleton
|
noreply |
22/02/2023 12:47 PM |
1KB |
|
[php-src] PR #10656: make clean: remove ext/opcache/minilua
|
noreply |
22/02/2023 05:39 AM |
1KB |
|
[php-src] PR #10653: Fix bug #10647
|
noreply |
22/02/2023 05:17 AM |
1KB |
|
[php-src] PR #10657: Split headers, part 2
|
noreply |
22/02/2023 04:32 AM |
1KB |
|
[php-src] PR #10656: make clean: remove ext/opcache/minilua
|
noreply |
22/02/2023 04:30 AM |
1KB |
|
[php-src] PR #10655: Zend/zend_variables: use C99 designated initializers
|
noreply |
22/02/2023 04:09 AM |
1KB |
|
[php-src] PR #10652: Fix GH-10651: mbfl_filt_conv_jis_wchar() state transition to JIS X 0201 when 0x0f is passed
|
noreply |
22/02/2023 12:49 AM |
1KB |
|
[php-src] PR #10653: Fix bug #10647
|
noreply |
22/02/2023 12:35 AM |
1KB |
|
[php-src] PR #10644: Propagate errors correctly in ps_files_cleanup_dir()
|
noreply |
22/02/2023 12:25 AM |
1KB |
|
[php-src] PR #10650: ext: make lots of internal functions static
|
noreply |
22/02/2023 12:04 AM |
1KB |
|
[php-src] PR #10645: sapi/fpm: remove use of variable-length arrays
|
noreply |
22/02/2023 12:03 AM |
1KB |
|
[php-src] PR #10652: Fix GH-10651: mbfl_filt_conv_jis_wchar() state transition to JIS X 0201 when 0x0f is passed
|
noreply |
21/02/2023 10:54 PM |
1KB |
|
[php-src] PR #10617: Two `enum`s instead of preprocessor macros
|
noreply |
21/02/2023 10:47 PM |
1KB |
|
[php-src] PR #10637: Fix Tidy tests failing due to different spelling
|
noreply |
21/02/2023 10:46 PM |
1KB |
|
[php-src] PR #10632: Fix incorrect error check in browsecap for pcre2_match()
|
noreply |
21/02/2023 10:27 PM |
1KB |
|
[php-src] PR #10636: Add missing error check on tidyLoadConfig
|
noreply |
21/02/2023 10:27 PM |
1KB |
|
[php-src] PR #10650: ext: make lots of internal functions static
|
noreply |
21/02/2023 10:25 PM |
1KB |
|
[php-src] PR #10646: Make lots of string pointers `const`
|
noreply |
21/02/2023 10:14 PM |
1KB |
|
[php-src] PR #10646: Make lots of string pointers `const`
|
noreply |
21/02/2023 10:14 PM |
1KB |
|
[php-src] PR #10646: Make lots of string pointers `const`
|
noreply |
21/02/2023 10:14 PM |
1KB |
|
[php-src] PR #10640: Fix `zend_result` return values
|
noreply |
21/02/2023 10:07 PM |
1KB |
|
[php-src] PR #10646: Make lots of string pointers `const`
|
noreply |
21/02/2023 08:39 PM |
1KB |
|
[php-src] PR #10645: sapi/fpm: remove use of variable-length arrays
|
noreply |
21/02/2023 08:37 PM |
1KB |
|
[php-src] PR #10644: Propagate errors correctly in ps_files_cleanup_dir()
|
noreply |
21/02/2023 07:05 PM |
1KB |
|
[php-src] PR #10642: Zend/Zend.m4: use AX_APPEND_COMPILE_FLAGS
|
noreply |
21/02/2023 06:50 PM |
1KB |
|
[php-src] PR #10641: Enable `-Wassign-enum` in the Cirrus clang build (plus two fixes)
|
noreply |
21/02/2023 06:25 PM |
1KB |
|
[php-src] PR #10640: Fix `zend_result` return values
|
noreply |
21/02/2023 06:21 PM |
1KB |
|
[php-src] PR #10639: Fix misleading pass by reference error message
|
noreply |
21/02/2023 04:26 PM |
1KB |
|
[php-src] PR #10638: Fix GH-10635: ARM64 function JIT causes impossible assertion
|
noreply |
21/02/2023 02:38 PM |
1KB |
|
[php-src] PR #10638: Fix GH-10635: ARM64 function JIT causes impossible assertion
|
noreply |
21/02/2023 07:31 AM |
1KB |
|
[php-src] PR #10467: Improve the optimizer's check if a function is a prototype or not
|
noreply |
21/02/2023 05:47 AM |
1KB |
|
[php-src] PR #10637: Fix Tidy tests failing due to different spelling
|
noreply |
21/02/2023 12:22 AM |
1KB |
|
[php-src] PR #10608: Add `const` to lots of pointers
|
noreply |
20/02/2023 10:14 PM |
1KB |
|
[php-src] PR #10628: Fix GH-10627: mb_convert_encoding crashes PHP on Windows
|
noreply |
20/02/2023 10:01 PM |
1KB |
|
[php-src] PR #10532: ext/mbstring: fix new_value length check
|
noreply |
20/02/2023 10:01 PM |
1KB |
|
[php-src] PR #10636: Add missing error check on tidyLoadConfig
|
noreply |
20/02/2023 10:00 PM |
1KB |
|
[php-src] PR #10631: CODING_STANDARDS.md: establish C99 as the implementation language
|
noreply |
20/02/2023 09:37 PM |
1KB |
|
[php-src] PR #10592: Zend/zend_extensions: make zend_extension_version_info const
|
noreply |
20/02/2023 09:34 PM |
1KB |
|
[php-src] PR #10467: Improve the optimizer's check if a function is a prototype or not
|
noreply |
20/02/2023 09:27 PM |
1KB |
|
[php-src] PR #10467: Improve the optimizer's check if a function is a prototype or not
|
noreply |
20/02/2023 09:27 PM |
1KB |
|
[php-src] PR #10609: Zend/zend_types.h: move `zend_result` to separate header
|
noreply |
20/02/2023 09:20 PM |
1KB |
|
[php-src] PR #10381: Fix GH-10377: Unable to have an anonymous readonly class
|
noreply |
20/02/2023 08:46 PM |
1KB |
|
[php-src] PR #10632: Fix incorrect error check in browsecap for pcre2_match()
|
noreply |
20/02/2023 06:14 PM |
1KB |
|
[php-src] PR #10631: CODING_STANDARDS.md: establish C99 as the implementation language
|
noreply |
20/02/2023 03:40 PM |
1KB |
|
[php-src] PR #10630: CODING_STANDARDS.md: add rules for bool/zend_result return types
|
noreply |
20/02/2023 03:30 PM |
1KB |
|
[php-src] PR #10628: Fix GH-10627: mb_convert_encoding crashes PHP on Windows
|
noreply |
20/02/2023 05:03 AM |
1KB |
|
[php-src] PR #10625: Fix GH-10623: ReflectionFunction::getClosureUsedVariables() returns empty array in presence of vari...
|
noreply |
20/02/2023 04:46 AM |
1KB |
|
[php-src] PR #10625: Fix GH-10623: ReflectionFunction::getClosureUsedVariables() returns empty array in presence of vari...
|
noreply |
19/02/2023 10:49 PM |
1KB |
|
[php-src] PR #10624: Fix GH-8065: Rework checksum skip list in a pragmatic way
|
noreply |
19/02/2023 10:33 PM |
1KB |
|
[php-src] PR #10622: Zend/zend_fibers: change return value to zend_result
|
noreply |
19/02/2023 04:43 PM |
1KB |
|
[php-src] PR #10621: zend_compiler, ...: use `uint_least8_t` instead of `zend_uchar`
|
noreply |
19/02/2023 04:09 PM |
1KB |
|
[php-src] PR #5430: Minor cleanup of some unused code in SPL
|
noreply |
19/02/2023 08:16 AM |
1KB |
|
[php-src] PR #10619: Zend/zend_globals: convert fiber_stack_size to `size_t`
|
noreply |
19/02/2023 05:17 AM |
1KB |
|
[php-src] PR #10619: Zend/zend_globals: convert fiber_stack_size to `size_t`
|
noreply |
19/02/2023 04:32 AM |
1KB |
|
[php-src] PR #10610: Make globals const (part 2)
|
noreply |
19/02/2023 04:05 AM |
1KB |
|
[php-src] PR #10618: Fix GH-10611: fpm_env_init_main leaks environ
|
noreply |
19/02/2023 03:55 AM |
1KB |
|
[php-src] PR #10617: Two `enum`s instead of preprocessor macros
|
noreply |
19/02/2023 03:54 AM |
1KB |
|
[php-src] PR #10587: Zend/zend_alloc: make stderr_last_error() static
|
noreply |
19/02/2023 03:53 AM |
1KB |
|
[php-src] PR #10588: ext/opcache/zend_shared_alloc: `bool` fixups
|
noreply |
19/02/2023 03:49 AM |
1KB |
|
[php-src] PR #10597: Zend/zend_types.h: deprecate zend_bool, zend_intptr_t, zend_uintptr_t
|
noreply |
19/02/2023 03:44 AM |
1KB |
|
[php-src] PR #10616: Fix GH-10326: XSLTProcessor::transformToXml() doesn't need null return type
|
noreply |
19/02/2023 03:03 AM |
1KB |
|
[php-src] PR #10559: proc_open: reject array with empty command name
|
noreply |
19/02/2023 03:01 AM |
1KB |
|
[php-src] PR #10615: makedist: Use fixed sort in generated tarball
|
noreply |
18/02/2023 06:48 PM |
1KB |
|
[php-src] PR #10613: makedist: Use fixed owner/group in generated tarball
|
noreply |
18/02/2023 06:30 PM |
1KB |
|
[php-src] PR #10032: ext/json: add php_json_scanner_defs.h as make target
|
noreply |
18/02/2023 12:56 AM |
1KB |
|
[php-src] PR #10613: makedist: Use fixed owner/group in generated tarball
|
noreply |
18/02/2023 12:43 AM |
1KB |
|
[php-src] PR #10610: Make globals const (part 2)
|
noreply |
17/02/2023 07:39 PM |
1KB |
|
[php-src] PR #10609: Zend/zend_types.h: move `zend_result` to separate header
|
noreply |
17/02/2023 07:05 PM |
1KB |
|
[php-src] PR #10338: CODING_STANDARDS.md: add rules for `#include` directives
|
noreply |
17/02/2023 07:01 PM |
1KB |
|
[php-src] PR #10608: Add `const` to lots of pointers
|
noreply |
17/02/2023 06:28 PM |
1KB |
|
[php-src] PR #10607: Fixed GH-10270 Unable to return CURL_READFUNC_PAUSE in readfunc callback
|
noreply |
17/02/2023 01:08 PM |
1KB |
|
[php-src] PR #10546: Fix another use-after-free with static properties/destructors
|
noreply |
17/02/2023 07:30 AM |
1KB |
|
[php-src] PR #10606: Delay freeing of overwritten values in assignments
|
noreply |
17/02/2023 07:30 AM |
1KB |
|
[php-src] PR #8632: Add a SECURITY.md community health file to the repo
|
noreply |
16/02/2023 12:09 PM |
1KB |
|
[php-src] PR #10605: JIT: add missing endbr
|
noreply |
16/02/2023 10:09 AM |
1KB |
|
[php-src] PR #10604: Implement release workflow for GitHub Actions
|
noreply |
16/02/2023 08:54 AM |
1KB |
|
[php-src] PR #10603: Improvements to _php_stream_copy_to_stream_ex()
|
noreply |
16/02/2023 04:47 AM |
1KB |
|
[php-src] PR #10597: Zend/zend_types.h: deprecate zend_bool, zend_intptr_t, zend_uintptr_t
|
noreply |
15/02/2023 07:50 PM |
1KB |
|
[php-src] PR #10596: .github/workflows/push.yml: add clang-tidy job
|
noreply |
15/02/2023 05:17 PM |
1KB |
|
[php-src] PR #10594: Replace outdated DATE_ISO8601 in favor of DATE_ATOM
|
noreply |
15/02/2023 06:45 AM |
1KB |
|
[php-src] PR #10592: Zend/zend_extensions: make zend_extension_version_info const
|
noreply |
15/02/2023 04:00 AM |
1KB |
|
[php-src] PR #10591: Major overhaul of mbstring (part 31)
|
noreply |
15/02/2023 03:50 AM |
1KB |
|
[php-src] PR #10586: [ci skip] NEWS
|
noreply |
15/02/2023 03:40 AM |
1KB |
|
[php-src] PR #10590: ext/opcache/zend_shared_alloc: minor code cleanup
|
noreply |
15/02/2023 01:40 AM |
1KB |
|
[php-src] PR #10589: ext/opcache/zend_shared_alloc: use memfd for locking if available
|
noreply |
15/02/2023 01:37 AM |
1KB |
|
[php-src] PR #10588: ext/opcache/zend_shared_alloc: `bool` fixups
|
noreply |
15/02/2023 01:02 AM |
1KB |
|
[php-src] PR #10587: Zend/zend_alloc: make stderr_last_error() static
|
noreply |
15/02/2023 12:58 AM |
1KB |
|
[php-src] PR #10586: [ci skip] NEWS
|
noreply |
15/02/2023 12:53 AM |
1KB |
|
[php-src] PR #10584: Zend/zend_alloc: add missing semicolon
|
noreply |
14/02/2023 10:11 PM |
1KB |
|
[php-src] PR #10458: Fix updating SSA object type for *_ASSIGN_OP
|
noreply |
14/02/2023 04:42 PM |
1KB |
|
[php-src] PR #10579: Make C functions returning "void" to return PHP "null"
|
noreply |
14/02/2023 02:39 PM |
1KB |
|
[php-src] PR #10580: dtrace add prev method and prev class
|
noreply |
14/02/2023 08:16 AM |
1KB |
|
[php-src] PR #10580: dtrace add prev method and prev class
|
noreply |
14/02/2023 05:26 AM |
1KB |
|
[php-src] PR #10579: Make C functions returning "void" to return PHP "null"
|
noreply |
14/02/2023 04:00 AM |
1KB |
|
[php-src] PR #10577: posix: fix misuse of bool (invalid code in c23)
|
noreply |
14/02/2023 03:55 AM |
1KB |
|
[php-src] PR #10568: Fix assertion failure when var_dump'ing void FFI result
|
noreply |
14/02/2023 03:51 AM |
1KB |
|
[php-src] PR #10577: posix: fix misuse of bool (invalid code in c23)
|
noreply |
14/02/2023 12:24 AM |
1KB |
|
[php-src] PR #10508: Fix GH-10496: Segfault in fiber with nested calls
|
noreply |
13/02/2023 08:29 PM |
1KB |
|
[php-src] PR #10557: Fix collection of unfinished function call in fibers
|
noreply |
13/02/2023 08:24 PM |
1KB |
|
[php-src] PR #10517: Stop copying internal functions into each thread
|
noreply |
13/02/2023 03:22 PM |
1KB |
|
[php-src] PR #6361: base64: add avx512 and vbmi version.
|
noreply |
13/02/2023 11:43 AM |
1KB |
|
[php-src] PR #10574: Fix GH-8556: FFI\CData use-after-free after FFI object destroyed
|
noreply |
13/02/2023 06:13 AM |
1KB |
|
[php-src] PR #10563: sockets add SO_RERROR/SO_ZEROIZE/SO_SPLICE net/openbsd's constants.
|
noreply |
13/02/2023 06:09 AM |
1KB |
|
[php-src] PR #10567: [soon-to-be-rfc?] Implement GH-10526: array_unique: add way to compare items with an identity check...
|
noreply |
12/02/2023 09:13 PM |
1KB |
|
[php-src] PR #10572: Fix GH-10570: Assertion `(key)->h != 0 && "Hash must be known"' failed.
|
noreply |
12/02/2023 07:10 PM |
1KB |
|
[php-src] PR #10569: Declare proper parameter default values for imagegd2
|
noreply |
12/02/2023 05:15 AM |
1KB |
|
[php-src] PR #10568: Fix assertion failure when var_dump'ing void FFI result
|
noreply |
12/02/2023 05:14 AM |
1KB |
|
[php-src] PR #10567: Implement GH-10526: array_unique: add way to compare items with an identity check (===)
|
noreply |
12/02/2023 04:28 AM |
1KB |
|
[php-src] PR #10551: Fix GH-10548: copy() fails on cifs mounts because of incorrect length (cfr_max) specified in strea...
|
noreply |
11/02/2023 11:38 PM |
1KB |
|
[php-src] PR #10536: Simplify php_reflection.c, class name cannot start with backslash
|
noreply |
11/02/2023 10:03 PM |
1KB |
|
[php-src] PR #10564: in-house LTO support proposal.
|
noreply |
11/02/2023 08:16 PM |
1KB |
|
[php-src] PR #10563: sockets add SO_RERROR/SO_ZEROIZE/SO_SPLICE net/openbsd's constants.
|
noreply |
11/02/2023 04:04 PM |
1KB |
|
[php-src] PR #10561: [ci skip] NEWS
|
noreply |
11/02/2023 07:31 AM |
1KB |
|
[php-src] PR #10422: Fix bug #65106: PHP fails to compile ext/fileinfo
|
noreply |
11/02/2023 05:26 AM |
1KB |
|
[php-src] PR #10422: Fix bug #65106: PHP fails to compile ext/fileinfo
|
noreply |
11/02/2023 05:26 AM |
1KB |
|
[php-src] PR #10561: [ci skip] NEWS
|
noreply |
11/02/2023 04:57 AM |
1KB |
|
[php-src] PR #10560: Fix GH-10489: run-tests.php does not escape path when building cmd
|
noreply |
11/02/2023 04:52 AM |
1KB |
|
[php-src] PR #10559: proc_open: reject array with empty command name
|
noreply |
11/02/2023 04:47 AM |
1KB |
|
[php-src] PR #10556: Zend/zend_execute: clear reference before calling dtor
|
noreply |
11/02/2023 04:28 AM |
1KB |
|
[php-src] PR #10557: Fix colletion of unfinished function call in fibers
|
noreply |
11/02/2023 01:24 AM |
1KB |
|
[php-src] PR #10475: Bring minimum precision inline with spprintf
|
noreply |
10/02/2023 10:58 PM |
1KB |
|
[php-src] PR #10534: Fixed OSS fuzz issues #55589, #55599, and #55727
|
noreply |
10/02/2023 10:58 PM |
1KB |
|
[php-src] PR #10545: Fix memory leaks in ext-tidy
|
noreply |
10/02/2023 10:30 PM |
1KB |
|
[php-src] PR #10556: Zend/zend_execute: clear reference before calling dtor
|
noreply |
10/02/2023 08:39 PM |
1KB |
|
[php-src] PR #10440: Fix GH-10370: File corruption in _php_stream_copy_to_stream_ex when using copy_file_range
|
noreply |
10/02/2023 08:21 PM |
1KB |
|
[php-src] PR #10554: Proposal to improve consitency of is_iterable() and isIterable Reflection class method with what fo...
|
noreply |
10/02/2023 07:45 PM |
1KB |
|
[php-src] PR #10553: ext/curl: suppress -Wdeprecated-declarations in curl_arginfo.h
|
noreply |
10/02/2023 06:45 PM |
1KB |
|
[php-src] PR #10552: Add support for generating namespaced constant
|
noreply |
10/02/2023 01:25 PM |
1KB |
|
[php-src] PR #10551: Fix GH-10548: copy() fails on cifs mounts because of incorrect length (cfr_max) specified in strea...
|
noreply |
10/02/2023 05:43 AM |
1KB |
|
[php-src] PR #10549: opcache/pcntl/cli: Fixes few functions signatures.
|
noreply |
10/02/2023 04:11 AM |
1KB |
|
[php-src] PR #10502: Fix oss-fuzz 55599 & 55589 in ext/date
|
noreply |
09/02/2023 07:17 PM |
1KB |
|
[php-src] PR #10542: Bump minimum re2c version requirement to 1.0.3
|
noreply |
09/02/2023 07:15 PM |
1KB |
|
[php-src] PR #10541: Fix test timeout on slow machine
|
noreply |
09/02/2023 01:51 PM |
1KB |
|
[php-src] PR #10546: Fix another use-after-free with static properties/destructors
|
noreply |
09/02/2023 08:13 AM |
1KB |
|
[php-src] PR #10549: opcache/pcntl/cli: Fixes few functions signatures.
|
noreply |
09/02/2023 06:59 AM |
1KB |
|
[php-src] PR #10531: ext/curl: suppress -Wdeprecated-declarations
|
noreply |
09/02/2023 02:47 AM |
1KB |
|
[php-src] PR #10546: Fix another use-after-free with static properties/destructors
|
noreply |
08/02/2023 11:12 PM |
1KB |
|
[php-src] PR #10545: Fix memory leaks in ext-tidy
|
noreply |
08/02/2023 11:07 PM |
1KB |
|
[php-src] PR #10544: Use common function for TypeError on illegal offset access
|
noreply |
08/02/2023 09:13 PM |
1KB |
|
[php-src] PR #10504: Inform type in messsage: 'Illegal offset type'
|
noreply |
08/02/2023 08:24 PM |
1KB |
|
[php-src] PR #10542: Bump minimum re2c version requirement to 1.0.3
|
noreply |
08/02/2023 07:32 PM |
1KB |
|
[php-src] PR #10366: Implement DateTime Exceptions RFC
|
noreply |
08/02/2023 06:56 PM |
1KB |
|
[php-src] PR #10541: Fix test timeout on slow machine
|
noreply |
08/02/2023 06:06 PM |
1KB |
|
[php-src] PR #10522: random: Use branchless implementation for mask generation in Randomizer::getBytesFromString()
|
noreply |
08/02/2023 04:49 PM |
1KB |
|
[php-src] PR #10404: .github/workflows/push.yml: add job to build out-of-tree extensions
|
noreply |
08/02/2023 08:58 AM |
1KB |
|
[php-src] PR #10524: Alternative fix for GH-10168 (alternative to GH-10500)
|
noreply |
08/02/2023 08:41 AM |
1KB |
|
[php-src] PR #10539: Cleanup dead code in array_slice
|
noreply |
08/02/2023 08:07 AM |
1KB |
|
[php-src] PR #10336: php.ini: disable opcache.huge_code_pages by default, clarify documentation
|
noreply |
08/02/2023 07:06 AM |
1KB |
|
[php-src] PR #10528: Zend/zend_cpuinfo, ext/standard/crc32_x86: fix -Wstrict-prototypes
|
noreply |
08/02/2023 07:01 AM |
1KB |
|
[php-src] PR #10539: Cleanup dead code in array_slice
|
noreply |
08/02/2023 06:25 AM |
1KB |
|
[php-src] PR #10538: Fix streams copy length after partial copy_file_range.
|
noreply |
08/02/2023 06:05 AM |
1KB |
|
[php-src] PR #10538: Fix streams copy length after partial copy_file_range.
|
noreply |
08/02/2023 05:50 AM |
1KB |
|
[php-src] PR #10500: Fix GH-10168: heap-buffer-overflow at zval_undefined_cv
|
noreply |
08/02/2023 04:54 AM |
1KB |
|
[php-src] PR #10536: Simplify php_reflection.c, class name cannot start with backslash
|
noreply |
08/02/2023 02:43 AM |
1KB |
|
[php-src] PR #10535: Unify run-tests.php test parsing
|
noreply |
08/02/2023 02:41 AM |
1KB |
|
[php-src] PR #10397: Minor conditions simplify
|
noreply |
08/02/2023 02:40 AM |
1KB |
|
[php-src] PR #8018: Fix PDO OCI Bug #60994 (Reading a multibyte CLOB caps at 8192 chars)
|
noreply |
07/02/2023 11:47 PM |
1KB |
|
[php-src] PR #10475: Bring minimum precision inline with spprintf
|
noreply |
07/02/2023 10:43 PM |
1KB |
|
[php-src] PR #10534: Fixed OSS fuzz issues #55589, #55599, and #55727
|
noreply |
07/02/2023 09:44 PM |
1KB |
|
[php-src] PR #10533: ext/opcache/zend_jit: call TSRM dtor before unloading opcache.so
|
noreply |
07/02/2023 09:22 PM |
1KB |
|
[php-src] PR #10533: ext/opcache/zend_jit: call TSRM dtor before unloading opcache.so
|
noreply |
07/02/2023 08:19 PM |
1KB |
|
[php-src] PR #10532: ext/mbstring: fix new_value length check
|
noreply |
07/02/2023 07:56 PM |
1KB |
|
[php-src] PR #10531: ext/curl: suppress -Wdeprecated-declarations
|
noreply |
07/02/2023 07:54 PM |
1KB |
|
[php-src] PR #10529: ext/opcache/zend_jit_trace: remove unnecessary NULL check
|
noreply |
07/02/2023 06:55 PM |
1KB |
|
[php-src] PR #10527: ext/opcache/zend_jit: cast function to fix -Wincompatible-pointer-types
|
noreply |
07/02/2023 06:51 PM |
1KB |
|
[php-src] PR #10528: Zend/zend_cpuinfo, ext/standard/crc32_x86: fix -Wstrict-prototypes
|
noreply |
07/02/2023 06:45 PM |
1KB |
|
[php-src] PR #10527: ext/opcache/zend_jit: cast function to fix -Wincompatible-pointer-types
|
noreply |
07/02/2023 06:40 PM |
1KB |
|
[php-src] PR #6361: base64: add avx512 and vbmi version.
|
noreply |
07/02/2023 09:58 AM |
1KB |
|
[php-src] PR #6361: base64: add avx512 and vbmi version.
|
noreply |
07/02/2023 09:58 AM |
1KB |
|
[php-src] PR #10525: Fix GH-10521: ftp_get/ftp_nb_get resumepos offset is maximum 10GB
|
noreply |
07/02/2023 06:08 AM |
1KB |
|
[php-src] PR #10524: Fix 10168 alternative
|
noreply |
07/02/2023 05:32 AM |
1KB |
|
[php-src] PR #6939: Dom namespacenode improvement
|
noreply |
07/02/2023 03:25 AM |
1KB |
|
[php-src] PR #10522: random: Use branchless implementation for mask generation in Randomizer::getBytesFromString()
|
noreply |
07/02/2023 02:15 AM |
1KB |
|
[php-src] PR #10474: Fixed exit_counters memory leak in ZTS
|
noreply |
06/02/2023 11:56 PM |
1KB |
|
[php-src] PR #5135: Add VM reentry limit
|
noreply |
06/02/2023 11:30 PM |
1KB |
|
[php-src] PR #10520: Add assertion that php_pcre_replace_impl() returns a valid pointer in SPL RegexIterator()
|
noreply |
06/02/2023 10:46 PM |
1KB |
|
[php-src] PR #10517: Stop copying internal functions into each thread
|
noreply |
06/02/2023 09:17 PM |
1KB |
|
[php-src] PR #10457: [RFC] Add support for building to the wasm32-wasi target
|
noreply |
06/02/2023 08:07 PM |
1KB |
|
[php-src] PR #10457: [RFC] Add support for building to the wasm32-wasi target
|
noreply |
06/02/2023 08:00 PM |
1KB |
|
[php-src] PR #10457: [RFC] Add support for building to the wasm32-wasi target
|
noreply |
06/02/2023 07:59 PM |
1KB |
|
[php-src] PR #10474: Fixed exit_counters memory leak in ZTS
|
noreply |
06/02/2023 05:20 PM |
1KB |
|
[php-src] PR #10474: Fixed exit_counters memory leak in ZTS
|
noreply |
06/02/2023 05:18 PM |
1KB |
|
[php-src] PR #10488: Add AVX2-accelerated UTF-16 decoding/encoding routines
|
noreply |
06/02/2023 02:01 PM |
1KB |
|
[php-src] PR #10511: When fuzzing mbstring encoding conversion code, compare output with different intermediate buffer s...
|
noreply |
06/02/2023 02:17 AM |
1KB |
|
[php-src] PR #10501: Metaphone performance improvement
|
noreply |
06/02/2023 01:15 AM |
1KB |
|
[php-src] PR #10407: Fix GH-10398: Fibers are broken on alpine x86 with clang
|
noreply |
06/02/2023 01:07 AM |
1KB |
|
[php-src] PR #10507: Implement an SSE2 accelerated version of zend_adler32 to speedup startup time for the file cache
|
noreply |
06/02/2023 12:11 AM |
1KB |
|
[php-src] PR #10511: When fuzzing mbstring encoding conversion code, compare output with different intermediate buffer s...
|
noreply |
05/02/2023 11:40 PM |
1KB |
|
[php-src] PR #10498: ext/snmp: use memcpy() instead of memmove()
|
noreply |
05/02/2023 11:23 PM |
1KB |
|
[php-src] PR #10490: UTF-8 flag cleanup, and str_repeat
|
noreply |
05/02/2023 10:45 PM |
1KB |
|
[php-src] PR #10388: Fix GH-10385: FPM successful config test early exit
|
noreply |
05/02/2023 09:24 PM |
1KB |
|
[php-src] PR #10319: Fix GH-10315: FPM unknown child alert not valid
|
noreply |
05/02/2023 08:51 PM |
1KB |
|
[php-src] PR #10510: Introduce a special FPM event pid callback
|
noreply |
05/02/2023 07:14 PM |
1KB |
|
[php-src] PR #10508: Fix GH-10496: Segfault in fiber with nested calls
|
noreply |
05/02/2023 08:03 AM |
1KB |
|
[php-src] PR #10507: Implement an SSE2 accelerated version of zend_adler32 to speedup startup time for the file cache
|
noreply |
05/02/2023 07:42 AM |
1KB |
|
[php-src] PR #10505: Implement GH-8641: [Stream] STREAM_NOTIFY_COMPLETED over HTTP never emitted
|
noreply |
05/02/2023 12:43 AM |
1KB |
|
[php-src] PR #10505: Implement GH-8641: [Stream] STREAM_NOTIFY_COMPLETED over HTTP never emitted
|
noreply |
05/02/2023 12:22 AM |
1KB |
|
[php-src] PR #10504: Inform type in messsage: 'Illegal offset type'
|
noreply |
04/02/2023 11:37 PM |
1KB |
|
[php-src] PR #10503: touched up some misspellings
|
noreply |
04/02/2023 03:16 PM |
1KB |
|
[php-src] PR #10503: touched up some misspellings
|
noreply |
04/02/2023 09:59 AM |
1KB |
|
[php-src] PR #10502: Fix oss-fuzz 55599 & 55589 in ext/date
|
noreply |
04/02/2023 09:39 AM |
1KB |
|
[php-src] PR #10501: Metaphone
|
noreply |
04/02/2023 08:17 AM |
1KB |
|
[php-src] PR #10500: Fix GH-10168: heap-buffer-overflow at zval_undefined_cv
|
noreply |
04/02/2023 07:53 AM |
1KB |
|
[php-src] PR #10499: Zend/zend_portability.h: add ZEND_ATTRIBUTE_{PURE,CONST}
|
noreply |
04/02/2023 07:19 AM |
1KB |
|
[php-src] PR #10498: ext/snmp: use memcpy() instead of memmove()
|
noreply |
04/02/2023 06:49 AM |
1KB |
|
[php-src] PR #10156: Fix GH-9981: FPM does not reset fastcgi.error_header
|
noreply |
03/02/2023 10:47 PM |
1KB |
|
[php-src] PR #10493: Use AVX2 to accelerate strto{upper,lower} (only on 'AVX2-native' builds for now)
|
noreply |
03/02/2023 10:43 PM |
1KB |
|
[php-src] PR #9711: Avoid crash for reset/end/next/prev() on ffi classes
|
noreply |
03/02/2023 10:30 PM |
1KB |
|
[php-src] PR #10494: Zend/Optimizer/zend_func_info.h: remove forward declarations
|
noreply |
03/02/2023 07:44 PM |
1KB |
|
[php-src] PR #10493: Use AVX2 to accelerate strto{upper,lower} (only on 'AVX2-native' builds for now)
|
noreply |
03/02/2023 03:38 PM |
1KB |
|
[php-src] PR #10492: Fix GH-10031: [Stream] STREAM_NOTIFY_PROGRESS over HTTP emitted irregularly for last chunk of data
|
noreply |
03/02/2023 07:19 AM |
1KB |
|
[php-src] PR #10490: UTF-8 flag cleanup, and str_repeat
|
noreply |
03/02/2023 04:47 AM |
1KB |
|
[php-src] PR #10488: Add AVX2-accelerated UTF-16 decoding/encoding routines
|
noreply |
03/02/2023 03:44 AM |
1KB |
|
[php-src] PR #10179: Fix use-after-free in write_property when object is released
|
noreply |
03/02/2023 03:18 AM |
1KB |