From: [EMAIL PROTECTED]
Operating system: Redhat Linux 7.1 J edition
PHP version: 4.0.6
PHP Bug Type: Strings related
Bug description: Setlocale not working for Japanese
When I set setlocale ("LC_ALL", "ja_JP") and then call the function print
(strftime ("%A.\n")), japanese
From: [EMAIL PROTECTED]
Operating system: macintosh
PHP version: 4.0.4
PHP Bug Type: Unknown/Other Function
Bug description: Mac Carriage Returns cause PHP to choke
When authoring php on the macintosh, php will not compile
scripts when using macintosh native carriage retur
ID: 12325
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: Unknown/Other Function
Operating System: Win 2k
PHP Version: 4.0.6
New Comment:
register globals is on. The php.ini is the same one that came with the installer
available at php.net. We made
ID: 12325
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: Unknown/Other Function
Operating System: Win 2k
PHP Version: 4.0.6
New Comment:
I think this is the relevant section:
;;
; Error handling and logging ;
;;;
From: [EMAIL PROTECTED]
Operating system: Win 2k
PHP version: 4.0.6
PHP Bug Type: Unknown/Other Function
Bug description: Query_string not defined
Here is the code I am trying to run:
if ($QUERY_STRING != "") {
$insertFormAction .= "?" . $QUERY_STRING;
When I call
ID: 6960
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Closed
Status: Open
Bug Type: *Graphics related
Operating System: Win 2000
PHP Version: 4.0.2
New Comment:
Bug has reappeared in 4.0.6 when i downloaded the zip version of PHP.
Previous Comments:
-