issues Search Results · repo:php/php-src language:C
Filter by
4k results
(97 ms)4k results
inphp/php-src (press backspace or delete to remove)Description
https://github.com/vi3tL0u1s/poc/blob/master/php-src-zend_hash-segv-fault
Resulted in this output:
time ./path/to/php-src/sapi/cli/php php-src-zend_hash-segv-fault
Warning: Undefined ...
Bug
Status: Needs Triage
vi3tL0u1s
- Opened 22 minutes ago
- #19613
Description
The following code:
?php
$xml = Dom\XMLDocument::createFromString( XML
!DOCTYPE root [
!ENTITY foo foo
]
root el x= foo;bar foo; / /root
XML);
$html = Dom\HTMLDocument::createFromString( ...
Bug
Extension: dom
Status: Verified
YuanchengJiang
- Opened 3 hours ago
- #19612
There seems to be an issue here @Girgias if you have a function taking $http_response_header as argument it warns about
every usage..
See https://github.com/composer/composer/actions/runs/17278161064/job/49040109053 ...
Seldaek
- Opened 11 hours ago
- #19610
Description
Large arrays pay a very large and frequent GC penalty in long-lived applications. It should be possible to significantly
reduce this impact by introducing a flag like GC_MAY_HAVE_COLLECTABLE_ELEMENTS ...
Feature
Status: Needs Triage
dktapps
- Opened 14 hours ago
- #19608
Description
It would be nice if PHP had an inverse function to parse_url(): a function that takes the array produced by parse_url
and re-builds it into a string.
This would make it easy to modify URL ...
Feature
Status: Needs Triage
cweiske
- 2
- Opened 18 hours ago
- #19607
Description
The following fuzzer-generated input:
https://github.com/vi3tL0u1s/poc/blob/master/php-src-assertion-bug
Resulted in this output:
php: /path/to/php-src/Zend/zend_hash.c:1090: zval *_zend_hash_index_add_or_update_i(HashTable ...
Bug
Category: Engine
Status: Verified
vi3tL0u1s
- 1
- Opened yesterday
- #19605
Description
The following code:
?php
include( encoding_tests.inc );
readConversionTable(__DIR__ . /data/CP936.txt , $toUnicode, $fromUnicode);
findInvalidChars($toUnicode, $invalid, $truncated);
testAllValidChars($toUnicode, ...
Bug
Extension: zend_test
Status: Invalid
YuanchengJiang
- 2
- Opened yesterday
- #19604
Description
The following code:
?php
$cls = new finfo();
date_default_timezone_set( UTC );
$aTzAbbr = timezone_abbreviations_list();
$aTz = array();
foreach (array_keys($aTzAbbr) as $sKey) {
foreach ...
Bug
Extension: date
Status: Needs Triage
YuanchengJiang
- 3
- Opened yesterday
- #19603
Description
Building new beta 2 failed lots of JIT tests on arrch64 for Alpinelinux
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #81272: Segfault in var[] ...
Bug
Status: Needs Triage
andypost
- 18
- Opened yesterday
- #19601
Description
There are some DLLs missing from today s Windows releases, specifically 8.3 and 8.4. 8.5 looks fine.
https://downloads.php.net/~windows/releases/ https://downloads.php.net/~windows/releases/latest/ ...
Bug
OS: Windows
Status: Verified
liviuconcioiu
- 6
- Opened yesterday
- #19599

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.