patrickallaert Sun Jun 7 21:27:42 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/ldap ldap.c
Log:
MFH: Removed credit
http://cvs.php.net/viewvc.cgi/php-src/ext/ldap/ldap.c?r1=1.161.2.3.2.15&r2=1.161.2.3.2.16&diff_format=u
Index: php-src/ext/ldap/ldap.c
diff -u php-src/ext/ldap/ldap.c:1.161.2.3.2.15
php-src/ext/ldap/ldap.c:1.161.2.3.2.16
--- php-src/ext/ldap/ldap.c:1.161.2.3.2.15 Sun Jun 7 13:14:30 2009
+++ php-src/ext/ldap/ldap.c Sun Jun 7 21:27:42 2009
@@ -19,12 +19,11 @@
| 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.161.2.3.2.15 2009/06/07 13:14:30 patrickallaert Exp $ */
+/* $Id: ldap.c,v 1.161.2.3.2.16 2009/06/07 21:27:42 patrickallaert Exp $ */
#define IS_EXT_MODULE
#ifdef HAVE_CONFIG_H
@@ -323,7 +322,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.161.2.3.2.15 2009/06/07 13:14:30 patrickallaert Exp $");
+ php_info_print_table_row(2, "RCS Version", "$Id: ldap.c,v
1.161.2.3.2.16 2009/06/07 21:27:42 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