[PHP-CVS] cvs: php-src / NEWS /ext/standard string.c /ext/standard/tests/strings stristr.phpt strstr.phpt

2005-08-09 Thread Johannes Schl
johannesTue Aug 9 16:49:19 2005 EDT Added files: /php-src/ext/standard/tests/strings stristr.phpt Modified files: /php-srcNEWS /php-src/ext/standard string.c /php-src/ext/standard/tests/strings strstr.phpt Log:

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard string.c /ext/standard/tests/strings stristr.phpt strstr.phpt

2005-08-09 Thread Wez Furlong
Err, aren't we in a feature freeze? --Wez. On 8/9/05, Johannes Schlüter [EMAIL PROTECTED] wrote: johannesTue Aug 9 16:49:19 2005 EDT Added files: /php-src/ext/standard/tests/strings stristr.phpt Modified files: /php-srcNEWS /php-src/ext/standard

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard string.c /ext/standard/tests/strings stristr.phpt strstr.phpt

2005-08-09 Thread Rasmus Lerdorf
Wez Furlong wrote: We quite clearly agreed to a total freeze while Andrei and Dmitry merge the unicode stuff. It's a *huge* patch, so let's please respect the time they are investing into this and keep our f***ing hands off the repos until they're done. Well, it's going to take a while to

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard string.c /ext/standard/tests/strings stristr.phpt strstr.phpt

2005-08-09 Thread Andrei Zmievski
Yep, those are the bigs ones. The merge won't happen until a day or two from now (struggling with stupid 'patch' program), but please, don't commit anything in those areas. -Andrei On Aug 9, 2005, at 2:12 PM, Rasmus Lerdorf wrote: Wez Furlong wrote: We quite clearly agreed to a total

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard string.c /ext/standard/tests/strings stristr.phpt strstr.phpt

2005-08-09 Thread Adam Maccabee Trachtenberg
On Tue, 9 Aug 2005, Andrei Zmievski wrote: Yep, those are the bigs ones. The merge won't happen until a day or two from now (struggling with stupid 'patch' program), but please, don't commit anything in those areas. If only Rasmus had written patch instead of Larry, then patch would be PHP's

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard string.c /ext/standard/tests/strings stristr.phpt strstr.phpt

2005-08-09 Thread Andi Gutmans
Please use strlcpy() and not strncpy(). http://www.courtesan.com/todd/papers/strlcpy.html for more info PHP bundles this functionality... Andi At 08:49 PM 8/9/2005 +, Johannes Schlüter wrote: johannesTue Aug 9 16:49:19 2005 EDT Added files: