1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 13:12:16 +02:00

Commit Graph

  • a4c867e8cf Merge branch 'PHP-8.3' Eric Mann 2024-07-16 06:58:03 -07:00
  • 155e89e12f PHP-8.3 is now for PHP 8.3.11-dev Eric Mann 2024-07-16 06:45:20 -07:00
  • 4669b2d529 Update versions for PHP 8.3.10RC1 php-8.3.10RC1 Eric Mann 2024-07-16 06:42:31 -07:00
  • e7c16d2a6a Build/Windows: Update the Windows icon as svg and build derivatives from it Ayesh Karunaratne 2024-07-16 01:03:48 +07:00
  • aa006f1cf6 Merge branch 'PHP-8.3' Ilija Tovilo 2024-07-16 12:44:01 +02:00
  • aca2322801 Merge branch 'PHP-8.2' into PHP-8.3 PHP-8.3.10 Ilija Tovilo 2024-07-16 12:43:29 +02:00
  • 8c312ba74b Fix use-after-free in property coercion with __toString() PHP-8.2.22 Ilija Tovilo 2024-07-16 11:55:55 +02:00
  • 7e022ea056 Avoid duplicate code in zend_std_write_property() (#14966) Ilija Tovilo 2024-07-16 12:08:46 +02:00
  • a2bc783815 Autotools: Add missing sigil in AC_CASE and fix Autoconf syntax (#14967) Peter Kokot 2024-07-16 08:55:22 +02:00
  • ccd2787947 [skip ci] Update PHP version in phpdbg help (#14965) Peter Kokot 2024-07-16 07:02:05 +02:00
  • 9c84d24706 [skip ci] Update UPGRADING.INTERNALS Peter Kokot 2024-07-16 00:42:16 +02:00
  • 6635948b7a Check for iODBC and unixODBC with pkg-config in PDO_ODBC (#14963) Calvin Buckley 2024-07-15 19:40:02 -03:00
  • 7b3d7c6338 [ci skip] NEWS for return type change in ext/standard Niels Dossche 2024-07-15 23:22:49 +02:00
  • 673b4e890c ext/standard: change highlight_string()/print_r stub return type from string|bool to string|true (#14959) Ayesh Karunaratne 2024-07-16 02:50:32 +05:30
  • 913157f71f Extract obtaining of fake scope into function (#14960) Ilija Tovilo 2024-07-15 20:00:15 +02:00
  • 694e04499a Autotools: Sync LIBS and LDFLAGS handling (#14956) Peter Kokot 2024-07-15 12:16:53 +02:00
  • 6980eba863 Support templated content Niels Dossche 2024-07-10 17:07:12 +02:00
  • 8ad5c64393 Refactor XML serializer such that passing context is easier Niels Dossche 2024-07-10 16:19:59 +02:00
  • 4ef7539144 Split off private data from the ns mapper Niels Dossche 2024-07-09 17:08:38 +02:00
  • 85b7181d7d Added property hooks words in fuzzer parser dict (#14958) Jorg Adam Sowa 2024-07-14 22:52:25 +02:00
  • 1fe854ebfa Autotools: Sync quotes in PHP_INSTALL_HEADERS Peter Kokot 2024-07-14 22:16:48 +02:00
  • 8e8dc40765 Fix #78757: Enhance sendmail log notice (#14955) Peter Kokot 2024-07-14 22:00:43 +02:00
  • 47d3ce4545 Autotools: Quote RE2C_FLAGS argument (#14950) Peter Kokot 2024-07-14 20:38:57 +02:00
  • 20d8151b35 Add cachegrind support for php-cgi warmups (#14952) Ilija Tovilo 2024-07-14 19:53:16 +02:00
  • 0051b73a3e Autotools: Refactor PHP-FPM /proc/pid filename check (#14949) Peter Kokot 2024-07-14 17:20:41 +02:00
  • 0e2e8e0f13 Autotools: Quote all PHP_ADD_BUILD_DIR arguments (#14947) Peter Kokot 2024-07-14 16:58:43 +02:00
  • 82fe4a2d48 Merge branch 'PHP-8.3' Christoph M. Becker 2024-07-14 13:40:38 +02:00
  • 02a60be24d Fix skip condition of gh13082.phpt Christoph M. Becker 2024-07-11 18:12:38 +02:00
  • e38d5107ec [skip ci] Fix NEWS entry Ilija Tovilo 2024-07-14 13:39:10 +02:00
  • a0c42df4f9 [skip ci] Add property hooks entry to NEWS Ilija Tovilo 2024-07-14 13:37:55 +02:00
  • f7649dc103 [skip ci] Fix duplicate core header in NEWS Ilija Tovilo 2024-07-14 13:36:45 +02:00
  • a6d1844446 Merge branch 'PHP-8.3' Christoph M. Becker 2024-07-14 12:48:22 +02:00
  • 0ed956dc69 Merge branch 'PHP-8.2' into PHP-8.3 Christoph M. Becker 2024-07-14 12:47:25 +02:00
  • 6d0db52896 Add test case for GH-13774 Christoph M. Becker 2024-07-13 19:19:44 +02:00
  • 780a8280d2 [RFC] Property hooks (#13455) Ilija Tovilo 2024-07-14 11:55:03 +02:00
  • 09d61b6368 Autotools: Refactor curl config.m4 (#14948) Peter Kokot 2024-07-14 03:55:23 +02:00
  • 35f64bb5e1 Autotools: Trim redundant newlines in PHP_ADD_BUILD_DIR (#14946) Peter Kokot 2024-07-14 00:07:51 +02:00
  • 808d5b3047 [ci skip] Add note about --with-openssl-legacy-provider Peter Kokot 2024-07-13 23:21:45 +02:00
  • 31a21bb0a1 Make ext/fileinfo/generate_patch.sh simpler to use (#14941) Peter Kokot 2024-07-13 22:38:43 +02:00
  • 79c134a6e8 Merge branch 'PHP-8.3' David Carlier 2024-07-13 17:00:53 +01:00
  • 10a94f846d Merge branch 'PHP-8.2' into PHP-8.3 David Carlier 2024-07-13 16:59:30 +01:00
  • b456ae8d34 Restore Warning instead of Fatal Error in gd_webp.c Denis Ryabov 2024-03-21 13:22:46 +03:00
  • 520787bb93 Autotools: Refactor PDO_ODBC_CHECK_HEADER (#14935) Peter Kokot 2024-07-13 06:52:25 +02:00
  • 1ee4bf1c5f Autotools: Use LIBS for appending -lonig (#14936) Peter Kokot 2024-07-13 06:37:58 +02:00
  • fb5d64c300 Autotools: Use FPM_EXTRA_LIBS for SELinux library (#14885) Peter Kokot 2024-07-13 01:20:44 +02:00
  • 2ea79c024c Autotools: Use FPM_EXTRA_LIBS for apparmor library (#14884) Peter Kokot 2024-07-13 01:20:05 +02:00
  • 3dd0c11cc3 Autotools: Use FPM_EXTRA_LIBS for systemd library (#14883) Peter Kokot 2024-07-13 01:19:16 +02:00
  • 1a07bb9252 Fix GH-14873: PHP 8.4 min function fails on typed integer Niels Dossche 2024-07-10 14:52:38 +02:00
  • 8fe127a55e Autotools: Enhance PHP_EVAL_LIBLINE M4 macro (#14924) Peter Kokot 2024-07-12 23:48:36 +02:00
  • 3703459c3e Merge branch 'PHP-8.3' Niels Dossche 2024-07-12 19:28:37 +02:00
  • 38501ed48a Fix GH-14930: Custom stream wrapper dir_readdir output truncated to 255 characters in PHP 8.3 Joe Cai 2024-07-12 20:13:44 +10:00
  • 149abd2fe9 Autotools: Refactor oniguruma invalid KOI8 check (#14928) Peter Kokot 2024-07-12 19:26:18 +02:00
  • 92c0db398e Avoid reconciling when cloning into the same document (#14921) Niels Dossche 2024-07-12 10:23:37 -07:00
  • e935f00fde Autotools: Simplify the iconv not found error (#14931) Peter Kokot 2024-07-12 18:48:22 +02:00
  • 0f398a437e sapi/apache: AP_MPMQ_MAX_THREADS is always available. (#14934) David CARLIER 2024-07-12 13:22:24 +01:00
  • 79215c0727 Autotools: Sync CS for PHP_EBCDIC and PHP_C_BIGENDIAN (#14923) Peter Kokot 2024-07-12 09:05:53 +02:00
  • 58a3ab92c3 Autotools: Fix config.status script syntax (#14929) Peter Kokot 2024-07-12 02:16:49 +02:00
  • 246357607c sapi/apache2handler: function using char * to const char *. (#14925) David CARLIER 2024-07-12 00:34:00 +01:00
  • 33928a05a4 Update config.guess to 2024-01-01 and config.sub to 2024-01-01 (#14898) Peter Kokot 2024-07-11 21:31:47 +02:00
  • be4b10e95e Added scale to bc_compare argument (#14802) Saki Takamachi 2024-07-12 00:08:47 +09:00
  • 32bf50a1d8 Merge branch 'PHP-8.3' Christoph M. Becker 2024-07-11 16:40:39 +02:00
  • a23775a30d Fix GH-14888: README.REDIST.BINS refers to non-existing LICENSE [ci skip] Christoph M. Becker 2024-07-11 14:09:40 +02:00
  • 5586d0c7de Autotools: Refactor ptrace check for PHP-FPM (#14907) Peter Kokot 2024-07-11 00:09:08 +02:00
  • d59691c02f Autotools: Move php_shtool variable initialization to PHP_INIT_BUILD_SYSTEM (#14904) Peter Kokot 2024-07-10 21:15:02 +02:00
  • 17cf7b381a ext/pcntl adding Pcntl namespace for Qos class. David Carlier 2024-07-09 20:33:09 +01:00
  • 71defce4be Merge branch 'PHP-8.3' Niels Dossche 2024-07-10 19:51:17 +02:00
  • 361644b78d Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2024-07-10 19:51:11 +02:00
  • 09957ab9a8 ext/gd/tests/gh10614.phpt: skip if no PNG support Michael Orlitzky 2024-07-10 08:20:31 -04:00
  • 29f98e7485 Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) Tim Düsterhus 2024-07-10 16:47:31 +02:00
  • 6bb960092a [skip ci] Fix some typos (#14893) Michael 2024-07-09 19:11:36 -04:00
  • 93c3ebd209 ext/gd minor corrections concerning image format id for errors. (#14887) David CARLIER 2024-07-09 20:07:07 +01:00
  • 9185f613e0 Autotools: Use FPM_EXTRA_LIBS for ACL library (#14881) Peter Kokot 2024-07-09 18:42:31 +02:00
  • c2cbbd9b98 zend_alloc: remove duplicate zend_mm_alloc_large definition (#14880) Julien Voisin 2024-07-09 05:46:00 +00:00
  • 19813b5b7e Merge branch 'PHP-8.3' Niels Dossche 2024-07-09 00:57:35 +02:00
  • 4c95cb37f5 Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2024-07-09 00:57:28 +02:00
  • eb8c3cb79a Fix GH-14741: Segmentation fault in Zend/zend_types.h Niels Dossche 2024-07-09 00:14:28 +02:00
  • 64c7c4c33c Merge branch 'PHP-8.3' Calvin Buckley 2024-07-08 18:39:36 -03:00
  • 192c102bde Merge branch 'PHP-8.2' into PHP-8.3 Calvin Buckley 2024-07-08 18:38:59 -03:00
  • 43e3f577b9 Declare that this test needs iconv extension Calvin Buckley 2024-07-08 15:03:13 -03:00
  • 479707b4d3 tsrm_realpath_r for win32 mountpoints copy little optimisations. (#14852) David CARLIER 2024-07-08 20:31:12 +01:00
  • 9e94d2b040 Autotools: Refactor builtin checks (#14835) Peter Kokot 2024-07-08 21:25:16 +02:00
  • 745ae8ddd8 Autotools: Remove obsolete crypt link override due to OpenSSL (#14863) Peter Kokot 2024-07-08 20:24:28 +02:00
  • 3618382d07 Handle BSD checksum and file utilities (#14690) Calvin Buckley 2024-07-08 13:27:47 -03:00
  • 23a55babb4 ext/gd: checking imagescale/imagefilter invalid values. David Carlier 2024-06-18 19:27:58 +01:00
  • 8825235348 Reapply "Stop using reserved names in dom" Niels Dossche 2024-07-08 17:27:39 +02:00
  • 7fda12218a Autotools: Move Apache warning to SAPI's config.m4 (#14872) Peter Kokot 2024-07-08 17:17:33 +02:00
  • 1f847a0bdf Check Apache HTTP Server command-line utility (#14173) Peter Kokot 2024-07-08 17:15:09 +02:00
  • 05b9345b08 Autotools: Remove unused DEBUG_CFLAGS variable (#12659) Peter Kokot 2024-07-08 17:05:57 +02:00
  • 33289dfa5c Revert "Remove unnecessary include statements from dom" Niels Dossche 2024-07-08 16:26:50 +02:00
  • dda96768ec Revert "Stop using reserved names in dom" Niels Dossche 2024-07-08 16:07:32 +02:00
  • ff770d023a Throw an exception when using the namespace axis in XPath in modern DOM (#14871) Niels Dossche 2024-07-08 06:15:38 -07:00
  • 013bc53f0c Stop using reserved names in dom Niels Dossche 2024-07-06 23:43:24 +02:00
  • c98a7c1195 Add parenthesis to macro arguments in dom_properties.h Niels Dossche 2024-07-06 23:40:05 +02:00
  • ae0ba1a5c6 Add parenthesis to macro arguments in internal_helpers.h Niels Dossche 2024-07-06 23:32:34 +02:00
  • 3303c15754 Make some pointers const in php_dom.h Niels Dossche 2024-07-06 23:32:06 +02:00
  • dd795022fa Remove unnecessary include statements from dom Niels Dossche 2024-07-06 23:29:22 +02:00
  • c695b1dc88 Improve error message for too long file in ext/tidy (#14870) Niels Dossche 2024-07-08 06:06:57 -07:00
  • 2f97ad9c10 [skip ci] Add link to FPM docs in FPM man page (#14853) Peter Kokot 2024-07-08 14:59:45 +02:00
  • 083493be57 Fix AS_VAR_* checks (#14868) Peter Kokot 2024-07-08 14:20:58 +02:00
  • 0b3c506b18 Merge branch 'PHP-8.3' Niels Dossche 2024-07-08 13:31:25 +02:00