An open API service providing commit metadata for open source projects.

GitHub / nativephp/hype / commits

SHA Message Author Date Stats
55b2d717 merge Sync with upstream php-src master Simon Hamp <s****p@m****m> about 2 months ago
750074be merge Merge branch 'PHP-8.5' David Carlier <d****n@g****m> about 2 months ago
3372f2b8 merge Merge branch 'PHP-8.4' into PHP-8.5 David Carlier <d****n@g****m> about 2 months ago
8613e0eb ext/Intl: Add `UNEXPECTED()` in obvious error path (#22601) Weilin Du <w****u@p****t>
Committed by: GitHub <n****y@g****m>
about 2 months ago
2ddbc0a6 main/poll: Record wait() error on every backend (#22326) Ilia Alshanetsky <i****a@i****s>
Committed by: GitHub <n****y@g****m>
about 2 months ago
aa12a652 ext/soap: Add `UNEXPECTED()` in obvious error path (#22596) Weilin Du <w****u@p****t>
Committed by: GitHub <n****y@g****m>
about 2 months ago
40780218 Add and use known string for NoDiscard (#21810) Daniel Scherzer <d****r@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
dcfa40cc merge Merge branch 'PHP-8.5' Tim Düsterhus <t****m@b****e> about 2 months ago
88193e51 merge Merge branch 'PHP-8.4' into PHP-8.5 Tim Düsterhus <t****m@b****e> about 2 months ago
21bf7f67 phpdbg: Fix off-by-one in phpdbg_safe_class_lookup() signal-safe class lookup... Jorg Adam Sowa <j****a@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
3111fb29 merge Merge branch 'PHP-8.5' David Carlier <d****n@g****m> about 2 months ago
130164b0 merge Merge branch 'PHP-8.4' into PHP-8.5 David Carlier <d****n@g****m> about 2 months ago
cf2f699a ext/soap: backport GH-22586 fix. David Carlier <d****n@g****m> about 2 months ago
3afe4e3e Remove various useless `#include` (#22581) Weilin Du <w****u@p****t>
Committed by: GitHub <n****y@g****m>
about 2 months ago
ed56e07d ext/soap: use {Type|Value}Errors for programming errors in SoapServer constru... Gina Peter Banyard <g****s@p****t>
Committed by: GitHub <n****y@g****m>
about 2 months ago
a437eab2 ext/soap: fix use of uninitialized params in do_request() on OOM bailout. David Carlier <d****n@g****m> about 2 months ago
d673a1f5 Fix GH-22516: widen zend_mm srun free counter to cover bin 0 (#22530) Ilia Alshanetsky <i****a@i****s>
Committed by: GitHub <n****y@g****m>
about 2 months ago
9cefeea7 Sync Boost.Context assembly with 1.91.0 kn1g78 <h****w@g****m>
Committed by: Arnaud Le Blanc <a****b@g****m>
about 2 months ago
19f94430 ext/session: reject null bytes in save_path and referer_check (#22578) Jorg Adam Sowa <j****a@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
4629b3e1 [RFC] Allow `#[\Override]` on class constants (#20478) Daniel Scherzer <d****r@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
470b4248 merge Merge branch 'PHP-8.5' Ilia Alshanetsky <i****a@i****s> about 2 months ago
154881aa ext/intl: Fix NumberFormatter parse offset overflow (#22572) Weilin Du <w****u@p****t>
Committed by: GitHub <n****y@g****m>
about 2 months ago
26fb2a8a merge Merge branch 'PHP-8.4' into PHP-8.5 Ilia Alshanetsky <i****a@i****s> about 2 months ago
4fc08191 [skip ci] Fix NEWS entry for intl fix Weilin Du <w****u@p****t> about 2 months ago
52b56eb2 ext/Intl: Fix IntlDateFormatter offset type validation (#22533) Weilin Du <w****u@p****t>
Committed by: GitHub <n****y@g****m>
about 2 months ago
6aca6e30 ext/openssl: fix OpenSSL 4 build and test compatibility (#22267) Shivam Mathur <s****r@h****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
f08491bf ext/standard: getimagesize()/getimagesizefromstring() overflow. David Carlier <d****n@g****m> about 2 months ago
4999bcb2 Fix Ipv6 and ipvfuture address validation to use PHP's built-in memory manage...
Co-authored-by: Tim Düsterhus <t****a@g****m>
Máté Kocsis <k****e@w****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
dd576944 Fix GH-22570: stack overflow serializing a deeply nested Dom\XMLDocument Ilia Alshanetsky <i****a@i****s> about 2 months ago
cd7222db Revert "ext/intl: Fix NumberFormatter parse offset overflow" Weilin Du <w****u@p****t> about 2 months ago
14a7eadf ext/intl: Fix NumberFormatter parse offset overflow Weilin Du <w****u@p****t> about 2 months ago
041ef84e merge Merge branch 'PHP-8.5' Weilin Du <w****u@p****t> about 2 months ago
c0f01b34 merge Merge branch 'PHP-8.4' into PHP-8.5 Weilin Du <w****u@p****t> about 2 months ago
bc3a7c7b Fix GH-21705: ZipArchive::getFromIndex() ignores FL_UNCHANGED (#21706) Weilin Du <w****u@p****t>
Committed by: GitHub <n****y@g****m>
about 2 months ago
092de403 merge Merge branch 'PHP-8.5' Gina Peter Banyard <g****s@p****t> about 2 months ago
00aa0e39 merge Merge branch 'PHP-8.4' into PHP-8.5 Gina Peter Banyard <g****s@p****t> about 2 months ago
39b66bae Use zend_hash_find_ptr_lc() for case-insensitive name lookups (#22565) Jorg Adam Sowa <j****a@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
8c1e00e3 ext/soap: use zend_string* in php_http.c where possible Gina Peter Banyard <g****s@p****t> about 2 months ago
fc7054ac merge Merge branch 'PHP-8.5' Daniel Scherzer <d****r@g****m> about 2 months ago
76dad066 [8.5] NEWS: add entry for bugfix from GH-22187 Daniel Scherzer <d****r@g****m> about 2 months ago
8c008042 ext/soap: use bool type instead of int type in php_http.c Gina Peter Banyard <g****s@p****t> about 2 months ago
ac1e1ded ext/soap: use bool type instead of int type in php_xml.c Gina Peter Banyard <g****s@p****t> about 2 months ago
98e920c2 ext/soap: minor refactorings of parse_packet_soap() Gina Peter Banyard <g****s@p****t> about 2 months ago
db5845e3 ext/soap: refactor parse_packet_soap() Gina Peter Banyard <g****s@p****t> about 2 months ago
aae5edb8 Implement perf stat --control for cgi (GH-22537) Ilija Tovilo <i****o@m****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
14fb8692 ext/soap: convert fault_actor parameter to zend_string* Gina Peter Banyard <g****s@p****t> about 2 months ago
56d41ff0 ext/soap: remove parameter of soap_server_fault_en() that are always NULL Gina Peter Banyard <g****s@p****t> about 2 months ago
cb5c3035 ext/soap: add const qualifiers to soap fault functions Gina Peter Banyard <g****s@p****t> about 2 months ago
53d0b0ea ext/soap: remove parameters that are always NULL Gina Peter Banyard <g****s@p****t> about 2 months ago
b6938a25 phpdbg: fix leaked lowercased lookup keys in phpdbg_resolve_opline_break Jorg Sowa <j****a@g****m>
Committed by: Gina Peter Banyard <g****s@p****t>
about 2 months ago
9a14b9b0 merge Merge branch 'PHP-8.5' Weilin Du <w****u@p****t> about 2 months ago
2665f5f1 merge Merge branch 'PHP-8.4' into PHP-8.5 Weilin Du <w****u@p****t> about 2 months ago
eb9eaa26 [ci skip] Update EXTENSIONS status and update CODEOWNERS Weilin Du <w****u@p****t> about 2 months ago
04b63f9f Added missing NEWS entries for alpha2 Matteo Beccati <m****i@p****t> about 2 months ago
ce1d7873 ext/dba: prevent reallocation for info function (#22546) Gina Peter Banyard <g****s@p****t>
Committed by: GitHub <n****y@g****m>
about 2 months ago
366c38fe merge Merge branch 'PHP-8.5' Gina Peter Banyard <g****s@p****t> about 2 months ago
c5ea0eb1 merge Merge branch 'PHP-8.4' into PHP-8.5 Gina Peter Banyard <g****s@p****t> about 2 months ago
a80216b2 Update NEWS for bugfixes Gina Peter Banyard <g****s@p****t> about 2 months ago
7c9fcfd7 zend_types: Convert `HT_*()` macros to inline functions (#22305) Tim Düsterhus <t****m@b****e>
Committed by: GitHub <n****y@g****m>
about 2 months ago
9c4f15ee [skip ci] UPGRADING.md: Add missing BC break entry in several patches Weilin Du <w****u@p****t> about 2 months ago
4b945820 Remove submodule dependency from web-php in release process (#22535) Calvin Buckley <c****b@p****t>
Committed by: GitHub <n****y@g****m>
about 2 months ago
cc1b9eef merge Merge branch 'PHP-8.5' Ilia Alshanetsky <i****a@i****s> about 2 months ago
1e89e473 merge Merge branch 'PHP-8.4' into PHP-8.5 Ilia Alshanetsky <i****a@i****s> about 2 months ago
51dd3211 merge Merge branch 'PHP-8.5' Ilija Tovilo <i****o@m****m> about 2 months ago
f6d8d04f merge Merge branch 'PHP-8.4' into PHP-8.5 Ilija Tovilo <i****o@m****m> about 2 months ago
cf0da71e merge Merge branch 'PHP-8.5' Jakub Zelenka <b****a@p****t> about 2 months ago
24448191 merge Merge branch 'PHP-8.4' into PHP-8.5 Jakub Zelenka <b****a@p****t> about 2 months ago
799353e2 merge Merge branch 'PHP-8.3' into PHP-8.4 Jakub Zelenka <b****a@p****t> about 2 months ago
d6c3f4b5 PHP-8.3 is now for PHP 8.3.33-dev Jakub Zelenka <b****a@p****t> about 2 months ago
3ba44826 merge Merge branch 'PHP-8.5' Sergey Panteleev <s****y@p****t> about 2 months ago
cae37688 merge Merge branch 'PHP-8.4' into PHP-8.5 Sergey Panteleev <s****y@p****t> about 2 months ago
bb3c00d4 merge Merge branch 'PHP-8.3' into PHP-8.4 Sergey Panteleev <s****y@p****t> about 2 months ago
6dcdf011 merge Merge branch 'PHP-8.2' into PHP-8.3 Sergey Panteleev <s****y@p****t> about 2 months ago
9aaf634f PHP-8.2 is now for PHP 8.2.33-dev Sergey Panteleev <s****y@p****t> about 2 months ago
a1287f0e NEWS: fix markup Ayesh Karunaratne <a****h@a****h> about 2 months ago
73a9bcf3 merge Merge branch 'PHP-8.5' Daniel Scherzer <d****s@p****t> about 2 months ago
f53c8a48 Update NEWS after cherry-pick Daniel Scherzer <d****s@p****t> about 2 months ago
a1b81e56 ext/standard: Fix `phpcredits()` QA team heading alignment (#22501) Weilin Du <w****u@p****t>
Committed by: GitHub <n****y@g****m>
about 2 months ago
2f3a1ec9 [skip ci] docs/release-process.md: Update a link to php 8.6 release schedule Weilin Du <w****u@p****t> about 2 months ago
c0872ea3 merge Merge branch 'PHP-8.5' Ilia Alshanetsky <i****a@i****s> about 2 months ago
92c179e6 merge Merge branch 'PHP-8.4' into PHP-8.5 Ilia Alshanetsky <i****a@i****s> about 2 months ago
004701d5 [ci skip] Update NEWS for 8.6.0alpha2 Matteo Beccati <m****i@p****t> about 2 months ago
18d78371 Deprecate returning values from `__construct()` and `__destruct()` (#21982) Tim Düsterhus <t****m@t****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
0c1d809a Add Locale::getDisplayKeyword() and Locale::getDisplayKeywordValue() (#22264) Weilin Du <w****u@p****t>
Committed by: GitHub <n****y@g****m>
about 2 months ago
c8d90e7e Fix GH-20726: crash in pdo_odbc with pooling and no credentials (#22512) Ilia Alshanetsky <i****a@i****s>
Committed by: GitHub <n****y@g****m>
about 2 months ago
ae00731f Fix GH-21006: JIT SEGV with property hooks and FETCH_OBJ_FUNC_ARG (#21369) Ilia Alshanetsky <i****a@i****s>
Committed by: GitHub <n****y@g****m>
about 2 months ago
97000779 merge Merge branch 'PHP-8.5' Ilija Tovilo <i****o@m****m> about 2 months ago
643bd7f9 merge Merge branch 'PHP-8.4' into PHP-8.5 Ilija Tovilo <i****o@m****m> about 2 months ago
e98ddd51 merge Merge branch 'PHP-8.3' into PHP-8.4 Ilija Tovilo <i****o@m****m> about 2 months ago
7759f817 merge Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo <i****o@m****m> about 2 months ago
4eb76977 merge Merge branch 'PHP-8.5' Ilija Tovilo <i****o@m****m> about 2 months ago
2587b827 Merge Lexbor patch c3a68477399d446660ac241d3a55357dc95c6e81 Ilija Tovilo <i****o@m****m> about 2 months ago
da637e81 merge Merge branch 'PHP-8.5' Tim Düsterhus <t****m@b****e> about 2 months ago
9a9312b7 lexbor: Add missing newline at EOL in 0007-Add-Is_Special_Url_Support.patch Tim Düsterhus <t****m@b****e> about 2 months ago
cf308c85 lexbor: Run `update_lexbor.sh` (PHP 8.5) Tim Düsterhus <t****m@b****e> about 2 months ago
bc42635d merge Merge branch 'PHP-8.4' into PHP-8.5 Tim Düsterhus <t****m@b****e> about 2 months ago
d447025b lexbor: Refresh patch files (#22517) Tim Düsterhus <t****m@b****e>
Committed by: GitHub <n****y@g****m>
about 2 months ago
9060fd33 Move min/max array fallback into array.c (#22147) mehmetcan <2****n@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
275684b3 merge Merge branch 'PHP-8.5' Weilin Du <w****u@p****t> about 2 months ago
9aa4580e merge Merge branch 'PHP-8.4' into PHP-8.5 Weilin Du <w****u@p****t> about 2 months ago

← Back to repository