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

Commit Graph

  • 1bd33b7476 CLI: change uses of sprintf into snprintf Niels Dossche 2024-06-09 19:41:03 +02:00
  • c151d2d135 standard: change uses of sprintf into snprintf and zend_string_concat2 Niels Dossche 2024-06-09 19:40:57 +02:00
  • a4674654ab opcache: change uses of sprintf into snprintf Niels Dossche 2024-06-09 19:40:21 +02:00
  • 26fcb5f2b2 win32: change uses of sprintf into snprintf Niels Dossche 2024-06-09 19:40:12 +02:00
  • 5fffdaa419 openssl: change uses of sprintf into snprintf and zend_string_concat2 Niels Dossche 2024-06-09 19:39:55 +02:00
  • 429f91d80d snmp: change uses of sprintf into snprintf Niels Dossche 2024-06-09 19:39:43 +02:00
  • b1fd3477b2 mysqlnd: change uses of sprintf into snprintf Niels Dossche 2024-06-09 19:39:35 +02:00
  • cbb81b87f2 intl: change uses of sprintf into snprintf Niels Dossche 2024-06-09 19:39:09 +02:00
  • 934e385640 gd: change uses of sprintf into snprintf Niels Dossche 2024-06-09 19:38:58 +02:00
  • 7e2d47d2b8 curl: change uses of sprintf into snprintf Niels Dossche 2024-06-09 19:38:52 +02:00
  • 8c92b5f7ae TSRM: change uses of sprintf into snprintf Niels Dossche 2024-06-09 19:38:14 +02:00
  • 3b83d7e3b5 Zend: change uses of sprintf into snprintf Niels Dossche 2024-06-09 19:38:01 +02:00
  • 3b951e7b04 Rename HAVE_DECL_ARC4RANDOM_BUF to HAVE_ARC4RANDOM_BUF (#14565) Peter Kokot 2024-06-13 22:36:05 +02:00
  • 37488d6e01 ext/bcmath: Minor fixes to bcmul() (#14564) Saki Takamachi 2024-06-14 02:20:32 +09:00
  • 460b851214 [skip ci] Fix codecov upload Ilija Tovilo 2024-06-13 16:50:55 +02:00
  • 2969889fb8 Remove conditional pg_encoding_to_char usage (#14557) Peter Kokot 2024-06-13 16:00:16 +02:00
  • 4b24f5d6db Merge branch 'PHP-8.3' Derick Rethans 2024-06-13 14:04:48 +01:00
  • 784b745e07 Update NEWS Derick Rethans 2024-06-13 14:04:42 +01:00
  • 31798e4b6d Merge branch 'PHP-8.2' into PHP-8.3 Derick Rethans 2024-06-13 14:04:13 +01:00
  • c595ab96ab Update NEWS Derick Rethans 2024-06-13 14:04:03 +01:00
  • e0e9eb4053 Merge branch 'fix-anonymous-socket-at-length-boundary' into PHP-8.2 Derick Rethans 2024-06-13 14:03:46 +01:00
  • 8fd1388a7f Merge branch 'PHP-8.3' Ilija Tovilo 2024-06-13 14:09:17 +02:00
  • 9cec164f76 Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2024-06-13 14:07:43 +02:00
  • f598b58790 Remove GitHub actions junit artifacts Ilija Tovilo 2024-06-13 11:42:21 +02:00
  • 4542cc66dd Merge branch 'PHP-8.3' Ilija Tovilo 2024-06-13 14:03:33 +02:00
  • 22ac07a886 Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2024-06-13 14:03:26 +02:00
  • 8d9f9755e8 Fix windows rename test directories clashing Ilija Tovilo 2024-06-13 11:38:55 +02:00
  • 86ebc18e38 [skip ci] Add myself as CODEOWNER for some more files Ilija Tovilo 2024-06-13 13:59:55 +02:00
  • ad56ec7bbf Fixed off-by-one error in checking length of abtract namespace Unix sockets Derick Rethans 2024-06-05 16:47:06 +01:00
  • 5baef94d00 Remove conditional usage of PQfreemem (#14559) Peter Kokot 2024-06-13 13:34:08 +02:00
  • dcd20da8a5 Merge branch 'PHP-8.3' Peter Kokot 2024-06-13 12:28:27 +02:00
  • 7b40a5a9f3 Merge branch 'PHP-8.2' into PHP-8.3 Peter Kokot 2024-06-13 12:27:09 +02:00
  • b43378d830 Fix incompatible function pointer types Ryan Carsten Schmidt 2024-06-13 04:51:45 -05:00
  • 592d899462 ext/gd: de-factorize image output functions (#14523) Giovanni Giacobbi 2024-06-13 10:46:47 +02:00
  • 1e7aac315e zend_compile: Optimize sprintf() into a rope (#14546) Tim Düsterhus 2024-06-13 10:41:45 +02:00
  • 18cfd94de4 ext/sockets: multicast simplification on ipv4 table retrieval and buffer handling. (#14542) David CARLIER 2024-06-12 18:33:16 +01:00
  • 25360ef249 Detect heap freelist corruption (#14054) Arnaud Le Blanc 2024-06-12 14:02:48 +02:00
  • d1048a0869 Add zend_random_bytes(), zend_random_bytes_insecure() functions (#14054) Arnaud Le Blanc 2024-06-12 13:57:54 +02:00
  • d545b1d643 Add missing ext/pcre dependency for ext/pgsql (#14541) Peter Kokot 2024-06-11 23:38:23 +02:00
  • 5d3fab9334 Sync #if/ifdef/defined (#14520) Peter Kokot 2024-06-11 22:47:05 +02:00
  • 45714e2cb8 random: Remove redundant assignments in php_random_rangeX() (#14536) Jorg Adam Sowa 2024-06-11 21:36:02 +02:00
  • 61a0e3bd19 Sync HAVE_OPENSSL* symbols (#14333) Peter Kokot 2024-06-11 19:18:19 +02:00
  • bfc988552f Fixed GH-14383: Fixed usec was carry up (#14463) Saki Takamachi 2024-06-11 19:02:43 +09:00
  • 5433f02e79 Use default argument in AS_CASE instead of pattern Peter Kokot 2024-06-11 11:26:52 +02:00
  • 1ae544330c ext/gd using fast ZPP. (#14534) David CARLIER 2024-06-11 09:01:54 +01:00
  • bd7b174044 Update ext/spl as required dependency for ext/pdo (#14535) Peter Kokot 2024-06-11 09:59:58 +02:00
  • 845af7778e Remove redundant win32/unistd.h includes (#14533) Peter Kokot 2024-06-11 09:47:23 +02:00
  • da7bc2ea04 Merge branch 'PHP-8.3' Ilija Tovilo 2024-06-10 23:03:49 +02:00
  • ad470a974d Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2024-06-10 23:03:37 +02:00
  • c47d357db5 Set SG(rfc1867_uploaded_files) to null after destroy Kévin Dunglas 2024-06-07 18:09:23 +02:00
  • 998bce117c Show enum cases in errors Ilija Tovilo 2024-06-07 12:42:35 +02:00
  • a82d86479c Replace WIN32 conditions with _WIN32 or PHP_WIN32 (#14462) Peter Kokot 2024-06-10 21:59:41 +02:00
  • bcecbb59d3 Merge branch 'PHP-8.3' Niels Dossche 2024-06-10 19:40:03 +02:00
  • ccdd1c4e67 Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2024-06-10 19:39:25 +02:00
  • bc558bf7a3 Fix GH-11078: PHP Fatal error triggers pointer being freed was not allocated and malloc: double free for ptr errors Niels Dossche 2024-06-09 16:18:11 +02:00
  • 62bfb01e00 refactor: zend_call_stack_get_linux_pthread Levi Morrison 2024-06-10 10:25:13 -06:00
  • 550f840a22 Fix fall through warning in sapi/litespeed (#14530) Peter Kokot 2024-06-10 16:51:01 +02:00
  • 11a46b31d9 Merge branch 'PHP-8.3' Arnaud Le Blanc 2024-06-10 16:10:06 +02:00
  • 159f14c45f fix memleak due to missing pthread_attr_destroy()-call Florian Engelhardt 2024-06-08 18:51:46 +02:00
  • 3c65375adb fix memleak due to missing pthread_attr_destroy()-call Florian Engelhardt 2024-06-08 18:51:46 +02:00
  • b4325d6113 Improve randomness of uploaded file names and files created by tempnam() Arnaud Le Blanc 2024-05-29 19:06:18 +02:00
  • 7130a174bb ext/opcache/jit: Fix -Wundef warning for HAVE_CAPSTONE Gina Peter Banyard 2024-06-10 14:17:58 +01:00
  • 193d3850b2 Leverage object_init_with_constructor() in zend_get_attribute_object() (#14532) Tim Düsterhus 2024-06-10 15:12:22 +02:00
  • 10a6f0bd92 cli: Clean up formatting in do_cli() (#14531) Tim Düsterhus 2024-06-10 15:12:05 +02:00
  • 6c9d443a21 Update IR Dmitry Stogov 2024-06-10 11:49:08 +03:00
  • bca0c08408 Make the CLI mode available via the SAPI globals (#14479) Tim Düsterhus 2024-06-10 09:15:55 +02:00
  • c3388c1841 Sync #if/ifdef/defined (#14512) Peter Kokot 2024-06-10 08:56:10 +02:00
  • d3901b8ca6 Sync PHP_FILEINFO_UNCOMPRESS #if/ifdef/defined (#14525) Peter Kokot 2024-06-10 08:11:25 +02:00
  • 89185745f1 [ci skip] Update contributing guidelines for docs (#14528) Niels Dossche 2024-06-09 15:21:47 -07:00
  • 84a0da1574 Sync #if/ifdef/defined (#14508) Peter Kokot 2024-06-09 14:23:41 +02:00
  • 52f6e099b0 Merge branch 'PHP-8.3' Jakub Zelenka 2024-06-09 12:41:46 +01:00
  • 82e6040cff Merge branch 'PHP-8.2' into PHP-8.3 Jakub Zelenka 2024-06-09 12:40:51 +01:00
  • 46013f1c55 Skip test for OpenSSL bug #74341 which is not a bug Jakub Zelenka 2024-06-09 12:40:19 +01:00
  • 98736e8bbd Fix GH-13343: openssl_x509_parse should not allow omitted seconds in UTCTimes Jakub Zelenka 2024-06-02 16:09:41 +01:00
  • 65ff5117ab Check for PQERRORS_SQLSTATE in PGVerbosity enum (#14519) Peter Kokot 2024-06-09 11:47:06 +02:00
  • aae237aad5 Add missing sodium.h header (#14515) Peter Kokot 2024-06-09 07:17:46 +02:00
  • 0dcb467dae Sync #if/ifdef/defined (#14511) Peter Kokot 2024-06-09 07:13:23 +02:00
  • 01887afdfa Fix typo s/PGVERSION_NUM/PG_VERSION_NUM (#14516) Peter Kokot 2024-06-09 06:48:44 +02:00
  • a9259c0496 Add Pdo\Pgsql::setNoticeCallback() (#14299) Guillaume Outters 2024-06-09 04:04:51 +02:00
  • 25579a8616 ext/bcmath: Renamed macros and variables (#14507) Saki Takamachi 2024-06-09 09:11:11 +09:00
  • f109795852 Sync HAVE_GRP_H definition (#14514) Peter Kokot 2024-06-09 01:55:27 +02:00
  • a5cacba6d8 ext/spl: Remove spl_engine.h header (#14418) Gina Peter Banyard 2024-06-08 23:46:34 +01:00
  • d8795a3503 ext/pcre: update Config to match upstream (#14509) Ayesh Karunaratne 2024-06-09 02:34:18 +07:00
  • 743d1fd2a2 Sync -Wno-implicit-fallthrough Peter Kokot 2024-06-08 20:04:21 +02:00
  • fd2d869642 Clean-up some more headers (#14416) Gina Peter Banyard 2024-06-08 17:15:36 +01:00
  • 8f6612aca0 ext/date: Fix some [-Wsign-compare] warnings Gina Peter Banyard 2024-06-03 06:16:40 +01:00
  • 86a4fa3d02 Zend/Optimizer: Fix some [-Wsign-compare] warnings Gina Peter Banyard 2024-06-03 06:10:50 +01:00
  • 194a2c1b54 ext/standard/url.c fix a [-Wsign-compare] warning Gina Peter Banyard 2024-06-03 05:55:36 +01:00
  • 8c16076dc3 ext/random: Fix signess issues Gina Peter Banyard 2024-06-03 05:53:11 +01:00
  • efee76b8e2 ext/json: Fix sign conversion warnings Gina Peter Banyard 2024-06-03 05:27:52 +01:00
  • 9dbcb91152 Refactor check for libcurl linkage with OpenSSL < 1.1 (#14319) Peter Kokot 2024-06-08 17:59:59 +02:00
  • d1f14a4609 ext/pcre: update to PCRE2 v10.44 (#14498) Ayesh Karunaratne 2024-06-08 18:03:31 +07:00
  • 5a03ff4f6c Remove PHP_SETUP_OPENSSL inactive 3rd argument (#14323) Peter Kokot 2024-06-07 23:48:17 +02:00
  • da86eec3db Sync #if/ifdef/defined (#14371) Peter Kokot 2024-06-07 23:45:17 +02:00
  • 58f3b676f5 Replace WINDOWS with PHP_WIN32 in ext/standard/filestat.c (#14464) Peter Kokot 2024-06-07 23:38:55 +02:00
  • 271f91169e Remove WINDOWS symbol from ext/ldap/ldap.c (#14468) Peter Kokot 2024-06-07 23:27:22 +02:00
  • 9f63836cf4 Remove redundant _WIN32 compile definitions (#14458) Peter Kokot 2024-06-07 22:59:30 +02:00
  • cfb739585f Check ext/pcntl required functions with for loop (#14302) Peter Kokot 2024-06-07 22:49:02 +02:00
  • 51379d66ec Zend: Add object_init_with_constructor() API (#14440) Gina Peter Banyard 2024-06-06 21:21:16 +01:00
  • a580d4a1c3 main/php_ini.c: use size_t type instead of int Gina Peter Banyard 2024-06-04 19:37:11 +01:00