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

Commit Graph

  • 2eb21b0b1e Update API versions and numbers Jakub Zelenka 2023-08-29 17:04:24 +01:00
  • bce3ba8d50 Prepare PHP 8.2.10 php-8.2.10 Pierrick Charron 2023-08-29 11:24:06 -04:00
  • 0b9702c9ed Implement GH-11934: Allow to pass CData into struct and/or union fields Niels Dossche 2023-08-11 00:51:48 +02:00
  • 223fb08819 [skip ci] Fix coverage job in nightly Ilija Tovilo 2023-08-29 14:16:29 +02:00
  • b20ff2f9f5 Merge branch 'PHP-8.2' Ilija Tovilo 2023-08-29 13:59:26 +02:00
  • d5f7ffb914 Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2023-08-29 13:58:53 +02:00
  • f2c16b7ba3 Make unrepeatable tests retriable Ilija Tovilo 2023-08-29 12:43:11 +02:00
  • d1a38e8b8e Fix variable resource ids in odbc test Ilija Tovilo 2023-08-29 12:04:13 +02:00
  • 2f9f2928ce Improve test for odbc_columns() Máté Kocsis 2023-08-29 00:24:43 +02:00
  • 9dcdfa5e3f Use correct format specifier Máté Kocsis 2023-08-29 00:21:10 +02:00
  • 4e7ab1478d Small tyding up of filestat code Jakub Zelenka 2023-08-28 22:22:54 +01:00
  • 31833e6c4c Expand file path in file stat only for wrapper path (#12068) Jakub Zelenka 2023-08-28 22:14:32 +01:00
  • 1754794fc3 [ci skip] Fix typos in UPGRADING Niels Dossche 2023-08-28 23:00:05 +02:00
  • a3a3964497 Fix oss-fuzz #61712: assertion failure with error handler during binary op Niels Dossche 2023-08-27 17:46:10 +02:00
  • 1413787884 Merge branch 'PHP-8.2' Peter Kokot 2023-08-28 19:48:49 +02:00
  • a1043fe051 Merge branch 'PHP-8.1' into PHP-8.2 Peter Kokot 2023-08-28 19:47:44 +02:00
  • bf3fb4e5c9 On riscv64 require libatomic if actually needed Jeremie Courreges-Anglas 2023-08-28 19:47:19 +02:00
  • 766cac072f Fix bug #76857: Can read "non-existant" files Jakub Zelenka 2023-08-28 11:03:34 +01:00
  • 4e963bc99f Merge branch 'PHP-8.2' Ilija Tovilo 2023-08-28 17:25:15 +02:00
  • c128dbdd69 Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2023-08-28 17:25:07 +02:00
  • c8f6ee8c6f [skip ci] Fix trailing data in unserialize in soap test Ilija Tovilo 2023-08-28 17:24:45 +02:00
  • 13d3564a51 Fix #12063 convert PHP single-quote to C double-quote string Remi Collet 2023-08-28 11:49:26 +02:00
  • ba9650d697 Fix bug #52335 (fseek() on memory stream behavior different then file) Jakub Zelenka 2023-08-27 15:41:09 +01:00
  • ea10e79bae Merge branch 'PHP-8.2' Ilija Tovilo 2023-08-28 14:25:45 +02:00
  • ca4d7bf5f3 Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2023-08-28 14:23:47 +02:00
  • f3bd027b69 Fix missing instantclient in CI Ilija Tovilo 2023-08-28 12:55:39 +02:00
  • 5ea14a20a9 Merge branch 'PHP-8.2' Jakub Zelenka 2023-08-28 12:18:21 +01:00
  • 038bbd2d2f Merge branch 'PHP-8.1' into PHP-8.2 Jakub Zelenka 2023-08-28 12:15:33 +01:00
  • e1396a314d Fix flaky file stat tests due to changing nature of atime Jakub Zelenka 2023-08-28 12:14:55 +01:00
  • 10e16347ef Format UPGRADING Jakub Zelenka 2023-08-28 11:40:03 +01:00
  • aff46d75e1 Fix GH-11982: str_getcsv returns null byte for unterminated quoted string Jakub Zelenka 2023-08-25 18:26:19 +01:00
  • b07a2d4714 Address CR comments Bob Weinand 2023-05-16 12:35:54 +02:00
  • cd53ce838a Track HashTableIterators for copy-on-write copies of HashTables Bob Weinand 2023-05-16 03:02:29 +02:00
  • 26d6bb3627 Remove useless duplicated call to php_stream_parse_fopen_modes (#12059) Niels Dossche 2023-08-27 17:22:23 +02:00
  • c934e24197 Fix GH-9967 Add support for generating custom function, class const, and property attributes in stubs Máté Kocsis 2022-12-26 22:47:36 +01:00
  • 5ad658bc5e Fix type macros for C++ Ilija Tovilo 2023-07-03 18:57:20 +02:00
  • 99a222cd80 FPM tester FastCGI client transport (#11764) Jakub Zelenka 2023-08-26 19:03:59 +01:00
  • b365fbd014 Merge branch 'PHP-8.2' Niels Dossche 2023-08-26 18:42:29 +02:00
  • ab2cc6e50e Merge branch 'PHP-8.1' into PHP-8.2 Niels Dossche 2023-08-26 18:40:02 +02:00
  • bffc74474b Add missing EXTENSIONS section to DOM tests Niels Dossche 2023-08-26 18:37:42 +02:00
  • 69f6c742d8 zend_call_stack_default_size update BSD values. (#12051) David CARLIER 2023-08-26 16:36:02 +01:00
  • 418cdc0bea Set CLOEXEC on listened/accepted sockets in the FPM children Mikhail Galanin 2023-07-14 18:40:03 +01:00
  • e648d39e3b libxml set error structure simplification proposal (#12054) David CARLIER 2023-08-26 12:11:50 +01:00
  • 58ae26a2a7 Fix round() tests for different modes (#12049) Jorg Adam Sowa 2023-08-26 11:16:00 +02:00
  • 81faab9235 Improve mb_detect_encoding accuracy for text containing vowels with macrons Alex Dowad 2023-08-22 22:23:15 +02:00
  • d7eb4cfdb2 [ci skip] Add note about ReflectionProperty::setValue() signature deprecation to upgrade guide (#12036) Marcus Bointon 2023-08-25 00:18:19 +02:00
  • 649872f105 Merge branch 'PHP-8.2' Kamil Tekiela 2023-08-24 21:07:50 +01:00
  • ec82927d25 Merge branch 'PHP-8.1' into PHP-8.2 Kamil Tekiela 2023-08-24 21:07:18 +01:00
  • b1ce1d1f21 Fix param name in implode() error message Kamil Tekiela 2023-08-24 21:05:26 +01:00
  • e1cb721679 Improve warning when returning null from the resolver set by libxml_set_external_entity_loader Niels Dossche 2023-08-22 20:28:07 +02:00
  • 3e0e7e3f90 releases property attributes of internal classes (#11980) ju1ius 2023-08-24 16:07:00 +02:00
  • f25474f7f2 Add before_needle argument to strrchr() HypeMC 2023-06-12 00:09:09 +02:00
  • 9eb032bdcb [ci skip] Adding missing SO_ATTACH_REUSEPORT_CBPF tangential constants (#12042) David CARLIER 2023-08-24 13:52:56 +01:00
  • 53aa53f42f Introduce Zend guard recursion protection Jakub Zelenka 2023-08-24 12:58:13 +01:00
  • fd462b1e0f Print host CPU and installed package info in CI build log on Linux Alex Dowad 2023-08-23 13:51:04 +02:00
  • 6ee2a63476 Tests improvement for round() modes (#11996) Jorg Adam Sowa 2023-08-24 12:34:37 +02:00
  • 0fd226c277 Update DOM test to work around libxml2 bug Niels Dossche 2023-08-22 22:32:02 +02:00
  • 462792ee51 Expose PDO_ODBC_TYPE to userland Máté Kocsis 2023-08-22 11:01:28 +02:00
  • 8726ae0601 Improve and fix ext/odbc tests Máté Kocsis 2023-08-08 08:48:50 +02:00
  • 985511e968 Enable ext/odbc and ext/pdo_odbc tests on Linux in GitHub CI Máté Kocsis 2023-08-07 09:55:28 +02:00
  • 66acaba9db Add more test coverage for ext/odbc Máté Kocsis 2023-07-26 15:17:32 +02:00
  • c9e5e1fc52 Switch asan build to Ubuntu 23.04 in Docker Ilija Tovilo 2023-08-23 12:58:32 +02:00
  • 94e26dc895 [ci skip] bump zip version Remi Collet 2023-08-23 18:01:20 +02:00
  • e055e12a2c [skip ci] Mark test as XLEAK due to LSAN bug (#12018) George Peter Banyard 2023-08-23 13:19:13 +01:00
  • 75f5b22085 Merge branch 'PHP-8.2' Ilija Tovilo 2023-08-23 11:31:26 +02:00
  • a8e5285437 Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2023-08-23 11:28:59 +02:00
  • ba07a0b846 Move installation of oracle instant client in GHA Ilija Tovilo 2023-08-23 10:56:12 +02:00
  • bad5298707 Make php_cli_server_pdeathsig.phpt SKIPIF more specific Ilija Tovilo 2023-08-22 23:51:56 +02:00
  • 782ffd761b Use a single version of strnlen (#12015) Cristian Rodríguez 2023-08-22 11:40:24 -04:00
  • 32cdd330f3 Remove unneeded zend_language_parser.h patch (#11974) Peter Kokot 2023-08-22 11:21:42 +02:00
  • adc4a48d26 Fix configure phpdbg help output (#12013) Peter Kokot 2023-08-22 03:52:06 +02:00
  • e199104a35 Fix passing null to parameter of type string (#12014) Peter Kokot 2023-08-22 03:51:31 +02:00
  • 9026596fe9 Sync --enable-mysqlnd-compression-support option (#12006) Peter Kokot 2023-08-21 16:38:04 +02:00
  • 1887f02b0b Add class constant types to Phar extension (#11826) Ayesh Karunaratne 2023-08-21 13:14:45 +08:00
  • 278a57f95a Add all README.* files to paths-ignore (#12003) Peter Kokot 2023-08-20 21:53:45 +02:00
  • e6627ccb52 gen_stub: fix regexps with unintentional range due to - character placement (#12004) Ayesh Karunaratne 2023-08-20 20:20:56 +08:00
  • 807a05ee55 Merge branch 'PHP-8.2' Niels Dossche 2023-08-20 14:07:44 +02:00
  • 767697c4ae Merge branch 'PHP-8.1' into PHP-8.2 Niels Dossche 2023-08-20 14:07:25 +02:00
  • 20ac42e1b0 Fix memory leak when setting an invalid DOMDocument encoding Niels Dossche 2023-08-19 23:54:53 +02:00
  • 0d65f726c8 Merge branch 'PHP-8.2' David Carlier 2023-08-19 23:11:23 +01:00
  • f995c0df36 Merge branch 'PHP-8.1' into PHP-8.2 David Carlier 2023-08-19 23:09:41 +01:00
  • fc8d5c72e5 ext/iconv: fix build for netbsd. David Carlier 2023-08-19 19:20:01 +01:00
  • b94f9f68a6 Merge branch 'PHP-8.2' Sergey Panteleev 2023-08-19 22:54:44 +03:00
  • 85661a35f0 Remove mysqli.reconnect from php.ini files (#11836) jrfnl 2023-07-30 14:58:46 +02:00
  • c180e9b48a Remove unused call to Makefile.frag in ext/zip Peter Kokot 2023-08-19 14:45:54 +02:00
  • 7f1c3bf09b Adds support for DNF types in internal functions and properties (#11969) ju1ius 2023-08-19 01:11:06 +02:00
  • 4ff93f779c Remove unnecessary invalidation from processing instructions Niels Dossche 2023-08-18 18:06:04 +02:00
  • ee82c94208 Merge branch 'PHP-8.2' Kamil Tekiela 2023-08-17 18:46:28 +01:00
  • 6d039d282a Merge branch 'PHP-8.1' into PHP-8.2 Kamil Tekiela 2023-08-17 18:45:49 +01:00
  • ffd398b4fe Fix failing test on nightly Kamil Tekiela 2023-08-17 18:45:10 +01:00
  • 1b9ff16f92 Merge branch 'PHP-8.2' Ilija Tovilo 2023-08-17 18:55:51 +02:00
  • d016c49cf5 Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2023-08-17 18:55:45 +02:00
  • dd01c74a6f Remove redundant condition Ilija Tovilo 2023-08-17 18:54:30 +02:00
  • 48ede64506 Merge branch 'PHP-8.2' Ilija Tovilo 2023-08-17 18:44:37 +02:00
  • 9437aa9a8e Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2023-08-17 18:43:49 +02:00
  • f78d1d0d10 Fix segfault in format_default_value due to unexpected enum/object Ilija Tovilo 2023-08-12 16:11:29 +02:00
  • 7e4ca2e8d9 Merge branch 'PHP-8.2' Kamil Tekiela 2023-08-16 20:34:33 +01:00
  • 06bda99280 Merge branch 'PHP-8.1' into PHP-8.2 Kamil Tekiela 2023-08-16 20:33:23 +01:00
  • c1103a9772 Fix implicit/explicit port in mysqlnd Kamil Tekiela 2023-03-24 13:52:20 +00:00
  • 2b61f71046 Add test for SimpleXMLElement::asXML() with a fragment and a filename Niels Dossche 2023-08-15 20:57:38 +02:00