phpc.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A server for PHP programmers & friends. Join us for discussions on the PHP programming language, frameworks, packages, tools, open source, tech, life, and more.

Administered by:

Server stats:

837
active users

@derrabus thanks for sharing them and for the talk at SFCon! Cool to see the same code I used to start modernising a SF 1.5 project few years ago :)
BTW:
1. Did you find a way to integrate the runtime component, you also had a question for Nikolas about that :)
2. The solution requires to define as "public" the services you'll need to load from the legacy code (with the 'global $kernel). This could get not so nice if such services are growing in numbers. WDYT?

Alexander M. Turek

@thepanz 1. No and I'm not sure it's worth it tbh.

2. Yes, the services have to be public as long as you access them publicly. Given that this is a temporary state, I don't see an issue with that.