news.php.net/php.cvs    Page: (300) [Reload] [Post] [OE] [Favorites] [Ranking] [Next]
Subject From Date Size
[php-src] master: Correct comment in mbfilter_ucs4.c noreply 30/08/2021 10:29 PM 1KB
[php-src] master: Simplify code for converting UHC to Unicode noreply 30/08/2021 10:29 PM 1KB
[php-src] master: Declare ARMSCII-8 conversion functions as 'static' noreply 30/08/2021 10:29 PM 1KB
[php-src] master: Output illegal character marker for 4-byte illegal characters > 0x7FFFFFFF noreply 30/08/2021 10:29 PM 1KB
[php-src] master: Fix typo in gen_stub.php noreply 30/08/2021 10:09 PM 1KB
[php-src] master: JIT: Better code for ADD/SUB/MUL and references in tracing JIT. noreply 30/08/2021 10:03 PM 1KB
[php-src] master: Specify a few array func info entries (#7425) noreply 30/08/2021 08:28 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 30/08/2021 08:09 PM 1KB
[php-src] PHP-8.0: Use camelCase method names in OCICollection and OCILob (#7405) noreply 30/08/2021 08:00 PM 1KB
[php-src] master: JIT: Allow keeping result of FETCH_CONSTANT in a CPU register noreply 30/08/2021 07:57 PM 1KB
[php-src] master: Add support for generating MAY_BE_ARRAY_OF_REF func info flag (#7416) noreply 30/08/2021 07:50 PM 1KB
[php-src] master: JIT: Avoid useless EX(func) load noreply 30/08/2021 06:58 PM 1KB
[php-src] master: JIT: Avoid reloading of EX(run_time_cache) noreply 30/08/2021 06:18 PM 1KB
[php-src] master: JIT: Eliminate load of op_array->run_time_cache__ptr and use immediate value for immutable op_arrays i... noreply 30/08/2021 05:26 PM 1KB
[php-src] master: Use HAVE_SYS_PARAM_H noreply 30/08/2021 05:21 PM 1KB
[php-src] master: Enable getrandom() api on solaris-ish systems (#7417) noreply 30/08/2021 05:16 PM 1KB
[php-src] master: Don't expose wchar encoding to users (#7415) noreply 30/08/2021 05:11 PM 1KB
[php-src] master: Fix strict-prototypes warning noreply 30/08/2021 04:43 PM 1KB
[php-src] master: str_replace() can return the original string noreply 30/08/2021 04:22 PM 1KB
[php-src] master: microptimization of SQLite3Result::fetchArray noreply 30/08/2021 04:15 PM 1KB
[php-src] master: JIT: Avoid reloading of EX(run_time_cache) noreply 30/08/2021 04:02 PM 1KB
[php-src] master: JIT: Avoid redundand checks of number of passed arguments noreply 30/08/2021 03:16 PM 1KB
[php-src] master: Avoid redundand argument type verification noreply 30/08/2021 01:15 AM 1KB
[php-src] master: JIT: Optimize zend_vm_stack_free_args() noreply 29/08/2021 10:52 PM 1KB
[php-src] master: Generate optimizer func info from stubs for ext/standard - part 2 (#7414) noreply 27/08/2021 10:53 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 27/08/2021 10:49 PM 1KB
[php-src] PHP-8.0: Fix a few func info entries noreply 27/08/2021 10:49 PM 1KB
[php-src] master: Add haiku shared objects support in libtool noreply 27/08/2021 10:43 PM 1KB
[php-src] master: Avoid string copy in get_cfg_var() noreply 27/08/2021 09:35 PM 1KB
[php-src] master: Flush filter during non-strict encoding detection noreply 27/08/2021 08:48 PM 1KB
[php-src] master: Generate optimizer func info from stubs for ext/standard - part 1 (#7413) noreply 27/08/2021 07:11 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 27/08/2021 06:56 PM 1KB
[php-src] master: Fix func info for str_replace() and str_ireplace() noreply 27/08/2021 06:56 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 27/08/2021 06:13 PM 1KB
[php-src] PHP-8.0: Remove incorrect refcount info for addcslashes() noreply 27/08/2021 06:13 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 27/08/2021 06:00 PM 1KB
[php-src] PHP-7.4: Fix Closure::call() on internal method closure noreply 27/08/2021 06:00 PM 1KB
[php-src] master: Merge branch 'PHP-7.4' into PHP-8.0 noreply 27/08/2021 06:00 PM 1KB
[php-src] master: Fix use after free when rebinding __call closure noreply 27/08/2021 05:50 PM 1KB
[php-src] master: Generate optimizer func info from stubs for various extensions (#7409) noreply 27/08/2021 01:51 AM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 27/08/2021 12:45 AM 1KB
[php-src] master: Merge branch 'PHP-7.4' into PHP-8.0 noreply 27/08/2021 12:45 AM 1KB
[php-src] master: Fix #53580: During resize gdImageCopyResampled cause colors change noreply 27/08/2021 12:45 AM 1KB
[php-src] master: Fix mysqli stub alias verification issues noreply 26/08/2021 11:37 PM 1KB
[php-src] master: Generate optimizer func info from stubs for ext/curl, ext/mysqli, ext/pcre (#7407) noreply 26/08/2021 11:11 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 26/08/2021 10:37 PM 1KB
[php-src] PHP-8.0: imagecolorsforindex() cannot return false noreply 26/08/2021 10:37 PM 1KB
[php-src] master: Fixed Dmitry Stogov email noreply 26/08/2021 10:25 PM 1KB
[php-src] master: Avoid redundand repeatable VM stack overflow checks noreply 26/08/2021 09:50 PM 1KB
[php-src] master: Fix a few ext/date return types noreply 26/08/2021 09:26 PM 1KB
[php-src] master: Limit internal function args during fuzzing noreply 26/08/2021 09:09 PM 1KB
[php-src] master: Limit internal function calls in execute fuzzer noreply 26/08/2021 09:08 PM 1KB
[php-src] master: Initialize method_lcname to suppress maybe-uninitialized warning noreply 26/08/2021 08:15 PM 1KB
[php-src] master: Update property read handler comments for DOMEntity noreply 26/08/2021 07:15 PM 1KB
[php-src] master: Explicitly store real map ptr base noreply 26/08/2021 06:29 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 26/08/2021 06:15 PM 1KB
[php-src] master: Sync ext/mysqli optimizer func info entries with the stubs noreply 26/08/2021 06:15 PM 1KB
[php-src] master: Fix AST print of first class callable in anon class expr noreply 26/08/2021 06:00 PM 1KB
[php-src] master: Generate optimizer func info from stubs for ext/sodium (#7404) noreply 26/08/2021 04:44 PM 1KB
[php-src] master: Make a few unuseful DOMEntity properties readonly (#7406) noreply 26/08/2021 04:37 PM 1KB
[php-src] master: Generate optimizer func info from stubs for ext/date (#7403) noreply 26/08/2021 03:29 AM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 25/08/2021 11:00 PM 1KB
[php-src] master: Merge branch 'PHP-7.4' into PHP-8.0 noreply 25/08/2021 11:00 PM 1KB
[php-src] PHP-8.0: Backport speling fix noreply 25/08/2021 11:00 PM 1KB
[php-src] deleted branch cmb/53580 noreply 25/08/2021 09:39 PM 1KB
[php-src] cmb/53580: Fix #53580: During resize gdImageCopyResampled cause colors change noreply 25/08/2021 09:36 PM 1KB
[php-src] created branch cmb/53580 noreply 25/08/2021 09:36 PM 1KB
[php-src] master: Generate optimizer func info from stubs for a few extensions - part 2 (#7401) noreply 25/08/2021 09:29 PM 1KB
[php-src] master: JIT/x86: Merge load and test of EX_CALL_INFO() into single instruction noreply 25/08/2021 07:36 PM 1KB
[php-src] master: Use &Properties; entity in xpointer for inherited properties in class synopses (#7400) noreply 25/08/2021 06:13 PM 1KB
[php-src] master: Use FastZPP for SQLite3Stmt/SQLite3Result (#7392) noreply 25/08/2021 04:43 PM 1KB
[php-src] master: Generate a few missing optimizer function entries from stubs noreply 25/08/2021 04:37 PM 1KB
[php-src] master: Fix callable and iterable handling noreply 25/08/2021 04:37 PM 1KB
[php-src] master: Generate Zend, ext/spl and ext/json optimizer func info from stubs noreply 25/08/2021 04:37 PM 1KB
[php-src] master: Fix typo in file.c noreply 25/08/2021 03:51 PM 1KB
[php-src] master: DOMCharacterData::$data and DOMAttr::$value are writable noreply 25/08/2021 03:25 PM 1KB
[php-src] master: Add comments to grouped character properties noreply 25/08/2021 04:09 AM 1KB
[php-src] master: JIT: Code generation for ROPE_INIT, ROPE_ADD and ROPE_END with STRING operands noreply 25/08/2021 02:45 AM 1KB
[php-src] master: Combine control into one character group noreply 25/08/2021 02:38 AM 1KB
[php-src] master: Clean up function map production slightly noreply 25/08/2021 01:29 AM 1KB
[php-src] master: Combine punctuation into one character group noreply 25/08/2021 01:21 AM 1KB
[php-src] master: Return bool from php_unicode_is_prop() noreply 25/08/2021 01:20 AM 1KB
[php-src] master: Fix function map production noreply 25/08/2021 12:46 AM 1KB
[php-src] master: Add more specific array type hints noreply 25/08/2021 12:46 AM 1KB
[php-src] php-7.4.23: Update versions for PHP 7.4.23 noreply 25/08/2021 12:35 AM 1KB
[php-src] PHP-7.4.23: Update NEWS for PHP 7.4.23 noreply 25/08/2021 12:35 AM 1KB
[php-src] created tag php-7.4.23 noreply 25/08/2021 12:35 AM 1KB
[php-src] PHP-7.4.23: Prepare NEWS noreply 25/08/2021 12:31 AM 1KB
[php-src] PHP-7.4.23: Fix test noreply 25/08/2021 12:31 AM 1KB
[php-src] PHP-7.4.23: Fix #81211: Symlinks are followed when creating PHAR archive noreply 25/08/2021 12:31 AM 1KB
[php-src] php-8.0.10: Update versions for PHP 8.0.10 noreply 24/08/2021 11:50 PM 1KB
[php-src] created tag php-8.0.10 noreply 24/08/2021 11:50 PM 1KB
[php-src] PHP-8.0.10: Prepare for PHP 8.0.10 noreply 24/08/2021 11:24 PM 1KB
[php-src] PHP-8.0.10: Fix changelog for PHP 8.0.10 noreply 24/08/2021 11:24 PM 1KB
[php-src] PHP-8.0.10: Remove 8.0.11 changelog noreply 24/08/2021 11:12 PM 1KB
[php-src] PHP-8.0.10: Fix test noreply 24/08/2021 11:11 PM 1KB
[php-src] PHP-8.0.10: Update NEWS noreply 24/08/2021 11:11 PM 1KB
[php-src] PHP-8.0.10: Fix #81211: Symlinks are followed when creating PHAR archive noreply 24/08/2021 11:11 PM 1KB
[php-src] master: Don't use sentinel value for unicode property lookup noreply 24/08/2021 09:53 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 24/08/2021 09:21 PM 1KB
[php-src] master: Fix a few optimizer func info noreply 24/08/2021 09:21 PM 1KB
[php-src] master: Fixed bug #81377 noreply 24/08/2021 09:05 PM 1KB
[php-src] PHP-8.0: 7.3.31 is next noreply 24/08/2021 06:54 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 24/08/2021 06:54 PM 1KB
[php-src] master: Merge branch 'PHP-7.4' into PHP-8.0 noreply 24/08/2021 06:54 PM 1KB
[php-src] master: Merge branch 'PHP-7.3' into PHP-7.4 noreply 24/08/2021 06:54 PM 1KB
[php-src] created tag php-7.3.30 noreply 24/08/2021 06:02 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 24/08/2021 05:43 PM 1KB
[php-src] PHP-8.0: Declare a few missing function return types noreply 24/08/2021 05:43 PM 1KB
[php-src] PHP-7.3.30: Prepare 7.3.30 noreply 24/08/2021 05:36 PM 1KB
[php-src] created branch PHP-7.3.30 noreply 24/08/2021 05:36 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 24/08/2021 02:43 PM 1KB
[php-src] PHP-8.0: Merge branch 'PHP-7.4' into PHP-8.0 noreply 24/08/2021 02:43 PM 1KB
[php-src] PHP-7.4: Merge branch 'PHP-7.3' into PHP-7.4 noreply 24/08/2021 02:43 PM 1KB
[php-src] PHP-8.0: Fix test noreply 24/08/2021 02:43 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 24/08/2021 02:40 PM 1KB
[php-src] master: Merge branch 'PHP-7.4' into PHP-8.0 noreply 24/08/2021 02:40 PM 1KB
[php-src] PHP-8.0: Merge branch 'PHP-7.3' into PHP-7.4 noreply 24/08/2021 02:40 PM 1KB
[php-src] PHP-7.4: Update NEWS noreply 24/08/2021 02:40 PM 1KB
[php-src] PHP-7.3: Fix #81211: Symlinks are followed when creating PHAR archive noreply 24/08/2021 02:40 PM 1KB
[php-src] master: Dispatch using LANG_NEUTRAL instead of LOCALE_SYSTEM_DEFAULT noreply 23/08/2021 08:07 PM 1KB
[php-src] master: Fixed ZEND_MAP_PTR_KIND_PTR (it is not used) noreply 23/08/2021 07:05 PM 1KB
[php-src] master: Reorder updates to avoid race conditions noreply 23/08/2021 04:47 PM 1KB
[php-src] master: Drop gz aliases from func info noreply 23/08/2021 04:42 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 20/08/2021 10:53 PM 1KB
[php-src] master: Mark PDO::setAttribute() $value as mixed noreply 20/08/2021 10:53 PM 1KB
[php-src] master: Handle resource table reallocation during shutdown noreply 20/08/2021 09:40 PM 1KB
[php-src] master: Declare php_user_filter::$stream property noreply 20/08/2021 08:52 PM 1KB
[php-src] master: Remove php_user_filter::$filter property noreply 20/08/2021 08:41 PM 1KB
[php-src] master: Slightly clean up cookies handling noreply 20/08/2021 08:28 PM 1KB
[php-src] master: Fix missing string copy noreply 20/08/2021 08:15 PM 1KB
[php-src] master: Implement mysqlnd_set_persistent_string (#7371) noreply 20/08/2021 07:03 PM 1KB
[php-src] master: Make internal SoapServer/SoapClient state private noreply 20/08/2021 06:57 PM 1KB
[php-src] master: Remove dead code noreply 20/08/2021 06:29 PM 1KB
[php-src] master: Use separate property to request digit auth noreply 20/08/2021 06:29 PM 1KB
[php-src] master: Declare SoapFault properties noreply 20/08/2021 04:09 PM 1KB
[php-src] master: Don't convert Error exception to SoapFault noreply 20/08/2021 04:07 PM 1KB
[php-src] master: Declare some SoapClient properties noreply 19/08/2021 10:15 PM 1KB
[php-src] master: Simplify some strtolower operations in ext/soap noreply 19/08/2021 10:10 PM 1KB
[php-src] master: Simplify constructor invocation in ext/soap noreply 19/08/2021 10:10 PM 1KB
[php-src] master: Declare SoapHeader properties noreply 19/08/2021 08:28 PM 1KB
[php-src] master: Declare SoapServer::$service property noreply 19/08/2021 08:28 PM 1KB
[php-src] master: Declare SoapVar properties noreply 19/08/2021 06:35 PM 1KB
[php-src] master: Declare SoapParam properties noreply 19/08/2021 06:35 PM 1KB
[php-src] master: Only assign $severity for ErrorException noreply 19/08/2021 05:06 PM 1KB
[php-src] master: Declare Directory properties noreply 19/08/2021 04:39 PM 1KB
[php-src] master: Fix path printing in ext_skel (#7387) noreply 19/08/2021 03:43 PM 1KB
[php-src] master: Add missing zend_test requirement to ffi test for bug80847 noreply 18/08/2021 11:16 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 18/08/2021 10:40 PM 1KB
[php-src] master: Merge branch 'PHP-7.4' into PHP-8.0 noreply 18/08/2021 10:40 PM 1KB
[php-src] master: Fix #78819: Heap Overflow in msg_send noreply 18/08/2021 10:40 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 18/08/2021 08:54 PM 1KB
[php-src] master: Merge branch 'PHP-7.4' into PHP-8.0 noreply 18/08/2021 08:54 PM 1KB
[php-src] PHP-8.0: Fix #73122: Integer Overflow when concatenating strings noreply 18/08/2021 08:54 PM 1KB
[php-src] master: Test file cache mix (file -> shm) noreply 18/08/2021 08:24 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 18/08/2021 06:39 PM 1KB
[php-src] master: Test file_cache prime shm + use file combination noreply 18/08/2021 06:39 PM 1KB
[php-src] master: Fix repeated file cache unserialization of zval string noreply 18/08/2021 06:39 PM 1KB
[php-src] master: Improve the success rate when use mkdir() in multiprocessing environment (#7383) noreply 18/08/2021 06:33 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 18/08/2021 03:57 PM 1KB
[php-src] PHP-8.0: Merge branch 'PHP-7.4' into PHP-8.0 noreply 18/08/2021 03:57 PM 1KB
[php-src] PHP-8.0: Backport Laravel test hack noreply 18/08/2021 03:57 PM 1KB
[php-src] master: Assert that file cache does not contain references noreply 17/08/2021 11:13 PM 1KB
[php-src] master: The master branch is now for 8.1.0RC1 noreply 17/08/2021 10:40 PM 1KB
[php-src] php-8.1.0beta3: Update versions for PHP 8.1.0beta3 noreply 17/08/2021 10:39 PM 1KB
[php-src] created tag php-8.1.0beta3 noreply 17/08/2021 10:39 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 17/08/2021 10:00 PM 1KB
[php-src] PHP-8.0: Merge branch 'PHP-7.4' into PHP-8.0 noreply 17/08/2021 10:00 PM 1KB
[php-src] PHP-7.4: Revert "Fix #73122: Integer Overflow when concatenating strings" noreply 17/08/2021 10:00 PM 1KB
[php-src] PHP-7.4: Fix #73122: Integer Overflow when concatenating strings noreply 17/08/2021 09:49 PM 1KB
[php-src] master: Fix phar test noreply 17/08/2021 08:57 PM 1KB
[php-src] master: Clean up recursive mkdir logic noreply 17/08/2021 08:21 PM 1KB
[php-src] master: Fix #78919: CLI server: insufficient cleanup if request startup fails noreply 17/08/2021 06:41 PM 1KB
[php-src] master: Use zend_string for putenv key (#7379) noreply 17/08/2021 06:28 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 17/08/2021 06:27 PM 1KB
[php-src] PHP-8.0: Fix maybe-uninitialized warning noreply 17/08/2021 06:27 PM 1KB
[php-src] master: Reduce nesting in mkdir implementation noreply 17/08/2021 06:25 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 17/08/2021 05:33 PM 1KB
[php-src] PHP-8.0: Merge branch 'PHP-7.4' into PHP-8.0 noreply 17/08/2021 05:33 PM 1KB
[php-src] PHP-7.4: Fix #71542: disk_total_space does not work with relative paths noreply 17/08/2021 05:33 PM 1KB
[php-src] master: Use system allocator for putenv value noreply 17/08/2021 05:07 PM 1KB
[php-src] master: Run other RSHUTDOWN handlers if one fails noreply 17/08/2021 04:54 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 17/08/2021 04:35 PM 1KB
[php-src] master: Prevent bailout during imap shutdown error reporting noreply 17/08/2021 04:35 PM 1KB
[php-src] PHP-8.0: Merge branch 'PHP-7.4' into PHP-8.0 noreply 17/08/2021 04:35 PM 1KB
[php-src] master: Fix __COMPILER_HALT_OFFSET__ preservation during preloading noreply 17/08/2021 04:03 PM 1KB
[php-src] master: Add test for getClass() error conditions noreply 17/08/2021 03:52 PM 1KB
[php-src] master: AIX/XCOFF support for fibers (#7338) noreply 17/08/2021 06:05 AM 1KB
[php-src] master: Remove full stop from error message noreply 17/08/2021 05:13 AM 1KB
[php-src] master: Reuse parts of normal executor shutdown for preloading noreply 16/08/2021 10:21 PM 1KB
[php-src] master: Set EG(active)=0 during preloading shutdown noreply 16/08/2021 09:53 PM 1KB
[php-src] master: Discard constants before preload_load() noreply 16/08/2021 09:47 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 16/08/2021 09:05 PM 1KB
[php-src] master: Merge branch 'PHP-7.4' into PHP-8.0 noreply 16/08/2021 09:05 PM 1KB
[php-src] PHP-7.4: Fixed bug #81353 noreply 16/08/2021 09:05 PM 1KB
[php-src] master: Switch default PKCS7/CMS cipher to AES-128-CBC noreply 16/08/2021 06:31 PM 1KB
[php-src] master: Fix arginfo/zpp consistency check for call_user_func from strict_types scope noreply 16/08/2021 06:12 PM 1KB
[php-src] master: Returned interned string from fgetc() noreply 16/08/2021 05:15 PM 1KB
[php-src] master: Fix func info for constant()/get_defined_constants() noreply 16/08/2021 04:58 PM 1KB
[php-src] master: Fix typo in enum test (#7368) noreply 14/08/2021 03:53 PM 1KB
[php-src] master: Replace macro with inline function (#7365) noreply 14/08/2021 03:03 AM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 14/08/2021 01:02 AM 1KB
[php-src] master: Fix return value of xml_parse(_into_struct) for recursive parsing noreply 14/08/2021 01:02 AM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 13/08/2021 11:41 PM 1KB
[php-src] PHP-8.0: Merge branch 'PHP-7.4' into PHP-8.0 noreply 13/08/2021 11:41 PM 1KB
[php-src] PHP-7.4: Fix #81351: xml_parse may fail, but has no error code noreply 13/08/2021 11:41 PM 1KB
[php-src] master: Fix message in test noreply 13/08/2021 11:01 PM 1KB
[php-src] master: Don't use custom object handlers for enum properties noreply 13/08/2021 10:46 PM 1KB
[php-src] master: Fix directory clash in zip test noreply 13/08/2021 09:48 PM 1KB
[php-src] master: Add support for replacing class synopses based on stubs (#7340) noreply 13/08/2021 09:03 PM 1KB
[php-src] master: Better specialization for packed/hash arrays noreply 13/08/2021 07:32 PM 1KB
[php-src] master: Lossless conversion for webp noreply 13/08/2021 05:18 AM 1KB
[php-src] master: Remove MYSQLND_SZ_T_SPEC noreply 12/08/2021 09:30 PM 1KB
[php-src] master: Remove unused mysqlnd portability macros noreply 12/08/2021 09:30 PM 1KB
[php-src] master: Fixed conditional jump on uninitialised value (Zend/tests/match/028.phpt failure with function JIT) noreply 12/08/2021 09:06 PM 1KB
[php-src] master: Fixed bug #81192 noreply 12/08/2021 08:35 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 12/08/2021 06:02 PM 1KB
[php-src] master: Merge branch 'PHP-7.4' into PHP-8.0 noreply 12/08/2021 06:02 PM 1KB
[php-src] master: Fix port clash in socket tests noreply 12/08/2021 06:02 PM 1KB
[php-src] master: Fix bug #81142 by adding zend_string_init_existing_interned() noreply 12/08/2021 05:57 PM 1KB
[php-src] master: Fixed incorrect condition noreply 12/08/2021 04:38 PM 1KB
[php-src] master: Clear ce cache when persisting for file cache only noreply 12/08/2021 04:37 PM 1KB
[php-src] master: JIT: Use zend_hash_index_lookup() instead of zend_hash_index_add_new(EG(uninitialized_zval)) noreply 12/08/2021 02:57 PM 1KB
[php-src] master: Eliminate "h < ht->nNumUsed" check in zend_hash_next_index_insert_new() noreply 12/08/2021 07:30 AM 1KB
[php-src] master: Use ZEND_HASH_FILL_* API. noreply 12/08/2021 07:30 AM 1KB
[php-src] master: Fix bug #81343: inconsistent type conversion after closeCursor noreply 12/08/2021 12:24 AM 1KB
[php-src] master: Implement range inference for traces noreply 11/08/2021 11:00 PM 1KB
[php-src] master: Make private functions "static" and remove unused zend_inference_check_recursive_dependencies(). noreply 11/08/2021 09:08 PM 1KB
[php-src] master: Refactor proc_open() implementation (#7255) noreply 11/08/2021 08:51 PM 1KB
[php-src] master: NEWS noreply 11/08/2021 08:20 PM 1KB
[php-src] master: implement openssl_256 and openssl_512 for phar singatures noreply 11/08/2021 08:13 PM 1KB
[php-src] master: switch phar to use sha256 signature by default noreply 11/08/2021 08:13 PM 1KB
[php-src] master: Add EXTENSIONS section noreply 11/08/2021 08:03 PM 1KB
[php-src] master: NEWS noreply 11/08/2021 07:04 PM 1KB
[php-src] master: add SHA256 and SHA512 for security protocol noreply 11/08/2021 07:04 PM 1KB
[php-src] master: Fixed bug #81349 noreply 11/08/2021 05:36 PM 1KB
[php-src] master: [ci skip] Merge branch 'PHP-8.0' noreply 11/08/2021 05:17 PM 1KB
[php-src] master: Merge branch 'PHP-7.4' into PHP-8.0 noreply 11/08/2021 05:17 PM 1KB
[php-src] PHP-8.0: Fix SKIPIF clause noreply 11/08/2021 05:17 PM 1KB
[php-src] master: Optimize "$x * 2" into "$x + $x" noreply 11/08/2021 04:54 PM 1KB
[php-src] master: Include class name in Serializable deprecation message noreply 11/08/2021 04:35 PM 1KB
[php-src] master: Fix bug #81280 refuse to allow unicode chars in prompts noreply 11/08/2021 04:34 PM 1KB
[php-src] master: Require sqlite >= 3.7.7 for URI in DSN (#7347) noreply 11/08/2021 04:31 PM 1KB
[php-src] master: Fix openssl memory leaks noreply 11/08/2021 04:18 PM 1KB
[php-src] master: Fixed bug #81342 noreply 10/08/2021 11:11 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 10/08/2021 10:52 PM 1KB
[php-src] master: Merge branch 'PHP-7.4' into PHP-8.0 noreply 10/08/2021 10:52 PM 1KB
[php-src] master: Fix #81346: Non-seekable streams don't update position after write noreply 10/08/2021 10:52 PM 1KB
[php-src] master: Use --EXTENSIONS-- instead of --SKIPIF-- in new test case noreply 10/08/2021 10:46 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 10/08/2021 10:42 PM 1KB
[php-src] master: Merge branch 'PHP-7.4' into PHP-8.0 noreply 10/08/2021 10:42 PM 1KB
[php-src] master: Fix #81302: Stream position after stream filter removed noreply 10/08/2021 10:42 PM 1KB
[php-src] master: [ci skip] Merge branch 'PHP-8.0' noreply 10/08/2021 10:37 PM 1KB
[php-src] master: Use zend_string_equals_literal_ci() noreply 10/08/2021 09:52 PM 1KB
[php-src] master: Fix dns resolv linkage issue on haiku (#7350) noreply 10/08/2021 09:46 PM 1KB
[php-src] master: Mark DOM classes as not serializable noreply 10/08/2021 08:22 PM 1KB
[php-src] master: Switch mysqlnd auth to EVP_PKEY API noreply 10/08/2021 06:38 PM 1KB
[php-src] master: Switch dh_param handling to EVP_PKEY API noreply 10/08/2021 06:18 PM 1KB
[php-src] master: Comment out ristretto255 scalar invert test noreply 10/08/2021 06:05 PM 1KB
[php-src] master: Fork openssl_error_string() test for OpenSSL noreply 10/08/2021 06:00 PM 1KB
[php-src] php-8.0.10RC1: Update versions for PHP 8.0.10RC1 noreply 10/08/2021 05:47 PM 1KB
[php-src] PHP-8.0.10: Update NEWS for 8.0.11 noreply 10/08/2021 05:47 PM 1KB
[php-src] PHP-8.0.10: Update NEWS for PHP 8.0.10RC1 noreply 10/08/2021 05:47 PM 1KB
[php-src] PHP-8.0: Prepare for PHP 8.0.11 noreply 10/08/2021 05:47 PM 1KB
[php-src] created branch PHP-8.0.10 noreply 10/08/2021 05:47 PM 1KB
[php-src] created tag php-8.0.10RC1 noreply 10/08/2021 05:47 PM 1KB
[php-src] master: Improve ristretto255 scalarmult exception messages noreply 10/08/2021 05:19 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 10/08/2021 05:14 PM 1KB
[php-src] PHP-8.0: Merge branch 'PHP-7.4' into PHP-8.0 noreply 10/08/2021 05:14 PM 1KB
[php-src] PHP-7.4: Prepare for 7.4.24 noreply 10/08/2021 05:14 PM 1KB
[php-src] master: Add missing parts of previous commit noreply 10/08/2021 05:12 PM 1KB
[php-src] master: Fix ristretto255 tests noreply 10/08/2021 05:11 PM 1KB
[php-src] php-7.4.23RC1: Update versions for PHP 7.4.23RC1 noreply 10/08/2021 04:42 PM 1KB
[php-src] PHP-7.4.23: Update NEWS for 7.4.24 noreply 10/08/2021 04:42 PM 1KB
[php-src] created tag php-7.4.23RC1 noreply 10/08/2021 04:42 PM 1KB
[php-src] PHP-7.4.23: Update NEWS for PHP 7.4.23RC1 noreply 10/08/2021 04:42 PM 1KB
[php-src] created branch PHP-7.4.23 noreply 10/08/2021 04:42 PM 1KB
[php-src] master: Remove special self/parent handling in get_class_name_map_ptr() (#7330) noreply 10/08/2021 04:28 PM 1KB
[php-src] master: Merge branch 'PHP-8.0' noreply 10/08/2021 06:08 AM 1KB
[php-src] PHP-8.0: Merge branch 'PHP-7.4' into PHP-8.0 noreply 10/08/2021 06:08 AM 1KB
[php-src] PHP-8.0: Fix #74544: Integer overflow in mysqli_real_escape_string() noreply 10/08/2021 06:08 AM 1KB
[php-src] master: Improve Range Inference noreply 10/08/2021 12:27 AM 1KB
[php-src] master: Use param API to create RSA key noreply 09/08/2021 11:03 PM 1KB
[php-src] master: Add missing unsigned qualifier noreply 09/08/2021 08:37 PM 1KB
[php-src] master: Use param API for openssl_pkey_get_details() noreply 09/08/2021 08:37 PM 1KB
[php-src] master: Extract public key portion via PEM roundtrip noreply 09/08/2021 08:22 PM 1KB
[php-src] master: Use param API for creating EC keys noreply 09/08/2021 06:23 PM 1KB
[php-src] master: Test calculation of EC public key from private key noreply 09/08/2021 06:03 PM 1KB
[php-src] master: Extract EC key initialization noreply 09/08/2021 06:03 PM 1KB
[php-src] master: Make CertificateGenerator not dependent on external config in OpenSSL 3.0 noreply 09/08/2021 03:55 AM 1KB
[php-src] master: Fixed test by adding echo and expected string noreply 09/08/2021 01:48 AM 1KB
[php-src] master: Fixed bug #80963: DateTimeZone::getTransitions() truncated noreply 09/08/2021 12:27 AM 1KB
[php-src] master: Import timelib 2021.07 noreply 09/08/2021 12:27 AM 1KB
[php-src] master: Use OpenSSL NCONF APIs (#7337) noreply 08/08/2021 11:38 PM 1KB
[php-src] master: minimal fix for openssl 3.0 (#7002) noreply 08/08/2021 11:38 PM 1KB
[php-src] master: Fake merge timelib upgrade to 2020.03 into master, which will get a 2021.x upgrade very soon noreply 08/08/2021 07:11 PM 1KB
[php-src] master: Drop TsHashTable (#7351) noreply 08/08/2021 04:45 PM 1KB
[php-src] master: Disable strict pixi requirement for libavif >= 0.9.1 noreply 07/08/2021 02:25 AM 1KB
[php-src] master: Switch manual DSA key generation to param API noreply 06/08/2021 11:18 PM 1KB
[php-src] master: Switch manual DH key generation to param API noreply 06/08/2021 11:18 PM 1KB