-
Recent Posts
Recent Comments
Matthew Green on DISM repairs for (old) updates… esi on Using a Denver AC-5000W with W… n. haasnoot on Using a Denver AC-5000W with W… Robbie on Using a Denver AC-5000W with W… Lukas on WdFilter.sys & boot l… Archives
- December 2020
- November 2020
- September 2020
- December 2019
- May 2019
- April 2018
- December 2015
- July 2015
- October 2014
- August 2014
- November 2012
- August 2012
- June 2011
- May 2011
- February 2011
- December 2010
- November 2010
- April 2010
- November 2008
- October 2008
- May 2008
- January 2008
- December 2007
- November 2006
- September 2006
- August 2006
- February 2006
Categories
Meta
Category Archives: PHP
Debug Output in PHP
This blogpost is an update for a old (2012) post on using the Win32 OutputDebugString API method from within PHP. To view the output of this Win32 API call, download dbgview.exe from SysInternals.com. The solution presented takes another route (not … Continue reading
Posted in PHP, Programming, Windows
Leave a comment
PHPUnit and Drupal8
Time to share some experiences with getting something up and running. This time getting PHPUnit to work under Drupal8 on Windows. PHPUnit I started reading PHPUnit in Drupal and the PHPUnit manual, downloaded the PHPUnit phar file and performed some … Continue reading