News Feed
Jobs Feed
Sections




News Archive
Chris Jones:
Using the PHP CLI Webserver to Identify and Test Memory Issues in PHP
August 15, 2012 @ 08:35:07

Chris Jones has a new post today showing how you can use PHP 5.4's built-in web server to help test for memory issues in your application (and the language).

Rasmus mentioned on IRC how he ran the [command line] tests: simply renaming the ".phpt" test files as ".php", and invoking them through the CLI webserver. The SKIPIF sections get executed, but that doesn't affect the desired outcome of testing multiple HTTP requests with different input scripts. [Here] are some quick shell scripts I put together to automate testing the OCI8 extension with valgrind.

He uses the OCI8 extension as an example, showing how to set up these scripts to enable the execution of the tests, fire up the web server and execute Valgrind to help monitor the memory of the execution.

0 comments voice your opinion now!
builtin webserver cli test unittest phpt tutorial shell


blog comments powered by Disqus

Similar Posts

Tiger Heron Blog: First steps with PHP - booting a script, Part 1

Chris Hartjes' Blog: Snakes and Elephants Playing Nice Together: PHPUnit and py.test with Hudson

Benjamin Eberlei's Blog: Using a Dependency Injection Container with Zend_Application

Mayflower Blog: Traits in PHP 5.4

IBM developerWorks: Developing PHP the Ajax way, Part 2 - Back, Forward, Reload


Community Events











Don't see your event here?
Let us know!


language introduction zendframework2 composer example podcast api functional development testing release framework application community database phpunit opinion code series interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework