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

2004-07-19 Thread Sebastian Bergmann
sebastian Tue Jul 20 01:48:45 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: BFN: Fixed ReflectionClass::getMethod() and ReflectionClass::getProperty() to raise an ReflectionException instead of returning NULL on failure. http://cvs.php.n

[PHP-CVS] cvs: php-src / NEWS /ext/bz2 bz2.c bz2.dsp bz2_filter.c config.m4 config.w32 php_bz2.h /ext/bz2/tests bz2_filter_compress.phpt bz2_filter_decompress.phpt

2004-07-19 Thread Sara Golemon
pollita Tue Jul 20 01:26:33 2004 EDT Added files: /php-src/ext/bz2bz2_filter.c /php-src/ext/bz2/tests bz2_filter_compress.phpt bz2_filter_decompress.phpt Modified files: /php-src/ext/bz2bz2.c co

[PHP-CVS] cvs: php-src /ext/zlib zlib_filter.c

2004-07-19 Thread Sara Golemon
pollita Tue Jul 20 01:08:53 2004 EDT Modified files: /php-src/ext/zlib zlib_filter.c Log: Make persistency safe http://cvs.php.net/diff.php/php-src/ext/zlib/zlib_filter.c?r1=1.2&r2=1.3&ty=u Index: php-src/ext/zlib/zlib_filter.c diff -u php-src/ext/zlib/zlib_fi

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/ctype ctype.c

2004-07-19 Thread Ilia Alshanetsky
iliaa Mon Jul 19 21:03:35 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/ctype ctype.c Log: MFH: Fixed bug #29226 (ctype_* functions missing validation of numeric string representations). http://cvs.php.net/diff.php/php-src/

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/ctype ctype.c

2004-07-19 Thread Ilia Alshanetsky
iliaa Mon Jul 19 21:03:18 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/ctype ctype.c Log: MFH: Fixed bug #29226 (ctype_* functions missing validation of numeric string representations). http://cvs.php.net/diff.php/php-src/ext/ctype/ctype.c?r1=1

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

2004-07-19 Thread Ilia Alshanetsky
iliaa Mon Jul 19 21:03:16 2004 EDT Modified files: /php-src/ext/ctype ctype.c Log: Fixed bug #29226 (ctype_* functions missing validation of numeric string representations). http://cvs.php.net/diff.php/php-src/ext/ctype/ctype.c?r1=1.29&r2=1.30&ty=u Inde

Re: [PHP-CVS] cvs: php-src /ext/ming ming.c

2004-07-19 Thread Marcus Boerger
Hello Frank, Tuesday, July 20, 2004, 12:23:12 AM, you wrote: > fmk Mon Jul 19 18:23:12 2004 EDT > Modified files: > /php-src/ext/ming ming.c > Log: > Fix compilation with older versions of libMing. Thanks Markus builds fine now, thanks. marcus -- PHP CVS

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

2004-07-19 Thread Frank M. Kromann
fmk Mon Jul 19 18:23:12 2004 EDT Modified files: /php-src/ext/ming ming.c Log: Fix compilation with older versions of libMing. Thanks Markus http://cvs.php.net/diff.php/php-src/ext/ming/ming.c?r1=1.69&r2=1.70&ty=u Index: php-src/ext/ming/ming.c diff -u php

Re: [PHP-CVS] cvs: php-src /ext/ming ming.c

2004-07-19 Thread Marcus Boerger
Hello Frank, that broke ming with older libs: /usr/src/php5/ext/ming/ming.c: In function `zif_swfmovie_save': /usr/src/php5/ext/ming/ming.c:2151: error: `oldval' undeclared (first use in this function) Monday, July 19, 2004, 11:10:14 PM, you wrote: > fmk Mon Jul 19 17:10:14 2004 EDT

[PHP-CVS] cvs: php-src /tests/reflection .cvsignore

2004-07-19 Thread Marcus Boerger
helly Mon Jul 19 17:30:22 2004 EDT Added files: /php-src/tests/reflection .cvsignore Log: Add missing .cvsignore http://cvs.php.net/co.php/php-src/tests/reflection/.cvsignore?r=1.1&p=1 Index: php-src/tests/reflection/.cvsignore +++ php-src/tests/reflecti

[PHP-CVS] cvs: php-src /ext/soap/tests/bugs .cvsignore

