Skip to content

Conversation

@sebastianbergmann
Copy link
Contributor

Untested because I could not figure out how.

I checked out git@github.com:php/web-php.git and ran php -S localhost:8080 .router.php as documented in README.md. I then see the website on localhost:8080 with news from 2019. What am I missing? What do I need to do to see up-to-date news? Thanks!

@github-actions
Copy link
Contributor

🚀 Regression report for commit 3ef51de is at https://web-php-regression-report-pr-1569.preview.thephp.foundation

@github-actions
Copy link
Contributor

🚀 Preview for commit 3ef51de can be found at https://web-php-pr-1569.preview.thephp.foundation

@saundefined
Copy link
Member

@sebastianbergmann AFAIK currently, it is not possible to preview news locally, but you can obtain a list of current news items from php.net (news items from 2019 are placeholders).

https://wiki.php.net/web/mirror

# Some files are pre-generated on master.php.net for various reasons
(cd include && for i in countries.inc last_updated.inc mirrors.inc pregen-confs.inc pregen-events.inc pregen-news.inc; do wget "https://www.php.net/include/$i" -O $i; done;)
(cd backend && for i in ip-to-country.db ip-to-country.idx; do wget "https://www.php.net/backend/$i" -O $i; done;)

@derickr derickr merged commit b0c6afa into php:master Oct 31, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants