First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
[ANNOUNCEMENT] Net_SMTP-1.4.1 (stable) Released.
The new PEAR package Net_SMTP-1.4.1 (stable) has been released at http://pear.php.net/. Release notes ------------- The auth() method now includes an optional $tls parameter that determines whether or not TLS should be attempted (if supported by the PHP runtime and the remote SMTP server). This parameter defaults... 24 Jan 2010 16:59
QuickForm with Template_IT?
OK, I know that QuickForm has renderers that work with the Template_IT template system, and I've seen it work with the examples available by downloading the HTML_QuickForm package. But I'm having a great deal of difficulty understanding how this works and even more difficulty finding clear end-user documentation on the... 24 Jan 2010 23:38
XML_Parser "Invalid document" error
I am trying to use XML_RSS (which requires XML_Parser) to parse and display an RSS feed. When I run the code I receive the following error: "XML_Parser: Invalid document end at XML input line 1:1". I get this error no matter which feed URL I use so I don't think it's a problem with the RSS feed (for the curious, I ... 21 Jan 2010 12:21
[ANNOUNCEMENT] DB_DataObject-1.9.3 (stable) Released.
The new PEAR package DB_DataObject-1.9.3 (stable) has been released at http://pear.php.net/. Release notes ------------- Fix broken release (1.9.1 and 1.9.2) fetchAll() / whereAddIn() Release version. This version adds two new utility methods, that can speed up usage, fetchAll() - does the $do->find() / wh... 15 Jan 2010 02:51
[ANNOUNCEMENT] DB_DataObject-1.9.2 (stable) Released.
The new PEAR package DB_DataObject-1.9.2 (stable) has been released at http://pear.php.net/. Release notes ------------- Fix broken release (1.9.1) fetchAll() / whereAddIn() Release version. This version adds two new utility methods, that can speed up usage, fetchAll() - does the $do->find() / while($do->f... 15 Jan 2010 02:51
[ANNOUNCEMENT] DB_DataObject-1.9.1 (stable) Released.
The new PEAR package DB_DataObject-1.9.1 (stable) has been released at http://pear.php.net/. Release notes ------------- fetchAll() / whereAddIn() Release version. This version adds two new utility methods, that can speed up usage, fetchAll() - does the $do->find() / while($do->fetch()) $ar[] = clone($do) loo... 15 Jan 2010 01:46
[ANNOUNCEMENT] Mail_Mime-1.6.0RC2 (beta) Released.
The new PEAR package Mail_Mime-1.6.0RC2 (beta) has been released at http://pear.php.net/. Release notes ------------- Fixed Bugs: * Bug #7561: _encodeQuotedPrintable() with mbstring function overloading broken in 1.6.0RC1 [alec] * Fixed quoted-printable encoding of characters with ord(char) < 10 [alec] Pac... 14 Jan 2010 04:42
Using PHPDocumentor to document the magic functions.
Hi. To implement public readonly properties you can use getX(), getY(), getZ() methods (which then access the private vars) or you can use __get($var) to consolidate/simplify the number of methods. With the discrete getters() it is easy to docblock them. Everything is obvious, but there is a LOT of duplicate c... 12 Jan 2010 08:16
[ANNOUNCEMENT] Structures_LinkedList-0.2.1 (beta) Released.
The new PEAR package Structures_LinkedList-0.2.1 (beta) has been released at http://pear.php.net/. Release notes ------------- * Apply patch for type-hint inheritance strictness from Betrand Zuchuat Package Info ------------ A singly-linked list offers the ability to insert or delete nodes at any point with... 10 Jan 2010 15:14
recreating pear.ini
Say I have a local installation of PEAR at c:\php. I'd like to move it to c:\php53 but don't want to have to reinstall PEAR. Problem with just renaming the directory is that the stuff in pear.ini would still need to be updated. Sure, I can do that easily enough, myself, but maybe there's a way for PEAR to just s... 8 Jan 2010 10:33
First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36