I am genuinely interested why anyone would start a new project in PHP currently. What are the reasons?
PHP Core Security Audit Results
31–40 of 72 posts
Re: PHP Core Security Audit Results
#32Earlier quoted context omitted.
People are calling him savior of PHP. :D
Is it true, though? Serious question, I don’t participate much in PHP topics.
That said, the recent changes around Laravel (being bought out and becoming more and more commercial) is not something I (we) consider a good thing. Not necessarily a bad thing, but we all know that a OSS framework becoming commercial doesn't usually end well.
Re: PHP Core Security Audit Results
#33Re: PHP Core Security Audit Results
#34I am genuinely interested why anyone would start a new project in PHP currently. What are the reasons?
Re: PHP Core Security Audit Results
#35Earlier quoted context omitted.
People are calling him savior of PHP. :D
Is it true, though? Serious question, I don’t participate much in PHP topics.
Also, like most things, Laravel is built on the shoulders of others. It sometimes makes hard things easy to access (ppl like this) and hides complexity away, clouding how things actually work (ppl don't like this).
I primarily use Laravel but like to think I code in a generalist if way as to not get stuck in its system.
Re: PHP Core Security Audit Results
#36I am genuinely interested why anyone would start a new project in PHP currently. What are the reasons?
Re: PHP Core Security Audit Results
#37I am genuinely interested why anyone would start a new project in PHP currently. What are the reasons?
Because it's good enough for almost everything. The vast majority of projects will never have to scale to billions of users, so hyperscalability is not a huge concern. It has a low barrier to entry and great language features - static typing being one of the big ones. It has become a really nice language over the years, great to work in and in no way less satisfying or effective than for example golang. And, of cours…
... and it's completely optional in many cases on top of that. Even if you're using third party libraries, it will only crash if you mess up your types at the library's interface.
Re: PHP Core Security Audit Results
#38Re: PHP Core Security Audit Results
#39Earlier quoted context omitted.
Crazy that Automattic only makes 4,843,750 a year (and donates 8% to the PHP foundation).
Automattic has annual revenue of over $700m where did you get that number from?
Mullenweg has been demanding 8% of WP Engine’s revenue, access to their books, and the ability to direct their staff on what to work on. For context, Mullenweg is maintainer of WordPress and WordPress.org, and CEO of WP Engine’s direct competitor, Automattic. The dispute has turned very nasty and included a lot of unhinged behaviour from Mullenweg. WP Engine is currently suing him for a bunch of things, including extortion.
davidandgoliath is basically saying that if Mullenweg thinks he is owed 8% of WP Engine’s revenue, presumably Mullenweg is donating 8% of Automattic’s revenue to the PHP Foundation, making their revenue only ~$5MM/yr. Obviously Automatic’s revenues are vastly higher than that and this is just a tongue in cheek way of pointing out hypocrisy.
Re: PHP Core Security Audit Results
#40I am genuinely interested why anyone would start a new project in PHP currently. What are the reasons?