[PHP-BUG] Bug #51692 [NEW]: wrong value for PHP_SELF

2010-04-29 Thread sharad dot tale at gmail dot com
From: 
Operating system: windows 2008 X64
PHP version:  5.3.2
Package:  *General Issues
Bug Type: Bug
Bug description:wrong value for PHP_SELF

Description:

following code is run under ./Test/test.php

Test script:
---
?php



echo $_SERVER['PHP_SELF'];



?

Expected result:

/Test/test.php

Actual result:
--
C:/Test/test.php

-- 
Edit bug report at http://bugs.php.net/bug.php?id=51692edit=1
-- 
Try a snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=51692r=trysnapshot52
Try a snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=51692r=trysnapshot53
Try a snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=51692r=trysnapshot60
Fixed in SVN:
http://bugs.php.net/fix.php?id=51692r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=51692r=needdocs
Fixed in release:
http://bugs.php.net/fix.php?id=51692r=alreadyfixed
Need backtrace:  
http://bugs.php.net/fix.php?id=51692r=needtrace
Need Reproduce Script:   
http://bugs.php.net/fix.php?id=51692r=needscript
Try newer version:   
http://bugs.php.net/fix.php?id=51692r=oldversion
Not developer issue: 
http://bugs.php.net/fix.php?id=51692r=support
Expected behavior:   
http://bugs.php.net/fix.php?id=51692r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=51692r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=51692r=submittedtwice
register_globals:
http://bugs.php.net/fix.php?id=51692r=globals
PHP 4 support discontinued:  http://bugs.php.net/fix.php?id=51692r=php4
Daylight Savings:http://bugs.php.net/fix.php?id=51692r=dst
IIS Stability:   
http://bugs.php.net/fix.php?id=51692r=isapi
Install GNU Sed: 
http://bugs.php.net/fix.php?id=51692r=gnused
Floating point limitations:  
http://bugs.php.net/fix.php?id=51692r=float
No Zend Extensions:  
http://bugs.php.net/fix.php?id=51692r=nozend
MySQL Configuration Error:   
http://bugs.php.net/fix.php?id=51692r=mysqlcfg



[PHP-BUG] Bug #51321 [NEW]: shows same ascii for two diferent french characters

2010-03-18 Thread sharad dot tale at gmail dot com
From: 
Operating system: windows xp
PHP version:  5.3.2
Package:  *General Issues
Bug Type: Bug
Bug description:shows same ascii for two diferent french characters

Description:

shows same ascii for two different french characters

Test script:
---
?php



$char1=à;

$chart2=Ã;



echo Ascii for char1 is =.ord($char1);

echo br/;

echo Ascii for char2 is =.ord($char2);

?

Expected result:

Ascii for char1 is = 224

Ascii for char1 is = 195

Actual result:
--
Ascii for char1 is = 195

Ascii for char1 is = 195

-- 
Edit bug report at http://bugs.php.net/bug.php?id=51321edit=1
-- 
Try a snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=51321r=trysnapshot52
Try a snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=51321r=trysnapshot53
Try a snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=51321r=trysnapshot60
Fixed in SVN:
http://bugs.php.net/fix.php?id=51321r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=51321r=needdocs
Fixed in release:
http://bugs.php.net/fix.php?id=51321r=alreadyfixed
Need backtrace:  
http://bugs.php.net/fix.php?id=51321r=needtrace
Need Reproduce Script:   
http://bugs.php.net/fix.php?id=51321r=needscript
Try newer version:   
http://bugs.php.net/fix.php?id=51321r=oldversion
Not developer issue: 
http://bugs.php.net/fix.php?id=51321r=support
Expected behavior:   
http://bugs.php.net/fix.php?id=51321r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=51321r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=51321r=submittedtwice
register_globals:
http://bugs.php.net/fix.php?id=51321r=globals
PHP 4 support discontinued:  http://bugs.php.net/fix.php?id=51321r=php4
Daylight Savings:http://bugs.php.net/fix.php?id=51321r=dst
IIS Stability:   
http://bugs.php.net/fix.php?id=51321r=isapi
Install GNU Sed: 
http://bugs.php.net/fix.php?id=51321r=gnused
Floating point limitations:  
http://bugs.php.net/fix.php?id=51321r=float
No Zend Extensions:  
http://bugs.php.net/fix.php?id=51321r=nozend
MySQL Configuration Error:   
http://bugs.php.net/fix.php?id=51321r=mysqlcfg



Bug #51321 [Opn]: shows same ascii for two diferent french characters

2010-03-18 Thread sharad dot tale at gmail dot com
Edit report at http://bugs.php.net/bug.php?id=51321edit=1

 ID:   51321
 User updated by:  sharad dot tale at gmail dot com
 Reported by:  sharad dot tale at gmail dot com
 Summary:  shows same ascii for two diferent french characters
 Status:   Open
 Type: Bug
 Package:  *General Issues
 Operating System: windows xp
 PHP Version:  5.3.2

 New Comment:

Expected result:



Ascii for char1 is = 224

Ascii for char2 is = 195



Actual result:

--

Ascii for char1 is = 195

Ascii for char2 is = 195


Previous Comments:

[2010-03-18 12:12:11] sharad dot tale at gmail dot com

Description:

shows same ascii for two different french characters

Test script:
---
?php



$char1=à;

$chart2=Ã;



echo Ascii for char1 is =.ord($char1);

echo br/;

echo Ascii for char2 is =.ord($char2);

?

Expected result:

Ascii for char1 is = 224

Ascii for char1 is = 195

Actual result:
--
Ascii for char1 is = 195

Ascii for char1 is = 195






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