First  |  Prev |  Next  |  Last
Pages: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
php Addrule ( Numeric and decimal point)
Hello everyone, I have a quick question regarding the form->addGroupRule. I am currently creating a field where it requires the user to enumer a number and the number must be a 1 decimal point ( i.e 1.2). I am using : $this->form->addGroupRule($field . "_group", array(array(array("Numbers only, please", 'nu... 2 May 2010 10:57
errors while installing pear for php on windows
Hello, I am trying to manually install pear for php on windows 2008 server. IIS 7 is web server. Most of the basic things are working fine using PHP. But when i try to run, go-pear.php file downloaded from pear.php.net. I get following errrors. I did add following paths to two varibale... 4 May 2010 11:14
Error in Mail_mimeDecode and the disturbing number of open bugs
A specific question, and a more general observation. Recently, I noticed that the Mail_mimeDecode package was mis-parsing the recipients on the "To:" list. Specifically, with email messages where the raw source contained the To recipients in the multi-line format: To: address, address, addres... 28 Apr 2010 09:29
QuickForm -> setDefaults on image element
I have the following form: $form = new HTML_QuickForm( 'test' ); // outputs <input name="imageField" type="image" src="test.gif" /> $form->addElement( 'image', 'imageField', 'test.gif' ); // outputs<input name="imageField" type="image" src="test.gif" value="test2.gif" /> $form->setDefaults( array( 'imageFie... 27 Apr 2010 20:14
[ANNOUNCEMENT] Archive_Tar-1.3.7 (stable) Released.
The new PEAR package Archive_Tar-1.3.7 (stable) has been released at http://pear.php.net/. Release notes ------------- PEAR compatibility update Package Info ------------ This class provides handling of tar files in PHP. It supports creating, listing, extracting and adding to tar files. Gzip support is avai... 26 Apr 2010 03:43
[ANNOUNCEMENT] DB_NestedSet-1.4.1 (stable) Released.
The new PEAR package DB_NestedSet-1.4.1 (stable) has been released at http://pear.php.net/. Release notes ------------- This is the final stable version of this package. No bugs occured during this long time in RC state and it is considered to be quite solid. We are currently working on DB_NestedSet2 which will p... 25 Apr 2010 16:44
[ANNOUNCEMENT] Services_W3C_HTMLValidator-1.0.0 (stable) Released.
The new PEAR package Services_W3C_HTMLValidator-1.0.0 (stable) has been released at http://pear.php.net/. Release notes ------------- First stable release: * Fix Exception throwing for PHP versions < 5.3. * Increase PEAR Installer dependency to 1.5.4 * Bug #17339 PHP Strict Standards Package Info ---------... 24 Apr 2010 09:26
[ANNOUNCEMENT] HTTP_OAuth-0.1.10 (alpha) Released.
The new PEAR package HTTP_OAuth-0.1.10 (alpha) has been released at http://pear.php.net/. Release notes ------------- Updated digg example Package Info ------------ Allows the use of the consumer and provider angles of the OAuth spec. Related Links ------------- Package home: http://pear.php.net/package/... 23 Apr 2010 21:43
[ANNOUNCEMENT] Image_QRCode-0.1.1 (alpha) Released.
The new PEAR package Image_QRCode-0.1.1 (alpha) has been released at http://pear.php.net/. Release notes ------------- Fixes bug #17321. Package Info ------------ A QR (Quick Read) 2-dimensional barcode image generator. Related Links ------------- Package home: http://pear.php.net/package/Image_QRCode ... 22 Apr 2010 18:42
[ANNOUNCEMENT] HTTP_Request2-0.5.2 (alpha) Released.
The new PEAR package HTTP_Request2-0.5.2 (alpha) has been released at http://pear.php.net/. Release notes ------------- * magic_quotes_runtime PHP setting could be incorrectly enabled after performing the request (bug #16440) * Unit tests fixes (bugs #17079, #17106, #17326) * Observer_Log now appends to the l... 21 Apr 2010 08:27
First  |  Prev |  Next  |  Last
Pages: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27