1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00

Commit Graph

  • 83b8d2c290 ext/gd: Fix comparison with result of php_stream_can_cast() Gina Peter Banyard 2025-07-12 18:30:08 +01:00
  • b75c2dcb02 Remove myself from bcmath codeowner Gina Peter Banyard 2025-07-28 11:22:22 +01:00
  • 5947fedbbd ext/standard: handle html entities empty string before processing (#19220) Dmitrii Derepko 2025-07-28 14:15:26 +04:00
  • ff810d5e36 Arginfo: reuse zend_string objects for initializing attribute values (#19241) Daniel Scherzer 2025-07-27 17:27:22 -07:00
  • 068aaed196 ext/sockets: using accept4 wheneever possible for php_accept_connect helper (#19268) David CARLIER 2025-07-27 20:52:11 +01:00
  • 191290e194 ext/intl: Split error tests out and stop relying on ut_common() testing (#19266) Gina Peter Banyard 2025-07-27 19:40:42 +01:00
  • 4a0ad9bd91 ext/sockets: cmsg data array elements using uint32_t type instead. (#19254) David CARLIER 2025-07-27 15:43:59 +01:00
  • 63e40b1b29 Merge branch 'PHP-8.4' Niels Dossche 2025-07-27 15:34:30 +02:00
  • 3da9478d78 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-07-27 15:34:23 +02:00
  • 17df11e3f7 Fix bug #51558: shared readline build fails (#15242) Peter Kokot 2024-08-05 15:54:50 +02:00
  • f4ad6ea287 Merge branch 'PHP-8.4' David Carlier 2025-07-27 13:50:30 +01:00
  • 87b4030503 Merge branch 'PHP-8.3' into PHP-8.4 David Carlier 2025-07-27 13:50:21 +01:00
  • e1c4a0ae51 Fixed GH-19261: msgfmt_parse_message leaks on message format failure. David Carlier 2025-07-27 12:20:21 +01:00
  • f7ca8138e7 Merge branch 'PHP-8.4' David Carlier 2025-07-27 12:56:05 +01:00
  • 279589c3af Merge branch 'PHP-8.3' into PHP-8.4 David Carlier 2025-07-27 12:55:17 +01:00
  • e16df981bf ext/pdo_pgsql: Fix _pdo_pgsql_trim_message bad access dixyes 2025-07-26 00:34:40 +08:00
  • 7b3e68ff69 Fix error handling inconsistency with opcache Arnaud Le Blanc 2025-07-27 10:10:20 +02:00
  • 9b777b3c35 Merge branch 'PHP-8.4' Niels Dossche 2025-07-27 10:54:53 +02:00
  • 1c74a1a889 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-07-27 10:54:46 +02:00
  • 5dd965117a Free opened_path when opened_path_len >= MAXPATHLEN dixyes 2025-07-26 00:41:59 +08:00
  • d3ebf97d77 Fix expectations in version string tests Tim Düsterhus 2025-05-26 14:29:16 +02:00
  • 7b4c14dc10 Make OPcache non-optional Arnaud Le Blanc 2025-05-20 11:27:26 +02:00
  • 6f3bc59950 ext/curl: Add CURLOPT_SSL_SIGNATURE_ALGORITHMS option Ayesh Karunaratne 2025-05-28 22:29:46 +05:30
  • 73b1ebfa20 Fix linker failure when building Opcache statically Arnaud Le Blanc 2025-06-24 11:29:23 +02:00
  • 04feb452ba Merge branch 'PHP-8.4' Arnaud Le Blanc 2025-07-26 16:17:51 +02:00
  • 120a5ebb66 Merge branch 'PHP-8.3' into PHP-8.4 Arnaud Le Blanc 2025-07-26 16:16:31 +02:00
  • a7cdf0b172 Merge branch 'PHP-8.2' into PHP-8.3 Arnaud Le Blanc 2025-07-26 16:15:48 +02:00
  • 5fa27e25b3 Merge branch 'PHP-8.1' into PHP-8.2 Arnaud Le Blanc 2025-07-26 16:14:56 +02:00
  • b633720585 Add unique entry point for extra tests Arnaud Le Blanc 2025-07-26 10:03:34 +02:00
  • 7f7b3cdb90 Introduce zend_vm_opcode_handler_t / zend_vm_opcode_handler_func_t Arnaud Le Blanc 2025-07-02 09:23:16 +02:00
  • 747ecce51f gen_stub: simplify ClassInfo::getRegistration() Daniel Scherzer 2025-05-15 15:57:15 -04:00
  • 74f7ecbe04 gen_stub: add ConstInfo::getPredefinedConstantElement() Daniel Scherzer 2025-05-15 15:37:06 -04:00
  • 5ae87ffef4 gen_stub: avoid unneeded regex match Daniel Scherzer 2025-05-15 15:03:04 -04:00
  • ecc403a8fa gen_stub: inline computeStubHash() Daniel Scherzer 2025-05-15 14:30:52 -04:00
  • 2ed5472f06 gen_stub: make some FuncInfo methods private Daniel Scherzer 2025-05-15 14:01:13 -04:00
  • 0b01640b58 gen_stub: replace FunctionOrMethodName::isMethod() with instanceof Daniel Scherzer 2025-05-15 13:35:50 -04:00
  • 49f1685cde gen_stub: simplify FuncInfo::getFramelessDeclaration() Daniel Scherzer 2025-05-15 13:32:09 -04:00
  • 988da4c951 gen_stub: simplify FuncInfo::getFunctionEntry() Daniel Scherzer 2025-05-15 11:57:37 -04:00
  • 9dfee95dae gen_stub: add SimpleType::toTypeInfo() Daniel Scherzer 2025-05-15 11:39:35 -04:00
  • e5d4d656ab gen_stub: replace AbstractConstName::isClassConst() with instanceof Daniel Scherzer 2025-05-14 13:55:02 -04:00
  • 8bd8223bad gen_stub: remove unused AbstractConstName::equals() Daniel Scherzer 2025-05-14 13:53:14 -04:00
  • 15547a2eb1 gen_stub: simplify generateFunctionEntries() Daniel Scherzer 2025-05-14 12:57:24 -04:00
  • 30c8480a39 gen_stub: move getFileDocComments() into FileInfo Daniel Scherzer 2025-05-14 12:44:09 -04:00
  • 24d94197fd gen_stub: move generateClassEntryCode() into FileInfo Daniel Scherzer 2025-05-14 12:42:50 -04:00
  • 0d221c5b70 gen_stub: create VersionFlags class Daniel Scherzer 2025-07-23 17:13:42 -07:00
  • 1218e39b07 gen_stub: add maximum option to generateVersionDependentFlagCode() Daniel Scherzer 2025-05-14 11:59:03 -04:00
  • a2d8ee27f2 opcache: Disallow changing opcache.memory_consumption when SHM is set up (#19146) Tim Düsterhus 2025-07-25 18:36:47 +02:00
  • b428bc934a ext/reflection: voidify format_default_value() (#19234) Daniel Scherzer 2025-07-25 09:04:28 -07:00
  • 7c1e461032 Removed unused var exec_time and fetch time in opcache/zend_accelerator_module.c (GH-19235) Marc Bennewitz 2025-07-25 13:22:03 +02:00
  • b1fce8a98c Add digest algo param to public encrypt and private decrypt Jakub Zelenka 2025-07-23 16:56:37 +02:00
  • 93b9808004 Merge branch 'PHP-8.4' Niels Dossche 2025-07-25 12:05:17 +02:00
  • 802e348b49 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-07-25 12:05:12 +02:00
  • f94c11fff8 NEWS for hrtime in FTP and standard Niels Dossche 2025-07-25 12:04:40 +02:00
  • beeeee2978 Handle broken hrtime in ftp Niels Dossche 2025-07-23 11:32:16 +02:00
  • ad2143f3b0 Fix arginfo/zpp violation if zend_hrtime is not available Niels Dossche 2025-07-23 11:28:14 +02:00
  • 7777eaa8e1 zend_compile.h: align ZEND_CLASS_CONST_IS_CASE like others [skip ci] DanielEScherzer 2025-07-24 15:07:27 -07:00
  • da7d2e14ac Add macos 15 to push GH action (GH-18514) Jorg Adam Sowa 2025-07-24 15:02:06 +02:00
  • 29b38a1ced Fix GH-19226: Segfault when spawning new thread in soap extension Florian Engelhardt 2025-07-24 07:58:41 +02:00
  • 2645663d9b ext/intl: GregorianCalendar using C++ upcasting operator. (#19216) David CARLIER 2025-07-23 12:25:20 +01:00
  • 719419a6e5 Fix unterminated string GCC warnings in mbstring (#19192) Niels Dossche 2025-07-23 11:49:16 +02:00
  • d292968f7c Add ReflectionProperty::getMangledName() (#18980) Alexandre Daubois 2025-07-22 21:24:27 +02:00
  • 745e81bfd0 UPGRADING: clean up a few entries [skip ci] (#19204) DanielEScherzer 2025-07-22 10:12:23 -07:00
  • aba6b89399 Merge branch 'PHP-8.4' Ilija Tovilo 2025-07-22 17:48:06 +02:00
  • 4bc5aa3531 Merge branch 'PHP-8.3' into PHP-8.4 Ilija Tovilo 2025-07-22 17:47:56 +02:00
  • 5b8ee009d6 Merge branch 'PHP-8.4' of https://github.com/php/php-src Bob Weinand 2025-07-22 17:47:20 +02:00
  • 23ec35bf4a Coerce numeric string keys from iterators when argument unpacking Ilija Tovilo 2025-07-16 23:07:40 +02:00
  • b13347be38 Fix GH-19044: Protected properties are not scoped according to their prototype (#19046) Bob Weinand 2025-07-22 17:46:14 +02:00
  • 5a06842bf8 Fix '?' in ReflectionNamedType::getName() from ReflectionProperty::getSettableType() Ilija Tovilo 2025-07-21 15:38:34 +02:00
  • 441e55790f Merge branch 'PHP-8.4' Niels Dossche 2025-07-22 15:52:45 +02:00
  • 4e1d3f8772 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-07-22 15:52:38 +02:00
  • 7efbb2e4e0 Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2025-07-22 15:52:29 +02:00
  • d9d412645d Merge branch 'PHP-8.1' into PHP-8.2 Niels Dossche 2025-07-22 15:52:16 +02:00
  • be88192594 Run FreebSD CI under 13.5 Niels Dossche 2025-07-22 14:30:40 +02:00
  • 99b5b20479 Merge branch 'PHP-8.4' Ilija Tovilo 2025-07-22 15:46:51 +02:00
  • 79368ed8f3 Merge branch 'PHP-8.3' into PHP-8.4 Ilija Tovilo 2025-07-22 15:46:44 +02:00
  • a48d620c26 [skip ci] Fix wrong oss-fuzz ID Ilija Tovilo 2025-07-22 15:45:48 +02:00
  • 5b05d429f2 Merge branch 'PHP-8.4' Ilija Tovilo 2025-07-22 15:44:24 +02:00
  • f0baf3dc11 Merge branch 'PHP-8.3' into PHP-8.4 Ilija Tovilo 2025-07-22 15:44:16 +02:00
  • 5d1636e40b Leak in failed unserialize() with opcache Ilija Tovilo 2025-07-22 12:38:06 +02:00
  • ef5ca80a47 Merge branch 'PHP-8.4' Niels Dossche 2025-07-22 12:43:57 +02:00
  • c04f2d2d88 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-07-22 12:43:21 +02:00
  • 13c781f04d Add missing cc clobber Niels Dossche 2025-07-21 22:15:23 +02:00
  • a7fef37657 ext/intl: c++ memory management application to timezone class internals. (#19184) David CARLIER 2025-07-22 05:35:44 +01:00
  • 113eb203b0 Merge branch 'PHP-8.4' Niels Dossche 2025-07-21 23:57:55 +02:00
  • e572e899bd Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-07-21 23:57:49 +02:00
  • 7ab37e81e0 Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2025-07-21 23:57:42 +02:00
  • 27f24bd9bc Merge branch 'PHP-8.1' into PHP-8.2 Niels Dossche 2025-07-21 23:57:34 +02:00
  • 605ee05491 Fix test conflict between chmod_variation2 and file_variation5 Niels Dossche 2025-07-21 23:19:48 +02:00
  • 95f1350ca8 NEWS and UPGRADING for array_chunk Niels Dossche 2025-07-21 23:00:44 +02:00
  • 1b169bf28e Allocate array eagerly in array_chunk Niels Dossche 2025-07-20 16:26:42 +02:00
  • 4762d46427 Avoid modulo operation in loop in array_chunk Niels Dossche 2025-07-20 15:55:59 +02:00
  • 1eadf553f1 Arginfo: avoid using temporary zvals for initializing attribute values (#19141) DanielEScherzer 2025-07-21 13:33:51 -07:00
  • c55f142c6c Make specialization of x64 zend_safe_address() for nmemb==1 (#19203) Niels Dossche 2025-07-21 22:13:46 +02:00
  • e0c3f46496 Refactor traverse_for_entities for unescape_html_entities Artem Ukrainskiy 2025-03-16 19:34:08 +03:00
  • eb65ec41b7 Implement Closure::getCurrent() to retrieve current closure Ilija Tovilo 2025-03-28 01:01:24 +01:00
  • d20f4fca69 Merge branch 'PHP-8.4' Ilija Tovilo 2025-07-21 15:54:53 +02:00
  • c8cc23336d Fix properties_info_table for abstract properties Ilija Tovilo 2025-07-15 20:36:38 +02:00
  • ff6c1c7a30 [ci kip] UPDATE NEWS David Carlier 2025-07-21 12:30:52 +01:00
  • bd886d21e7 Fix GH-19197: session build fails on system with memcpy as macro. (#19198) David CARLIER 2025-07-21 10:19:29 +01:00
  • 30f03021d1 [ci skip] Remove obsolete todo (#19195) Niels Dossche 2025-07-21 10:57:54 +02:00