[PHP-CVS] cvs: php-src /ext/unicode php_property.h

2006-05-02 Thread Andrei Zmievski
andrei Wed May 3 06:36:53 2006 UTC Added files: /php-src/ext/unicodephp_property.h Log: http://cvs.php.net/viewcvs.cgi/php-src/ext/unicode/php_property.h?view=markup&rev=1.1 Index: php-src/ext/unicode/php_property.h +++ php-src/ext/unicode/php_pro

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/soap soap.c

2006-05-02 Thread Dmitry Stogov
dmitry Wed May 3 06:36:02 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/soap soap.c Log: MFH http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/soap.c?r1=1.156.2.27&r2=1.156.2.28&diff_format=u Index: php-src/ext/soap/soap.c diff -u php-src/ext/soap/

[PHP-CVS] cvs: php-src /ext/unicode property.c unicode.c

2006-05-02 Thread Andrei Zmievski
andrei Tue May 2 22:43:52 2006 UTC Modified files: /php-src/ext/unicodeproperty.c unicode.c Log: Some additional binary property functions. http://cvs.php.net/viewcvs.cgi/php-src/ext/unicode/property.c?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/

[PHP-CVS] cvs: php-src /ext/unicode property.c

2006-05-02 Thread Andrei Zmievski
andrei Tue May 2 21:49:16 2006 UTC Modified files: /php-src/ext/unicodeproperty.c Log: FALSE on empty string. http://cvs.php.net/viewcvs.cgi/php-src/ext/unicode/property.c?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/unicode/property.c diff -u php

[PHP-CVS] cvs: php-src /ext/unicode property.c unicode.c

2006-05-02 Thread Andrei Zmievski
andrei Tue May 2 21:39:16 2006 UTC Modified files: /php-src/ext/unicodeproperty.c unicode.c Log: Implement C/POSIX migration functions. http://cvs.php.net/viewcvs.cgi/php-src/ext/unicode/property.c?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/unic

[PHP-CVS] cvs: php-src /ext/unicode config.m4 locale.c php_unicode.h property.c

2006-05-02 Thread Andrei Zmievski
andrei Tue May 2 20:58:30 2006 UTC Added files: /php-src/ext/unicodeproperty.c Modified files: /php-src/ext/unicodeconfig.m4 locale.c php_unicode.h Log: Add skeleton for character property file. Also remove some HAVE_UNICO

[PHP-CVS] cvs: php-src /ext/standard file.c

2006-05-02 Thread Sara Golemon
pollita Tue May 2 18:23:33 2006 UTC Modified files: /php-src/ext/standard file.c Log: Unicode Updates: file() now unicode ready get_meta_tags() updated for FS encoding, but content is still non-unicode http://cvs.php.net/viewcvs.cgi/php-src/ext/sta

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/standard php_smart_str.h

2006-05-02 Thread Andi Gutmans
Does smart_str realloc at the end? If not, then this patch can lead to much higher memory use. From our tests we found 5.1 to use more memory and this was part of the reason for some slowdown. Even if a micro benchmark can show this to be faster, for real world apps and the various CPUs we are

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS

2006-05-02 Thread Dmitry Stogov
dmitry Tue May 2 15:50:04 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: typo http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.540&r2=1.2027.2.541&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.540 php-src/NEWS:1.202

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/standard php_smart_str.h

2006-05-02 Thread Ilia Alshanetsky
iliaa Tue May 2 13:52:25 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/standard php_smart_str.h Log: Attempt to increase smart_str performance through the use of larger default buffers. Biased micro benchmarks show it makes sense :P http:/