http://pear.php.net/
pear-webmaster@lists.php.netpear-webmaster@lists.php.neten-usLatest releases of mail_queueThe latest releases for the package mail_queueMail_Queue 1.2.7
http://pear.php.net/package/Mail_Queue/download/1.2.7/
* Implement Feature #18256: Addition to Mail Queue Tutorial [quipo]<br />
* Implement Feature #18038: Reaching the set limit should not generate an error [till]
2011年06月30日T16:50:09-05:00tillMail_Queue 1.2.6
http://pear.php.net/package/Mail_Queue/download/1.2.6/
Bug #17993 Package installed in wrong directory
2010年10月25日T15:46:29-05:00doconnorMail_Queue 1.2.5
http://pear.php.net/package/Mail_Queue/download/1.2.5/
Bug #17991 Package installed in wrong directory
2010年10月25日T14:48:13-05:00doconnorMail_Queue 1.2.4
http://pear.php.net/package/Mail_Queue/download/1.2.4/
* bugfix: #16609 (notice and "call to undefined function")<br />
* bugfix: possible notice/warning about undefined class vars greeting/queued_as in Mail_Queue (patch by Ken Guest)<br />
* bugfix: #17521 (missing return in getQueueCount) (patch by killermonk)<br />
* Bug #16580 <br />
* Bug #16995 mail stops sending from queue intermiddently<br />
* Bug #16997 bad error checking<br />
* Doc Bug #17316 documentation re callbacks<br />
Doc Bug #17598 Wrong return description for sendMailById()<br />
Bug #17898 sendMailById() causes Fatal Error on nonexistant id<br />
QA release
2010年10月25日T12:09:48-05:00doconnorMail_Queue 1.2.3
http://pear.php.net/package/Mail_Queue/download/1.2.3/
* changed license from PHP to (new and simplyfied) BSD license<br />
* fixed bug #7850 (introduced new method "factory" and helpers getErrors(), hasErrors())<br />
* fixed bug #14626: alternative array container configuration not working<br />
* minor CS fixes (file, class comments)<br />
* implemented #15049 (count emails in queue) in MDB2 driver<br />
* implemented #14921 (sleep in between sends to not hammer servers)<br />
* improvement #6456 (validate parameters)<br />
* fixed structure in svn<br />
* implemented #16064 (callback support, patch by kguest) <br />
* implemented #16068 (save greeting), patch by kguest)
2009年09月07日T13:50:02-05:00tillMail_Queue 1.2.2
http://pear.php.net/package/Mail_Queue/download/1.2.2/
- fixed bug #6330: check for lost DB connection in _preload()<br />
- fixed bug #12521: NOTICE: undefined index<br />
- fixed bug #12768: On errors, sendMail() marks mail as sent anyway<br />
- added additional checks for factorySendMail() returned Mail<br />
- better error handling in the MDB2 container<br />
- code cleanup
2008年05月07日T11:30:37-05:00tillMail_Queue 1.2.1
http://pear.php.net/package/Mail_Queue/download/1.2.1/
rollout after some month of cvs commit and a new maintainer
2007年09月13日T04:01:44-05:00bateMail_Queue 1.1.3
http://pear.php.net/package/Mail_Queue/download/1.1.3/
- fix wrong parameter order for PEAR::raiseError() in sendMailsInQueue()<br />
[bug #1990] - thanks Alan Knowles<br />
- some cleanup<br />
- php5 fix: Mail_Queue_Body::try() => _try() [bug #2098]
2004年11月04日T14:51:35-05:00chiefMail_Queue 1.1.2
http://pear.php.net/package/Mail_Queue/download/1.1.2/
- Use PHP's date() function instead of a mysql-specific<br />
NOW() call in the DB container<br />
- Added pgsql schema in the /docs/ dir (thanks Alan Knowles)<br />
- Fixed integer quoting in the DB container (bug #1917) (thanks Alan Knowles)<br />
- DB error reporting now uses toString() (bug #1918) (thanks Alan Knowles)
2004年07月22日T06:16:09-05:00chiefMail_Queue 1.1.1
http://pear.php.net/package/Mail_Queue/download/1.1.1/
- Fixed a buggy implementation of the preload() method<br />
which was causing several problems<br />
- Use DB::modifyLimitQuery() instead of a mysql-specific<br />
LIMIT clause in the DB container<br />
- Added a new MDB2 container
2004年07月22日T05:37:44-05:00chief