patrickallaert Sun Jun 7 21:26:45 2009 UTC
Modified files:
/php-src/ext/ldap ldap.c
Log:
Removed credit
http://cvs.php.net/viewvc.cgi/php-src/ext/ldap/ldap.c?r1=1.200&r2=1.201&diff_format=u
Index: php-src/ext/ldap/ldap.c
diff -u php-src/ext/ldap/ldap.c:1.200 php-src/ext/ldap/ldap.c:1.201
--- php-src/ext/ldap/ldap.c:1.200 Sun Jun 7 20:00:32 2009
+++ php-src/ext/ldap/ldap.c Sun Jun 7 21:26:45 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.200 2009/06/07 20:00:32 patrickallaert Exp $ */
+/* $Id: ldap.c,v 1.201 2009/06/07 21:26:45 patrickallaert Exp $ */
#define IS_EXT_MODULE
#ifdef HAVE_CONFIG_H
@@ -236,7 +235,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.200
2009/06/07 20:00:32 patrickallaert Exp $");
+ php_info_print_table_row(2, "RCS Version", "$Id: ldap.c,v 1.201
2009/06/07 21:26:45 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