patrickallaert          Sun Jun  7 21:27:19 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /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.11.2.26&r2=1.161.2.3.2.11.2.27&diff_format=u
Index: php-src/ext/ldap/ldap.c
diff -u php-src/ext/ldap/ldap.c:1.161.2.3.2.11.2.26 
php-src/ext/ldap/ldap.c:1.161.2.3.2.11.2.27
--- php-src/ext/ldap/ldap.c:1.161.2.3.2.11.2.26 Sun Jun  7 13:07:58 2009
+++ php-src/ext/ldap/ldap.c     Sun Jun  7 21:27:19 2009
@@ -19,12 +19,11 @@
    |          Jani Taskinen  <sni...@iki.fi>                              |
    |          Stig Venaas    <ven...@uninett.no>                          |
    |          Doug Goldstein <car...@cardoe.com>                          |
-   |          Patrick Allaert <patrickalla...@php.net>                    |
    | PHP 4.0 updates:  Zeev Suraski <z...@zend.com>                       |
    +----------------------------------------------------------------------+
  */
  
-/* $Id: ldap.c,v 1.161.2.3.2.11.2.26 2009/06/07 13:07:58 patrickallaert Exp $ 
*/
+/* $Id: ldap.c,v 1.161.2.3.2.11.2.27 2009/06/07 21:27:19 patrickallaert Exp $ 
*/
 #define IS_EXT_MODULE
 
 #ifdef HAVE_CONFIG_H
@@ -225,7 +224,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.11.2.26 2009/06/07 13:07:58 patrickallaert Exp $");
+       php_info_print_table_row(2, "RCS Version", "$Id: ldap.c,v 
1.161.2.3.2.11.2.27 2009/06/07 21:27:19 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

Reply via email to