
News and Releases
Xdebug 2.3 - In the release, both fixes and new features: forced display of errors , conversion of warnings into errors , overloading of var_dump and others. Support for PHP versions below 5.4 has also been discontinued.
Yii 2.0.3
PHPCI updated to version 1.6
Php
Scalar Type Hints - The epic about the type hint for scalars continues. Three proposals are under consideration:declare() use a special callback. Voting on the second sentence ends tomorrow. In the meantime, stockpile PHPopkorn .
RFC: Exceptions in the engine - Almost unanimously accepted the proposal to implement standard exceptions in PHP 7 instead of fatal errors. It will also be possible to catch parsing errors. In addition, a new hierarchy has been introduced to ensure that code using the catch of all exceptions catch(Exception $e) does not accidentally catch fatal errors and parsing errors. A new base type BaseException , which is directly extended with the types EngineException , ParseException and Exception .random_bytes(int length) and random_int(int min, int max) .yield from <expr> allowing generators to delegate operations to Traversable objects and arrays.return in generators.
Instruments
Study materials
Eloquent tricks for the best repositories
Symfony Must Watch - Collection of recommended for viewing videos on symfony.
We write custom ParamConverter in Symfony2
Budget sites in Khabarovsk, how we do it
The nuances of commercial development on WordPress
Disadvantages of Wordpress - the technical side
About the OPCache device in PHP
Using memory corruption errors in PHP - Demonstrated the creation of an exploit for serialization vulnerabilities in PHP .
Management Inversion Principle - The Hollywood Principle
Restart daemon in PHP without losing connections to it
30 wonderful libraries for PHP programmers
The digest of interesting materials from the world of Drupal # 5 , # 6
We show the work process of a continuous task on the server using one connection.
CKFinder - image sizes
Sendmail stub for php and php
PHPUnit: spreadsheet (spreadsheet) as a data source (data provider)
Text chat for the site
PHPixie 3.0 ORM or new look at ActiveRecord
Zend Certification. Not so devil
Atomic reactor in every site
The interaction of PHP and Erlang by means of RabbitMQ
Audio and video
PHP must watch - Collection of recommended for viewing videos on PHP.
ZF3 SF meetup - About Zend Framework 3 by Matthew Weier O'Phinney.
Entertainingββββββββbaβ΅Source: https://habr.com/ru/post/253135/
All Articles