From:             
Operating system: Windows(All)
PHP version:      5.3.2
Package:          *General Issues
Bug Type:         Feature/Change Request
Bug description:Utility functions.

Description:
------------
Functions for:

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

Base10 to Binary - Binary to Base10



Bin3x8 to 4x6 - Bin4x6 to 3x8



CRC64



ARRAY strip slashes



LDAP to NetworkAddress - NetworkAddress to LDAP



ICMP/NA checksum



Integer to Binary - Binary to Integer



SSL_State function instead:

        if(strtolower(&$_SERVER['HTTPS']) == 'on' || @$_SERVER['HTTPS'] == 1 ||
@$_SERVER['SERVER_PORT'] == 443): ...;

        endif;



Decimal to UTF-8 - UTF-8 to Decimal



Bitwise rotate a 32-bit number to the left FUCNTION.



String to a sequence of 16-Word blocks.



Encode MIME - Decode MIME



Byte to String - String to Byte


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

Reply via email to