jani            Tue Aug  5 22:52:35 2008 UTC

  Modified files:              
    /php-src/ext/session        session.c 
  Log:
  - Nuke ending period
  
http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1.487&r2=1.488&diff_format=u
Index: php-src/ext/session/session.c
diff -u php-src/ext/session/session.c:1.487 php-src/ext/session/session.c:1.488
--- php-src/ext/session/session.c:1.487 Mon Aug  4 06:18:27 2008
+++ php-src/ext/session/session.c       Tue Aug  5 22:52:35 2008
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: session.c,v 1.487 2008/08/04 06:18:27 kalle Exp $ */
+/* $Id: session.c,v 1.488 2008/08/05 22:52:35 jani Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -1527,7 +1527,7 @@
 
        if (name) {
                if (memchr(name, '\0', name_len) != NULL) {
-                       php_error_docref(NULL TSRMLS_CC, E_WARNING, "The 
save_path cannot contain NULL characters.");
+                       php_error_docref(NULL TSRMLS_CC, E_WARNING, "The 
save_path cannot contain NULL characters");
 
                        zval_dtor(return_value);
                        RETURN_FALSE;



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

Reply via email to