diff --git a/blueprint/backend/php.py b/blueprint/backend/php.py index ecef071..61d01cb 100644 --- a/blueprint/backend/php.py +++ b/blueprint/backend/php.py @@ -26,7 +26,7 @@ def php(b, r): (pecl_manager, 'pecl')): try: - p = subprocess.Popen([progname, 'list'], + p = subprocess.Popen([progname, 'list', '-a'], close_fds=True, stdout=subprocess.PIPE) except OSError: continue