derick          Sat Oct 15 08:50:22 2005 EDT

  Modified files:              
    /php-src/ext/standard       string.c 
  Log:
  - Fixed folding markers.
  
  
http://cvs.php.net/diff.php/php-src/ext/standard/string.c?r1=1.494&r2=1.495&ty=u
Index: php-src/ext/standard/string.c
diff -u php-src/ext/standard/string.c:1.494 php-src/ext/standard/string.c:1.495
--- php-src/ext/standard/string.c:1.494 Wed Oct 12 07:00:47 2005
+++ php-src/ext/standard/string.c       Sat Oct 15 08:50:20 2005
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: string.c,v 1.494 2005/10/12 11:00:47 dmitry Exp $ */
+/* $Id: string.c,v 1.495 2005/10/15 12:50:20 derick Exp $ */
 
 /* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
 
@@ -3950,6 +3950,7 @@
 {
        return php_u_addslashes_ex(str, length, new_length, should_free, 0 
TSRMLS_CC);
 }
+/* }}} */
 
 /* {{{ php_u_addslashes_ex
  */

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to