[Bug 505356] Review Request: php-PHPMailer - PHP email transport class with a lot of features

bugzilla at redhat.com bugzilla at redhat.com
Sat Jul 18 11:49:27 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=505356


Remi Collet <fedora at famillecollet.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|nobody at fedoraproject.org    |fedora at famillecollet.com




--- Comment #4 from Remi Collet <fedora at famillecollet.com>  2009-07-18 07:49:25 EDT ---
PHP CompatInfo report (not fully reliable info, but give some usefull ones): 
$ pci -d /usr/share/php/PHPMailer/ -p -S
+-----------------------------+---------+---+------------+--------------------+
| Files                       | Version | C | Extensions | Constants/Tokens   |
+-----------------------------+---------+---+------------+--------------------+
| /usr/share/php/PHPMailer//* | 5.1.0   | 1 | date       | catch              |
|                             |         |   | filter     | private            |
|                             |         |   | hash       | protected          |
|                             |         |   | mbstring   | public             |
|                             |         |   | openssl    | throw              |
|                             |         |   | pcre       | try                |
+-----------------------------+---------+---+------------+--------------------+


mbstring seems not mandatory (ready quickly the code), but really usefull.

Requiring "php" brings a lot of dependencies (mainly httpd) which are not need
(could use this without apache: with another web server, in cgi, or from
command line)


So Requires seems to be :
Requires: php-mbstring >= 5.1.0

This is only a quick note, I will do the full review ASAP.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list