|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patchesbug71234.patch (last revision 2015-12-30 02:52 UTC by laruence@php.net)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-12-29 10:26 UTC] laruence@php.net
-Status: Open
+Status: Not a bug
[2015-12-29 10:26 UTC] laruence@php.net
[2015-12-29 10:45 UTC] miloslav dot hula at gmail dot com
[2015-12-30 01:11 UTC] bwoebi@php.net
-Status: Not a bug
+Status: Re-Opened
[2015-12-30 01:11 UTC] bwoebi@php.net
[2015-12-30 02:38 UTC] laruence@php.net
[2015-12-30 02:52 UTC] laruence@php.net
[2015-12-30 02:52 UTC] laruence@php.net
-Assigned To:
+Assigned To: bwoebi
[2015-12-30 02:52 UTC] laruence@php.net
[2015-12-30 02:52 UTC] laruence@php.net
-Status: Re-Opened
+Status: Assigned
[2016-10-16 13:41 UTC] bwoebi@php.net
[2016-10-16 13:41 UTC] bwoebi@php.net
-Status: Assigned
+Status: Closed
[2016-10-16 13:48 UTC] bwoebi@php.net
[2016-10-16 13:48 UTC] bwoebi@php.net
[2016-10-17 10:06 UTC] bwoebi@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 12 22:00:01 2025 UTC |
Description: ------------ phpdbg tries to load `php.ini` files when invoked as `-n --version`. Actual result: -------------- open("./php-phpdbg.ini", O_RDONLY) = -1 ENOENT (No such file or directory) open("/home/milo/bin/php-bin/7.0.0/lib/php-phpdbg.ini", O_RDONLY) = -1 ENOENT (No such file or directory) open("./php.ini", O_RDONLY) = 4 # When you have php.ini in CWD, it can lead to unexpected errors like $ /home/milo/php/phpdbg-7.0.1 -n --version Xdebug requires Zend Engine API version 220131226. The Zend Engine API version 320151012 which is installed, is newer. Contact Derick Rethans at http://xdebug.org/docs/faq#api for a later version of Xdebug. phpdbg 0.5.0 (built: Dec 29 2015 08:49:43) PHP 7.0.1, Copyright (c) 1997-2015 The PHP Group Zend Engine v3.0.0, Copyright (c) 1998-2015 Zend Technologies