sterling                Wed Mar 14 23:03:28 2001 EDT

  Modified files:              
    /php4/ext/bz2       bz2.c 
  Log:
  remove a little insanity.
  
  
  
Index: php4/ext/bz2/bz2.c
diff -u php4/ext/bz2/bz2.c:1.9 php4/ext/bz2/bz2.c:1.10
--- php4/ext/bz2/bz2.c:1.9      Wed Mar 14 22:24:38 2001
+++ php4/ext/bz2/bz2.c  Wed Mar 14 23:03:28 2001
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
  
-/* $Id: bz2.c,v 1.9 2001/03/15 06:24:38 sterling Exp $ */
+/* $Id: bz2.c,v 1.10 2001/03/15 07:03:28 sterling Exp $ */
 
  
 #include "php.h"
@@ -80,7 +80,7 @@
 {
        /* Register the resource, with destructor (arg 1) and text description (arg 
3), the 
           other arguments are just standard placeholders */
-       le_bz2 = zend_register_list_destructors_ex(php_bz2_close, NULL, "BZip2 File 
Handle", module_number);
+       le_bz2 = zend_register_list_destructors_ex(php_bz2_close, NULL, "BZip2", 
+module_number);
 
        return SUCCESS;
 }



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to