Skip to content

Update bugs.php.net and wiki.php.net links to https#1737

Merged
derickr merged 1 commit intophp:masterfrom
jordikroon:feature/https-bugs-wiki
Jan 13, 2026
Merged

Update bugs.php.net and wiki.php.net links to https#1737
derickr merged 1 commit intophp:masterfrom
jordikroon:feature/https-bugs-wiki

Conversation

@jordikroon
Copy link
Contributor

Replacements done by:

find . -path ./.git -prune -o -type f -print0 \                                                                                                                                      
| xargs -0 perl -pi -e 's{http://bugs\.php\.net}{https://bugs.php.net}g'
find . -path ./.git -prune -o -type f -print0 \                                                                                                                                      
| xargs -0 perl -pi -e 's{http://wiki\.php\.net}{https://wiki.php.net}g'

@derickr derickr merged commit c8c27a6 into php:master Jan 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants