Fixing PHP4 constructors for PHP7
by
Christian Weiske cweiske.de/tagebuch/php4-constructors-php7.htm 2017-05-02PHP 7 deprecates PHP4-style constructors . In PHP4, class constructor methods had the same
PHP application configuration
by
Christian Weiske cweiske.de/tagebuch/php-app-config.htm 2013-12-19
Whenever I build a PHP application that needs to be configured by the user in some way, I follow
PHP: XPath on HTML and XHTML
by
Christian Weiske cweiske.de/tagebuch/php-xpath-html-xhtml.htm 2013-06-20
depending on its value. HTML Extracting data from HTML documents with PHP is easy: Use
phpfarm moved to SourceForge
by
Christian Weiske cweiske.de/tagebuch/phpfarm-on-sf.htm 2011-09-02
phpfarm, the tool that lets you install multiple PHP versions beside each other, finally got a
Ubuntu: Install debugging symbols
by
Christian Weiske cweiske.de/tagebuch/ubuntu-debug-symbols.htm 2017-10-19
Recently I had a crash in PHP and wanted to provide a proper backtrace with my bug report. Simply
Introducing phpfarm
by
Christian Weiske cweiske.de/tagebuch/Introducing%20phpfarm.htm 2011-07-23
PEAR consists of literally hundreds of packages (libraries) that help you to build your PHP