[PHP-CVS] Re: cvs: php-src(PHP_5_1) /win32/build config.w32

2006-04-29 Thread Michael Wallner
Frank M. Kromann wrote: fmk Sat Apr 29 06:24:38 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/win32/build config.w32 Log: Add new configure option --enable-pdb-files This will generate .pdb files for debugging +ARG_ENABLE("pdb-files", "Enable gener

[PHP-CVS] cvs: php-src /ext/tidy/tests 020.phpt

2006-04-29 Thread Nuno Lopes
nlopess Sat Apr 29 12:07:54 2006 UTC Added files: /php-src/ext/tidy/tests 020.phpt Log: new test that reveals problems in other places. more details on the ML http://cvs.php.net/viewcvs.cgi/php-src/ext/tidy/tests/020.phpt?view=markup&rev=1.1 Index: php-s

[PHP-CVS] cvs: php-src /ext/tidy/tests 019.phpt tidy_019.phpt

2006-04-29 Thread Nuno Lopes
nlopess Sat Apr 29 12:16:21 2006 UTC Added files: /php-src/ext/tidy/tests 019.phpt Removed files: /php-src/ext/tidy/tests tidy_019.phpt Log: rename test to follow the convention and expand it a little http://cvs.php.net/viewcvs

[PHP-CVS] cvs: php-src /win32/build config.w32

2006-04-29 Thread Frank M. Kromann
fmk Sat Apr 29 14:33:35 2006 UTC Modified files: /php-src/win32/buildconfig.w32 Log: Revert patch for pdb files. No need to have it twice! http://cvs.php.net/viewcvs.cgi/php-src/win32/build/config.w32?r1=1.54&r2=1.55&diff_format=u Index: php-src/win3

[PHP-CVS] cvs: php-src(PHP_5_1) /win32/build config.w32

2006-04-29 Thread Frank M. Kromann
fmk Sat Apr 29 14:33:46 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/win32/buildconfig.w32 Log: Revert patch for pdb files. No need to have it twice! http://cvs.php.net/viewcvs.cgi/php-src/win32/build/config.w32?r1=1.40.2.7&r2=1.40.2.8&diff_for

[PHP-CVS] Re: cvs: php-src(PHP_5_1) /win32/build config.w32

2006-04-29 Thread Frank M. Kromann
Hi Michael, Next time I need a feature I better spend more time looking or open my eyes when searching. Thanks for the pointer. - Frank > Frank M. Kromann wrote: > > fmk Sat Apr 29 06:24:38 2006 UTC > > > > Modified files: (Branch: PHP_5_1) > > /php-src/win32/build

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

2006-04-29 Thread Frank M. Kromann
fmk Sat Apr 29 14:38:35 2006 UTC Modified files: /php-src/ext/zlib zlib.c Log: fix build. ZSTR() must be applied to the buf argument of php_stream macros http://cvs.php.net/viewcvs.cgi/php-src/ext/zlib/zlib.c?r1=1.192&r2=1.193&diff_format=u Index: php-src/

[PHP-CVS] cvs: php-src /ext/pdo pdo_dbh.c /ext/standard exec.c ftp_fopen_wrapper.c /sapi/cli php_cli.c

2006-04-29 Thread Frank M. Kromann
fmk Sat Apr 29 14:53:26 2006 UTC Modified files: /php-src/ext/pdopdo_dbh.c /php-src/ext/standard exec.c ftp_fopen_wrapper.c /php-src/sapi/cli php_cli.c Log: More ZSTR() fixes http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/pdo_dbh.c?r1=1

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

2006-04-29 Thread Frank M. Kromann
fmk Sat Apr 29 18:29:14 2006 UTC Modified files: /php-src/ext/soap php_http.c Log: Add missing ZSTR() http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/php_http.c?r1=1.89&r2=1.90&diff_format=u Index: php-src/ext/soap/php_http.c diff -u php-src/ext/soap/php_h

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c com_saproxy.c com_typeinfo.c php_com_dotnet_internal.h

2006-04-29 Thread Frank M. Kromann
fmk Sat Apr 29 18:45:30 2006 UTC Modified files: /php-src/ext/com_dotnet com_handlers.c com_saproxy.c com_typeinfo.c php_com_dotnet_internal.h Log: fix build http://cvs.php.net/viewcvs.cgi/php-src/ext/com_dotnet/com_handl

[PHP-CVS] cvs: php-src /sapi/nsapi nsapi.c

2006-04-29 Thread Uwe Schindler
thetaphiSat Apr 29 21:50:17 2006 UTC Modified files: /php-src/sapi/nsapi nsapi.c Log: Remove hiding of authorization headers completely because safe mode canceled http://cvs.php.net/viewcvs.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.73&r2=1.74&diff_format=u Ind

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

2006-04-29 Thread Wez Furlong
wez Sun Apr 30 00:52:29 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/ext/pdo_odbc odbc_driver.c Log: Fix #35552 http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.536&r2=1.2027.2.537&diff_format=u Index: php-src/N

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

2006-04-29 Thread Wez Furlong
wez Sun Apr 30 01:27:33 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/ext/pdo_odbc odbc_driver.c Log: Fix #36632 http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.537&r2=1.2027.2.538&diff_format=u Index: php-src/N

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo_odbc config.m4

2006-04-29 Thread Wez Furlong
wez Sun Apr 30 01:42:53 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_odbc config.m4 Log: fix PECL #6544 http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo_odbc/config.m4?r1=1.22&r2=1.22.2.1&diff_format=u Index: php-src/ext/pdo_odbc/config.