ID:               20980
 User updated by:  [EMAIL PROTECTED]
-Reported By:      [EMAIL PROTECTED]
+Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           Open
 Bug Type:         Strings related
 Operating System: Redhat Linux 8.0
 PHP Version:      4.2.2
 New Comment:

new email address..


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

[2002-12-12 21:27:15] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip

If it still does not work, provide a short example of the actual PHP
code that does not work.

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

[2002-12-12 21:24:14] [EMAIL PROTECTED]

I'm not sure if this is function specific but...

I've written an IRC bot in php which runs from the command line.  One
of it's functions is to read in a message from a channel and to carry
out the given command, ie:

!privmsg #foo :hello people

will send a message to the channel #foo saying "hello people". 
However, if you do:

!privmsg #foo :ABCDEFGHIJKLMNOPQRSTUVWXYZ

It will only send "ABCDEF".  I have concluded from these tests that it
'doesn't like' the upper case letters : G I M P R S V.

It just stops processing the string when it hits one of the above
characters, so only this works:

!privmsg #foo :ABCDEFgHiJKLmNOpQrsTUvWXYZ

(all of the 'rogue' letters converted to lowercase )

I'm not sure if this is a general php bug, perhaps it's something to do
with being run from command line.

Thanks.

Regards.

tourist26

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


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

Reply via email to