View Issue Details

IDProjectCategoryView StatusLast Update
0001426XdebugStacktracespublic2017-04-20 14:59
Reporternigelf Assigned Toderick  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionno change required 
PlatformWindowsOSWindowsOS Version10
Product Version2.5.3 
Summary0001426: PHP 7.1.1 exits when php -i run or apache serves any php file
Description

XAMPP build of PHP, when serving any php file apache continuously reloads php process. If I run php -i the process exits immediately, no output.

Note: Xdebug 2.5.3 but php -v reports 2.5.2

Steps To Reproduce

Copy extension to ext directory.

modify php.ini:
zend_extension = C:\xampp\php\ext\php_xdebug-2.5.3-7.1-vc14.dll

Open command prompt:
php -i
[popup window appears "CLI has stopped working"]

Comment out the "zend_extension" line, php -i generates output.

Additional Information

C:\xampp\php>php -v
PHP 7.1.1 (cli) (built: Jan 18 2017 18:51:14) ( ZTS MSVC14 (Visual C++ 2015) x86 )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies
with Xdebug v2.5.2, Copyright (c) 2002-2017, by Derick Rethans

C:\xampp\php>php -i
[CLI has stopped working]

Windows event log:
EventData

php.exe
7.1.1.0
587fb9fe
php_xdebug-2.5.3-7.1-vc14.dll
2.5.2.1
58f89b6d
c0000005
000035b1
604
01d2b9e1a46092c5
C:\xampp\php\php.exe
C:\xampp\php\ext\php_xdebug-2.5.3-7.1-vc14.dll
d5d3762c-f352-4c01-a756-1d0831f8b23f

TagsNo tags attached.
Operating SystemWindows 10
PHP Version7.1.0-7.1.4

Activities

nigelf

2017-04-20 14:53

reporter   ~0004299

Tried with Xdebug 2.5.2, same issue.
Tried with Xdebug 2.5.1, loads Ok.

derick

2017-04-20 14:59

administrator   ~0004300

Duplicate of 0001425 - I had uploaded the wrong (old) binaries with the new name.

Issue History

Date Modified Username Field Change
2017-04-20 14:45 nigelf New Issue
2017-04-20 14:53 nigelf Note Added: 0004299
2017-04-20 14:59 derick Note Added: 0004300
2017-04-20 14:59 derick Status new => closed
2017-04-20 14:59 derick Assigned To => derick
2017-04-20 14:59 derick Resolution open => no change required