1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 12:42:29 +02:00

Commit Graph

  • f1e5c63837 Checks getrandom availability on solaris. David Carlier 2024-08-13 18:12:50 +01:00
  • 5c9c275743 Checks getrandom availability on solaris. David Carlier 2024-08-13 18:12:50 +01:00
  • bf1b0eb8ea Merge branch 'PHP-8.3' Jakub Zelenka 2024-08-13 20:17:30 +01:00
  • 0b61b8dc99 PHP-8.3 is now for PHP-8.3.12-dev Jakub Zelenka 2024-08-13 20:16:40 +01:00
  • 7f52c77ff2 Update versions for PHP 8.3.11RC1 php-8.3.11RC1 Jakub Zelenka 2024-08-13 20:10:59 +01:00
  • 65c6d72319 Drop FASTCALL on variadic functions (GH-15389) Christoph M. Becker 2024-08-13 19:46:48 +02:00
  • 6949b7bf42 Merge branch 'PHP-8.3' Christoph M. Becker 2024-08-13 19:26:19 +02:00
  • 56703e5390 Merge branch 'PHP-8.2' into PHP-8.3 Christoph M. Becker 2024-08-13 19:25:04 +02:00
  • 1b52ecd78a Fix test expectation Christoph M. Becker 2024-08-13 19:23:53 +02:00
  • 589cfbb24f Completely remove session.sid_length and session.sid_bits_per_character from INI files (#15382) Remi Collet 2024-08-13 17:04:22 +02:00
  • d63caf006b ext/standard/info.c: Minor refactoring to php_get_uname() Gina Peter Bnayard 2024-08-12 19:05:25 +02:00
  • ac7ed28573 ext/standard/info.c: Minor refactoring to php_get_windows_name() Gina Peter Bnayard 2024-08-12 18:48:01 +02:00
  • 8448db84a8 Mention in UPGRADING the MYSQLI_REFRESH_* constants Kamil Tekiela 2024-08-13 16:22:32 +02:00
  • a68b8b557e Merge branch 'PHP-8.3' Sergey Panteleev 2024-08-13 17:19:10 +03:00
  • 0504b9db1e Merge branch 'PHP-8.2' into PHP-8.3 Sergey Panteleev 2024-08-13 17:18:57 +03:00
  • 84d8fa9f53 PHP-8.2 is now for PHP 8.2.24-dev Sergey Panteleev 2024-08-13 17:18:16 +03:00
  • be3b86e9c2 Update versions for PHP 8.2.23RC1 php-8.2.23RC1 Sergey Panteleev 2024-08-13 17:16:07 +03:00
  • 8c4d5a1814 [ci skip] Update NEWS for PHP 8.4.0 beta1 Calvin Buckley 2024-08-13 11:06:32 -03:00
  • 0156795cbe Update versions for PHP 8.4.0beta1 php-8.4.0beta1 Calvin Buckley 2024-08-13 10:48:12 -03:00
  • be6dee3c5d Reset seen symbols when ending namespace (GH-15244) Ilija Tovilo 2024-08-05 10:42:04 +02:00
  • 5622def429 Add more tests covering deprecation of _ as CE name Gina Peter Bnayard 2024-08-13 14:37:40 +02:00
  • e0f6e3de34 ext/standard/info.c: Make some functions static Gina Peter Bnayard 2024-08-12 18:45:01 +02:00
  • 5078eb080e ext/standard/info.c: Use size_t type where appropriate Gina Peter Bnayard 2024-08-12 18:43:07 +02:00
  • 739805d099 ext/standard/info.c: Removed php_info_html_esc() Gina Peter Bnayard 2024-08-12 19:11:49 +02:00
  • 67a15cf457 ext/standard/head.c: Change return type of php_header() to bool Gina Peter Bnayard 2024-08-12 18:20:20 +02:00
  • 2297e50772 ext/standard/head.c: Remove some useless casts Gina Peter Bnayard 2024-08-12 18:17:57 +02:00
  • 91aca96a8e ext/standard/filters.c: Use bool type where possible for persistent field/param Gina Peter Bnayard 2024-08-12 18:10:49 +02:00
  • 9cfe9e10ba ext/standard/filters.c: Use zend_result return type instead of int Gina Peter Bnayard 2024-08-12 18:04:37 +02:00
  • 2baadf3807 ext/standard/filters.c: Voidify php_conv_base64_decode_ctor() Gina Peter Bnayard 2024-08-12 17:53:20 +02:00
  • 54cc76fdb4 ext/standard/filters.c: Remove some register keywords Gina Peter Bnayard 2024-08-12 17:52:07 +02:00
  • 587110c5bf Deprecate Soft-deprecated DOMDocument and DOMEntity properties (#15369) Máté Kocsis 2024-08-13 13:39:20 +02:00
  • a6d7d5234b Autotools: Fix pdo_firebird shared build (#15371) Peter Kokot 2024-08-13 10:36:26 +02:00
  • 65e96c1e5a Autotools: Fix phpdbg build (#15373) Peter Kokot 2024-08-13 10:35:16 +02:00
  • 10ed74e3c0 Autotools: Check cli SAPI configure checks conditionally (#15370) Peter Kokot 2024-08-13 10:34:28 +02:00
  • 3b24b853ec Autotools: Sync CS in ext/pdo_firebird (#15372) Peter Kokot 2024-08-13 10:33:57 +02:00
  • 540b9f5bc7 Autotools: Wrap long texts with m4_text_wrap (#15368) Peter Kokot 2024-08-13 10:33:17 +02:00
  • d052d612d9 ext/sockets: adding SOCK_CLOEXEC/SOCK_NONBLOCK options. David Carlier 2024-08-10 08:03:32 +01:00
  • afc5738154 Show build provider and unify version information printing (#14657) Calvin Buckley 2024-08-12 23:24:41 -03:00
  • 225034dbbc pdo_firebird: Formatting time zone types Simonov Denis 2024-08-12 18:59:12 +02:00
  • 5478d4b2c1 Merge branch 'PHP-8.3' Christoph M. Becker 2024-08-13 00:35:02 +02:00
  • 7bb5a2ee43 [ci skip] yield /*comment*/ from is no longer a parse error Christoph M. Becker 2024-08-07 16:54:43 +02:00
  • 266192372c Skip fb4_datatypes*.phpt for Firebird server < 4.0.0 (GH-15354) Christoph M. Becker 2024-08-13 00:14:23 +02:00
  • 81150187fb Ensure proper alignment of zend_accel_shared_globals.interned_strings (#15359) Arnaud Le Blanc 2024-08-12 21:43:43 +02:00
  • 8c4f019cc6 Autotools: Sync CS in gd extension (#15364) Peter Kokot 2024-08-12 21:38:30 +02:00
  • f5ae5ac804 ext/standard: Throw ValueErrors in str_getcsv() for invalid inputs (#15365) Gina Peter Banyard 2024-08-12 17:56:02 +01:00
  • a4772a0c47 [skip ci] Remove unclosed vim code folding Ilija Tovilo 2024-08-12 18:50:06 +02:00
  • 6114379ad2 ext/gmp: Refactor gmp_import_export_validate() Gina Peter Bnayard 2024-08-11 18:09:58 +02:00
  • f8626638c4 ext/gmp: Use zend_string to GMP object function directly Gina Peter Bnayard 2024-08-11 17:50:23 +02:00
  • d74b513f68 ext/gmp: Add test about manually (un)serializing Gina Peter Bnayard 2024-08-11 17:57:40 +02:00
  • 0a23b0678d Deprecate using "_" as a class name (#15360) Gina Peter Banyard 2024-08-12 16:10:30 +01:00
  • c818d944cf ext/(standard|spl): Deprecate passing a non-empty string as the $enclosure parameter (#15362) Gina Peter Banyard 2024-08-12 16:09:56 +01:00
  • 37c22c4c7e Merge branch 'PHP-8.3' Ilija Tovilo 2024-08-12 16:21:35 +02:00
  • cbe73a158f Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2024-08-12 16:20:24 +02:00
  • 9be52dcd62 Fix git check in verify generated files (GH-15363) PHP-8.2.23 Ilija Tovilo 2024-08-12 15:57:34 +02:00
  • 81b49cd062 ext/curl: Add HTTP/3 constants (#15350) Ayesh Karunaratne 2024-08-12 20:26:24 +07:00
  • 6cb6cc6f74 Autotools: Refactor iconv implementation checks (#15357) Peter Kokot 2024-08-12 14:43:24 +02:00
  • d334382eb8 [skip ci] Fix typo s/dissasembly/disassembly Peter Kokot 2024-08-12 14:37:22 +02:00
  • 8ca8d7750d Deprecate MYSQLI_REFRESH_* constants (#15358) Kamil Tekiela 2024-08-12 14:24:32 +02:00
  • cdf0a9b9a0 Autotools: Use AS_CASE in ext/pdo_odbc (#15355) Peter Kokot 2024-08-12 14:21:20 +02:00
  • e6ecd83ea5 Update arginfo for mysqli and spl_fixedarray (#15356) Kamil Tekiela 2024-08-12 13:37:30 +02:00
  • 9fcc1bca8a Remove redundant middle newlines in "Autotools" related files Peter Kokot 2024-08-12 13:18:32 +02:00
  • 634708a14f Add pcre as a configure step dependency to fileinfo (#15349) Peter Kokot 2024-08-12 00:17:29 +02:00
  • 693ec809b9 Autotools: Remove PDO dependency related errors (#15347) Peter Kokot 2024-08-11 21:35:36 +02:00
  • 4f58d5b0df ext/mysqli: Deprecate passing the parameter to mysqli_store_result() (#15311) Gina Peter Banyard 2024-08-11 19:25:35 +01:00
  • 857ce2c9e0 ext/mysqli: Mark return type as zend_return (#15345) Gina Peter Banyard 2024-08-11 19:24:53 +01:00
  • bb35da336d Autotools: Sync CS in extensions (#15343) Peter Kokot 2024-08-11 17:42:26 +02:00
  • 687eb9125a Autotools: Remove dependency related errors (#15344) Peter Kokot 2024-08-11 17:39:31 +02:00
  • 5d1db3dd56 ext/mysqli: Improve variable name and type Gina Peter Bnayard 2024-08-11 16:34:22 +02:00
  • c2bdb31b6a ext/mysqli: Remove PHP 6 remnants Gina Peter Bnayard 2024-08-11 16:27:24 +02:00
  • 0c827f6b25 ext/mysqli: Use an assertion for condition that is checked by ZPP Gina Peter Bnayard 2024-08-11 16:18:50 +02:00
  • efd33f57c7 ext/mysqli: mysqli_report() only ever returns true Gina Peter Bnayard 2024-08-11 16:13:39 +02:00
  • 1950d661ea ext/mysqli: Mark function pointer as returning zend_result (#15342) Gina Peter Banyard 2024-08-11 15:47:57 +01:00
  • c4eccf33e9 ext/session: session.save_handler - add tests fortwo uncovered cases (#15337) Jorg Adam Sowa 2024-08-11 16:39:56 +02:00
  • f2e50eb61f Autotools: Sync CS in ext/pcntl (#15341) Peter Kokot 2024-08-11 15:12:37 +02:00
  • caae950ff7 ext/xml: Add an explicit test case about unsetting a handler with empty string Gina Peter Bnayard 2024-08-11 15:00:08 +02:00
  • b0091c4172 Autotools: Sync CS in opcache extension (#15340) Peter Kokot 2024-08-11 14:51:27 +02:00
  • 8c2ebc0a56 [skip ci] Add NEWS/UPGRADING entries for mysqli deprecations Gina Peter Bnayard 2024-08-11 14:48:17 +02:00
  • 6bf7b7220d ValueError on null byte in session_name() (#15286) Jorg Adam Sowa 2024-08-11 14:26:54 +02:00
  • cb8df212aa [skip ci] 8.4 | UPGRADING: add missing entry for DBA resource to object migration jrfnl 2024-08-11 04:24:00 +02:00
  • 51a557ee62 [skip ci] 8.4 | UPGRADING: various tweaks jrfnl 2024-08-10 03:52:51 +02:00
  • a5f8cbd93d Autotools: Refactor mysql_config checks in pdo_mysql (#15336) Peter Kokot 2024-08-11 12:18:27 +02:00
  • e1c8329b8c Update TODOs in com_dotnet Niels Dossche 2024-08-10 20:25:44 +02:00
  • 3f54be8053 Get rid of le_dispatch Niels Dossche 2024-08-10 20:25:39 +02:00
  • b7be849fad Get rid of le_istream Niels Dossche 2024-05-20 21:14:29 +02:00
  • 1d198c660c ext/sockets: controlling ephemeral port ranges on *BSD. David Carlier 2024-08-10 18:54:39 +00:00
  • 1108710892 Autotools: Sync CS across the configure.ac (#15332) Peter Kokot 2024-08-10 22:13:50 +02:00
  • e5f6387569 Autotools: Refactor pdo_mysql checks (#15334) Peter Kokot 2024-08-10 21:52:38 +02:00
  • edc88ee629 ext/standard: Minor refactoring to URL scanner code (#15321) Gina Peter Banyard 2024-08-10 20:12:54 +01:00
  • 8740fdf1f6 Support somewhat recent clang versions on Windows (GH-15324) Christoph M. Becker 2024-08-10 20:57:53 +02:00
  • 8d7365b6f0 Fix GH-15331: dom: Element::$substitutedNodeValue test failed Niels Dossche 2024-08-10 19:43:21 +02:00
  • 9b41c8b1b5 Declare gdImageGetInterpolationMethod() for bundled GD (GH-15329) Christoph M. Becker 2024-08-10 16:57:48 +02:00
  • db5ea45f0f Fix incorrect type check in removeAttributeNode Niels Dossche 2024-08-10 16:31:23 +02:00
  • 9c537de8a5 Fix some -Wimplicit-function-declaration errors on Windows (GH-15325) Christoph M. Becker 2024-08-10 16:25:28 +02:00
  • c02c1d4474 Change YIELD/YIELD_FROM to do not increment opline (#15328) Arnaud Le Blanc 2024-08-08 12:34:59 +02:00
  • 60a055f0fc [ci skip] NEWS for GH-15275 Arnaud Le Blanc 2024-08-10 16:08:34 +02:00
  • b43dd10bbb Merge branch 'PHP-8.3' Arnaud Le Blanc 2024-08-10 16:08:19 +02:00
  • 2b30b22d7d Autotools: Quote PHP_CHECK_SIZEOF macro arguments Peter Kokot 2024-08-10 16:01:22 +02:00
  • 4606202b89 [ci skip] NEWS for GH-15275 Arnaud Le Blanc 2024-08-10 15:50:21 +02:00
  • ba9f65bacd Merge branch 'PHP-8.2' into PHP-8.3 Arnaud Le Blanc 2024-08-10 15:48:43 +02:00
  • 39bacafeed [ci skip] NEWS for GH-15275 Arnaud Le Blanc 2024-08-10 15:48:30 +02:00