2004-07-19 Thread Marcus Boerger
helly Mon Jul 19 17:29:23 2004 EDT Added files: /php-src/ext/soap/tests/bugs.cvsignore Log: Add missing .cvsignore http://cvs.php.net/co.php/php-src/ext/soap/tests/bugs/.cvsignore?r=1.1&p=1 Index: php-src/ext/soap/tests/bugs/.cvsignore +++ php-src/

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

2004-07-19 Thread Frank M. Kromann
fmk Mon Jul 19 17:10:14 2004 EDT Modified files: /php-src/ext/ming ming.c Log: Sync. with the API of libMing 0.3b1 http://cvs.php.net/diff.php/php-src/ext/ming/ming.c?r1=1.68&r2=1.69&ty=u Index: php-src/ext/ming/ming.c diff -u php-src/ext/ming/ming.c:1.68

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/mnogosearch php_mnogo.c

2004-07-19 Thread Sergey Kartashoff
gluke Mon Jul 19 15:46:49 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/mnogosearchphp_mnogo.c Log: - A Bug #29147 was fixed. Thanks to Antony Dovgal for his patch. http://cvs.php.net/diff.php/php-src/ext/mnogosearch/php_mnogo.c?r1=1.90&r2=

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/standard/tests/strings bug29119.phpt

2004-07-19 Thread Moriyoshi Koizumi
moriyoshi Mon Jul 19 14:49:46 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/standard/tests/strings bug29119.phpt Log: - MFH (bug29119.phpt: 1.2): Fix test name http://cvs.php.net/diff.php/php-src/ext/standard/tests/strings/bug29119.phpt?r1=1.1.

[PHP-CVS] cvs: php-src /ext/standard/tests/strings bug29119.phpt

2004-07-19 Thread Moriyoshi Koizumi
moriyoshi Mon Jul 19 14:49:20 2004 EDT Modified files: /php-src/ext/standard/tests/strings bug29119.phpt Log: - Fix test name http://cvs.php.net/diff.php/php-src/ext/standard/tests/strings/bug29119.phpt?r1=1.1&r2=1.2&ty=u Index: php-src/ext/standard/tes

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/standard html.c /ext/standard/tests/strings bug29119.phpt

