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

Commit Graph

  • febbbfac78 Fix the MySQL Server version used for testing to (#14120) 武田 憲太郎 2024-05-03 11:26:42 +00:00
  • 4465e5082c Use AC_SEARCH_LIBS for socketpair, gethostname and gethostbyaddr (#14116) Peter Kokot 2024-05-03 19:55:24 +02:00
  • cad0e555ac Faster validation logic in bc_str2num() (#14115) Niels Dossche 2024-05-03 17:34:38 +02:00
  • 039344cf70 Avoid extra inits while flooring or ceiling Niels Dossche 2024-05-01 21:23:39 +02:00
  • 34b2116eb5 Avoid unnecessary destruction in bc_mul() Niels Dossche 2024-05-01 21:14:03 +02:00
  • 0cd952d851 Avoid unnecessary destruction in bc_sub() Niels Dossche 2024-05-01 21:10:43 +02:00
  • 959e11544c Avoid unnecessary destruction in bc_add() Niels Dossche 2024-05-01 20:59:40 +02:00
  • a604d1d342 Use SSE2 in bc_copy_and_shift_numbers() if possible Niels Dossche 2024-05-01 18:27:03 +02:00
  • 4964c5cb23 Move bc_copy_num to header to allow inlining Niels Dossche 2024-05-01 18:25:59 +02:00
  • be072d7be4 Use RETVAL_NEW_STR Niels Dossche 2024-05-01 18:24:57 +02:00
  • 36f9d18e27 Merge branch 'PHP-8.3' Matteo Beccati 2024-05-02 19:53:43 +02:00
  • f26b964332 Merge branch 'PHP-8.2' into PHP-8.3 Matteo Beccati 2024-05-02 19:53:27 +02:00
  • 6fed9a9a7e Stick to mysql 8.3 for the time being Matteo Beccati 2024-05-02 15:29:25 +02:00
  • 8c8287abf6 Merge branch 'PHP-8.3' Peter Kokot 2024-05-01 20:43:53 +02:00
  • 49b5ab2057 Merge branch 'PHP-8.2' into PHP-8.3 Peter Kokot 2024-05-01 20:43:42 +02:00
  • b6b9eab68e Fix tests for glibc 2.39 (#14097) Peter Kokot 2024-05-01 20:43:00 +02:00
  • a66439adbb Avoid unnecessary number initializations in BCMath (#14104) Niels Dossche 2024-05-01 17:52:06 +02:00
  • b1bb9c34e8 [ci skip] NEWS and UPGRADING Niels Dossche 2024-05-01 16:57:36 +02:00
  • 0a3ccc0b99 Use bulk conversion in BCMath of BCD/CHAR where possible (#14103) Niels Dossche 2024-05-01 16:48:42 +02:00
  • cf92a191e8 ext/pdo_sqlite: Use new F ZPP (#14059) Saki Takamachi 2024-04-28 16:16:58 +09:00
  • 6303d1fc6a ext/sqlite3: Use new F ZPP modifier (#14040) Gina Peter Banyard 2024-05-01 15:38:48 +01:00
  • d2d4596f20 Use an unsigned number for the refcount of bcmath objects Niels Dossche 2024-05-01 13:59:59 +02:00
  • 5dc11de558 Merge n_value and n_ptr Niels Dossche 2024-05-01 13:59:38 +02:00
  • 3215e86a11 Avoid double allocation in _bc_new_num_ex Niels Dossche 2024-05-01 13:49:58 +02:00
  • f4dbe2390d ext/curl: Refactor cURL to only use FCC (#13291) Gina Peter Banyard 2024-05-01 15:09:11 +01:00
  • 0540a4211d [skip ci] NEWS Saki Takamachi 2024-05-01 22:31:08 +09:00
  • 10ae87969e NEWS/UPGRADING Saki Takamachi 2024-05-01 22:02:38 +09:00
  • 0a134e5d85 Merge branch 'PHP-8.3' David Carlier 2024-05-01 14:00:03 +01:00
  • ff6e3b6f76 Merge branch 'PHP-8.2' into PHP-8.3 David Carlier 2024-05-01 13:59:10 +01:00
  • 74843947f4 sapi/cgi: fix buffer limit on windows. David Carlier 2024-04-20 20:03:48 +01:00
  • a481556d31 Refactor BCMath (#14076) Saki Takamachi 2024-04-29 12:22:27 +09:00
  • 378b015360 Fix Windows failure (#14096) Niels Dossche 2024-05-01 00:03:43 +02:00
  • 4167d75024 [ci skip] Fix typo in NEWS Niels Dossche 2024-04-30 23:38:08 +02:00
  • fed1d5efb6 Add extra test for stale entity references Niels Dossche 2024-04-30 22:56:20 +02:00
  • 6f989cdb75 Merge branch 'PHP-8.3' Niels Dossche 2024-04-30 22:53:48 +02:00
  • 461d890f0a Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2024-04-30 22:38:32 +02:00
  • 2dbe2d62b3 Fix crash when calling childNodes next() when iterator is exhausted Niels Dossche 2024-04-30 21:09:29 +02:00
  • afa034df99 Add GC_PERSISTENT_LOCAL flag for ODBC structures (#14094) Máté Kocsis 2024-04-30 22:30:38 +02:00
  • 30a0b0359e Fix references not handled correctly in C14N Niels Dossche 2024-04-30 20:50:30 +02:00
  • e878b9f390 Fix crashes when entity declaration is removed while still having entity references Niels Dossche 2024-04-30 20:29:37 +02:00
  • d3b38fa8de Fix narrowing warning Niels Dossche 2024-04-30 21:21:01 +02:00
  • 86352d8c0e Use fast ZPP in nodelist.c Niels Dossche 2024-04-30 21:17:51 +02:00
  • 53de62561d Fix some typos on the reference counting docs page Máté Kocsis 2024-04-30 22:16:45 +02:00
  • 2fd30a2000 Fix casing of the ODBC namespace in error messages Máté Kocsis 2024-04-30 22:14:22 +02:00
  • d5cc7e9109 random: Add PHPAPI to all php_random_algo definitions (#14088) Tim Düsterhus 2024-04-30 21:01:13 +02:00
  • 8d67f23eb2 sapi/phpdbg: Update of userfaultfd workflow. (#13955) David CARLIER 2024-04-30 19:33:19 +01:00
  • 5359392717 [RFC] Add bcfloor, bcceil and bcround to BCMath (#13096) Saki Takamachi 2024-05-01 02:32:33 +09:00
  • 78ec2bde62 Respect constness in casting in dom/entity.c (#14080) Niels Dossche 2024-04-30 17:29:53 +02:00
  • d24a04bba8 Use fast ZPP in very commonly used DOM functions (#14077) Niels Dossche 2024-04-30 17:29:33 +02:00
  • cf7c592143 Simplify property check in php_libxml_node_free_resource() Niels Dossche 2024-04-29 20:45:31 +02:00
  • 974edc7939 Cleanup php_libxml_internal_error_handler_ex() Niels Dossche 2024-04-29 20:40:28 +02:00
  • e5e8b193e0 Remove bogus entity reference cleanup code Niels Dossche 2024-04-29 20:38:18 +02:00
  • 2fab1437f2 Cleanup php_libxml_streams_IO_open_wrapper() Niels Dossche 2024-04-29 20:28:05 +02:00
  • a54d63aefe Cleanup php_libxml_unregister_node() Niels Dossche 2024-04-29 20:26:10 +02:00
  • 6e8b134023 reflection: Fix ReflectionFunction::getShortName() for first class callables (#14087) Tim Düsterhus 2024-04-30 17:27:11 +02:00
  • b5ffac7f6a Add ReflectionClassConstant::isDeprecated() (#14086) Tim Düsterhus 2024-04-30 17:26:27 +02:00
  • d26617f760 Remove unused PARSE_SESSION and PARSE_REQUEST (#14081) Peter Kokot 2024-04-30 16:39:00 +02:00
  • 1c30c5e707 Print location on class redeclaration Ilija Tovilo 2024-04-18 23:48:45 +02:00
  • d52605db15 Replace xhtml image with base64 data Ilija Tovilo 2024-04-28 21:52:43 +02:00
  • cb55588a7e Skip online tests by default Ilija Tovilo 2024-04-28 21:47:13 +02:00
  • 7f3fd30c3b [skip ci] Fix intl test on 32-bit machines Ilija Tovilo 2024-04-30 11:40:32 +02:00
  • 1cf4cc3894 ext/intl: IntlDateFormatter::parseToCalendar addition. David Carlier 2024-03-21 19:44:02 +00:00
  • 5823a96f1e ext/gettext: update arguments handling. David Carlier 2024-03-03 11:53:49 +00:00
  • 782af7a963 Fix -Walloc-size warning Ilija Tovilo 2024-04-29 16:36:24 +02:00
  • 529a71ff2e Merge branch 'PHP-8.3' Ilija Tovilo 2024-04-29 16:14:24 +02:00
  • 5bac4a6471 Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2024-04-29 16:14:16 +02:00
  • d670e131df Fix __SANITIZE_ADDRESS__ redeclaration warning Ilija Tovilo 2024-04-29 16:13:49 +02:00
  • 32936c518a ext/pcntl: porting pcntl cpu affinity api to netbsd. (#14056) David CARLIER 2024-04-29 13:54:07 +01:00
  • ed916214c4 Avoid additional allocation in Document\createElementNS (#14071) Niels Dossche 2024-04-29 08:39:44 +02:00
  • 956c3c2c03 ext/openssl: Add option to load legacy algorithm provider Adam Saponara 2024-04-12 12:52:04 -04:00
  • afd91fb9ac Migrate ext/odbc resources to opaque objects (#12040) Máté Kocsis 2024-04-28 15:45:56 +02:00
  • 57cd23d6d0 Adjust zlog warning and error message in kqueue (#14053) Pascal Christen 2024-04-28 14:18:06 +02:00
  • d5d227a43a [ci skip] ext/sockets: followup on #14065. (#14066) David CARLIER 2024-04-28 13:01:49 +01:00
  • b147a22bb8 ext/sockets: adding SO_NOSIGPIPE constant. David Carlier 2024-04-28 10:33:28 +01:00
  • b0da6ed6ee Be specific for the namespace of the id attribute (#14060) Niels Dossche 2024-04-28 11:40:54 +02:00
  • a86e668764 Improve performance of text node allocation by marking the text node construction as always inline Niels Dossche 2024-04-27 19:46:57 +02:00
  • acdf63b999 Get rid of error gotos in HTML5 parse conversion Niels Dossche 2024-04-27 19:46:37 +02:00
  • 3876225763 Fix casing of NULL default values Máté Kocsis 2024-04-27 23:45:48 +02:00
  • 243827b83f Fix GH-13519: another attempt after the faulty fix. David Carlier 2024-04-27 07:56:09 +01:00
  • 8e4363de55 Update IR Dmitry Stogov 2024-04-26 23:53:27 +03:00
  • bad5d2c78a Update IR Dmitry Stogov 2024-04-26 02:40:42 +03:00
  • 3626e2d552 Get rid of remaining usages of zval_try_get_string() (#14041) Niels Dossche 2024-04-24 23:47:10 +02:00
  • f68d72527a UPGRADING Gina Peter Banyard 2024-04-23 23:48:02 +01:00
  • c96e8946e1 ext/mbstring: Check encoding passed to mb_http_output() has no null bytes Gina Peter Banyard 2023-11-22 05:00:44 +00:00
  • 86dfbadc06 ext/mbstring: Always pass length to php_mb_get_encoding_or_pass() Gina Peter Banyard 2023-11-19 07:02:06 +00:00
  • b61479bb28 ext/mbstring: Pass string length to _php_mb_ini_mbstring_http_output_set() Gina Peter Banyard 2023-11-18 03:17:14 +00:00
  • a70786304b [ci skip] UPGRADING Niels Dossche 2024-04-24 09:10:13 +02:00
  • f81370847c Fix GH-13815: mb_trim() inaccurate $characters default value (#13820) Niels Dossche 2024-04-24 09:07:55 +02:00
  • 13a5a8126e ext/gmp: Fix leading whitespace before explicit octal prefix Gina Peter Banyard 2024-04-23 23:00:22 +01:00
  • 4719ef258f ext/gmp: Improve error message Gina Peter Banyard 2024-04-23 22:51:06 +01:00
  • 71194ea767 Update IR Dmitry Stogov 2024-04-23 23:14:54 +03:00
  • b6cf38836f Merge branch 'PHP-8.3' Jakub Zelenka 2024-04-23 19:28:58 +01:00
  • bab75e1f5c PHP 8.3 is now for PHP-8.3.8-dev Jakub Zelenka 2024-04-23 19:27:29 +01:00
  • 96c7a24b5f Update versions for PHP 8.3.7RC1 php-8.3.7RC1 Jakub Zelenka 2024-04-23 19:23:54 +01:00
  • 77d38d33d5 Merge branch 'refs/heads/PHP-8.3' Sergey Panteleev 2024-04-23 17:24:06 +03:00
  • 3a252b2849 Merge branch 'refs/heads/PHP-8.2' into PHP-8.3 PHP-8.3.7 Sergey Panteleev 2024-04-23 17:23:26 +03:00
  • 3b5321dffe PHP-8.2 is now for PHP 8.2.20-dev Sergey Panteleev 2024-04-23 17:22:54 +03:00
  • 8f7fe1b2e5 Update versions for PHP 8.2.19RC1 php-8.2.19RC1 Sergey Panteleev 2024-04-23 17:13:50 +03:00
  • 6d285e3d08 [ci skip] UPGRADING Arnaud Le Blanc 2024-04-23 11:58:51 +02:00
  • 9bbc195d11 Remove zend_strtod mutex (#13974) Arnaud Le Blanc 2024-04-23 11:52:38 +02:00