» Version | » Information |
---|---|
1.0.4 |
Easy InstallNot sure? Get more info. pear install Var_Dump-1.0.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Var_Dump-1.0.4 Release date: 2010-08-15 05:49 UTC Release state: stable Release uploaded by: doconnor Changelog: QA release Bug #11325 Strings with line containing a single "}" Dependencies:
|
1.0.3 |
Easy InstallNot sure? Get more info. pear install Var_Dump-1.0.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Var_Dump-1.0.3 Release date: 2006-02-21 07:59 UTC Release state: stable Release uploaded by: fredericpoeydomenge Changelog: - 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 Dependencies:
|
1.0.2 |
Easy InstallNot sure? Get more info. pear install Var_Dump-1.0.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Var_Dump-1.0.2 Release date: 2005-02-09 11:15 UTC Release state: stable Release uploaded by: fredericpoeydomenge Changelog: - Corrected Bug #3416, PHP5 Protected and private attributes not shown. - Corrected Bug #1646, possibility to ignore some variables, for instance when Var_Dump'ing classes with DB/MDB/MDB2 objects in them. - Corrected Bug #3396, Var_Dump::toString() sets object variables. - Added extra parameters to display() method, to be able to access every options (display mode, ignore list, ...) with a single static call (requested by Lukas Smith, lsmith at php dot net). - $options parameter can be expressed as a simple string corresponding to the renderer name e.g. Var_Dump::display($var, FALSE, 'XHTML_Table'); - Removed spurious "unset" in the code. Dependencies:
|
1.0.1 |
Easy InstallNot sure? Get more info. pear install Var_Dump-1.0.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Var_Dump-1.0.1 Release date: 2004-11-24 09:22 UTC Release state: stable Release uploaded by: fredericpoeydomenge Changelog: - Corrected Bug #2574, xdebug's coloured var_dump() makes the class unusable. - Conditionally including PEAR.php, only when an error needs to be raised. - Fixed documentation blocs, to better adhere to the PHPDoc syntax. Dependencies:
|
1.0.0 |
Easy InstallNot sure? Get more info. pear install Var_Dump-1.0.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Var_Dump-1.0.0 Release date: 2004-06-14 06:12 UTC Release state: stable Release uploaded by: fredericpoeydomenge Changelog: - Fixed typos (spaces instead of tabs). - Corrected a shift issue in alignment of multi-lines texts. - Completed PHPUnit test suite. - Synced with php-src::ext:standard::var.c v1.189 (PHP5, 2004/05/20 21:15:42) and v1.111 (PHP4, 2001/08/06 13:36:08) - Added "UNKNOWN:0" case (same management as "NULL" or "*RECURSION*" cases) - Optional "&" before every element Dependencies:
|
1.0.0RC1 |
Easy InstallNot sure? Get more info. pear install Var_Dump-1.0.0RC1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Var_Dump-1.0.0RC1 Release date: 2004-05-27 08:48 UTC Release state: beta Release uploaded by: fredericpoeydomenge Changelog: - Treated array(0) as a single element, instead of an array, to avoid useless additions of generated content. - Removed optional fold markers {{{ and }}} - Corrected a shift issue in alignment of multi-lines texts. - Added PHPUnit test suite. Dependencies:
|
0.9.3 |
Easy InstallNot sure? Get more info. pear install Var_Dump-0.9.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Var_Dump-0.9.3 Release date: 2004-05-04 05:07 UTC Release state: beta Release uploaded by: fredericpoeydomenge Changelog: - Corrected Bug #1320 : bad md5sum for file Var_Dump.php. - Corrected Bug #1321 : Numeric zero values in array or object attributes are not shown. - Corrected wrong detection of start/end of multi-lines texts. - Corrected whenever parts of a string are matched by the internal regexp. - Added an option to show end-of-lines, by inserting a char before newlines. Dependencies:
|
0.4.2 |
Easy InstallNot sure? Get more info. pear install Var_Dump-0.4.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Var_Dump-0.4.2 Release date: 2004-04-30 11:57 UTC Release state: alpha Release uploaded by: fredericpoeydomenge Changelog: - Fix the use of $this for PHP5 (patch by Paul M Jones, pmjones at ciaweb dot net) |
0.4.1 |
Easy InstallNot sure? Get more info. pear install Var_Dump-0.4.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Var_Dump-0.4.1 Release date: 2004-04-30 07:51 UTC Release state: alpha Release uploaded by: fredericpoeydomenge Changelog: - Fix to displayOptions being overriden by the $options parameter (patch by Leandro Lucarella, llucar at mecon dot gov dot ar) |
0.9.2 |
Easy InstallNot sure? Get more info. pear install Var_Dump-0.9.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Var_Dump-0.9.2 Release date: 2004-04-30 03:14 UTC Release state: beta Release uploaded by: fredericpoeydomenge Changelog: - Corrected Bug #1313 : allow_call_time_pass_reference setting. - Better handling of multi-lines texts with text-mode renderers. - Updated the examples Dependencies:
|
0.9.1 |
Easy InstallNot sure? Get more info. pear install Var_Dump-0.9.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Var_Dump-0.9.1 Release date: 2004-04-29 06:19 UTC Release state: beta Release uploaded by: fredericpoeydomenge Changelog: - Corrected a bug in the handling of a reference to a variable. - Better handling of configuration options with mixed singleton and factory objects. - Added Var_Dump::displayInit() method to initialise the singleton object used by the display() method. - Code cleanup. Dependencies:
|
0.9 |
Easy InstallNot sure? Get more info. pear install Var_Dump-0.9 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Var_Dump-0.9 Release date: 2004-04-28 09:58 UTC Release state: beta Release uploaded by: fredericpoeydomenge Changelog: Complete refactoring of the class : now it 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, (X)HTML text, (X)HTML table, XML, ... Dependencies:
|
0.4 |
Easy InstallNot sure? Get more info. pear install Var_Dump-0.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Var_Dump-0.4 Release date: 2003-08-20 08:24 UTC Release state: stable Release uploaded by: fredericpoeydomenge Changelog: - Feature which allows to turn off a few output options for dumping an object (patch by Walt Boring, waboring at 3gstech dot com) - Fix the warning if found a resource using VAR_DUMP_DISPLAY_MODE_HTML_TABLE (patch by Stefan Neufeind, neufeind at php dot net) - Fix a problem with showing the string "0", considered as empty by php (noticed by Franz Pentenrieder, raptor at quox dot net) |
0.3 |
Easy InstallNot sure? Get more info. pear install Var_Dump-0.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Var_Dump-0.3 Release date: 2003-04-08 10:48 UTC Release state: stable Release uploaded by: fredericpoeydomenge Changelog: Added an optional parameter to display() and r_display() methods to be able to modify the display mode while calling them statically : $mail_content = Var_Dump::r_display($array, '', VAR_DUMP_DISPLAY_MODE_TEXT); |
0.2 |
Easy InstallNot sure? Get more info. pear install Var_Dump-0.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Var_Dump-0.2 Release date: 2002-09-18 09:23 UTC Release state: stable Release uploaded by: fredericpoeydomenge Changelog: - removed html tags in the Text output feature. - added an hybrid display mode which produces a Text output formated for Html display (between 'pre' tags) - added a missing '// }}}' around _generateFontTags(). |
0.1 |
Easy InstallNot sure? Get more info. pear install Var_Dump-0.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Var_Dump-0.1 Release date: 2002-08-08 16:15 UTC Release state: stable Release uploaded by: fredericpoeydomenge Changelog: This is the initial release of the Var_Dump package. |