1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 06:02:23 +02:00

Commit Graph

  • 2079da0158 Fix #13865 Improve parameter and return value related deprecation messages (#13913) Máté Kocsis 2024-04-08 22:20:32 +02:00
  • 0bc5cb625e Merge branch 'PHP-8.3' Niels Dossche 2024-04-08 21:04:41 +02:00
  • b701fa8a34 Update news Niels Dossche 2024-04-08 21:04:34 +02:00
  • ea0268264b Fix GH-13903: ASAN false positive underflow when executing copy() Niels Dossche 2024-04-08 20:09:24 +02:00
  • e9292c3d3d Merge branch 'PHP-8.3' Bob Weinand 2024-04-08 20:22:02 +02:00
  • 5ead5c5a11 Merge branch 'PHP-8.2' into PHP-8.3 Bob Weinand 2024-04-08 20:19:46 +02:00
  • e48a5c14b9 Add zend_test.observer.enabled=0 to opcache tests asserting specific TMP count Bob Weinand 2024-04-08 20:16:35 +02:00
  • 0766ac6e35 loongarch64 support for fibers qiangxuhui 2024-04-01 07:16:47 +00:00
  • ae5220aed6 Avoid call to php_socket_errno() if possible (#13909) Niels Dossche 2024-04-08 19:53:01 +02:00
  • 9b5749a97e Merge branch 'PHP-8.3' Niels Dossche 2024-04-08 19:31:20 +02:00
  • 07fe3b2920 Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2024-04-08 19:31:13 +02:00
  • 6f8bda0582 Fix potential NULL pointer dereference before calling EVP_SignInit icy17 2024-04-08 14:49:17 +08:00
  • 13c8d9317f Merge branch 'PHP-8.3' Bob Weinand 2024-04-08 15:25:00 +02:00
  • f52b2a9cdc Merge branch 'PHP-8.2' into PHP-8.3 Bob Weinand 2024-04-08 15:10:29 +02:00
  • af098acd6e Always load EX(opline) into the current frame in JIT when observers are enabled Bob Weinand 2024-03-21 15:09:20 +01:00
  • 345580c5e8 Merge branch 'PHP-8.3' Arnaud Le Blanc 2024-04-08 15:03:37 +02:00
  • 0da1eb5fb9 [ci skip] NEWS Arnaud Le Blanc 2024-04-08 15:03:21 +02:00
  • 618eb3d468 Merge branch 'PHP-8.2' into PHP-8.3 Arnaud Le Blanc 2024-04-08 15:02:32 +02:00
  • 85d621242a [ci skip] NEWS Arnaud Le Blanc 2024-04-08 15:01:15 +02:00
  • 577b8ae422 Fix cookie_seek_function_t signature under musl (#13890) Arnaud Le Blanc 2024-04-08 14:58:12 +02:00
  • 7c860628cd ext/pcntl: getpriority/setpriority who default value handling change. (#13911) David CARLIER 2024-04-07 22:30:48 +01:00
  • 68592c84a1 Merge branch 'PHP-8.3' Niels Dossche 2024-04-07 22:50:28 +02:00
  • 73218e063a Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2024-04-07 22:50:09 +02:00
  • a86256c950 Improve stability of test gh13860.phpt Niels Dossche 2024-04-07 22:28:23 +02:00
  • 0f1e97957a Fix GH-13789: build failed mbstring_arginfo.h when Visual C++ on Windows (#13906) tekimen 2024-04-08 04:43:46 +09:00
  • 1e4bb039eb Merge branch 'PHP-8.3' Niels Dossche 2024-04-07 21:37:09 +02:00
  • 92136640aa Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2024-04-07 21:37:01 +02:00
  • 2aae14c8a9 Fix GH-13860: Incorrect PHP_STREAM_OPTION_CHECK_LIVENESS case in ext/openssl/xp_ssl.c - causing use of dead socket Niels Dossche 2024-04-05 23:21:32 +02:00
  • d8f2900574 ext/pcntl: adding pcntl_getcpu. David Carlier 2024-04-07 17:08:46 +01:00
  • dd2ffaab2c ext/pcntl: pcntl affinity improves EINVAL handling in both cases. (#13907) David CARLIER 2024-04-07 16:43:36 +01:00
  • 814098248c Merge branch 'PHP-8.3' Niels Dossche 2024-04-07 15:25:15 +02:00
  • 6c7707e918 Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2024-04-07 15:25:08 +02:00
  • 4a14211739 Fix persistent local flag in session url updating (#13905) Niels Dossche 2024-04-07 15:24:29 +02:00
  • 01817e99ab ext/pcntl pcntl_signal_get_handler update. David Carlier 2024-04-07 08:43:23 +01:00
  • a22a87243f Add next handler parameter to zend_observer_remove_begin/end_handler (#13807) Bob Weinand 2024-04-07 14:06:25 +02:00
  • a0da32a42d Cleanup and optimize attribute value reading (#13897) Niels Dossche 2024-04-07 13:08:31 +02:00
  • 0086815773 adding myself to ext/pcntl ext. (#13901) David CARLIER 2024-04-07 09:35:36 +01:00
  • 365e211884 Convert odbc_bindcols() function to void (#13900) Máté Kocsis 2024-04-07 08:44:37 +02:00
  • 1cf8291c85 ext/pcntl: cpu affinity api introduction. David Carlier 2024-04-05 21:37:59 +01:00
  • c96b975f67 filter_input_array - Implement solution 2 of GH-13805 (#13804) Juan Morales 2024-04-06 19:18:12 -03:00
  • 9a4847acf5 Get rid of non-exposed solid_fetch_prev() function Máté Kocsis 2024-04-06 22:49:38 +02:00
  • b981d4aff9 Declare true return type for ext/odbc functions Máté Kocsis 2024-04-06 22:39:53 +02:00
  • 7c851042cb random: Add clarifying comments to the implementation of CombinedLCG Tim Düsterhus 2024-04-06 17:46:28 +02:00
  • cf313321c2 Merge branch 'PHP-8.3' Niels Dossche 2024-04-06 13:45:10 +02:00
  • eb244fcb49 Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2024-04-06 13:45:00 +02:00
  • 8367e9cc3b [ci skip] NEWS Niels Dossche 2024-04-06 13:44:34 +02:00
  • 5ce9687cb2 Fix GH-13891: memleak and segfault when using ini_set with session.trans_sid_hosts (#13892) Niels Dossche 2024-04-06 13:43:26 +02:00
  • 0a0e8064e0 Fix serialization of entity references in attributes (#13884) Niels Dossche 2024-04-05 19:58:01 +02:00
  • 536305436f Merge branch 'PHP-8.3' Ilija Tovilo 2024-04-05 14:12:23 +02:00
  • 017cf41647 Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2024-04-05 14:12:08 +02:00
  • 97162e92be Fix opcache dump varying tmps Ilija Tovilo 2024-04-05 14:11:41 +02:00
  • 2508138532 ext/pcntl: pcnt_setns few nitpicks changes. (#13885) David CARLIER 2024-04-04 21:05:35 +01:00
  • ae4978a139 ext/pcntl: adding pcntl_setns for Linux >= 5.3 David Carlier 2024-04-03 18:59:40 +01:00
  • e08a5dce8f Merge branch 'PHP-8.3' Niels Dossche 2024-04-04 19:29:36 +02:00
  • 5daf080b6b Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2024-04-04 19:29:29 +02:00
  • dfbad9f227 [ci skip] NEWS Niels Dossche 2024-04-04 19:29:04 +02:00
  • 8bfde5d01e Fix shift out of bounds on 32-bit non-fast-path platforms (#10941) Niels Dossche 2024-04-04 19:28:10 +02:00
  • 98b43d07f9 Merge branch 'PHP-8.3' Tim Düsterhus 2024-04-04 13:26:47 +02:00
  • 1fb38361ae Merge branch 'PHP-8.2' into PHP-8.3 Tim Düsterhus 2024-04-04 13:26:36 +02:00
  • c89d797a41 makedist: Reset tar timestamps to the commit date (#13879) Tim Düsterhus 2024-04-04 13:26:27 +02:00
  • 0bf574afa3 Update IR Dmitry Stogov 2024-04-04 10:09:51 +03:00
  • d2b54dc53e Update IR Dmitry Stogov 2024-04-04 01:11:28 +03:00
  • bb1688d732 Fix argument signedness of dom_sanity_check_node_list_types() (#13875) Niels Dossche 2024-04-03 18:18:24 +02:00
  • 5ca72eca8e Remove broken check in var_unserializer (#13852) Niels Dossche 2024-04-03 18:15:56 +02:00
  • 15259a0a6c Factor out common "first container's child" code Niels Dossche 2024-04-02 23:29:52 +02:00
  • b7bc41341c Remove random newline Niels Dossche 2024-04-02 23:17:14 +02:00
  • fc9b58f602 Remove duplicated code for entity vs notation handling Niels Dossche 2024-04-02 23:12:09 +02:00
  • fa4d8cd4fa Cleanup create_notation() Niels Dossche 2024-04-02 23:04:03 +02:00
  • aa19461151 Don't use a heap allocation to track the current item Niels Dossche 2024-04-02 22:58:22 +02:00
  • 6de0486e19 Express php_dom_libxml_notation_iter() using php_dom_libxml_hash_iter() Niels Dossche 2024-04-02 22:52:53 +02:00
  • f02fd58809 Get rid of impossible error branch Niels Dossche 2024-04-02 22:44:46 +02:00
  • 88449f6798 Simplify control flow for special case of php_dom_iterator_move_forward() Niels Dossche 2024-04-02 22:41:20 +02:00
  • 899b916f71 Merge declarations and assignments in php_dom_iterator_move_forward() Niels Dossche 2024-04-02 22:40:01 +02:00
  • 7a3516cca5 zend_alloc trailing 1 calculation helper ZEND_ATTRIBUTE_CONST addition. (#13874) David CARLIER 2024-04-03 13:46:07 +01:00
  • e5f4cdd62f Fix test that behaves differently w and w/o opcache Ilija Tovilo 2024-04-03 13:24:57 +02:00
  • 7db7c420f1 ext/pcntl: pcntl_unshare minor error message clarification (for EINVAL). (#13872) David CARLIER 2024-04-02 23:26:07 +01:00
  • 04e0d80554 Optimize levenshtein a bit for memory usage (#13830) Niels Dossche 2024-04-02 23:00:10 +02:00
  • 33a523f64e Add missing show_output to test after merge of e7462bff19 Bob Weinand 2024-04-02 18:39:13 +02:00
  • 248b5f5b0f Remove useless NULL-check in phpdbg_print (#13853) Niels Dossche 2024-04-02 18:17:21 +02:00
  • 18496cc3d4 Merge branch 'PHP-8.3' Bob Weinand 2024-04-02 18:13:10 +02:00
  • dbaeb62ab1 Merge branch 'PHP-8.2' of github.com:php/php-src into PHP-8.3 Bob Weinand 2024-04-02 18:11:55 +02:00
  • e7462bff19 Run one testsuite with observers enabled in CI (#13869) Bob Weinand 2024-04-02 18:11:02 +02:00
  • dad2d561e8 adding const attribute to trailing/leading zeros helpers. (#13861) David CARLIER 2024-04-02 12:10:18 +01:00
  • ce2dd0b20b Fix potential NULL pointer argument to memcpy (#13859) Niels Dossche 2024-04-01 22:47:38 +02:00
  • eb1cdb5b72 Fix opline argument for getting the function info for range() Niels Dossche 2024-04-01 22:42:18 +02:00
  • 50573904b8 Update IR Dmitry Stogov 2024-04-01 23:34:04 +03:00
  • b9a2533cb3 Merge branch 'PHP-8.3' Niels Dossche 2024-04-01 20:34:44 +02:00
  • e34c86ce1a Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2024-04-01 20:34:37 +02:00
  • 18d70db091 Fix gcc-14 Wcalloc-transposed-args warnings Cristian Rodríguez 2024-03-27 11:49:18 -03:00
  • 0dc599853a Merge branch 'PHP-8.3' Niels Dossche 2024-04-01 14:16:28 +02:00
  • 3f598a3073 Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2024-04-01 14:16:23 +02:00
  • 46f45a51b4 Fix GH-13856: Member access within null pointer of type 'ps_files' in ext/session/mod_files.c Niels Dossche 2024-04-01 13:39:38 +02:00
  • 17f936eec7 [ci skip] NEWS Niels Dossche 2024-04-01 13:49:27 +02:00
  • 00c6d538ab Fix GH-13834: Applying non-zero offset 36 to null pointer in zend_jit.c (#13846) Niels Dossche 2024-04-01 13:37:15 +02:00
  • c3f5bbde2a Simplify always-true check in zend_generator_update_current (#13848) Niels Dossche 2024-04-01 13:29:09 +02:00
  • 30885f3b5f Implement request #71571: XSLT processor should provide option to change maxDepth (#13731) Niels Dossche 2024-03-31 21:21:23 +02:00
  • 089f51319e Merge branch 'PHP-8.3' David Carlier 2024-03-31 17:01:27 +01:00
  • b412fd6a77 Merge branch 'PHP-8.2' into PHP-8.3 David Carlier 2024-03-31 17:01:16 +01:00
  • ba4c82fd80 ext/sockets: socket_create_listen clearing socket data before binding. David Carlier 2024-03-31 16:23:37 +01:00
  • 2d83b60b6c Merge branch 'PHP-8.3' Niels Dossche 2024-03-31 16:56:27 +02:00