2004-07-19 Thread Moriyoshi Koizumi
moriyoshi Mon Jul 19 13:53:00 2004 EDT Added files: (Branch: PHP_5_0) /php-src/ext/standard/tests/strings bug29119.phpt Modified files: /php-src/ext/standard html.c /php-srcNEWS Log: - MFH (html.c: 1.98, bug29199.phpt: 1

[PHP-CVS] cvs: php-src /ext/standard/tests/strings bug29199.phpt

2004-07-19 Thread Moriyoshi Koizumi
moriyoshi Mon Jul 19 13:51:42 2004 EDT Removed files: /php-src/ext/standard/tests/strings bug29199.phpt Log: - Oops, actual PR # is 29119, not 29199... -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /ext/standard/tests/strings bug29119.phpt

2004-07-19 Thread Moriyoshi Koizumi
moriyoshi Mon Jul 19 13:49:20 2004 EDT Added files: /php-src/ext/standard/tests/strings bug29119.phpt Log: - Oops, actual PR # is 29119, not 29199... http://cvs.php.net/co.php/php-src/ext/standard/tests/strings/bug29119.phpt?r=1.1&p=1 Index: php-src

[PHP-CVS] cvs: php-src /ext/standard html.c /ext/standard/tests/strings bug29199.phpt

2004-07-19 Thread Moriyoshi Koizumi
moriyoshi Mon Jul 19 13:46:30 2004 EDT Added files: /php-src/ext/standard/tests/strings bug29199.phpt Modified files: /php-src/ext/standard html.c Log: - Fix bug #29199 (html_entity_decode() misbehaves with UTF-8) http://c

[PHP-CVS] cvs: php-src / NEWS /ext/soap soap.c /ext/soap/tests/bugs bug28985.phpt bug28985.wsdl

2004-07-19 Thread Dmitry Stogov
dmitry Mon Jul 19 10:55:35 2004 EDT Added files: /php-src/ext/soap/tests/bugsbug28985.phpt bug28985.wsdl Modified files: /php-srcNEWS /php-src/ext/soap soap.c Log: Fixed bug #28985 (__getTypes() returning nothing on comp

[PHP-CVS] cvs: php-src / NEWS /ext/soap php_sdl.c /ext/soap/tests/bugs bug29109.phpt bug29109.wsdl bug29236.phpt bug29236.wsdl

2004-07-19 Thread Dmitry Stogov
dmitry Mon Jul 19 09:58:10 2004 EDT Added files: /php-src/ext/soap/tests/bugsbug29109.phpt bug29109.wsdl bug29236.phpt bug29236.wsdl Modified files: /php-srcNEWS /php-src/ext/soap php_

[PHP-CVS] cvs: php-src /ext/com_dotnet com_variant.c

2004-07-19 Thread Wez Furlong
wez Mon Jul 19 09:39:58 2004 EDT Modified files: /php-src/ext/com_dotnet com_variant.c Log: Possible fix for #29258 (unverified) win32 people, please test (I have no working win32 build env right now) http://cvs.php.net/diff.php/php-src/ext/com_dotn

[PHP-CVS] cvs: php-src / NEWS /ext/soap soap.c /ext/soap/tests/bugs bug29061.phpt bug29061.wsdl

2004-07-19 Thread Dmitry Stogov
dmitry Mon Jul 19 08:53:29 2004 EDT Added files: /php-src/ext/soap/tests/bugsbug29061.phpt bug29061.wsdl Modified files: /php-srcNEWS /php-src/ext/soap soap.c Log: Fixed bug #29061 (soap extension segfaults). http:

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

2004-07-19 Thread Dmitry Stogov
dmitry Mon Jul 19 07:38:40 2004 EDT Modified files: /php-src/ext/soap soap.c Log: Fixed memory leak (related to new implementation of empty strings) http://cvs.php.net/diff.php/php-src/ext/soap/soap.c?r1=1.110&r2=1.111&ty=u Index: php-src/ext/soap/soap.c d

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/iconv iconv.c

2004-07-19 Thread Moriyoshi Koizumi
moriyoshi Mon Jul 19 04:35:48 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/iconv iconv.c Log: - MFH (iconv.c: 1.118): Fix a bug in iconv stream filter that prevents pending buckets from being processed. http://cvs.php.net/diff.php/php-src

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

2004-07-19 Thread Moriyoshi Koizumi
moriyoshi Mon Jul 19 04:34:18 2004 EDT Modified files: /php-src/ext/iconv iconv.c Log: - Fix a bug in iconv stream filter that prevents pending buckets from being processed on flush operation (same issue pollita fixed several days ago). http://cvs.

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

2004-07-19 Thread Antony Dovgal
tony2001Mon Jul 19 03:35:44 2004 EDT Modified files: /php-src/ext/oci8 oci8.c Log: fix build http://cvs.php.net/diff.php/php-src/ext/oci8/oci8.c?r1=1.258&r2=1.259&ty=u Index: php-src/ext/oci8/oci8.c diff -u php-src/ext/oci8/oci8.c:1.258 php-src/ext/

[PHP-CVS] cvs: php-src /ext/gd gd.c gd_ctx.c /ext/ircg ircg.c /ext/mbstring php_mbregex.c /ext/msql php_msql.c /ext/mssql php_mssql.c /ext/mysql php_mysql.c /ext/mysqli mysqli_api.c /ext/oci8 oci8.c /ext/odbc php_odbc.c /ext/pcre php_pcre.c /ext/pgsql pgsql.c /ext/session session.c /ext/standard file.c math.c reg.c string.c var_unserializer.c var_unserializer.re /ext/sybase php_sybase_db.c /ext/sybase_ct php_sybase_ct.c /ext/wddx wddx.c /main php_ini.c safe_mode.c /sapi/apache mod_php5.c /sapi/apache2filter php_functions.c sapi_apache2.c /sapi/apache2handler php_functions.c sapi_apache2.c /sapi/apache_hooks mod_php5.c

2004-07-19 Thread Andi Gutmans
andiMon Jul 19 03:19:52 2004 EDT Modified files: /php-src/ext/gd gd.c gd_ctx.c /php-src/ext/ircg ircg.c /php-src/ext/mbstring php_mbregex.c /php-src/ext/msql php_msql.c /php-src/ext/mssql php_mssql.c /php-src/ext/mysql php_my