PHP - Blog
-
PHP7. The new PHP version is here. Oct 27, 2015
PHP7 is here. Well, the final release hasn’t been released yet, but next 12th November is scheduled to be released so maybe when you are reading this post the stable final release might be released. And, what does this new language version provide? The killer feature promised is performance. Zend has published the next infographic where you can see how they announce a 2x performance improvement. This might be a half of servers, software twice faster, so it is a considerable enhancement for the whole PHP ecosystem. Performance Zend did also publish this infographic showing the performance boost in PHP...
-
Symfony2 is not slow Oct 9, 2015
If you are working on Web Development you must have read eventually a benchmark. What several times is not that obvious is that the benchmark you read might not be comparing the different tecchnologies fairly, just because of time and knowledge constraints. And Symfony2 is not an exception, as a framework with several files and features it is always at the lower positions of the ranking. Even though, Symfony2 is not slow. One of the most popular benchmarks on the Internet is the one from TechEmpower that solves a set of problems with more than a hundred of technologies with...
-
Functional PHP Sep 6, 2015
Functional programming. What is that thing some software gurus talk about? I am going to try to explain it with a basic example in PHP to show you how you can use this paradigm for your daily work, demistifying its difficulty in the process. And, yeah, you can use functional programming in PHP, well, with a PHP flavour.