Results 12 comments of Alex Goller

Thank you @jrfnl. The code worked for me with minor changes: ```diff require_once 'path/to/Requests/src/Autoload.php'; // Make sure the autoloader is registered first as otherwise you may run into trouble on...

The only thing that worked for me was: ``` ~/.phpbrew/build/php-5.2.17$ make ~/.phpbrew/build/php-5.2.17$ make install ``` after that, I can change to `5.2.17`.

@skerit there is some more information in https://github.com/phpbrew/phpbrew/issues/492

I took a look at how automattic does it: https://github.com/Automattic/jetpack/blob/master/tests/install-php-phpunit.sh#L52-L57 Download these two patches: https://raw.githubusercontent.com/Automattic/jetpack/master/tests/patches/openssl.patch https://raw.githubusercontent.com/Automattic/jetpack/master/tests/patches/node.patch (if you need `fpm`, download and apply the fpm patch as well: https://php-fpm.org/downloads/php-5.2.17-fpm-0.5.14.diff.gz). and...

@reekris see my [answer here](https://wordpress.org/support/topic/custom-login-url-cant-switch-back?replies=11#post-8467105) for a solution that does not involve changing the plugin code. ~~@johnbillion I propose changing the cookie path from `SITECOOKIEPATH` to `wp_login_url()`, I think it...

> FWIW Post type archive menu links are natively supported in WordPress (show_in_nav_menus option when registering a post type). Moreover they are supported by the [`wp_update_nav_menu_item`](https://developer.wordpress.org/reference/functions/wp_update_nav_menu_item/) function. You can set...

We created a new environment based on wp-env at the WordCamp Asia Contributor Day: https://github.com/alpipego/buddypress.org-wp-env. This should be easy to run, it could use an updated DB dump, however. I'm...

Your changes also solves an issue I had on Pop_Os!. Would you mind opening a PR with your changes @Cartmanishere?

@Cartmanishere that's what I was saying in my previous comment. Your fork runs fine on Pop_OS! (which is a derivative of Ubuntu), while this repo did not run there. I...

@ethanclevenger91 please check the following from my proposal. `wordpress/core-implementation` is not one specific implementation, but rather a meta package that is provided by other packages. If you click on the...