» Version | » Information |
---|---|
1.2.7 |
Easy InstallNot sure? Get more info. pear install Mail_Queue-1.2.7 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Queue-1.2.7 Release date: 2011-06-30 16:50 UTC Release state: stable Release uploaded by: till Changelog: * Implement Feature #18256: Addition to Mail Queue Tutorial [quipo] * Implement Feature #18038: Reaching the set limit should not generate an error [till] Dependencies: |
1.2.6 |
Easy InstallNot sure? Get more info. pear install Mail_Queue-1.2.6 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Queue-1.2.6 Release date: 2010-10-25 15:46 UTC Release state: stable Release uploaded by: doconnor Changelog: Bug #17993 Package installed in wrong directory Dependencies: |
1.2.5 |
Easy InstallNot sure? Get more info. pear install Mail_Queue-1.2.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Queue-1.2.5 Release date: 2010-10-25 14:48 UTC Release state: stable Release uploaded by: doconnor Changelog: Bug #17991 Package installed in wrong directory Dependencies: |
1.2.4 |
Easy InstallNot sure? Get more info. pear install Mail_Queue-1.2.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Queue-1.2.4 Release date: 2010-10-25 12:09 UTC Release state: stable Release uploaded by: doconnor Changelog: * bugfix: #16609 (notice and "call to undefined function") * bugfix: possible notice/warning about undefined class vars greeting/queued_as in Mail_Queue (patch by Ken Guest) * bugfix: #17521 (missing return in getQueueCount) (patch by killermonk) * Bug #16580 * Bug #16995 mail stops sending from queue intermiddently * Bug #16997 bad error checking * Doc Bug #17316 documentation re callbacks Doc Bug #17598 Wrong return description for sendMailById() Bug #17898 sendMailById() causes Fatal Error on nonexistant id QA release Dependencies: |
1.2.3 |
Easy InstallNot sure? Get more info. pear install Mail_Queue-1.2.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Queue-1.2.3 Release date: 2009-09-07 13:50 UTC Release state: stable Release uploaded by: till Changelog: * changed license from PHP to (new and simplyfied) BSD license * fixed bug #7850 (introduced new method "factory" and helpers getErrors(), hasErrors()) * fixed bug #14626: alternative array container configuration not working * minor CS fixes (file, class comments) * implemented #15049 (count emails in queue) in MDB2 driver * implemented #14921 (sleep in between sends to not hammer servers) * improvement #6456 (validate parameters) * fixed structure in svn * implemented #16064 (callback support, patch by kguest) * implemented #16068 (save greeting), patch by kguest) Dependencies: |
1.2.2 |
Easy InstallNot sure? Get more info. pear install Mail_Queue-1.2.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Queue-1.2.2 Release date: 2008-05-07 11:30 UTC Release state: stable Release uploaded by: till Changelog: - fixed bug #6330: check for lost DB connection in _preload() - fixed bug #12521: NOTICE: undefined index - fixed bug #12768: On errors, sendMail() marks mail as sent anyway - added additional checks for factorySendMail() returned Mail - better error handling in the MDB2 container - code cleanup Dependencies: |
1.2.1 |
Easy InstallNot sure? Get more info. pear install Mail_Queue-1.2.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Queue-1.2.1 Release date: 2007-09-13 04:01 UTC Release state: stable Release uploaded by: bate Changelog: rollout after some month of cvs commit and a new maintainer Dependencies: |
1.1.3 |
Easy InstallNot sure? Get more info. pear install Mail_Queue-1.1.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Queue-1.1.3 Release date: 2004-11-04 14:51 UTC Release state: stable Release uploaded by: chief Changelog: - fix wrong parameter order for PEAR::raiseError() in sendMailsInQueue() [bug #1990] - thanks Alan Knowles - some cleanup - php5 fix: Mail_Queue_Body::try() => _try() [bug #2098] Dependencies:
|
1.1.2 |
Easy InstallNot sure? Get more info. pear install Mail_Queue-1.1.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Queue-1.1.2 Release date: 2004-07-22 06:16 UTC Release state: stable Release uploaded by: chief Changelog: - Use PHP's date() function instead of a mysql-specific NOW() call in the DB container - Added pgsql schema in the /docs/ dir (thanks Alan Knowles) - Fixed integer quoting in the DB container (bug #1917) (thanks Alan Knowles) - DB error reporting now uses toString() (bug #1918) (thanks Alan Knowles) Dependencies:
|
1.1.1 |
Easy InstallNot sure? Get more info. pear install Mail_Queue-1.1.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Queue-1.1.1 Release date: 2004-07-22 05:37 UTC Release state: stable Release uploaded by: chief Changelog: - Fixed a buggy implementation of the preload() method which was causing several problems - Use DB::modifyLimitQuery() instead of a mysql-specific LIMIT clause in the DB container - Added a new MDB2 container Dependencies:
|
1.1 |
Easy InstallNot sure? Get more info. pear install Mail_Queue-1.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Queue-1.1 Release date: 2004-03-05 06:32 UTC Release state: stable Release uploaded by: chief Changelog: - Error management has been rewritten. New error constants are used, so custom error mgmt is now possible. - Added a "pearErrorMode" option to specify what to do with Pear_Error (was: PEAR_ERROR_PRINT by default) - Added a "sequence" container option to specify the name of the sequence table. - Moved Mail_Queue_Error class from Mail/Queue/Error.php to Mail/Queue.php. - Preloading management has been rewritten. The amount of memory used by the internal buffer can be limited to any chosen value via the setBufferSize() method. - The put() methods now returns last_inserted_id instead of true - Fixed error in factorySendMail() - Fixed: mails weren't set as send when bypassing the queue using sendMailById() - Fixed: Mail_Queue_Container_mdb didn't accept a 'dsn' as option - PHP 5 fixes Dependencies:
|
1.0 |
Easy InstallNot sure? Get more info. pear install Mail_Queue-1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Queue-1.0 Release date: 2002-12-13 11:09 UTC Release state: stable Release uploaded by: chief Changelog: First stable release. Added Lorenzo Alberton to the list of contributors. Fixed getMailById() in db.php. Added new container: Mail_Queue_Container_mdb - Storage driver for fetching mail queue data from a PEAR_MDB database. Dependencies:
|
0.9 |
Easy InstallNot sure? Get more info. pear install Mail_Queue-0.9 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Mail_Queue-0.9 Release date: 2002-09-22 15:47 UTC Release state: beta Release uploaded by: chief Changelog: This is the initial release of the Mail_Queue package. Dependencies:
|