First  |  Prev |  Next  |  Last
Pages: 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
[ANNOUNCEMENT] HTML_Template_IT-1.3.0 (stable) Released.
The new PEAR package HTML_Template_IT-1.3.0 (stable) has been released at http://pear.php.net/. Release notes ------------- Changes since last stable release (1.2.1): - Add support for pear package 2.0 format - Remove support for pear package 1.0 format - Fix bug #9501, doller signs disapear if preg_match is us... 10 Mar 2010 04:13
[ANNOUNCEMENT] Services_Facebook-0.2.11 (alpha) Released.
The new PEAR package Services_Facebook-0.2.11 (alpha) has been released at http://pear.php.net/. Release notes ------------- * Added Validate to the package.xml Fixes #16426 * Added simple implemenation of Stream api from janmatousek Package Info ------------ An interface for accessing Facebook's web se... 9 Mar 2010 19:16
[ANNOUNCEMENT] Services_Facebook-0.2.10 (alpha) Released.
The new PEAR package Services_Facebook-0.2.10 (alpha) has been released at http://pear.php.net/. Release notes ------------- * Fixed the casting of IDs to integers. Fixes #17186 Package Info ------------ An interface for accessing Facebook's web services API at http://api.facebook.com Related Links ------... 9 Mar 2010 19:16
[ANNOUNCEMENT] Archive_Tar-1.3.6 (stable) Released.
The new PEAR package Archive_Tar-1.3.6 (stable) has been released at http://pear.php.net/. Release notes ------------- * Fix Bug #16963: extractList can't extract zipped files from big tar [mrook] * Implement Feature #4013: Ignoring files and directories on creating an archive. [mrook] Package Info ---------... 9 Mar 2010 04:34
[ANNOUNCEMENT] OpenID-0.1.1 (alpha) Released.
The new PEAR package OpenID-0.1.1 (alpha) has been released at http://pear.php.net/. Release notes ------------- * Fixed association deletion bug Package Info ------------ OpenID is a free and easy way to use a single digital identity across the Internet. See http://openid.net for details. Related Links -... 9 Mar 2010 02:24
jscalendar
I installed html_quickform_jscalendar from pear.11abacus.com. It worked beautifully as a date picker but when I came to uploading it to the server, the hosting company was unable to install it on the shared server. Which is very disappointing as it took me a while to find a nice datepicker. Is there something e... 8 Mar 2010 13:04
[ANNOUNCEMENT] HTML_QuickForm2-0.4.0 (alpha) Released.
The new PEAR package HTML_QuickForm2-0.4.0 (alpha) has been released at http://pear.php.net/. Release notes ------------- Milestone 4: port of HTML_QuickForm_Controller, group rules Major additions and changes * Includes a port of HTML_QuickForm_Controller. It is now possible to create multipage forms (... 8 Mar 2010 13:04
[ANNOUNCEMENT] Net_SMTP-1.4.2 (stable) Released.
The new PEAR package Net_SMTP-1.4.2 (stable) has been released at http://pear.php.net/. Release notes ------------- Fixing header string quoting in data(). (Bug #17199) Package Info ------------ Provides an implementation of the SMTP protocol using PEAR's Net_Socket class. Related Links ------------- Pac... 8 Mar 2010 01:03
[PHP_Beautifier] questions about using tokens with NewLines()
trying to clarify how i can use Beautifier tokens to add newlines to my code. here's a test script (all subsequent tests do nothing but add the NewLines() filter): <?php if (true) $x = 1; if (true) $x = 2; if (true) { $x = 3; } if (true) { $x = 4; } while (true) { $x = 5; } ... 7 Mar 2010 14:05
PHP_Beautifier: strange behaviour with newlines and comments
i'm trying to figure out the rationale for how the beautifier adds newlines WRT to comments: here's my trivial input test file: ===== <?php // c1 // c2 // c3 /* * and a longer comment */ // c4 if (true) $x = 2; ?> ===== as you can see, several individual comments. so let's add a newline *... 7 Mar 2010 10:43
First  |  Prev |  Next  |  Last
Pages: 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31