Klaus

NO___JS!

 Bonn, GermanySun, 08 Sep 2019 23:45:50 +0200 
At the last WebTech meeting in #Bonn was a very interesting talk about ReactPHP with many fascinating examples for Streams, Redis, SSE, Websocket, etc. Pushing the limits of #PHP

#^Pushing the limits of PHP (WebEngAc19)
by Christian Lück on Speaker Deck
Klaus

Deprecations

 Tue, 02 Apr 2019 23:04:08 +0200 
Good article about #PHP development in general.

#^Help! My tests stopped working.
Image/photo

Sebastian Bergmann provides guidance on how to avoid frustration when upgrading to a new major version of PHPUnit.
Klaus

PHP 7.1.0 Release Announcement

 Sat, 03 Dec 2016 14:46:16 +0100 
#^PHP: PHP 7.1.0 Release Announcement
The #PHP development team announces the immediate availability of PHP 7.1.0. This release is the first point release in the 7.x series.
PHP 7.1.0 comes with numerous improvements and new features such as
  * Nullable types
  * Void return type
  * Iterable pseudo-type
  * Class constant visiblity modifiers
  * Square bracket syntax for list() and the ability to specify keys in list()
  * Catching multiple exceptions types
Klaus

TYPO3 CMS 7 will require PHP 5.5

 Mon, 17 Nov 2014 10:56:46 +0100 
Somehow it is quite irritating the huge difference between which #PHP version is still used and which PHP versions are still officially supported.

#^PHP minimum requirements for TYPO3 CMS 7
The next major version of TYPO3 CMS will be called 7 and will have PHP version 5.5 as its minimum PHP version. We consider this step vitally important to our new release strategy for several reasons.
Klaus

phpdbg

 Mon, 23 Jun 2014 23:47:54 +0200 
Something to add to the cookbooks...

#^phpdbg | php debugger
phpdbg provides quick access to file contents with a listing facility, which understands what a method is ! Inspect and affect the environment after the execution of each opcode. Allow you to specify very precisely when to break execution. The power of PHP available to every command issued ! Detailed disassebmly enables precise debugging. Listing c...

#PHP #debug