panjiwa10028 / solr-php-client

Automatically exported from code.google.com/p/solr-php-client
Other
0 stars 0 forks source link

Use of split() within Response.php sends E_DEPRECATED notices. #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When using your classes with PHP 5.3, a bunch of E_DEPRECATED errors appears 
due to the use of 
the split() function. 

Original issue reported on code.google.com by marc.wei...@gmail.com on 12 Aug 2009 at 8:42

GoogleCodeExporter commented 8 years ago
Since none of my split strings are regex's, I shouldn't even be using that 
function anyway. I will change them all 
to explode calls.

Original comment by donovan....@gmail.com on 12 Aug 2009 at 2:05

GoogleCodeExporter commented 8 years ago
All split's have been replaced with explodes in r19. 

Thanks Marc.

Original comment by donovan....@gmail.com on 12 Aug 2009 at 2:10

GoogleCodeExporter commented 8 years ago
Thanks. 
btw, I use your library in a symfony plugin I just published: 
http://symfony-project.org/plugins/uvmcSolrSearchPlugin

Original comment by flambeur@gmail.com on 12 Aug 2009 at 2:26

GoogleCodeExporter commented 8 years ago
Issue 22 has been merged into this issue.

Original comment by donovan....@gmail.com on 9 Nov 2009 at 10:10