ID:          30857
 Updated by:  [EMAIL PROTECTED]
 Reported By: [EMAIL PROTECTED]
-Status:      Open
+Status:      Closed
 Bug Type:    Strings related
 PHP Version: 5CVS-2004-11-21 (dev)
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2004-11-21 14:27:17] [EMAIL PROTECTED]

Description:
------------
string.c, line 4767

php_error_docref(NULL TSRMLS_CC, E_WARNING, "The the length of each
segment must be greater then zero.");

Should be:

php_error_docref(NULL TSRMLS_CC, E_WARNING, "The length of each segment
must be greater then zero");

Notice the duplicate "the" and the extra "." at the end of the error
message.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=30857&edit=1

Reply via email to