Unverified Commit 3bed46e4 authored by Kim Lindberger's avatar Kim Lindberger Committed by GitHub
Browse files

Merge pull request #114175 from eyJhb/php-phpdbg-disable

php: fixed not being able to disable phpdbgSupport
parents 5c5ec0bf 563949e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ let
              "--with-libxml-dir=${libxml2.dev}"
            ]
            ++ lib.optional pharSupport   "--enable-phar"
            ++ lib.optional phpdbgSupport "--enable-phpdbg"
            ++ lib.optional (!phpdbgSupport) "--disable-phpdbg"


            # Misc flags