issues Search Results · repo:php/php-src language:C
Filter by
4k results
(171 ms)4k results
inphp/php-src (press backspace or delete to remove)Description
The following code:
?php
ini_set( error_log , null);
// or
ini_set( error_log , )
Resulted in this output:
ini_set(): open_basedir restriction in effect. File() is not within the allowed ...
Bug
Status: Needs Triage
mvorisek
- Opened 4 hours ago
- #19480
Description
This is probably on the edge between a bug and a feature:
Since PHP 8.5 Alpha 4 the extension directory is no longer automatically created when running make install. With PHP 8.5
Alpha 2 ...
Bug
Status: Needs Triage
TimWolla
- Opened 7 hours ago
- #19477
Description
There appears to be a bug in how the new pipe operator (| ) handles functions that return by reference. An expression
using the pipe operator is not behaving identically to its equivalent ...
Bug
Status: Needs Triage
azjezz
- Opened 10 hours ago
- #19476
Description
Grabbed from Q/A releases this morning. Maybe this is relevant for internal checks?
PHP Version
PHP 8.5-beta1
Operating System
No response
Bug
Status: Verified
ophian
- 1
- Opened yesterday
- #19470
Tracking to make it easier to identify which parts of https://wiki.php.net/rfc/deprecations_php_8_5 are still pending
- [ ] Deprecate the __sleep() and __wakeup() magic methods #19435
- [ ] Deprecate ...
DanielEScherzer
- Opened yesterday
- #19468
Description
Summary
When multiple traits define properties with identical signatures but different attributes, PHP silently drops attributes
during trait composition without any notice or warning.
Affected ...
Bug
Status: Needs Triage
thsmrtone1
- Opened yesterday
- #19466
Description
Bug Report: Built-in PHP Server misinterprets IPv6 address with port
The following command:
php -S [1234:1234:1234:1234::4321]:8080
Resulted in this output:
Failed to listen on 1234:1234:1234:1234::4321:8080 ...
Bug
SAPI: cli_server
Status: Verified
MyZeD
- Opened 2 days ago
- #19461
Description
The following code:
#if 0 ZEND_DEBUG
original_sigsegv_handler = signal(SIGSEGV, zend_handle_sigsegv);
#endif
0 ZEND_DEBUG here this is a bug ?
PHP Version
PHP-8.*
Operating System
...
Bug
Status: Needs Triage
chanlan
- Opened 2 days ago
- #19460
Description
This script
?php
$priv = openssl_pkey_get_private( -----BEGIN PRIVATE KEY-----
MIICJgIBADCCARcGCSqGSIb3DQEDATCCAQgCggEBAJLxRCaZ933uW+AXmabHFDDy
upojBIRlbmQLJZfigDaSA1f9YOTsIv+WwVFTX/J1mtCyx9uBcz0Nt2kmVwxWuc2f ...
Bug
Extension: openssl
bukka
- Opened 5 days ago
- #19428
Description
I noticed an inconsistency and wasn t sure whether this is intended. The New Features page for PHP 7.0 describes the
null coalesce operator exprA ?? exprB as a shorthand for isset(exprA) ? ...
Bug
Status: Needs Triage
JojOatXGME
- 2
- Opened 5 days ago
- #19427

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.