From:             
Operating system: windows
PHP version:      Irrelevant
Package:          *General Issues
Bug Type:         Bug
Bug description:Split function

Description:
------------
Now i am using 5.3.0 version of php.When i am using the split function it
will show the error as follows

Deprecated: Function split() is deprecated 



the code like this



$custdate = '06-06-2010';

split("-",$custdate,3);

Test script:
---------------
$custdate = '06-06-2010';

split("-",$custdate,3);

Expected result:
----------------
i just want to know why this error is occor.


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

Reply via email to