27 Commits (ec96e5de64a9e6da3c837eef5ac23346c2cdbc1e)

Author SHA1 Message Date
johnstevenson f8dc77db18 Fix bc 6 years ago
johnstevenson ed97c2116c Use external XdebugHandler library 6 years ago
Jordi Boggiano c8aea719b1 CS fixes 7 years ago
johnstevenson b1aed48e1a Fix bug setting COMPOSER_ORIGINAL_INIS
This variable stores the loaded ini file and any additional scanned ini
files, separated by a path-separator. The loaded ini file should always
be present, even if it is an empty value. Unfortunately I removed any
empty value to parse the ini files, then used the truncated list to set
the variable.

This bug surfaced on docker php images. These do not have a specific
php.ini but store all their settings in the location(s) configured at
build time using --with-config-file-scan-dir.
7 years ago
Jasper N. Brouwer 4ce39c75c7 Pass more ini directives when executing php
Not only pass the current value for "memory_limit" along when executing
php, but also do the same for "allow_url_fopen" and "disable_functions"
7 years ago
Jordi Boggiano 122e422682 CS fixes 7 years ago
johnstevenson 9aa213b329 Work-around for Windows opcache bug, fixes #6052 8 years ago
johnstevenson d48d11d187 Fix scanned ini files logic 8 years ago
johnstevenson 4e53d64d4b Ignore xdebug.ini and process all files, #5995 8 years ago
Alex Bowers e161218819 Refactored xdebughandler 8 years ago
Jordi Boggiano 2c39c43a9e Forward memory limit even if it was overwritten when restarting without xdebug, fixes #6004 8 years ago
johnstevenson 2b8ad7dc2a Clear xdebug version if restart fails, fixes #5995 8 years ago
johnstevenson 3928f1f3be Set xdebug version in environment, fixes #5967 8 years ago
johnstevenson 379fb70ad9 Use random name for tmp ini and delete after use
Thanks to Patrick Rose for reporting this issue.
8 years ago
johnstevenson e9a97004c5 Simplify XdebugHandler restart process 8 years ago
Kamran Ahmed 6990454e56 Minor refactoring - Early exit 8 years ago
Jordi Boggiano 8de10dd159 Tweak logic in case of dirty state start-up, refs #5668 8 years ago
Rob Bast cd54fc8a30
better naming (clarity) 8 years ago
Rob Bast 81a34f0cc6
cleanup env that contains previous/old path 8 years ago
Rob Bast 547616e96b
tentative fix for #5667 8 years ago
johnstevenson 896d1d71f8 Use ConsoleOutput to determine color support 8 years ago
johnstevenson 4249bd1456 Code review fix and doc comment tweaks 8 years ago
johnstevenson e381abeec0 Simplify argv handling 8 years ago
johnstevenson fe861ac365 Ensure consistent eols in tmp ini 8 years ago
johnstevenson 89d6e6f0bd Fix Windows anniversary update change 8 years ago
johnstevenson cfaa122ade Ensure colored output if restarted from a capable terminal 8 years ago
johnstevenson 586eb3bb41 Restart with xdebug disabled 8 years ago