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

Commit Graph

  • 5f90134bb6 Make build work with newer OpenSSL Stanislav Malyshev 2022-12-18 22:52:30 -07:00
  • 921b6813da Fix #81740: PDO::quote() may return unquoted string Christoph M. Becker 2022-10-31 17:20:23 +01:00
  • 7f44559516 mb_str{i,}pos does not match illegal byte sequences against occurrences of mb_substitute_char Alex Dowad 2022-12-14 15:57:58 +02:00
  • 744ca16e73 Speed boost for mb_stripos (when not using UTF-8) Alex Dowad 2022-12-14 14:11:10 +02:00
  • e288438373 Remove unnecessary check of p in phpdbg_trim (#10122) Niels 2022-12-18 03:19:10 +01:00
  • 6d9d2eb355 Optimize JMP[N]Z_EX to BOOL instead of QM_ASSIGN (#10108) Ilija Tovilo 2022-12-17 12:47:02 +01:00
  • 027add9e1b [ci skip] UPGRADING Arnaud Le Blanc 2022-12-16 18:14:22 +01:00
  • 0ff4a9accd [ci skip] UPGRADING Arnaud Le Blanc 2022-12-16 18:03:48 +01:00
  • a11c8a3039 Limit stack size (#9104) Arnaud Le Blanc 2022-12-16 08:44:26 -08:00
  • dc54e04ed4 Merge branch 'PHP-8.2' Máté Kocsis 2022-12-16 17:03:22 +01:00
  • d832125b8e Only include the default constructor for non-abstract class synopses Máté Kocsis 2022-12-16 17:02:24 +01:00
  • 416420b362 [ci skip] Remove duplicated NEWS entry Christoph M. Becker 2022-12-16 14:45:00 +01:00
  • cea0fc04d1 Merge branch 'PHP-8.2' Christoph M. Becker 2022-12-16 14:38:09 +01:00
  • 018fbd0a68 Merge branch 'PHP-8.1' into PHP-8.2 Christoph M. Becker 2022-12-16 14:37:17 +01:00
  • b8ac2071b8 Fix GH-10112: LDAP\Connection::__construct() refers to ldap_create() Christoph M. Becker 2022-12-16 12:16:38 +01:00
  • 8afc55870e Merge branch 'PHP-8.2' Máté Kocsis 2022-12-16 13:21:39 +01:00
  • 6aa5e58414 Backport methodsynopsis role attributes changes from master Máté Kocsis 2022-12-16 12:07:23 +01:00
  • 0fc60fab72 Always include the constructor on the class manual pages Máté Kocsis 2022-12-13 20:41:16 +01:00
  • b4df038cee Remove the superfluous closing parentheses from class synopsis page includes Máté Kocsis 2022-12-13 20:27:09 +01:00
  • 60cf9fbee0 Replace another root XML element format to the "canonical" one Máté Kocsis 2022-12-13 20:24:24 +01:00
  • b9cd1cdb4f Implement mb_substr_count using fast text conversion filters Alex Dowad 2022-12-05 00:01:23 +02:00
  • f9a1a90380 Add Randomizer::nextFloat() and Randomizer::getFloat() (#9679) Tim Düsterhus 2022-12-14 17:48:47 +01:00
  • 284f61ee22 [ci skip] Fix typo in unserialize() function name in NEWS Tim Düsterhus 2022-12-14 17:43:43 +01:00
  • 2f119c3008 Merge branch 'PHP-8.2' Pierrick Charron 2022-12-13 19:31:11 -05:00
  • 002d54db9f PHP-8.2 is now for PHP 8.2.2-dev Pierrick Charron 2022-12-13 19:29:29 -05:00
  • 232bc2d220 Update versions for PHP 8.2.1RC1 php-8.2.1RC1 Pierrick Charron 2022-12-13 19:14:42 -05:00
  • 4a365132e7 Merge branch 'PHP-8.2' George Peter Banyard 2022-12-13 23:48:48 +00:00
  • 52a891aeaa Add a new imap_is_open() function to check that a connection object is still valid George Peter Banyard 2022-12-13 09:03:11 +00:00
  • f8ff105420 Merge branch 'PHP-8.2' Christoph M. Becker 2022-12-13 19:43:47 +01:00
  • 4631e9de2b shmget() with IPC_CREAT must not create 0 size SHM Christoph M. Becker 2022-12-13 19:38:45 +01:00
  • b593b53910 Merge branch 'PHP-8.2' Christoph M. Becker 2022-12-13 15:51:07 +01:00
  • 9089e15940 Merge branch 'PHP-8.1' into PHP-8.2 Christoph M. Becker 2022-12-13 15:48:58 +01:00
  • 7a983e281c Fix Windows shmget() wrt. IPC_PRIVATE Tyson Andre 2022-11-15 14:01:45 +01:00
  • 2ca03be46f Merge branch 'PHP-8.2' Christoph M. Becker 2022-12-13 15:25:39 +01:00
  • 87c2f5b5a2 Merge branch 'PHP-8.1' into PHP-8.2 Christoph M. Becker 2022-12-13 15:22:39 +01:00
  • aef7d810d3 Fix GH-9949: Partial content on incomplete POST request Christoph M. Becker 2022-12-06 17:37:47 +01:00
  • 3ab18d4d14 Change if (stack) check to an assertion (#10090) Niels 2022-12-13 13:16:52 +01:00
  • c5ab72773d [skip ci] Change status of BCMath into Maintained (#10089) Frederik Bosch 2022-12-13 08:35:58 +01:00
  • 3fb7198034 intl extension, follow up on #10006 for numfmt_set_pattern David Carlier 2022-12-09 16:56:43 +00:00
  • fa3bbf078a Fix borked Windows tests after 3be2b0d0d8 George Peter Banyard 2022-12-12 16:12:10 +00:00
  • 3be2b0d0d8 Add CLEAN section to some IO tests (#10081) George Peter Banyard 2022-12-12 14:53:32 +00:00
  • e36c600a31 Optimize SJIS-Mobile#SOFTBANK decoder for speed Alex Dowad 2022-12-04 22:26:11 +02:00
  • 6bf0c44f48 Optimize SJIS-Mobile#KDDI decoder for speed Alex Dowad 2022-12-03 14:30:01 +02:00
  • 43cdfa3190 Optimize SJIS-Mobile#DOCOMO decoder for speed Alex Dowad 2022-12-03 14:06:36 +02:00
  • 4ebfddfad4 Move mobile variants of SJIS into mbfilter_sjis.c Alex Dowad 2022-12-03 13:29:37 +02:00
  • 005e49e552 Optimize MacJapanese decoder for speed Alex Dowad 2022-12-03 13:16:18 +02:00
  • 4072a76e3f Move MacJapanese implementation into mbfilter_sjis.c Alex Dowad 2022-12-03 12:46:39 +02:00
  • b3d197d688 Optimize SJIS decoder for speed Alex Dowad 2022-12-02 23:59:22 +02:00
  • 0c0774f5b4 Use fast text conversion filters for mb_strpos, mb_stripos, mb_substr, etc Alex Dowad 2022-10-04 17:34:33 +09:00
  • b96b88b669 Merge branch 'PHP-8.2' Ilija Tovilo 2022-12-11 17:30:56 +01:00
  • a83923044c Fix compilation on RHEL 7 ppc64le (gcc 4.8) Mattias Ellert 2021-11-30 23:19:38 +01:00
  • 91e70a4e6b Merge branch 'PHP-8.2' David Carlier 2022-12-10 14:14:20 +00:00
  • 8a221e2763 fix litespeed SAPI build warnings. David Carlier 2022-12-10 14:04:44 +00:00
  • e114f32596 Avoid code duplication in php_ini.c (#4512) Elan Ruusamäe 2022-12-10 13:51:13 +02:00
  • 6422cf6f1a intl extension: msgfmt_set_pattern add pattern format error informations. David Carlier 2022-11-27 10:24:25 +00:00
  • b34cdc582f [ci skip] Fix json_validate() formatting in NEWS Tim Düsterhus 2022-12-09 17:56:28 +01:00
  • 16ce751f39 [ci skip] Add json_validate() RFC link to UPGRADING Tim Düsterhus 2022-12-09 17:55:32 +01:00
  • ac3ecd03af Add Randomizer::getBytesFromString() method (#9664) Joshua Rüsweg 2022-12-09 17:39:13 +01:00
  • 1b503a1f52 Merge branch 'PHP-8.2' Christoph M. Becker 2022-12-09 16:10:36 +01:00
  • b77edf82ac Fix mysqli test wrt. MariaDB Daniel Black 2022-12-01 15:47:55 +11:00
  • 14110bff7f Merge branch 'PHP-8.2' Alex Dowad 2022-12-09 15:41:07 +02:00
  • b79a86f53a Merge branch 'PHP-8.1' into PHP-8.2 Alex Dowad 2022-12-09 15:37:56 +02:00
  • a1a69c3734 Support Microsoft's "Best Fit" mappings for Windows-1252 text encoding Alex Dowad 2022-12-06 17:33:53 +02:00
  • faef55d638 standard/basic_functions.c remove x bit on this file (#10069) David CARLIER 2022-12-09 08:38:52 +00:00
  • 005a765ded Merge branch 'PHP-8.2' Christoph M. Becker 2022-12-08 14:24:52 +01:00
  • a76bbd39b6 Merge branch 'PHP-8.1' into PHP-8.2 Christoph M. Becker 2022-12-08 14:24:01 +01:00
  • c21a5920ac ext/mysqli tests "using password" optional in error messages (part 2) Daniel Black 2022-12-07 14:29:03 +11:00
  • b628989f27 [ci skip] Merge branch 'PHP-8.2' Christoph M. Becker 2022-12-08 14:19:17 +01:00
  • 01eabdc4ec [ci skip] Merge branch 'PHP-8.1' into PHP-8.2 Christoph M. Becker 2022-12-08 14:17:38 +01:00
  • 3f3c1df8b6 [ci skip] Fix GH-10056: [grammar] "less security-conscience applications" Christoph M. Becker 2022-12-08 13:38:28 +01:00
  • 11b612af6d Rename PHP_STREAM_TO_ZVAL to PHP_STREAM_FROM_ZVAL (#10065) Niels 2022-12-07 19:57:50 +01:00
  • 35a4950ffa Replace Azure DevOps link with GitHub Actions Ben Ramsey 2022-12-07 11:53:15 -06:00
  • 696bb385df PHP-8.1 is now for PHP 8.1.15-dev Ben Ramsey 2022-12-07 11:29:37 -06:00
  • 7a854abce6 Update versions for PHP 8.1.14RC1 php-8.1.14RC1 Ben Ramsey 2022-12-07 10:48:08 -06:00
  • 568ed4721e Merge branch 'PHP-8.2' Christoph M. Becker 2022-12-06 16:01:24 +01:00
  • 830180341b Merge branch 'PHP-8.1' into PHP-8.2 Christoph M. Becker 2022-12-06 16:00:32 +01:00
  • 2f6b9e6c63 Fix #81742: open_basedir bypass in SQLite3 by using file URI Christoph M. Becker 2022-12-05 16:26:02 +01:00
  • 70ee6c20ad Update versions for PHP 8.2.0 php-8.2.0 Sergey Panteleev 2022-12-06 16:43:35 +03:00
  • 5c5fe4d174 [ci skip] Update NEWS for PHP 8.2.0 PHP-8.2.0 Sergey Panteleev 2022-12-06 16:34:11 +03:00
  • e4ef394c6b Drop superfluous check for imap_stream Christoph M. Becker 2022-12-05 17:29:21 +01:00
  • 4ae1f080e7 Merge branch 'PHP-8.2' Christoph M. Becker 2022-12-05 13:13:21 +01:00
  • 0ac9e8e4e2 Merge branch 'PHP-8.1' into PHP-8.2 Christoph M. Becker 2022-12-05 13:12:54 +01:00
  • b6b4a628a5 ext/mysqli tests "using password" optional in error messages Daniel Black 2022-12-02 12:57:47 +11:00
  • 6109b80926 Merge branch 'PHP-8.2' Christoph M. Becker 2022-12-05 12:45:49 +01:00
  • b683a7e470 Merge branch 'PHP-8.1' into PHP-8.2 Christoph M. Becker 2022-12-05 12:45:22 +01:00
  • adc23828b4 Fallback to first line of function when ex->opline is NULL (#10003) Arnaud Le Blanc 2022-12-02 17:21:30 +01:00
  • d952419a2b Merge branch 'PHP-8.2' George Peter Banyard 2022-12-02 12:49:08 +00:00
  • 334d108a2e Merge branch 'PHP-8.1' into PHP-8.2 George Peter Banyard 2022-12-02 12:48:07 +00:00
  • 608ddb0321 Fix GH-10011 (Trampoline autoloader will get reregistered and cannot be unregistered) George Peter Banyard 2022-12-02 01:23:48 +00:00
  • c4a0fc62a2 Fix zend_fcc_equals() with trampolines (#10012) George Peter Banyard 2022-12-02 12:34:11 +00:00
  • 9f0e4a55e7 Merge branch 'PHP-8.2' Christoph M. Becker 2022-12-02 13:12:14 +01:00
  • 6b1f4c5a44 Merge branch 'PHP-8.1' into PHP-8.2 Christoph M. Becker 2022-12-02 13:11:33 +01:00
  • 93592ea743 Fix GH-9769: Misleading error message for unpacking of objects 蝦米 2022-11-17 16:32:33 +01:00
  • 683d81e4bd Fix incorrect short-circuiting in constant expressions (#10030) Ilija Tovilo 2022-12-01 19:30:44 +01:00
  • d4c804b98e [ci skip] Add missing entries to php.ini quick reference Christoph M. Becker 2022-12-01 14:59:28 +01:00
  • 853e9caaa3 Merge branch 'PHP-8.2' Derick Rethans 2022-12-01 11:11:42 +00:00
  • 1316a5b8fb Merge branch 'PHP-8.1' into PHP-8.2 Derick Rethans 2022-12-01 10:59:58 +00:00
  • 29f0f4edd2 Merge branch 'regression-tzid-with-numbers' into PHP-8.1 Derick Rethans 2022-12-01 10:59:01 +00:00
  • c87c803b96 Some (old, backwards compatible) TZIDs can have numbers in them Derick Rethans 2022-12-01 10:58:37 +00:00
  • d6ac533f4f Merge branch 'PHP-8.2' Derick Rethans 2022-11-30 15:58:12 +00:00