1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 21:11:02 +02:00

Commit Graph

  • dedad408fe sockets introduces socket_set_option SO_ZEROCOPY and MSG_ZEROCOPY for the socket_send* functions. it avoids copy b/w userland and kernel for both TCP and UDP protocols. David Carlier 2022-05-30 20:39:37 +01:00
  • 6cd5bd1bcd Fix "%f" regex in run-tests.php (#8965) Michael Voříšek 2022-07-10 15:33:10 +02:00
  • d217a669fc [ci skip] NEWS Arnaud Le Blanc 2022-07-10 15:18:51 +02:00
  • 77f73de5bb XFAIL test Arnaud Le Blanc 2022-07-10 14:43:39 +02:00
  • 492af9f88e Add ini_parse_quantity function to convert ini quantities shorthand notation to int (#8454) Dennis Snell 2022-07-10 14:48:52 +02:00
  • 61ad0d9136 Fix build Arnaud Le Blanc 2022-07-09 23:30:15 +02:00
  • da1cbd20c3 Merge branch 'PHP-8.1' Arnaud Le Blanc 2022-07-09 23:01:07 +02:00
  • d86141a891 [ci skip] NEWS Arnaud Le Blanc 2022-07-09 23:00:52 +02:00
  • 2dbde18b29 Fix GH-8952: std streams can not be deliberately closed (#8953) Arnaud Le Blanc 2022-07-09 22:58:02 +02:00
  • 5e0b2e537d Merge branch 'PHP-8.0' into PHP-8.1 David Carlier 2022-07-08 17:39:05 +01:00
  • 7c3dfbb845 intl extension, build fix for icu >= 69.x release. ubrk/ucnv_safeClone had been deprecated in favor of ubrk/ucnv_clone which does not use user provided stacks but remain thread safe. David Carlier 2022-07-08 13:56:17 +01:00
  • e80925445c Fix GH-8924 str_split of empty string must return empty array Michael Voříšek 2022-07-07 12:49:09 +02:00
  • 4df3dd7679 Reduce memory allocated by var_export, json_encode, serialize, and other (#8902) Arnaud Le Blanc 2022-07-08 14:47:46 +02:00
  • eacf6f43ed Add upgrading internals entry for fgetcsv() changes George Peter Banyard 2022-07-08 13:32:01 +01:00
  • 6f0dffc89f Merge branch 'PHP-8.1' David Carlier 2022-07-08 13:13:10 +01:00
  • 9b5a2635d6 Merge branch 'PHP-8.0' into PHP-8.1 David Carlier 2022-07-08 13:12:30 +01:00
  • bd6793372b FPM: Fix possible double free on configuration load failure. Heiko Weber 2022-07-07 15:51:09 +02:00
  • 4ccf0b0181 Make php_fgetcsv() return a HashTale instead of in-out zval param (#8936) George Peter Banyard 2022-07-08 12:11:05 +01:00
  • 247de8a4de Use true/false and comment when arg correspond to silent arg George Peter Banyard 2022-07-06 09:34:11 +01:00
  • bb3d0933af Remove silent argument to spl_filesystem_file_read_line_ex() George Peter Banyard 2022-07-06 09:21:47 +01:00
  • a055c54801 Remove silent argument to spl_filesystem_file_read_line() George Peter Banyard 2022-07-06 09:18:40 +01:00
  • f905590764 Add support for Disjoint Normal Form (DNF) types (#8725) George Peter Banyard 2022-07-08 11:30:23 +01:00
  • d3c86527a5 Update mime-db from 1.45.0 to 1.52.0 Ayesh Karunaratne 2022-07-07 22:31:09 +05:30
  • 5174ee2353 FPM add routing view global option (for FreeBSD for now). David CARLIER 2022-05-01 10:49:09 +01:00
  • 2ee6e0ddd0 Merge branch 'PHP-8.1' Pierrick Charron 2022-07-07 17:10:54 -04:00
  • f6de748dcb [ci skip] Update news Pierrick Charron 2022-07-07 17:08:20 -04:00
  • 4dd66b8ce0 Merge branch 'PHP-8.1' Pierrick Charron 2022-07-07 17:03:25 -04:00
  • c650e67c90 Fixed bug GH-8943 Reflection::getModifiersNames() with readonly modifier Pierrick Charron 2022-07-07 02:03:00 -04:00
  • caa13aff5d Merge branch 'PHP-8.1' Remi Collet 2022-07-07 14:07:27 +02:00
  • de202a5f2f [ci skip] drop NEWS entry for reverted fix Remi Collet 2022-07-07 14:07:11 +02:00
  • 0bf0698226 Merge branch 'PHP-8.0' into PHP-8.1 Remi Collet 2022-07-07 14:06:51 +02:00
  • 2e58e9e60f [ci skip] drop NEWS entry for reverted fix Remi Collet 2022-07-07 14:06:32 +02:00
  • d9c49ae1c1 Improve contrast for dark mode phpinfo (#8893) Levi Morrison 2022-07-06 14:19:21 -06:00
  • b22d2bf589 intl extension, build fix for icu >= 71.x release. David Carlier 2022-07-05 20:15:21 +01:00
  • 012abcdb52 Update UPGRADING Kamil Tekiela 2022-07-06 12:28:54 +01:00
  • 1dc51c7b90 Implement mysqli_execute_query() (#8660) Kamil Tekiela 2022-07-06 12:23:46 +01:00
  • 19fb306392 Update versions for PHP 8.0.21 php-8.0.21 Gabriel Caruso 2022-07-06 10:10:44 +00:00
  • 4aabfe911e Revert "Update versions for PHP 8.0.21" PHP-8.0.21 Gabriel Caruso 2022-07-06 12:06:48 +02:00
  • 8a233644fc Revert "Update versions for PHP 8.0.21" Gabriel Caruso 2022-07-06 11:53:05 +02:00
  • 6eedacdf15 Update versions for PHP 8.0.21 Gabriel Caruso 2022-07-06 09:37:42 +00:00
  • 7988ae708f Revert "Fix GH-8563 Different results for seek() on SplFileObject and SplTempFileObject" George Peter Banyard 2022-07-05 21:28:59 +01:00
  • b45cd10238 Fix GH-8842 don't set sensitive param in legacy arginfo Remi Collet 2022-07-04 15:50:06 +02:00
  • 8d84e44e7b Update versions for PHP 8.1.8 php-8.1.8 Ben Ramsey 2022-07-05 16:38:15 -05:00
  • b107b819c8 Merge branch 'PHP-8.1' Ben Ramsey 2022-07-05 16:22:13 -05:00
  • 6c29ac3d11 Move NEWS entry to PHP 8.1.8 Ben Ramsey 2022-07-05 16:20:23 -05:00
  • 8c668ecf8f [ci skip] Update news PHP-8.1.8 Stanislav Malyshev 2022-07-05 01:08:14 -06:00
  • 0b67277907 Fix #81723: Memory corruption in finfo_buffer() Christoph M. Becker 2022-06-30 17:15:22 +02:00
  • 1e7afbd281 Revert "Fix GH-8563 Different results for seek() on SplFileObject and SplTempFileObject" George Peter Banyard 2022-07-05 21:28:59 +01:00
  • 6f26102bbf Merge branch 'PHP-8.1' George Peter Banyard 2022-07-05 21:45:13 +01:00
  • e67336f46a Merge branch 'PHP-8.0' into PHP-8.1 George Peter Banyard 2022-07-05 21:33:47 +01:00
  • 79a283240e Revert "Fix GH-8563 Different results for seek() on SplFileObject and SplTempFileObject" George Peter Banyard 2022-07-05 21:28:59 +01:00
  • da8bfd46aa Revert "Update FreeBSD CI image." David CARLIER 2022-07-05 20:10:59 +01:00
  • 35ca407fcb Revert "Update FreeBSD CI image." David CARLIER 2022-07-05 20:10:42 +01:00
  • 9f29e2d7e9 Allow for arbitrary (class) attributes in stubs Bob Weinand 2022-07-05 18:22:33 +02:00
  • 82bcc94bea [ci skip] Update NEWS for PHP 8.2.0 beta1 Sergey Panteleev 2022-07-05 19:09:39 +03:00
  • f78c637350 Update versions for PHP 8.2.0 Alpha3 php-8.2.0alpha3 Sergey Panteleev 2022-07-05 18:50:36 +03:00
  • d1781b5101 [ci skip] Fix typo Gabriel Caruso 2022-07-05 11:38:32 +02:00
  • a77cdd2ee2 [ci skip] Prepare for PHP 8.0.21 GA Gabriel Caruso 2022-07-05 11:16:24 +02:00
  • f0c679c72c fix NEWS Stanislav Malyshev 2022-07-05 01:10:34 -06:00
  • 718782b8a8 Merge branch 'PHP-8.1' Stanislav Malyshev 2022-07-05 01:09:17 -06:00
  • 13dcd219a1 [ci skip] Update news Stanislav Malyshev 2022-07-05 01:08:14 -06:00
  • b2f692a9f8 Merge branch 'PHP-8.1' Stanislav Malyshev 2022-07-05 00:59:43 -06:00
  • ca6d511fa5 Fix #81723: Memory corruption in finfo_buffer() Christoph M. Becker 2022-06-30 17:15:22 +02:00
  • f2d6e175fe Update FreeBSD CI image. David Carlier 2022-06-29 21:39:52 +01:00
  • 4f4457a6e9 Update FreeBSD CI image. David Carlier 2022-06-29 21:39:52 +01:00
  • dfbb425295 Use safe_*erealloc* flavor in few places to mitigate possible overflows. David Carlier 2022-07-04 10:59:16 +01:00
  • 0ad8b64b70 Follow up on #8897 but on master which instead does not use the old custom alloca. Closes #8905. David Carlier 2022-07-01 12:51:45 +01:00
  • 5bccb64213 Merge branch 'PHP-8.1' Derick Rethans 2022-07-04 10:50:39 +01:00
  • d8ebfdc506 Merge branch 'PHP-8.0' into PHP-8.1 Derick Rethans 2022-07-04 10:50:32 +01:00
  • eb5b12c225 [ci skip] Fix typo Sebastian Bergmann 2022-07-03 07:16:53 +02:00
  • fdc09e302a Fix GH-8907: Document forgotten API changes. David Carlier 2022-07-02 17:50:45 +01:00
  • 583cc01e9e Fix labeler selection of SAPIs Jakub Zelenka 2022-07-02 18:10:33 +01:00
  • 1c753a958b Pre-compute remote address length in CLI SAPI George Peter Banyard 2022-07-01 16:59:11 +01:00
  • b37245b8da Refactor registration of variables for the CLI SAPI George Peter Banyard 2022-05-16 20:04:51 +01:00
  • 55908db007 Add php_register_known_variable() for know var names George Peter Banyard 2022-05-16 23:39:00 +01:00
  • 1d0c287b90 Abort LMDB transaction whe trying to delete non-existing key George Peter Banyard 2022-07-01 17:26:27 +01:00
  • 8fce70ae7b Abort LMDB transaction whe trying to delete non-existing key George Peter Banyard 2022-07-01 17:26:27 +01:00
  • 40908b10fc Merge branch 'PHP-8.1' Ilija Tovilo 2022-07-01 12:20:32 +02:00
  • 110573726b Disallow assigning reference to unset readonly property Ilija Tovilo 2022-03-10 18:06:03 +01:00
  • 1a5414cd98 Revert "Merge branch 'PHP-8.1'" David CARLIER 2022-07-01 06:31:55 +01:00
  • 6876c202ea Merge branch 'PHP-8.1' David Carlier 2022-07-01 05:43:06 +01:00
  • 26d63c74be Merge branch 'PHP-8.0' into PHP-8.1 David Carlier 2022-07-01 05:34:05 +01:00
  • b3569865b3 Fix the crypt sha apis build (with recent clang versions). David Carlier 2022-06-30 18:20:40 +01:00
  • a193427333 Adds TCP_CONGESTION socket option for Linux/FreeBSD. David Carlier 2022-06-18 19:16:49 +01:00
  • f26f6d9479 Add test for backtrace with aliased trait (#8705) Michael Voříšek 2022-06-30 19:59:33 +02:00
  • 14ced88c17 [ci skip] Fix typo (anough → enough) Javier Eguiluz 2022-06-30 16:26:53 +02:00
  • 9a7d37ac66 Use size_t for get_ps_title() length parameter George Peter Banyard 2022-06-30 12:36:12 +01:00
  • b468d6fb54 Use bool and rename variable for ease of comprehension in ps_title.c George Peter Banyard 2022-06-30 12:33:59 +01:00
  • 4c37b74c28 Add NEWS entry Dmitry Stogov 2022-06-30 10:52:20 +03:00
  • 17aa81a5e2 Allocate JIT bufer close to PHP .text segment to allow using direct IP-relative calls and jumps (#8890) Dmitry Stogov 2022-06-30 10:49:24 +03:00
  • 7ceae66182 streams/xp_socket: fix clang build error with enum usage on bool condition. David Carlier 2022-06-29 22:51:58 +01:00
  • b09420e3a8 Fix zend_atomic_bool_exchange_ex() in HAVE_NO_ATOMICS case (#8801) twosee 2022-06-30 11:54:47 +08:00
  • e2bd3b1e99 main/streams/plain_wrapper: skip lseek(SEEK_CUR) for newly opened files Max Kellermann 2022-04-29 05:22:53 +02:00
  • c756e978c4 Improve tests on 32bit Michael Voříšek 2022-04-27 22:43:33 +02:00
  • e01586ac4f Merge branch 'PHP-8.1' Dmitry Stogov 2022-06-29 13:09:22 +03:00
  • af75eab0ef Merge branch 'PHP-8.0' into PHP-8.1 Dmitry Stogov 2022-06-29 13:09:14 +03:00
  • d66d477d6f Fix incorrect condition introdused in 7cf6f17383 Dmitry Stogov 2022-06-29 13:08:18 +03:00
  • 7e32033331 Merge branch 'PHP-8.1' Dmitry Stogov 2022-06-29 12:16:20 +03:00
  • b7693360cb Merge branch 'PHP-8.0' into PHP-8.1 Dmitry Stogov 2022-06-29 12:13:03 +03:00
  • 7cf6f17383 Fixed bug GH-8847 (PHP hanging infinitly at 100% cpu when check php syntaxe of a valid file) Dmitry Stogov 2022-06-29 12:10:46 +03:00