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

DevShed: Working with the Tidy Library in PHP 5

NETTUTS.com: How to Create a PHP/MySQL Powered Forum from Scratch

Chris Cassell's Blog: Creating Magic Methods in PHP

DevX.com: Add the Graphics Power of SVG to PHP

Jeremy Cook: Turbocharging your Logs


Community Events











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


podcast phpunit rest introduction symfony2 community functional framework conference unittest interview development zendframework2 testing usergroup release database series language opinion

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