news.php.net/php.cvs    Page: (300) [Reload] [Post] [OE] [Favorites] [Ranking] [Next]
Subject From Date Size
[PHP-CVS] [php-src] master: [skip ci] Update NEWS/UPGRADING for allowed_classes option checks noreply 20/08/2024 10:30 PM 1KB
[PHP-CVS] [php-src] master: ext/standard: Improve checking of allowed_classes option (#15267) noreply 20/08/2024 10:25 PM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 20/08/2024 10:23 PM 1KB
[PHP-CVS] [php-src] PHP-8.2: [skip ci] Fix NEWS noreply 20/08/2024 10:23 PM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.2' into PHP-8.3 noreply 20/08/2024 10:23 PM 1KB
[PHP-CVS] [php-src] master: Revert "Merge branch 'PHP-8.3'" noreply 20/08/2024 10:10 PM 1KB
[PHP-CVS] [php-src] master: Cater to raised requirement of fbclient 3.0+ for pdo_firebird (GH-15498) noreply 20/08/2024 10:00 PM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 20/08/2024 09:46 PM 1KB
[PHP-CVS] [php-src] PHP-8.3: Merge branch 'PHP-8.2' into PHP-8.3 noreply 20/08/2024 09:46 PM 1KB
[PHP-CVS] [php-src] PHP-8.2: Fix GH-15432: Heap corruption when querying a vector noreply 20/08/2024 09:46 PM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 20/08/2024 09:40 PM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.2' into PHP-8.3 noreply 20/08/2024 09:40 PM 1KB
[PHP-CVS] [php-src] master: [skip ci] Fix bug71162.phpt xfail message (GH-15506) noreply 20/08/2024 08:49 PM 1KB
[PHP-CVS] [php-src] master: ext/standard/crc32: Use zend_result return type and remove unused header noreply 20/08/2024 08:22 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Move auto_cflags marker to PHP_INIT_BUILD_SYSTEM (#15487) noreply 20/08/2024 04:30 AM 1KB
[PHP-CVS] [php-src] master: Fix virtual properties in get_class_vars() (GH-15494) noreply 19/08/2024 11:40 PM 1KB
[PHP-CVS] [php-src] master: Fix various hooked object iterator issues (GH-15394) noreply 19/08/2024 09:47 PM 1KB
[PHP-CVS] [php-src] master: Fix missing compile error when declaring hooked props on readonly classes (GH-15439) noreply 19/08/2024 08:59 PM 1KB
[PHP-CVS] [php-src] master: Fix param with hooks but no visibility not treated as cpp (GH-15442) noreply 19/08/2024 08:54 PM 1KB
[PHP-CVS] [php-src] master: Fix a mistake in mysqli test noreply 19/08/2024 08:28 PM 1KB
[PHP-CVS] [php-src] master: Drop MYSQLI_CURSOR_TYPE_FOR_UPDATE & MYSQLI_CURSOR_TYPE_SCROLLABLE (#15486) noreply 19/08/2024 07:55 PM 1KB
[PHP-CVS] [php-src] master: Fix error message and add UPGRADING entry noreply 19/08/2024 07:21 PM 1KB
[PHP-CVS] [php-src] master: Drop mysqli_stmt_result_metadata_sqltests.phpt (#15488) noreply 19/08/2024 07:08 PM 1KB
[PHP-CVS] [php-src] master: Remove MYSQLI_STMT_ATTR_PREFETCH_ROWS constant (#15485) noreply 19/08/2024 07:05 PM 1KB
[PHP-CVS] [php-src] master: [skip ci] Add UPGRADING.INTERNALS entry for EXIT opcode noreply 19/08/2024 01:49 AM 1KB
[PHP-CVS] [php-src] master: ext/standard/mail.c: Move php_mail_header_value_error_type enum out of header noreply 19/08/2024 01:43 AM 1KB
[PHP-CVS] [php-src] master: ext/standard/mail.c: Move macros out of the header noreply 19/08/2024 01:43 AM 1KB
[PHP-CVS] [php-src] master: ext/standard/mail.c: change return type of php_mail() to bool noreply 19/08/2024 01:43 AM 1KB
[PHP-CVS] [php-src] master: ext/standard/mail.c: Reduce scope of some variable declarations noreply 19/08/2024 01:42 AM 1KB
[PHP-CVS] [php-src] master: ext/standard: Throw a RequestParseBodyException instead of InvalidArgumentException (#15468) noreply 19/08/2024 01:22 AM 1KB
[PHP-CVS] [php-src] master: Remove unused ext/standard/basic_functions.h header inclusions noreply 19/08/2024 01:21 AM 1KB
[PHP-CVS] [php-src] master: ext/standard: Remove deprecated php_uint32 and php_int32 typedefs noreply 19/08/2024 01:21 AM 1KB
[PHP-CVS] [php-src] master: Remove mysqli_change_user_get_lock.phpt (#15482) noreply 19/08/2024 01:20 AM 1KB
[PHP-CVS] [php-src] master: ext/sockets: adding SO_BINDTOIFINDEX. noreply 18/08/2024 11:45 PM 1KB
[PHP-CVS] [php-src] master: Add date extension to dependencies (#15475) noreply 18/08/2024 10:48 PM 1KB
[PHP-CVS] [php-src] master: Don't skip tests which are supposed to fail; mark them as xfail (#15472) noreply 18/08/2024 07:54 PM 1KB
[PHP-CVS] [php-src] master: Avoid multiple connects in SKIPIF sections (GH-15470) noreply 18/08/2024 07:41 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Move AWK finder to PHP_INIT_BUILD_SYSTEM (#15478) noreply 18/08/2024 07:30 PM 1KB
[PHP-CVS] [php-src] master: Remove unnecessary Windows specific time formatting (GH-15474) noreply 18/08/2024 06:44 PM 1KB
[PHP-CVS] [php-src] master: Fix ZEND_FASTCALL definition wrt. x64 Windows clang builds (GH-15425) noreply 18/08/2024 06:20 PM 1KB
[PHP-CVS] [php-src] master: Drop support for MYSQL_TEST_EXPERIMENTAL (GH-15467) noreply 18/08/2024 05:07 PM 1KB
[PHP-CVS] [php-src] master: ext/bcmath: Optimize `bcdiv` processing (#14660) noreply 18/08/2024 04:58 PM 1KB
[PHP-CVS] [php-src] master: Clean up mysqli tests (#15473) noreply 18/08/2024 06:13 AM 2KB
[PHP-CVS] [php-src] master: Drop erroneous CLEAN section noreply 18/08/2024 05:30 AM 1KB
[PHP-CVS] [php-src] master: Update ext/mbstring and ext/snmp dependencies (#15469) noreply 18/08/2024 03:12 AM 1KB
[PHP-CVS] [php-src] master: Autotools: Remove PHP_LIBDIR adjustment in pdo_dblib (#15463) noreply 18/08/2024 12:40 AM 1KB
[PHP-CVS] [php-src] master: Autotools: Sync CS in pdo_odbc (#15466) noreply 18/08/2024 12:40 AM 1KB
[PHP-CVS] [php-src] master: [skip ci] Remove dead code noreply 18/08/2024 12:16 AM 1KB
[PHP-CVS] [php-src] master: Remove PHP 6 leftovers and fix mysqli tests (#15464) noreply 18/08/2024 12:05 AM 1KB
[PHP-CVS] [php-src] master: Drop support for MYSQL_TEST_SKIP_CONNECT_FAILURE (#15461) noreply 17/08/2024 11:45 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Simplify PHP_PDO_DBLIB conditions noreply 17/08/2024 09:13 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Replace obsolete backticks with $(...) in apache2handler (#15454) noreply 17/08/2024 08:38 PM 1KB
[PHP-CVS] [php-src] master: Remove php_win32_init_gettimeofday declaration (#15451) noreply 17/08/2024 07:59 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Remove redundant SAPI_SHARED assignment (#15453) noreply 17/08/2024 04:03 PM 1KB
[PHP-CVS] [php-src] master: Add hash extension to soap dependencies (#15449) noreply 17/08/2024 06:20 AM 1KB
[PHP-CVS] [php-src] master: Autotools: Simplify PHP_SELECT_SAPI in apache2handler SAPI (#15444) noreply 17/08/2024 06:20 AM 1KB
[PHP-CVS] [php-src] master: PHP 8.4 | Exit as function: fix incorrect parameter name (#15433) noreply 17/08/2024 05:35 AM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 17/08/2024 04:28 AM 1KB
[PHP-CVS] [php-src] master: [ci skip] fix NEWS noreply 17/08/2024 04:28 AM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 17/08/2024 04:25 AM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.2' into PHP-8.3 noreply 17/08/2024 04:25 AM 1KB
[PHP-CVS] [php-src] PHP-8.2: zend_max_execution_timer: fix gcc compatibility (#15447) noreply 17/08/2024 04:20 AM 1KB
[PHP-CVS] [php-src] master: GH-15440: adding CURLOPT_TCP_KEEPCNT constant (8.9.0) (#15446) noreply 17/08/2024 03:48 AM 1KB
[PHP-CVS] [php-src] master: [ci skip] Update ext/random year for zeriyoshi in EXTENSIONS noreply 17/08/2024 02:26 AM 1KB
[PHP-CVS] [php-src] PHP-8.2: [ci skip] fix NEWS noreply 17/08/2024 02:13 AM 1KB
[PHP-CVS] [php-src] master: [ci skip] Update NEWS noreply 17/08/2024 02:00 AM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 17/08/2024 02:00 AM 1KB
[PHP-CVS] [php-src] PHP-8.3: [ci skip] Update NEWS noreply 17/08/2024 01:59 AM 1KB
[PHP-CVS] [php-src] PHP-8.3: Merge branch 'PHP-8.2' into PHP-8.3 noreply 17/08/2024 01:59 AM 1KB
[PHP-CVS] [php-src] PHP-8.2: [ci skip] Update NEWS noreply 17/08/2024 01:58 AM 1KB
[PHP-CVS] [php-src] PHP-8.2: Fix MSan false-positive in zend_max_execution_timer (#15408) noreply 17/08/2024 01:54 AM 1KB
[PHP-CVS] [php-src] master: Autotools: Fix external PCRE JIT check (#15430) noreply 17/08/2024 01:21 AM 1KB
[PHP-CVS] [php-src] master: Autotools: Use AS_* macros in apache2handler SAPI (#15423) noreply 17/08/2024 12:32 AM 1KB
[PHP-CVS] [php-src] master: Autotools: Sync CS in sapi/cgi (#15407) noreply 17/08/2024 12:31 AM 1KB
[PHP-CVS] [php-src] master: libtool: Don't remove gcov *.gcno files (#15441) noreply 17/08/2024 12:19 AM 1KB
[PHP-CVS] [php-src] master: Autotools: Add note about PHP_ADD_EXTENSION_DEP usage noreply 15/08/2024 10:42 PM 1KB
[PHP-CVS] [php-src] master: Explicitly drop support for old clang versions on Windows (GH-15415) noreply 15/08/2024 08:30 PM 1KB
[PHP-CVS] [php-src] master: exit_as_funtion RFC follow-up: ensure default INI settings used in status test (#15420) noreply 15/08/2024 06:14 PM 1KB
[PHP-CVS] [php-src] master: ext/opcache/ZendAccelerator.c: Restrict MD5 header include to Windows (#15418) noreply 15/08/2024 06:12 PM 1KB
[PHP-CVS] [php-src] master: ext/session: session_create_id() now throws a ValueError for large prefix (#15338) noreply 15/08/2024 06:10 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Fix PHP_EMBED_TYPE variable substitution (#15414) noreply 15/08/2024 05:43 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Sync CS in fpm SAPI (#15412) noreply 15/08/2024 05:39 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Sync CS in sapi/fuzzer (#15417) noreply 15/08/2024 05:39 PM 1KB
[PHP-CVS] [php-src] master: Fix format specifiers and arguments in com_dotnet (GH-15398) noreply 15/08/2024 04:59 PM 1KB
[PHP-CVS] [php-src] master: ext/phar: Use standard C types noreply 15/08/2024 07:45 AM 1KB
[PHP-CVS] [php-src] master: Zend/zend_object_handlers.c: Remove unused include noreply 15/08/2024 06:10 AM 1KB
[PHP-CVS] [php-src] php-8.4.0beta3: Update versions for PHP 8.4.0beta3 noreply 15/08/2024 05:07 AM 1KB
[PHP-CVS] [php-src] created tag php-8.4.0beta3 noreply 15/08/2024 05:07 AM 1KB
[PHP-CVS] [php-src] master: [ci skip] Update NEWS for PHP 8.4.0 beta3 noreply 15/08/2024 05:06 AM 1KB
[PHP-CVS] [php-src] master: [ci skip] Update NEWS for PHP 8.4.0 beta2 noreply 15/08/2024 04:30 AM 1KB
[PHP-CVS] [php-src] php-8.4.0beta2: Update versions for PHP 8.4.0beta2 noreply 15/08/2024 04:29 AM 1KB
[PHP-CVS] [php-src] created tag php-8.4.0beta2 noreply 15/08/2024 04:29 AM 1KB
[PHP-CVS] [php-src] master: Autotools: Sync CS in sapi/cli (#15410) noreply 15/08/2024 03:39 AM 1KB
[PHP-CVS] [php-src] master: Autotools: Sync CS in sapi/litespeed (#15409) noreply 15/08/2024 03:39 AM 1KB
[PHP-CVS] [php-src] master: ext/dba: Remove arg num check prior to ZPP checks (#15401) noreply 15/08/2024 03:20 AM 1KB
[PHP-CVS] [php-src] master: Voidify getfilesystemtime() (GH-15413) noreply 15/08/2024 03:09 AM 1KB
[PHP-CVS] [php-src] master: ext/standard/php_string.h: Remove declarations that do not have an implementation (#15402) noreply 15/08/2024 03:05 AM 1KB
[PHP-CVS] [php-src] master: Autotools: Fix typo in FPM TCP_CONNECTION_INFO check (#15411) noreply 15/08/2024 02:05 AM 1KB
[PHP-CVS] [php-src] master: GetSystemTimePreciseAsFileTime() is now always available (GH-15400) noreply 15/08/2024 02:00 AM 1KB
[PHP-CVS] [php-src] master: Remove detection of unsupported Windows versions (GH-15399) noreply 15/08/2024 01:53 AM 1KB
[PHP-CVS] [php-src] master: [skip ci] 8.4 | UPGRADING: add missing constant noreply 14/08/2024 10:58 PM 1KB
[PHP-CVS] [php-src] master: [skip ci] 8.4 | UPGRADING: fix incorrect function names noreply 14/08/2024 10:58 PM 1KB
[PHP-CVS] [php-src] master: [skip ci] 8.4 | UPGRADING: move new function to correct section noreply 14/08/2024 10:58 PM 1KB
[PHP-CVS] [php-src] master: [skip ci] 8.4 | UPGRADING: fix typo noreply 14/08/2024 10:57 PM 1KB
[PHP-CVS] [php-src] master: [skip ci] 8.4 | UPGRADING: fix extension order noreply 14/08/2024 10:57 PM 1KB
[PHP-CVS] [php-src] master: [skip ci] 8.4 | UPGRADING: join PDO entries noreply 14/08/2024 10:57 PM 1KB
[PHP-CVS] [php-src] master: [skip ci] 8.4 | UPGRADING: add missing RFC links noreply 14/08/2024 10:57 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Substitute PHP_EMBED_TYPE conditionally (#15396) noreply 14/08/2024 10:40 PM 1KB
[PHP-CVS] [php-src] master: hash: Consistently check for PHP_HASH_INTRIN_SHA_* to guard compilation of SHA256_Transform_... noreply 14/08/2024 09:18 PM 1KB
[PHP-CVS] [php-src] master: ext/standard/info.c: Throw ValueErrors on invalid inputs to php_uname() (#15385) noreply 14/08/2024 08:20 PM 1KB
[PHP-CVS] [php-src] master: [skip ci] Add NEWS/UPGRADING + wording amendment for GH-13483 noreply 14/08/2024 07:56 PM 1KB
[PHP-CVS] [php-src] master: [RFC] Convert exit (and die) from language constructs to functions (#13483) noreply 14/08/2024 07:44 PM 1KB
[PHP-CVS] [php-src] master: Replace uses of php_dirname() with zend_dirname() (#15393) noreply 14/08/2024 07:36 PM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 14/08/2024 05:46 PM 1KB
[PHP-CVS] [php-src] PHP-8.3: Disable LSAN for crashing SOAP tests (GH-14562) noreply 14/08/2024 05:46 PM 1KB
[PHP-CVS] [php-src] master: Add configure phase dependencies to mysqlnd extension (#15380) noreply 14/08/2024 07:18 AM 1KB
[PHP-CVS] [php-src] master: Autotools: Use AS_* macros in embed SAPI (#15387) noreply 14/08/2024 07:18 AM 1KB
[PHP-CVS] [php-src] master: Fix test expectation for "Built by..." (#15383) noreply 14/08/2024 04:59 AM 1KB
[PHP-CVS] [php-src] master: ext/standard/info.c: Remove unreachable conditional branch noreply 14/08/2024 04:28 AM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 14/08/2024 04:03 AM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.2' into PHP-8.3 noreply 14/08/2024 04:03 AM 1KB
[PHP-CVS] [php-src] PHP-8.3: [ci skip] update NEWS noreply 14/08/2024 04:03 AM 1KB
[PHP-CVS] [php-src] PHP-8.2: Checks getrandom availability on solaris. noreply 14/08/2024 03:58 AM 1KB
[PHP-CVS] [php-src] PHP-8.3: Checks getrandom availability on solaris. noreply 14/08/2024 03:58 AM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 14/08/2024 03:58 AM 1KB
[PHP-CVS] [php-src] php-8.3.11RC1: Update versions for PHP 8.3.11RC1 noreply 14/08/2024 03:18 AM 1KB
[PHP-CVS] [php-src] created tag php-8.3.11RC1 noreply 14/08/2024 03:18 AM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 14/08/2024 03:18 AM 1KB
[PHP-CVS] [php-src] PHP-8.3: PHP-8.3 is now for PHP-8.3.12-dev noreply 14/08/2024 03:17 AM 1KB
[PHP-CVS] [php-src] created branch PHP-8.3.11 noreply 14/08/2024 03:06 AM 1KB
[PHP-CVS] [php-src] master: Drop FASTCALL on variadic functions (GH-15389) noreply 14/08/2024 01:47 AM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 14/08/2024 01:27 AM 1KB
[PHP-CVS] [php-src] PHP-8.3: Merge branch 'PHP-8.2' into PHP-8.3 noreply 14/08/2024 01:27 AM 1KB
[PHP-CVS] [php-src] master: Fix test expectation noreply 14/08/2024 01:27 AM 1KB
[PHP-CVS] [php-src] master: Completely remove session.sid_length and session.sid_bits_per_character from INI files (#153... noreply 13/08/2024 11:04 PM 1KB
[PHP-CVS] [php-src] master: ext/standard/info.c: Minor refactoring to php_get_uname() noreply 13/08/2024 10:57 PM 1KB
[PHP-CVS] [php-src] master: ext/standard/info.c: Minor refactoring to php_get_windows_name() noreply 13/08/2024 10:57 PM 1KB
[PHP-CVS] [php-src] master: Mention in UPGRADING the MYSQLI_REFRESH_* constants noreply 13/08/2024 10:24 PM 1KB
[PHP-CVS] [php-src] php-8.2.23RC1: Update versions for PHP 8.2.23RC1 noreply 13/08/2024 10:21 PM 1KB
[PHP-CVS] [php-src] created tag php-8.2.23RC1 noreply 13/08/2024 10:21 PM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 13/08/2024 10:20 PM 1KB
[PHP-CVS] [php-src] PHP-8.3: Merge branch 'PHP-8.2' into PHP-8.3 noreply 13/08/2024 10:20 PM 1KB
[PHP-CVS] [php-src] PHP-8.2: PHP-8.2 is now for PHP 8.2.24-dev noreply 13/08/2024 10:20 PM 1KB
[PHP-CVS] [php-src] master: [ci skip] Update NEWS for PHP 8.4.0 beta1 noreply 13/08/2024 10:08 PM 1KB
[PHP-CVS] [php-src] created branch PHP-8.2.23 noreply 13/08/2024 10:05 PM 1KB
[PHP-CVS] [php-src] php-8.4.0beta1: Update versions for PHP 8.4.0beta1 noreply 13/08/2024 10:02 PM 1KB
[PHP-CVS] [php-src] created tag php-8.4.0beta1 noreply 13/08/2024 10:02 PM 1KB
[PHP-CVS] [php-src] master: Reset seen symbols when ending namespace (GH-15244) noreply 13/08/2024 09:48 PM 1KB
[PHP-CVS] [php-src] master: Add more tests covering deprecation of _ as CE name noreply 13/08/2024 08:41 PM 1KB
[PHP-CVS] [php-src] master: ext/standard/info.c: Make some functions static noreply 13/08/2024 08:12 PM 1KB
[PHP-CVS] [php-src] master: ext/standard/info.c: Use size_t type where appropriate noreply 13/08/2024 08:12 PM 1KB
[PHP-CVS] [php-src] master: ext/standard/info.c: Removed php_info_html_esc() noreply 13/08/2024 08:12 PM 1KB
[PHP-CVS] [php-src] master: ext/standard/head.c: Change return type of php_header() to bool noreply 13/08/2024 08:12 PM 1KB
[PHP-CVS] [php-src] master: ext/standard/head.c: Remove some useless casts noreply 13/08/2024 08:12 PM 1KB
[PHP-CVS] [php-src] master: ext/standard/filters.c: Use bool type where possible for persistent field/param noreply 13/08/2024 08:12 PM 1KB
[PHP-CVS] [php-src] master: ext/standard/filters.c: Use zend_result return type instead of int noreply 13/08/2024 08:12 PM 1KB
[PHP-CVS] [php-src] master: ext/standard/filters.c: Voidify php_conv_base64_decode_ctor() noreply 13/08/2024 08:12 PM 1KB
[PHP-CVS] [php-src] master: ext/standard/filters.c: Remove some register keywords noreply 13/08/2024 08:12 PM 1KB
[PHP-CVS] [php-src] master: Deprecate Soft-deprecated DOMDocument and DOMEntity properties (#15369) noreply 13/08/2024 07:39 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Fix pdo_firebird shared build (#15371) noreply 13/08/2024 04:36 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Fix phpdbg build (#15373) noreply 13/08/2024 04:35 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Check cli SAPI configure checks conditionally (#15370) noreply 13/08/2024 04:34 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Sync CS in ext/pdo_firebird (#15372) noreply 13/08/2024 04:34 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Wrap long texts with m4_text_wrap (#15368) noreply 13/08/2024 04:33 PM 1KB
[PHP-CVS] [php-src] master: ext/sockets: adding SOCK_CLOEXEC/SOCK_NONBLOCK options. noreply 13/08/2024 03:58 PM 1KB
[PHP-CVS] [php-src] master: Show build provider and unify version information printing (#14657) noreply 13/08/2024 10:25 AM 1KB
[PHP-CVS] [php-src] master: pdo_firebird: Formatting time zone types noreply 13/08/2024 07:26 AM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 13/08/2024 06:36 AM 1KB
[PHP-CVS] [php-src] master: [ci skip] `yield /*comment*/ from` is no longer a parse error noreply 13/08/2024 06:36 AM 1KB
[PHP-CVS] [php-src] master: Skip fb4_datatypes*.phpt for Firebird server < 4.0.0 (GH-15354) noreply 13/08/2024 06:14 AM 1KB
[PHP-CVS] [php-src] master: Ensure proper alignment of zend_accel_shared_globals.interned_strings (#15359) noreply 13/08/2024 03:44 AM 1KB
[PHP-CVS] [php-src] master: Autotools: Sync CS in gd extension (#15364) noreply 13/08/2024 03:38 AM 1KB
[PHP-CVS] [php-src] master: ext/standard: Throw ValueErrors in str_getcsv() for invalid inputs (#15365) noreply 13/08/2024 12:56 AM 1KB
[PHP-CVS] [php-src] master: [skip ci] Remove unclosed vim code folding noreply 13/08/2024 12:51 AM 1KB
[PHP-CVS] [php-src] master: ext/gmp: Refactor gmp_import_export_validate() noreply 12/08/2024 11:32 PM 1KB
[PHP-CVS] [php-src] master: ext/gmp: Use zend_string to GMP object function directly noreply 12/08/2024 11:32 PM 1KB
[PHP-CVS] [php-src] master: ext/gmp: Add test about manually (un)serializing noreply 12/08/2024 11:32 PM 1KB
[PHP-CVS] [php-src] master: Deprecate using "_" as a class name (#15360) noreply 12/08/2024 11:10 PM 1KB
[PHP-CVS] [php-src] master: ext/(standard|spl): Deprecate passing a non-empty string as the $enclosure parameter (#15362... noreply 12/08/2024 11:10 PM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 12/08/2024 10:22 PM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.2' into PHP-8.3 noreply 12/08/2024 10:22 PM 1KB
[PHP-CVS] [php-src] PHP-8.3: Fix git check in verify generated files (GH-15363) noreply 12/08/2024 10:22 PM 1KB
[PHP-CVS] [php-src] master: ext/curl: Add HTTP/3 constants (#15350) noreply 12/08/2024 09:26 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Refactor iconv implementation checks (#15357) noreply 12/08/2024 08:43 PM 1KB
[PHP-CVS] [php-src] master: [skip ci] Fix typo s/dissasembly/disassembly noreply 12/08/2024 08:38 PM 1KB
[PHP-CVS] [php-src] master: Deprecate MYSQLI_REFRESH_* constants (#15358) noreply 12/08/2024 08:24 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Use AS_CASE in ext/pdo_odbc (#15355) noreply 12/08/2024 08:21 PM 1KB
[PHP-CVS] [php-src] master: Update arginfo for mysqli and spl_fixedarray (#15356) noreply 12/08/2024 07:37 PM 1KB
[PHP-CVS] [php-src] master: Remove redundant middle newlines in "Autotools" related files noreply 12/08/2024 07:21 PM 1KB
[PHP-CVS] [php-src] master: Add pcre as a configure step dependency to fileinfo (#15349) noreply 12/08/2024 06:17 AM 1KB
[PHP-CVS] [php-src] master: Autotools: Remove PDO dependency related errors (#15347) noreply 12/08/2024 03:35 AM 1KB
[PHP-CVS] [php-src] master: ext/mysqli: Deprecate passing the parameter to mysqli_store_result() (#15311) noreply 12/08/2024 02:25 AM 1KB
[PHP-CVS] [php-src] master: ext/mysqli: Mark return type as zend_return (#15345) noreply 12/08/2024 02:25 AM 1KB
[PHP-CVS] [php-src] master: Autotools: Sync CS in extensions (#15343) noreply 11/08/2024 11:42 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Remove dependency related errors (#15344) noreply 11/08/2024 11:39 PM 1KB
[PHP-CVS] [php-src] master: ext/mysqli: Improve variable name and type noreply 11/08/2024 11:29 PM 1KB
[PHP-CVS] [php-src] master: ext/mysqli: Remove PHP 6 remnants noreply 11/08/2024 11:29 PM 1KB
[PHP-CVS] [php-src] master: ext/mysqli: Use an assertion for condition that is checked by ZPP noreply 11/08/2024 11:29 PM 1KB
[PHP-CVS] [php-src] master: ext/mysqli: mysqli_report() only ever returns true noreply 11/08/2024 11:29 PM 1KB
[PHP-CVS] [php-src] master: ext/mysqli: Mark function pointer as returning zend_result (#15342) noreply 11/08/2024 10:48 PM 1KB
[PHP-CVS] [php-src] master: ext/session: session.save_handler - add tests fortwo uncovered cases (#15337) noreply 11/08/2024 10:40 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Sync CS in ext/pcntl (#15341) noreply 11/08/2024 09:12 PM 1KB
[PHP-CVS] [php-src] master: ext/xml: Add an explicit test case about unsetting a handler with empty string noreply 11/08/2024 09:02 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Sync CS in opcache extension (#15340) noreply 11/08/2024 08:51 PM 1KB
[PHP-CVS] [php-src] master: [skip ci] Add NEWS/UPGRADING entries for mysqli deprecations noreply 11/08/2024 08:50 PM 1KB
[PHP-CVS] [php-src] master: ValueError on null byte in session_name() (#15286) noreply 11/08/2024 08:27 PM 1KB
[PHP-CVS] [php-src] master: [skip ci] 8.4 | UPGRADING: add missing entry for DBA resource to object migration noreply 11/08/2024 07:14 PM 1KB
[PHP-CVS] [php-src] master: [skip ci] 8.4 | UPGRADING: various tweaks noreply 11/08/2024 07:14 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Refactor mysql_config checks in pdo_mysql (#15336) noreply 11/08/2024 06:18 PM 1KB
[PHP-CVS] [php-src] master: Update TODOs in com_dotnet noreply 11/08/2024 05:24 AM 1KB
[PHP-CVS] [php-src] master: Get rid of le_dispatch noreply 11/08/2024 05:24 AM 1KB
[PHP-CVS] [php-src] master: Get rid of le_istream noreply 11/08/2024 05:24 AM 1KB
[PHP-CVS] [php-src] master: ext/sockets: controlling ephemeral port ranges on *BSD. noreply 11/08/2024 05:17 AM 1KB
[PHP-CVS] [php-src] master: Autotools: Sync CS across the configure.ac (#15332) noreply 11/08/2024 04:14 AM 1KB
[PHP-CVS] [php-src] master: Autotools: Refactor pdo_mysql checks (#15334) noreply 11/08/2024 03:52 AM 1KB
[PHP-CVS] [php-src] master: ext/standard: Minor refactoring to URL scanner code (#15321) noreply 11/08/2024 03:13 AM 1KB
[PHP-CVS] [php-src] master: Support somewhat recent clang versions on Windows (GH-15324) noreply 11/08/2024 02:58 AM 1KB
[PHP-CVS] [php-src] master: Fix GH-15331: dom: Element::$substitutedNodeValue test failed noreply 11/08/2024 01:43 AM 1KB
[PHP-CVS] [php-src] master: Declare gdImageGetInterpolationMethod() for bundled GD (GH-15329) noreply 10/08/2024 10:58 PM 1KB
[PHP-CVS] [php-src] master: Fix incorrect type check in removeAttributeNode noreply 10/08/2024 10:30 PM 1KB
[PHP-CVS] [php-src] master: Fix some -Wimplicit-function-declaration errors on Windows (GH-15325) noreply 10/08/2024 10:25 PM 1KB
[PHP-CVS] [php-src] master: Change YIELD/YIELD_FROM to do not increment opline (#15328) noreply 10/08/2024 10:10 PM 1KB
[PHP-CVS] [php-src] master: [ci skip] NEWS for GH-15275 noreply 10/08/2024 10:10 PM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 10/08/2024 10:10 PM 1KB
[PHP-CVS] [php-src] PHP-8.3: [ci skip] NEWS for GH-15275 noreply 10/08/2024 10:07 PM 1KB
[PHP-CVS] [php-src] PHP-8.3: Merge branch 'PHP-8.2' into PHP-8.3 noreply 10/08/2024 10:07 PM 1KB
[PHP-CVS] [php-src] PHP-8.2: [ci skip] NEWS for GH-15275 noreply 10/08/2024 10:07 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Quote PHP_CHECK_SIZEOF macro arguments noreply 10/08/2024 10:05 PM 1KB
[PHP-CVS] [php-src] PHP-8.2: Fix crash during GC of suspended generator delegate (#15275) noreply 10/08/2024 09:46 PM 1KB
[PHP-CVS] [php-src] master: Simplify document standalone setter (#15320) noreply 10/08/2024 09:35 PM 1KB
[PHP-CVS] [php-src] master: Fix violation of the one definition rule in ext/com_dotnet (GH-15327) noreply 10/08/2024 09:27 PM 1KB
[PHP-CVS] [php-src] master: Fix comments in win32/sendmail.c (GH-15326) noreply 10/08/2024 07:59 PM 1KB
[PHP-CVS] [php-src] master: ext/standard: enabling feature detection auxiliary vector on OpenBSD. noreply 10/08/2024 07:36 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Refactor mysqli extension checks (#15323) noreply 10/08/2024 04:08 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Fix SNMP checks (#15263) noreply 10/08/2024 03:15 PM 1KB
[PHP-CVS] [php-src] master: main/streams: Voidify statbuf_from_array() (#15319) noreply 10/08/2024 07:59 AM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 10/08/2024 07:10 AM 1KB
[PHP-CVS] [php-src] PHP-8.3: Merge branch 'PHP-8.2' into PHP-8.3 noreply 10/08/2024 07:10 AM 1KB
[PHP-CVS] [php-src] master: Add necessary SKIPIFs to new phpdbg tests noreply 10/08/2024 07:10 AM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 10/08/2024 05:45 AM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.2' into PHP-8.3 noreply 10/08/2024 05:45 AM 1KB
[PHP-CVS] [php-src] PHP-8.3: Fix uninitialized value watchpoint_hit noreply 10/08/2024 05:45 AM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 10/08/2024 04:15 AM 1KB
[PHP-CVS] [php-src] PHP-8.3: Merge branch 'PHP-8.2' into PHP-8.3 noreply 10/08/2024 04:15 AM 1KB
[PHP-CVS] [php-src] PHP-8.2: Fix GH-15210: phpdbg_print_changed_zvals working on a real copy instead. noreply 10/08/2024 04:15 AM 1KB
[PHP-CVS] [php-src] master: [skip ci] Mark stack limit tests with high memory limit as slow noreply 10/08/2024 02:30 AM 1KB
[PHP-CVS] [php-src] master: Deprecate mysqli_kill (#11926) noreply 10/08/2024 01:50 AM 1KB
[PHP-CVS] [php-src] master: ext/soap: Deprecate passing an int to SoapServer::addFunction() (#15310) noreply 10/08/2024 12:41 AM 1KB
[PHP-CVS] [php-src] master: Deprecate mysqli_ping (#11945) noreply 10/08/2024 12:32 AM 1KB
[PHP-CVS] [php-src] master: Fix GH-15292: Dynamic AVX detection is broken for MSVC noreply 10/08/2024 12:10 AM 1KB
[PHP-CVS] [php-src] master: Autotools: Add pkg-config support for NET-SNMP library (#15261) noreply 10/08/2024 12:08 AM 1KB
[PHP-CVS] [php-src] master: Update mysql preprocessor macros help texts (#15288) noreply 10/08/2024 12:07 AM 1KB
[PHP-CVS] [php-src] master: Update gd extension preprocessor macros help texts (#15296) noreply 10/08/2024 12:06 AM 1KB
[PHP-CVS] [php-src] master: ext/core: Deprecate passing E_USER_ERROR to trigger_error() (#15308) noreply 09/08/2024 10:51 PM 1KB
[PHP-CVS] [php-src] master: Deprecate mysqli_refresh (#11929) noreply 09/08/2024 10:48 PM 1KB
[PHP-CVS] [php-src] master: Update sqlite3 and pdo_sqlite preprocessor macros help texts (#15291) noreply 09/08/2024 08:51 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Remove too basic optimization flag cleanup noreply 09/08/2024 07:58 PM 1KB
[PHP-CVS] [php-src] master: Disallow indirect modification on readonly properties within __clone() (#15012) noreply 09/08/2024 05:56 PM 1KB
[PHP-CVS] [php-src] master: [JIT] Avoid generating fast property assign path for readonly properties (#15260) noreply 09/08/2024 05:49 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Quote PHP_CXX_COMPILE_STDCXX macro arguments noreply 09/08/2024 04:40 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Quote AC_CHECK_PROG* macro arguments noreply 09/08/2024 04:27 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Normalize phpdbg list of source files (#15306) noreply 09/08/2024 04:22 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Sync CS in hash extension (#15302) noreply 09/08/2024 07:46 AM 1KB
[PHP-CVS] [php-src] master: Autotools: Sync CS in Zend.m4 (#15304) noreply 09/08/2024 07:38 AM 1KB
[PHP-CVS] [php-src] master: Autotools: Remove DEBUG_CFLAGS (#15300) noreply 09/08/2024 07:22 AM 1KB
[PHP-CVS] [php-src] master: ext/xml: Deprecate xml_set_object() and passing non-callable strings as handlers (#15293) noreply 09/08/2024 06:38 AM 1KB
[PHP-CVS] [php-src] master: hash: Add SHA-NI implementation of SHA-256 (#15152) noreply 09/08/2024 04:19 AM 1KB
[PHP-CVS] [php-src] master: Update and sync PHP build preprocessor macros help texts (#15298) noreply 09/08/2024 03:32 AM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 09/08/2024 02:35 AM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.2' into PHP-8.3 noreply 09/08/2024 02:35 AM 1KB
[PHP-CVS] [php-src] master: Fix GH-15268: heap buffer overflow in phpdbg (zend_hash_num_elements() Zend/zend_hash.h) noreply 09/08/2024 02:35 AM 1KB
[PHP-CVS] [php-src] master: ext/spl: Follow-up on GH-9704 (#15295) noreply 09/08/2024 02:32 AM 1KB
[PHP-CVS] [php-src] master: ext/dba: Deprecate passing null|false to dba_key_split() (#15297) noreply 09/08/2024 01:59 AM 1KB
[PHP-CVS] [php-src] master: Access long value directly for call to count() in simplexml (#15278) noreply 09/08/2024 01:28 AM 1KB
[PHP-CVS] [php-src] master: Deprecate SplFixedArray::__wakeup() (#9704) noreply 08/08/2024 11:16 PM 1KB
[PHP-CVS] [php-src] master: Update pgsql extensions preprocessor macros help texts (#15290) noreply 08/08/2024 10:15 PM 1KB
[PHP-CVS] [php-src] master: [skip ci] Add UPGRADING.INTERNALS note for ZEND_DIM_ALTERNATIVE_SYNTAX noreply 08/08/2024 04:34 PM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 08/08/2024 03:58 PM 1KB
[PHP-CVS] [php-src] PHP-8.3: Merge branch 'PHP-8.2' into PHP-8.3 noreply 08/08/2024 03:58 PM 1KB
[PHP-CVS] [php-src] PHP-8.2: Update ci actions/checkout to v4 (#15283) noreply 08/08/2024 03:57 PM 1KB
[PHP-CVS] [php-src] master: Update ext/tidy preprocessor macros help texts (#15269) noreply 08/08/2024 02:29 PM 1KB
[PHP-CVS] [php-src] master: Update ext/sodium preprocessor macro help texts (#15270) noreply 08/08/2024 02:27 PM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 08/08/2024 05:39 AM 1KB
[PHP-CVS] [php-src] PHP-8.3: CI disable leak sanitizer on two libedit tests temporarily. noreply 08/08/2024 05:39 AM 1KB
[PHP-CVS] [php-src] master: Update ext/zip preprocessor macros help texts (#15271) noreply 07/08/2024 11:04 PM 1KB
[PHP-CVS] [php-src] master: Fix nightly Windows builds regarding CRT and runners (GH-15273) noreply 07/08/2024 09:45 PM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 07/08/2024 08:57 PM 1KB
[PHP-CVS] [php-src] PHP-8.3: Merge branch 'PHP-8.2' into PHP-8.3 noreply 07/08/2024 08:57 PM 1KB
[PHP-CVS] [php-src] PHP-8.2: zend_enum: Rename try parameter to avoid conflict with C++ noreply 07/08/2024 08:57 PM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 07/08/2024 04:05 PM 1KB
[PHP-CVS] [php-src] PHP-8.3: Merge branch 'PHP-8.2' into PHP-8.3 noreply 07/08/2024 04:05 PM 1KB
[PHP-CVS] [php-src] PHP-8.2: Revert "Fix bug #69280: SoapClient classmap doesn't support fully qualified class name (#14... noreply 07/08/2024 04:05 PM 1KB
[PHP-CVS] [php-src] master: Autotools: Quote AC_PATH_PROG arguments in ext/pdo_firebird noreply 07/08/2024 03:20 PM 1KB
[PHP-CVS] [php-src] master: Update preprocessor macros help texts for enchant and snmp extensions (#15255) noreply 07/08/2024 05:22 AM 1KB
[PHP-CVS] [php-src] master: Autotools: Add phpized configure log and help separators (#15251) noreply 07/08/2024 04:15 AM 1KB
[PHP-CVS] [php-src] master: Deprecate passing incorrect data types for options to ext/hash functions (#15236) noreply 07/08/2024 01:13 AM 1KB
[PHP-CVS] [php-src] master: Fix GH-15155: Keep stream context in filtered streams noreply 06/08/2024 11:42 PM 1KB
[PHP-CVS] [php-src] master: Use new MSVC preprocessor for VS 17 builds noreply 06/08/2024 11:14 PM 1KB
[PHP-CVS] [php-src] master: Output diagnostics when SQLFetch with SQL_ERROR noreply 06/08/2024 11:00 PM 1KB
[PHP-CVS] [php-src] master: Merge branch 'PHP-8.3' noreply 06/08/2024 10:56 PM 1KB