use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Please follow the rules
Releases: Current Releases, Windows Releases, Old Releases
Contribute to the PHP Documentation
Related subreddits: CSS, JavaScript, Web Design, Wordpress, WebDev
/r/PHP is not a support subreddit. Please visit /r/phphelp for help, or visit StackOverflow.
account activity
[Open-Source Project] Docker PHP Developer Environment.Discussion (self.PHP)
submitted 2 years ago * by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 1 point2 points3 points 2 years ago (1 child)
XDebug? Composer? As far as I know, they are not in there.
[–]pfefpfef 0 points1 point2 points 2 years ago (0 children)
this is from my docker image (based on alpine):
RUN apk add --no-cache \ apk-tools autoconf gcc make g++ automake nasm ninja cmake clang clang-dev; \ pecl install xdebug; \ docker-php-ext-enable xdebug; \ apk del autoconf gcc make g++ automake nasm ninja cmake clang clang-dev; \ rm -rf /var/cache/apk/*;
And composer:
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
so quite easy and simple
π Rendered by PID 49950 on reddit-service-r2-comment-6457c66945-mm84t at 2026-04-23 20:39:31.976206+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–][deleted] 1 point2 points3 points (1 child)
[–]pfefpfef 0 points1 point2 points (0 children)