patrickallaert Sun Jun 28 22:40:38 2009 UTC
Modified files:
/php-src/ext/ldap ldap.c
Log:
forgotten some credits :)
http://cvs.php.net/viewvc.cgi/php-src/ext/ldap/ldap.c?r1=1.205&r2=1.206&diff_format=u
Index: php-src/ext/ldap/ldap.c
diff -u php-src/ext/ldap/ldap.c:1.205 php-src/ext/ldap/ldap.c:1.206
--- php-src/ext/ldap/ldap.c:1.205 Sun Jun 28 22:38:22 2009
+++ php-src/ext/ldap/ldap.c Sun Jun 28 22:40:38 2009
@@ -19,11 +19,12 @@
| Jani Taskinen <[email protected]> |
| Stig Venaas <[email protected]> |
| Doug Goldstein <[email protected]> |
+ | Patrick Allaert <[email protected]> |
| PHP 4.0 updates: Zeev Suraski <[email protected]> |
+----------------------------------------------------------------------+
*/
-/* $Id: ldap.c,v 1.205 2009/06/28 22:38:22 patrickallaert Exp $ */
+/* $Id: ldap.c,v 1.206 2009/06/28 22:40:38 patrickallaert Exp $ */
#define IS_EXT_MODULE
#ifdef HAVE_CONFIG_H
@@ -235,7 +236,7 @@
php_info_print_table_start();
php_info_print_table_row(2, "LDAP Support", "enabled");
- php_info_print_table_row(2, "RCS Version", "$Id: ldap.c,v 1.205
2009/06/28 22:38:22 patrickallaert Exp $");
+ php_info_print_table_row(2, "RCS Version", "$Id: ldap.c,v 1.206
2009/06/28 22:40:38 patrickallaert Exp $");
if (LDAPG(max_links) == -1) {
snprintf(tmp, 31, "%ld/unlimited", LDAPG(num_links));
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php