First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
PEAR_PackageUpdate: Strange behaviour of
Hi, i try to get the example script ppuWebExample2.php to work as is, but the only response i get is 'still alive'. It seems that if ( $ppu->checkUpdate() ) { ... } is unable to determine that there is a new version of a package. Replacing the condition by if (1) { ... } shows a nice up... 13 Jun 2008 18:27
[ANNOUNCEMENT] PHP_CodeSniffer-1.1.0RC2 (beta) Released.
The new PEAR package PHP_CodeSniffer-1.1.0RC2 (beta) has been released at http://pear.php.net/. Release notes ------------- - Permission denied errors now stop script execution but still display current errors (feature request #14076) - Added Squiz ValidArrayIndexNameSniff to ensure array indexes do not use camel... 13 Jun 2008 00:35
[ANNOUNCEMENT] PHP_UML-0.4.4 (beta) Released.
The new PEAR package PHP_UML-0.4.4 (beta) has been released at http://pear.php.net/. Release notes ------------- Initial release Package Info ------------ PHP_UML is a PHP parser, an XMI generator, a documentation tool, as well as a metamodel-driven application. Practically, with PHP_UML, you can feed an UML... 12 Jun 2008 18:59
How to MDB2::apiVersion()
Hi, I would like to report the version info for MDB2 in my web application. The version info is reported as "@package_version@" for the following code: require_once 'MDB2/MDB2.php'; echo MDB2::apiVersion(); What am I doing wrong? I using both mysql and ibase drivers. How do I get the version info for ... 12 Jun 2008 11:49
[ANNOUNCEMENT] File_Bittorrent2-1.2.0 (stable) Released.
The new PEAR package File_Bittorrent2-1.2.0 (stable) has been released at http://pear.php.net/. Release notes ------------- * Implemented private flag for torrents. See PEAR Bug #14013. Package Info ------------ This package consists of three classes which handles the encoding and decoding of data in Bittorre... 12 Jun 2008 06:12
[ANNOUNCEMENT] Net_SMTP-1.3.1 (stable) Released.
The new PEAR package Net_SMTP-1.3.1 (stable) has been released at http://pear.php.net/. Release notes ------------- - Invalid response arrays were returning false instead of a PEAR_Error object. (Thomas Berger) Package Info ------------ Provides an implementation of the SMTP protocol using PEAR's Net_Socket c... 10 Jun 2008 02:15
[ANNOUNCEMENT] Cache_Lite-1.7.4 (stable) Released.
The new PEAR package Cache_Lite-1.7.4 (stable) has been released at http://pear.php.net/. Release notes ------------- Implemented feature request: - #13693 Added new option to Cache_Lite::remove() to check for non-existing cache files. - Added unit test file for Bug #13693 Package Info ------------ ... 9 Jun 2008 06:48
[ANNOUNCEMENT] DB_Table-1.5.4 (stable) Released.
The new PEAR package DB_Table-1.5.4 (stable) has been released at http://pear.php.net/. Release notes ------------- - Bug #14106: "PRIMARY" not allowed as index name Package Info ------------ The DB_Table package provides an object oriented interface to a database. Each instance of the core DB_Table class... 8 Jun 2008 13:54
One more question: hidden datagrid columns
Hello again! I use structure_datagrid with MDB2 and smarty to print the data on the screen. Everythings works fine, but there is one thing I have no solution at the moment: Is there a way to tell the datagrid, that a column should not be printet, but it's content should be available? For example, I need the ... 9 Jun 2008 07:19
[ANNOUNCEMENT] PHP_CompatInfo-1.8.0b3 (beta) Released.
The new PEAR package PHP_CompatInfo-1.8.0b3 (beta) has been released at http://pear.php.net/. Release notes ------------- * changes - parseArray() method was missing in beta2 is back - add or remove observers is now possible with public method of the controller PHP_CompatInfo (main class) * news - CLI is ... 7 Jun 2008 16:25
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21