[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2009-03-16 Thread Matt Wilmas
mattwil Tue Mar 17 00:02:40 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: Removed unneeded HashPosition variable (php_implode() doesn't change the internal pointer) - It was added in '06 with the 200-300% implode()

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c /ext/standard/tests/strings bug47546.phpt

2009-03-03 Thread Kalle Sommer Nielsen
kalle Tue Mar 3 11:47:31 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/strings bug47546.phpt Modified files: /php-src/ext/standard string.c Log: MFH: Fixed bug #47546 (Default value for limit parameter in

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2009-02-13 Thread Moriyoshi Koizumi
moriyoshi Sat Feb 14 06:59:56 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: - MFH: These should be E_WARNING for consistency with strpos()

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2009-01-29 Thread Ilia Alshanetsky
iliaa Fri Jan 30 00:16:28 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: Improved validation checks inside str_pad()

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c /ext/standard/tests/strings explode.phpt

2008-12-26 Thread Brian Shire
shire Sat Dec 27 05:15:51 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c /php-src/ext/standard/tests/strings explode.phpt Log: MFH: fix explode behavior to respect negative limit when string is empty.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c /ext/standard/tests/strings bug46578.phpt

2008-11-21 Thread Felipe Pena
felipe Fri Nov 21 19:16:50 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/strings bug46578.phpt Modified files: /php-src/ext/standard string.c Log: - MFH: Fixed bug #46578 (strip_tags() does not honor

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c /ext/standard/tests/strings setlocale_error.phpt strtok_error.phpt strtok_variation1.phpt strtok_variation2.phpt

2008-08-16 Thread Felipe Pena
felipe Sat Aug 16 21:32:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c /php-src/ext/standard/tests/strings setlocale_error.phpt strtok_error.phpt

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-08-06 Thread Derick Rethans
On Tue, 5 Aug 2008, Olivier Hill wrote: What should be MFH'ed? I haven't touched HEAD with this. I don't have cvs access here, will only be able to commit friday. Is there still regression issues or my last patch fixed it? Looks fine - I missed your patch on the list though. regards,

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-08-05 Thread Lukas Kahwe Smith
On 31.07.2008, at 09:18, Derick Rethans wrote: On Mon, 28 Jul 2008, Olivier Hill wrote: Indeed, I forgot to test that case. If I remember correctly, there was no test cases for that function, so I'll fix this tonight and add some tests. I didn't see a commit - have you forgotten about

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-08-05 Thread Olivier Hill
What should be MFH'ed? I haven't touched HEAD with this. I don't have cvs access here, will only be able to commit friday. Is there still regression issues or my last patch fixed it? Thanks Olivier (Mobile) On 8/5/08, Lukas Kahwe Smith [EMAIL PROTECTED] wrote: On 31.07.2008, at 09:18,

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-07-31 Thread Derick Rethans
On Mon, 28 Jul 2008, Olivier Hill wrote: Indeed, I forgot to test that case. If I remember correctly, there was no test cases for that function, so I'll fix this tonight and add some tests. I didn't see a commit - have you forgotten about it? regards, Derick -- HEAD before 5_3!:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-07-31 Thread Olivier Hill
ohill Thu Jul 31 14:20:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: Fix regression issue http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.445.2.14.2.69.2.32r2=1.445.2.14.2.69.2.33diff_format=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-07-28 Thread Derick Rethans
On Wed, 25 Jun 2008, Olivier Hill wrote: ohill Wed Jun 25 12:16:17 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c snip Log: New parameter parsing API The following change introduces a regression: @@ -4135,24 +4095,23 @@

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-07-28 Thread Olivier Hill
Indeed, I forgot to test that case. If I remember correctly, there was no test cases for that function, so I'll fix this tonight and add some tests. Regards On 7/28/08, Derick Rethans [EMAIL PROTECTED] wrote: On Wed, 25 Jun 2008, Olivier Hill wrote: ohillWed Jun 25 12:16:17

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c /ext/standard/tests/strings strrpos_offset.phpt

2008-07-21 Thread Scott MacVicar
scottmacTue Jul 22 01:10:59 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/strings strrpos_offset.phpt Modified files: /php-src/ext/standard string.c Log: MFH: Fix integer oveflow in strrpos()

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c /ext/standard/tests/strings strip_tags_variation11.phpt

2008-07-15 Thread Scott MacVicar
scottmacTue Jul 15 14:46:12 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/strings strip_tags_variation11.phpt Modified files: /php-src/ext/standard string.c Log: MFH: Fix bug when is used within

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c /ext/standard/tests/strings bug45485.phpt

2008-07-11 Thread Felipe Pena
felipe Fri Jul 11 12:25:38 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/strings bug45485.phpt Modified files: /php-src/ext/standard string.c Log: - MFB: Fixed bug #45485 (strip_tags and ?XML tag)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-07-03 Thread Antony Dovgal
tony2001Thu Jul 3 14:00:21 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: size_t - int http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.445.2.14.2.69.2.28r2=1.445.2.14.2.69.2.29diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-07-01 Thread Felipe Pena
felipe Tue Jul 1 11:27:05 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: - Removed unused variables http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.445.2.14.2.69.2.27r2=1.445.2.14.2.69.2.28diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-06-30 Thread Antony Dovgal
tony2001Mon Jun 30 10:10:45 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: int - long http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.445.2.14.2.69.2.25r2=1.445.2.14.2.69.2.26diff_format=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-06-30 Thread Antony Dovgal
On 30.06.2008 14:39, Antony Dovgal wrote: tony2001Mon Jun 30 10:39:35 2008 UTC Added files: (Branch: PHP_5_3) /pecl/sdo/SCA/Bindings/atom Atom1.0.xsd xhtml1-strict.xsd ServiceRequestHandler.php Proxy.php

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-06-24 Thread Dmitry Stogov
dmitry Tue Jun 24 06:07:08 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: Fixed strtolower/strtoupper to not modify the passed argument

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c /ext/standard/tests/strings chop_error.phpt chop_variation1.phpt chop_variation2.phpt chunk_split_variation1.phpt dirname_error.phpt explode1.ph

2008-06-22 Thread Olivier Hill
ohill Sun Jun 22 19:22:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c /php-src/ext/standard/tests/strings chop_error.phpt chop_variation1.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-05-09 Thread Scott MacVicar
scottmacFri May 9 12:59:16 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: MFH: Fix compile error if _GNU_SOURCE is defined

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c /ext/standard/tests/strings substr.phpt substr_compare.phpt

2008-02-13 Thread Etienne Kneuss
colder Wed Feb 13 17:02:16 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c /php-src/ext/standard/tests/strings substr.phpt substr_compare.phpt Log: MFH: Fix inconcistencies between substr and substr_compare

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-02-11 Thread Stanislav Malyshev
stasTue Feb 12 00:21:15 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: [DOC] Add compile-time __DIR__ constant which implements dirname(__FILE__)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-02-03 Thread Felipe Pena
felipe Sun Feb 3 14:30:25 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: Fixed reference problem (variable were converted)

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-01-25 Thread Antony Dovgal
Ilia, the tests are still broken. On 25.01.2008 04:31, Ilia Alshanetsky wrote: iliaa Fri Jan 25 01:31:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: Adjust new chr() param handling to address chr() calls

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-01-25 Thread Hannes Magnusson
On Jan 25, 2008 2:31 AM, Ilia Alshanetsky [EMAIL PROTECTED] wrote: iliaa Fri Jan 25 01:31:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: Adjust new chr() param handling to address chr() calls

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-01-24 Thread Ilia Alshanetsky
iliaa Fri Jan 25 01:31:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: Adjust new chr() param handling to address chr() calls

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-01-21 Thread Ilia Alshanetsky
iliaa Tue Jan 22 01:34:24 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: use new param parsing API http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.445.2.14.2.69.2.11r2=1.445.2.14.2.69.2.12diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-01-16 Thread Antony Dovgal
tony2001Wed Jan 16 08:34:34 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: MFH: fix #43863 (str_word_count() breaks on cyrillic ya in locale cp1251) patch by phprus at gmail dot com

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-01-15 Thread David Coallier
davidc Wed Jan 16 03:11:27 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: - MFH - Making sure this is also using the good zend parsing and added the php_ucfirst function

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c /ext/standard/tests/strings chunk_split_error.phpt chunk_split_variation5.phpt chunk_split_variation8.phpt htmlspecialchars_decode_variation2.ph

2007-12-24 Thread Dmitry Stogov
dmitry Mon Dec 24 18:09:50 2007 UTC Modified files: (Branch: PHP_5_3) /ZendEngine2zend_operators.c /ZendEngine2/tests int_overflow_64bit.phpt /php-src/ext/standard string.c /php-src/ext/standard/tests/strings chunk_split_error.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c /ext/standard/tests/strings implode1.phpt join_error.phpt join_variation2.phpt

2007-10-01 Thread Jani Taskinen
janiMon Oct 1 12:05:41 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c /php-src/ext/standard/tests/strings implode1.phpt join_error.phpt join_variation2.phpt Log: MFH: Fixed bug

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2007-10-01 Thread Jani Taskinen
janiMon Oct 1 13:38:15 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: - ws + cs + sync HEAD http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.445.2.14.2.69.2.2r2=1.445.2.14.2.69.2.3diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2007-09-29 Thread Jani Taskinen
janiSun Sep 30 05:40:24 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: - Nuked ending dots from error messages