mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
being accountable for the imap and mcal work that I've done (and adding an
MCAL credits line)
This commit is contained in:
parent
b99722ddf5
commit
13f27d8063
2 changed files with 3 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
||||||
| Kaj-Michael Lang <milang@tal.org> |
|
| Kaj-Michael Lang <milang@tal.org> |
|
||||||
| Antoni Pamies Olive <toni@readysoft.net> |
|
| Antoni Pamies Olive <toni@readysoft.net> |
|
||||||
| Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
| Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
||||||
|
| Chuck Hagenbuch <chuck@horde.org> |
|
||||||
| PHP 4.0 updates: Zeev Suraski <zeev@zend.com> |
|
| PHP 4.0 updates: Zeev Suraski <zeev@zend.com> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -335,11 +335,12 @@ void php_print_credits(int flag)
|
||||||
CREDIT_LINE("GD imaging", "Rasmus Lerdorf, Stig Bakken, Jim Winstead");
|
CREDIT_LINE("GD imaging", "Rasmus Lerdorf, Stig Bakken, Jim Winstead");
|
||||||
CREDIT_LINE("GetText", "Alex Plotnick");
|
CREDIT_LINE("GetText", "Alex Plotnick");
|
||||||
CREDIT_LINE("HyperWave", "Uwe Steinmann");
|
CREDIT_LINE("HyperWave", "Uwe Steinmann");
|
||||||
CREDIT_LINE("IMAP", "Rex Logan, Mark Musone, Brian Wang, Kaj-Michael Lang, Antoni Pamies Olive, Rasmus Lerdorf, Andrew Skalski");
|
CREDIT_LINE("IMAP", "Rex Logan, Mark Musone, Brian Wang, Kaj-Michael Lang, Antoni Pamies Olive, Rasmus Lerdorf, Andrew Skalski, Chuck Hagenbuch");
|
||||||
CREDIT_LINE("Informix", "Danny Heijl, Christian Cartus, Jouni Ahto");
|
CREDIT_LINE("Informix", "Danny Heijl, Christian Cartus, Jouni Ahto");
|
||||||
CREDIT_LINE("Java", "Sam Ruby");
|
CREDIT_LINE("Java", "Sam Ruby");
|
||||||
CREDIT_LINE("Interbase", "Jouni Ahto");
|
CREDIT_LINE("Interbase", "Jouni Ahto");
|
||||||
CREDIT_LINE("LDAP", "Amitay Isaacs, Eric Warnke, Rasmus Lerdorf, Gerrit Thomson");
|
CREDIT_LINE("LDAP", "Amitay Isaacs, Eric Warnke, Rasmus Lerdorf, Gerrit Thomson");
|
||||||
|
CREDIT_LINE("MCAL", "Mark Musone, Chuck Hagenbuch");
|
||||||
CREDIT_LINE("mcrypt", "Sascha Schumann");
|
CREDIT_LINE("mcrypt", "Sascha Schumann");
|
||||||
CREDIT_LINE("mhash", "Sascha Schumann");
|
CREDIT_LINE("mhash", "Sascha Schumann");
|
||||||
CREDIT_LINE("MS SQL", "Frank M. Kromann");
|
CREDIT_LINE("MS SQL", "Frank M. Kromann");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue