For Programmers: Free Programming Magazines  


Home > Archive > PHP Pear > February 2006 > [ANNOUNCEMENT] Var_Dump-1.0.3 (stable) Released.









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author [ANNOUNCEMENT] Var_Dump-1.0.3 (stable) Released.
PEAR Announce

2006-02-21, 7:56 am

The new PEAR package Var_Dump-1.0.3 (stable) has been released at http://pear.php.net/.

Release notes
-------------
- Better compliance with XHTML
- Fixed output of Text renderer (missing htmlspecialchars)
- Updated examples (serving application/xhtml+xml)
- New return reference automatically so using & in this context is deprecated
- Fixed typos in unit tests

Package Info
-------------
The Var_Dump class is a wrapper for the var_dump function.

The var_dump function displays structured information about expressions that includes its type and value. Arrays are explored recursively with values indented to show structure.

The Var_Dump class captures the output of the var_dump function, by using output control functions, and then uses external renderer classes for displaying the result in various graphical ways :
* Simple text,
* HTML/XHTML text,
* HTML/XHTML table,
* XML,
* ...

Related Links
-------------
Package home: http://pear.php.net/package/Var_Dump
Changelog: http://pear.php.net/package/Var_Dump/download/1.0.3
Download: http://pear.php.net/get/Var_Dump-1.0.3.tgz

Authors
-------------
Frederic Poeydomenge (lead)
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com