[PHP-CVS] Re: cvs: php-src(PHP_5_2) / run-tests.php /ext/bz2/tests 005.phpt /ext/standard/tests/general_functions phpcredits.phpt phpinfo.phpt /ext/standard/tests/strings sha1.phpt /ext/zlib/tests

2007-09-28 Thread Michael Wallner
Nuno Lopes wrote: nlopess Fri Sep 14 15:28:04 2007 UTC Log: changes to run-tests.php: - change %s to %a - make %s = [^\r\n]+ - fix tests accordingly I think this is a very bad change. While tests of bundled extensions can be updated accordingly, pecl extension

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/curl interface.c

2007-10-03 Thread Michael Wallner
mikeWed Oct 3 20:34:48 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/curl interface.c Log: MFH: fix CURLOPT_TIMEOUT_MS support http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.62.2.14.2.27r2=1.62.2.14.2.28diff_format=u Index:

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

2007-10-03 Thread Michael Wallner
mikeWed Oct 3 20:34:01 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl interface.c Log: MFH: fix CURLOPT_TIMEOUT_MS support http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.62.2.14.2.27.2.1r2=1.62.2.14.2.27.2.2diff_format=u

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

2007-10-03 Thread Michael Wallner
mikeWed Oct 3 20:32:52 2007 UTC Modified files: /php-src/ext/curl interface.c Log: - fix CURLOPT_TIMEOUT_MS support (available since 7.16.2) http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.117r2=1.118diff_format=u Index:

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

2008-07-25 Thread Michael Wallner
mikeFri Jul 25 08:27:10 2008 UTC Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: - Changed HTTP stream wrapper to accept any code between and including 200 to 399 as successful. (patch by Noah Fontes)

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

2008-07-25 Thread Michael Wallner
mikeFri Jul 25 08:27:38 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/standard http_fopen_wrapper.c Log: - Changed HTTP stream wrapper to accept any code between and including 200 to 399 as successful. (patch by Noah

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

2006-03-05 Thread Michael Wallner
mikeSun Mar 5 17:56:16 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: - fix typo, reword slightly http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.441r2=1.2027.2.442diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.441

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

2006-03-08 Thread Michael Wallner
mikeWed Mar 8 22:00:21 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/standard http.c /php-srcNEWS Log: - Fix bug #36656 (http_build_query generates invalid URIs due to use of square brackets)

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

2006-03-08 Thread Michael Wallner
mikeWed Mar 8 22:04:48 2006 UTC Modified files: /php-src/ext/standard http.c Log: MFB: Fix bug #36656 (http_build_query generates invalid URIs due to use of square brackets)

[PHP-CVS] cvs: php-src(PHP_5_1) /sapi/apache2filter sapi_apache2.c /sapi/apache2handler sapi_apache2.c

2006-03-19 Thread Michael Wallner
mikeSun Mar 19 14:54:54 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/sapi/apache2handlersapi_apache2.c /php-src/sapi/apache2filter sapi_apache2.c Log: - fix php_apache_sapi_header_handler() modifying sapi_header # already taken care of in

[PHP-CVS] cvs: php-src /sapi/apache2filter sapi_apache2.c /sapi/apache2handler sapi_apache2.c

2006-03-19 Thread Michael Wallner
mikeSun Mar 19 14:58:06 2006 UTC Modified files: /php-src/sapi/apache2handlersapi_apache2.c /php-src/sapi/apache2filter sapi_apache2.c Log: MFB: fix php_apache_sapi_header_handler() modifying sapi_header

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

2006-03-19 Thread Michael Wallner
mikeSun Mar 19 15:18:20 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: - Fixed Apache2 SAPIs header handler modifying header strings. http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.468r2=1.2027.2.469diff_format=u Index:

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

2006-03-19 Thread Michael Wallner
mikeSun Mar 19 15:19:08 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: - add comitters name http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.469r2=1.2027.2.470diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.469

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/standard/tests/filters read.phpt /main/streams streams.c

2006-04-20 Thread Michael Wallner
mikeThu Apr 20 17:43:18 2006 UTC Added files: (Branch: PHP_5_1) /php-src/ext/standard/tests/filters read.phpt Modified files: /php-src/main/streams streams.c /php-srcNEWS Log: - Fix reading stream filters never notified

[PHP-CVS] cvs: php-src /main/streams streams.c

2006-04-20 Thread Michael Wallner
mikeThu Apr 20 17:52:02 2006 UTC Modified files: /php-src/main/streams streams.c Log: MFB: Fix reading stream filters never notified about EOF http://cvs.php.net/viewcvs.cgi/php-src/main/streams/streams.c?r1=1.121r2=1.122diff_format=u Index:

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

2006-04-25 Thread Michael Wallner
mikeTue Apr 25 08:34:26 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/hash hash_adler32.c /php-srcNEWS Log: - Fixed bug #37192 (cc fails on hash_adler.c:32)

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

2006-04-25 Thread Michael Wallner
mikeTue Apr 25 08:37:07 2006 UTC Modified files: /php-src/ext/hash hash_adler32.c Log: MFB: Fixed bug #37192 (cc fails on hash_adler.c:32) http://cvs.php.net/viewcvs.cgi/php-src/ext/hash/hash_adler32.c?r1=1.4r2=1.5diff_format=u Index:

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

2006-04-25 Thread Michael Wallner
mikeTue Apr 25 08:43:29 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: -improve last entry http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.530r2=1.2027.2.531diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.530

[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

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

2006-05-05 Thread Michael Wallner
mikeFri May 5 15:14:37 2006 UTC Modified files: (Branch: PHP_5_1) /php-src.gdbinit Log: - add print_inh (prints a very simple class tree, ie. extensible) - add print_pi (prints property_info) - add print_str (print strings binary safely, for hash

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

2006-05-05 Thread Michael Wallner
mikeFri May 5 15:49:41 2006 UTC Modified files: (Branch: PHP_5_1) /php-src.gdbinit Log: - treat interfaces and classes gracefully in print_inh http://cvs.php.net/viewcvs.cgi/php-src/.gdbinit?r1=1.10.4.2r2=1.10.4.3diff_format=u Index: php-src/.gdbinit

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

2006-05-05 Thread Michael Wallner
Wez Furlong wrote: wez Tue May 2 00:59:22 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_mysql config.m4 Log: tweak for better compatibility when building as SCE. (library order is important)

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

2006-05-05 Thread Michael Wallner
Michael Wallner wrote: Wez Furlong wrote: wezTue May 2 00:59:22 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_mysqlconfig.m4 Log: tweak for better compatibility when building as SCE. (library order is important) http://cvs.php.net

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/hash hash.c

2006-05-19 Thread Michael Wallner
mikeFri May 19 14:19:27 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/hash hash.c Log: - nuke compiler warnings http://cvs.php.net/viewcvs.cgi/php-src/ext/hash/hash.c?r1=1.18.2.5r2=1.18.2.5.2.1diff_format=u Index: php-src/ext/hash/hash.c diff -u

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

2006-05-19 Thread Michael Wallner
mikeFri May 19 14:30:48 2006 UTC Modified files: /php-src/ext/hash hash.c Log: MF52: nuke compiler warnings http://cvs.php.net/viewcvs.cgi/php-src/ext/hash/hash.c?r1=1.25r2=1.26diff_format=u Index: php-src/ext/hash/hash.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/curl streams.c

2006-05-25 Thread Michael Wallner
mikeThu May 25 12:41:35 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/curl streams.c Log: - implement standard http stream wrapper options, fixes bug #34180 - skip empty headers in on_header_available()

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

2006-05-25 Thread Michael Wallner
mikeThu May 25 12:47:46 2006 UTC Modified files: /php-src/ext/curl streams.c Log: MFB: fix bug #34180, --with-curlwrappers discards stream context options http://cvs.php.net/viewcvs.cgi/php-src/ext/curl/streams.c?r1=1.16r2=1.17diff_format=u Index:

[PHP-CVS] cvs: php-src /sapi/apache2handler php_apache.h sapi_apache2.c

2006-05-28 Thread Michael Wallner
mikeSun May 28 20:31:15 2006 UTC Modified files: /php-src/sapi/apache2handlerphp_apache.h sapi_apache2.c Log: - call ap_set_content_type() only once, else each time we call it, configured output filters for that content type will be added

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/apache2handler php_apache.h sapi_apache2.c

2006-05-28 Thread Michael Wallner
mikeSun May 28 20:32:00 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/apache2handlerphp_apache.h sapi_apache2.c Log: MFH: call ap_set_content_type() only once, else each time we call it, configured output filters for that content type

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mysqli mysqli.c /ext/mysqli/tests bug36949.phpt

2006-05-29 Thread Michael Wallner
mikeMon May 29 16:53:56 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/mysqli/tests bug36949.phpt Modified files: /php-srcNEWS /php-src/ext/mysqli mysqli.c Log: - Fixed bug #36949 (invalid internal mysqli objects dtor)

[PHP-CVS] cvs: php-src /ext/mysqli mysqli.c /ext/mysqli/tests bug36949.phpt

2006-05-29 Thread Michael Wallner
mikeMon May 29 16:55:40 2006 UTC Modified files: /php-src/ext/mysqli mysqli.c /php-src/ext/mysqli/tests bug36949.phpt Log: MFB: Fixed bug #36949 (invalid internal mysqli objects dtor)

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

2006-05-30 Thread Michael Wallner
mikeTue May 30 17:40:52 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/pcntl pcntl.c Log: - fix bug #37635 (parameter of pcntl signal handler is trashed)

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

2006-05-30 Thread Michael Wallner
mikeTue May 30 17:44:23 2006 UTC Modified files: /php-src/ext/pcntl pcntl.c Log: MFB: fix bug 37635 (argument to pcntl signal handler is trashed) http://cvs.php.net/viewcvs.cgi/php-src/ext/pcntl/pcntl.c?r1=1.53r2=1.54diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/pdo_mysql config.m4

2006-06-01 Thread Michael Wallner
mikeThu Jun 1 15:14:45 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/pdo_mysql config.m4 Log: - Fixed bug #37363 (PDO_MYSQL does not build if no other mysql extension is enabled)

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

2006-06-01 Thread Michael Wallner
mikeThu Jun 1 19:11:59 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - fix order http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.547.2.71r2=1.2027.2.547.2.72diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mysql config.m4 php_mysql.c /ext/mysqli config.m4 /ext/pdo_mysql config.m4

2006-06-01 Thread Michael Wallner
mikeThu Jun 1 19:14:48 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/mysql config.m4 php_mysql.c /php-src/ext/mysqli config.m4 /php-src/ext/pdo_mysql config.m4 Log: - Fix bug #37630: MySQL extensions should link

[PHP-CVS] cvs: php-src /ext/mysql config.m4 php_mysql.c /ext/mysqli config.m4

2006-06-01 Thread Michael Wallner
mikeThu Jun 1 19:15:31 2006 UTC Modified files: /php-src/ext/mysql config.m4 php_mysql.c /php-src/ext/mysqli config.m4 Log: MFB: #37630 MySQL extensions should link against thread safe client libs if built with ZTS

[PHP-CVS] cvs: php-src /ext/standard var.c /ext/zlib php_zlib.h zlib.c

2006-06-02 Thread Michael Wallner
mikeFri Jun 2 20:09:22 2006 UTC Modified files: /php-src/ext/standard var.c /php-src/ext/zlib php_zlib.h zlib.c Log: - fix encoding http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/var.c?r1=1.232r2=1.233diff_format=u Index:

[PHP-CVS] cvs: php-src /tests/output ob_016.phpt

2006-06-02 Thread Michael Wallner
mikeFri Jun 2 23:45:53 2006 UTC Added files: /php-src/tests/output ob_016.phpt Log: - add simple unicode test http://cvs.php.net/viewcvs.cgi/php-src/tests/output/ob_016.phpt?view=markuprev=1.1 Index: php-src/tests/output/ob_016.phpt +++

[PHP-CVS] cvs: php-src / README.NEW-OUTPUT-API

2006-06-03 Thread Michael Wallner
mikeSat Jun 3 11:22:59 2006 UTC Modified files: /php-srcREADME.NEW-OUTPUT-API Log: - update TS macro usage http://cvs.php.net/viewcvs.cgi/php-src/README.NEW-OUTPUT-API?r1=1.1r2=1.2diff_format=u Index: php-src/README.NEW-OUTPUT-API diff -u

[PHP-CVS] cvs: php-src /main php_output.h

2006-06-03 Thread Michael Wallner
mikeSat Jun 3 11:51:35 2006 UTC Modified files: /php-src/main php_output.h Log: - remove obsolete cruft http://cvs.php.net/viewcvs.cgi/php-src/main/php_output.h?r1=1.57r2=1.58diff_format=u Index: php-src/main/php_output.h diff -u

[PHP-CVS] cvs: php-src /main output.c /tests/output ob_017.phpt

2006-06-04 Thread Michael Wallner
mikeSun Jun 4 10:01:58 2006 UTC Added files: /php-src/tests/output ob_017.phpt Modified files: /php-src/main output.c Log: - fix output handler seeing buffered data when it gets discarded - add test

[PHP-CVS] cvs: php-src /main output.c

2006-06-06 Thread Michael Wallner
mikeTue Jun 6 11:08:45 2006 UTC Modified files: /php-src/main output.c Log: - fix regression with bug #22690 (ob_start() with create_function() output handler) http://cvs.php.net/viewcvs.cgi/php-src/main/output.c?r1=1.180r2=1.181diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/curl streams.c

2006-06-06 Thread Michael Wallner
mikeTue Jun 6 21:38:03 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/curl streams.c Log: - only try to fetch stream context options if context is set

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

2006-06-06 Thread Michael Wallner
mikeTue Jun 6 21:38:29 2006 UTC Modified files: /php-src/ext/curl streams.c Log: MFB: only try to fetch stream context options if context is set http://cvs.php.net/viewcvs.cgi/php-src/ext/curl/streams.c?r1=1.17r2=1.18diff_format=u Index:

[PHP-CVS] cvs: php-src /main output.c

2006-06-06 Thread Michael Wallner
mikeTue Jun 6 22:13:23 2006 UTC Modified files: /php-src/main output.c Log: - fix SEGV in php_output_handler_started() http://cvs.php.net/viewcvs.cgi/php-src/main/output.c?r1=1.181r2=1.182diff_format=u Index: php-src/main/output.c diff -u

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

2006-06-09 Thread Michael Wallner
mikeFri Jun 9 15:13:13 2006 UTC Modified files: /php-src/sapi/apache2handlerapache_config.c Log: - fix bug #37720 (merge_php_config scrambles values)

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/apache2handler apache_config.c

2006-06-09 Thread Michael Wallner
mikeFri Jun 9 15:13:39 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/apache2handlerapache_config.c Log: MFH: fix bug #37720 (merge_php_config scrambles values)

[PHP-CVS] cvs: php-src(PHP_5_1) /sapi/apache2handler apache_config.c

2006-06-09 Thread Michael Wallner
mikeFri Jun 9 15:13:58 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/sapi/apache2handlerapache_config.c Log: MFH: fix bug #37720 (merge_php_config scrambles values)

[PHP-CVS] cvs: php-src(PHP_4_4) /sapi/apache2handler apache_config.c

2006-06-09 Thread Michael Wallner
mikeFri Jun 9 15:14:13 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/sapi/apache2handlerapache_config.c Log: MFH: fix bug #37720 (merge_php_config scrambles values)

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

2006-06-09 Thread Michael Wallner
mikeFri Jun 9 15:17:39 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN: - Fixed bug #37720 (merge_php_config scrambles values). (Mike, pumuckel at metropolis dot de)

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

2006-06-09 Thread Michael Wallner
mikeFri Jun 9 15:17:52 2006 UTC Modified files: (Branch: PHP_4_4) /php-srcNEWS Log: BFN: - Fixed bug #37720 (merge_php_config scrambles values). (Mike, pumuckel at metropolis dot de)

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

2006-06-09 Thread Michael Wallner
mikeFri Jun 9 16:29:26 2006 UTC Modified files: /php-src/sapi/apache2filter apache_config.c Log: - sync with apache2handler http://cvs.php.net/viewcvs.cgi/php-src/sapi/apache2filter/apache_config.c?r1=1.36r2=1.37diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/apache2filter apache_config.c

2006-06-09 Thread Michael Wallner
mikeFri Jun 9 16:29:35 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/apache2filter apache_config.c Log: - sync with apache2handler

[PHP-CVS] cvs: php-src(PHP_5_1) /sapi/apache2filter apache_config.c

2006-06-09 Thread Michael Wallner
mikeFri Jun 9 16:29:45 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/sapi/apache2filter apache_config.c Log: - sync with apache2handler http://cvs.php.net/viewcvs.cgi/php-src/sapi/apache2filter/apache_config.c?r1=1.34.2.1r2=1.34.2.2diff_format=u

[PHP-CVS] cvs: php-src(PHP_4_4) /sapi/apache2filter apache_config.c

2006-06-09 Thread Michael Wallner
mikeFri Jun 9 16:29:55 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/sapi/apache2filter apache_config.c Log: - sync with apache2handler

[PHP-CVS] cvs: php-src /main output.c php_output.h

2006-06-12 Thread Michael Wallner
mikeMon Jun 12 18:18:39 2006 UTC Modified files: /php-src/main output.c php_output.h Log: - don't use anonymous union http://cvs.php.net/viewcvs.cgi/php-src/main/output.c?r1=1.182r2=1.183diff_format=u Index: php-src/main/output.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /sapi/cli php_cli.c

2006-06-19 Thread Michael Wallner
mikeMon Jun 19 14:52:34 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/sapi/cli php_cli.c Log: - Fix Bug #37780 memory leak trying to execute a non existing file (CLI)

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

2006-06-19 Thread Michael Wallner
mikeMon Jun 19 14:53:03 2006 UTC Modified files: /php-src/sapi/cli php_cli.c Log: MFB52: Fix Bug #37780 memory leak trying to execute a non existing file (CLI) http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php_cli.c?r1=1.156r2=1.157diff_format=u

Re: [PHP-CVS] cvs: php-src /sapi/cli php_cli.c

2006-06-19 Thread Michael Wallner
Andrei Zmievski wrote: Why can't you have a NULL header function? You can, but it just seemed like a waste of memory to maintain a list of headers to send for the CLI SAPI. On Jun 19, 2006, at 7:53 AM, Michael Wallner wrote: mikeMon Jun 19 14:53:03 2006 UTC Modified files

[PHP-CVS] Re: cvs: php-src(PHP_5_2) /ext/posix posix.c

2006-06-20 Thread Michael Wallner
Ilia Alshanetsky wrote: iliaa Mon Jun 19 23:52:39 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/posix posix.c Log: Added missing ifdef block. # Thanks Mike Is that a Thank you for nothing? :) -- Michael -- PHP CVS Mailing List

[PHP-CVS] Re: cvs: php-src(PHP_5_2) /ext/bz2 bz2_filter.c

2006-06-21 Thread Michael Wallner
Ilia Alshanetsky wrote: iliaa Wed Jun 21 15:19:24 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/bz2 bz2_filter.c Log: Fixed compiler warnings. http://cvs.php.net/viewvc.cgi/php-src/ext/bz2/bz2_filter.c?r1=1.3.2.2r2=1.3.2.2.2.1diff_format=u

Re: [PHP-CVS] Re: cvs: php-src(PHP_5_2) /ext/bz2 bz2_filter.c

2006-06-21 Thread Michael Wallner
Stefan Esser wrote: Hi, I don't know what you're running but here size_t is unsigned int. It's probably unsigned long on 64bit boxen, so what's this fix about? The question is: what are you running? size_t usually is unsigned long. [EMAIL PROTECTED]:~/devel/testimonials$ cat printf.c #include

Re: [PHP-CVS] Re: cvs: php-src(PHP_5_2) /ext/bz2 bz2_filter.c

2006-06-21 Thread Michael Wallner
Ilia Alshanetsky wrote: On my 2 32 bit machines the compiler complains about int being used where a non-int or a long value is returned. Changing it to long fixes the problem, this is replicated on gcc 3.4 and 4.0.1 Ok, well... this seems to differ for me on i686 (__SIZE_TYPE__ is unsigned

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/bz2 bz2_filter.c

2006-06-23 Thread Michael Wallner
mikeFri Jun 23 07:30:26 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/bz2bz2_filter.c Log: - use %zu to format size_t http://cvs.php.net/viewvc.cgi/php-src/ext/bz2/bz2_filter.c?r1=1.3.2.2.2.1r2=1.3.2.2.2.2diff_format=u Index:

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

2006-06-23 Thread Michael Wallner
mikeFri Jun 23 07:30:40 2006 UTC Modified files: /php-src/ext/bz2bz2_filter.c Log: MFB: use %zu to format size_t http://cvs.php.net/viewvc.cgi/php-src/ext/bz2/bz2_filter.c?r1=1.8r2=1.9diff_format=u Index: php-src/ext/bz2/bz2_filter.c diff -u

[PHP-CVS] Re: cvs: php-src(PHP_5_2) / NEWS /main SAPI.c /sapi/apache mod_php5.c

2006-06-26 Thread Michael Wallner
Rasmus Lerdorf wrote: rasmus Wed May 10 21:19:32 2006 UTC Modified files: (Branch: PHP_5_2) /php-src NEWS /php-src/main SAPI.c /php-src/sapi/apache mod_php5.c Log: Add input_filter hook call in getenv()

[PHP-CVS] Re: cvs: php-src(PHP_5_2) /ext/spl/tests fileobject_003.phpt

2006-07-08 Thread Michael Wallner
Marcus Boerger wrote: helly Sat Jul 8 12:25:57 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/spl/tests fileobject_003.phpt Log: - MFH Add test http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/fileobject_003.phpt?view=markuprev=1.1 Index:

[PHP-CVS] Re: cvs: php-src(PHP_5_2) / NEWS /ext/mysqli mysqli.c

2006-07-10 Thread Michael Wallner
Dmitry Stogov wrote: dmitry Mon Jul 10 10:05:20 2006 UTC Modified files: (Branch: PHP_5_2) /php-src NEWS /php-src/ext/mysqli mysqli.c Log: Fixed bug #38019 (segfault extending mysqli class) Hi Dmitry, you basically reverted my patch to fix #36949 which

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

2006-07-10 Thread Michael Wallner
mikeMon Jul 10 13:08:11 2006 UTC Modified files: /php-src/ext/mysqli mysqli.c Log: - fix 5.2 build http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli.c?r1=1.94r2=1.95diff_format=u Index: php-src/ext/mysqli/mysqli.c diff -u

[PHP-CVS] Re: cvs: php-src(PHP_5_2) / NEWS /ext/mysqli mysqli.c

2006-07-10 Thread Michael Wallner
Dmitry Stogov wrote: Hi Michael, Seems I was wrong and your patch was correct. It just didn't handle error case. I committed another fix. Please review it. Yes, this seems to work fine now. Thanks, -- Michael -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

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

2006-07-10 Thread Michael Wallner
Michael Wallner wrote: mikeMon Jul 10 13:08:11 2006 UTC Modified files: /php-src/ext/mysqli mysqli.c Log: - fix 5.2 build http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli.c?r1=1.94r2=1.95diff_format=u Index: php-src/ext/mysqli/mysqli.c diff -u

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

2006-07-10 Thread Michael Wallner
mikeMon Jul 10 13:16:07 2006 UTC Modified files: /php-src/ext/mysqli mysqli.c Log: - revert messed up patch http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli.c?r1=1.95r2=1.96diff_format=u Index: php-src/ext/mysqli/mysqli.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/session session.c

2006-07-12 Thread Michael Wallner
mikeWed Jul 12 15:28:44 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sessionsession.c Log: MFH: add note why replace is 0, so that I don't wonder again in 2 months why session_regenerate_id() sends the session cookie twice

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

2006-07-12 Thread Michael Wallner
mikeWed Jul 12 15:28:18 2006 UTC Modified files: /php-src/ext/sessionsession.c Log: - add note why replace is 0, so that I don't wonder again in 2 months why session_regenerate_id() sends the session cookie twice

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

2006-07-17 Thread Michael Wallner
mikeMon Jul 17 20:36:47 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard string.c /php-srcNEWS Log: - fix bug #37945 pathinfo() cannot handle argument with special characters like german Umlaute

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

2006-07-17 Thread Michael Wallner
mikeMon Jul 17 20:43:07 2006 UTC Modified files: /php-src/ext/standard string.c Log: MFB52: fix bug #37945 pathinfo() cannot handle argument with special characters like german Umlaute

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c basic_functions.h /main main.c php_globals.h

2006-07-19 Thread Michael Wallner
mikeWed Jul 19 12:25:02 2006 UTC Modified files: /php-src/ext/standard basic_functions.c basic_functions.h /php-src/main main.c php_globals.h Log: - added error_get_last() function

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard basic_functions.c basic_functions.h /main main.c php_globals.h

2006-07-19 Thread Michael Wallner
mikeWed Jul 19 12:25:46 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard basic_functions.c basic_functions.h /php-src/main main.c php_globals.h Log: MFH: added error_get_last() function

[PHP-CVS] cvs: php-src(PHP_5_2) / README.UPDATE_5_2

2006-07-24 Thread Michael Wallner
mikeMon Jul 24 12:15:28 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcREADME.UPDATE_5_2 Log: - note about allow_url_include http://cvs.php.net/viewvc.cgi/php-src/README.UPDATE_5_2?r1=1.1.2.6r2=1.1.2.7diff_format=u Index: php-src/README.UPDATE_5_2

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/reflection php_reflection.c

2006-07-25 Thread Michael Wallner
mikeTue Jul 25 14:44:53 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/reflection php_reflection.c Log: - ws http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection.c?r1=1.164.2.33.2.16r2=1.164.2.33.2.17diff_format=u Index:

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

2006-07-25 Thread Michael Wallner
mikeTue Jul 25 20:22:29 2006 UTC Modified files: /php-src/sapi/apachephp_apache.c Log: - fix TS issue found by Jani http://cvs.php.net/viewvc.cgi/php-src/sapi/apache/php_apache.c?r1=1.95r2=1.96diff_format=u Index: php-src/sapi/apache/php_apache.c

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

2006-07-25 Thread Michael Wallner
mikeTue Jul 25 22:57:31 2006 UTC Modified files: /php-src/ext/tidy tidy.c Log: - reduce memory footprint http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tidy.c?r1=1.90r2=1.91diff_format=u Index: php-src/ext/tidy/tidy.c diff -u php-src/ext/tidy/tidy.c:1.90

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

2006-07-25 Thread Michael Wallner
mikeTue Jul 25 23:03:57 2006 UTC Modified files: /php-src/ext/tidy tidy.c Log: - fix compiler warnings http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tidy.c?r1=1.91r2=1.92diff_format=u Index: php-src/ext/tidy/tidy.c diff -u php-src/ext/tidy/tidy.c:1.91

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h /ext/date/tests oo_001.phpt

2006-08-01 Thread Michael Wallner
mikeTue Aug 1 13:27:41 2006 UTC Added files: /php-src/ext/date/tests oo_001.phpt Modified files: /php-src/ext/date php_date.c php_date.h Log: - OO fixes: . no is_ref for objects in PHP5+ . initialize objects when created

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date php_date.c php_date.h /ext/date/tests oo_001.phpt

2006-08-01 Thread Michael Wallner
mikeTue Aug 1 13:28:28 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/date/tests oo_001.phpt Modified files: /php-src/ext/date php_date.c php_date.h Log: MFH: - OO fixes: . no is_ref for objects in PHP5+ .

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

2006-08-01 Thread Michael Wallner
mikeTue Aug 1 15:54:45 2006 UTC Modified files: /php-src/ext/date php_date.c Log: - fix leaks on multiple calls to DateTime::__construct() - throw exception on unparseable time strings in DateTime::__construct() # I guess I'm done now

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date php_date.c

2006-08-01 Thread Michael Wallner
mikeTue Aug 1 15:55:03 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date php_date.c Log: MFH: - fix leaks on multiple calls to DateTime::__construct() - throw exception on unparseable time strings in DateTime::__construct()

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

2006-08-01 Thread Michael Wallner
mikeTue Aug 1 16:45:24 2006 UTC Modified files: /php-src/ext/date php_date.c Log: - use library error message on time string parse failure http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.109r2=1.110diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date php_date.c

2006-08-01 Thread Michael Wallner
mikeTue Aug 1 16:45:40 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date php_date.c Log: MFH: use library error message on time string parse failure

[PHP-CVS] cvs: php-src /ext/date/tests oo_001.phpt

2006-08-01 Thread Michael Wallner
mikeTue Aug 1 16:49:08 2006 UTC Modified files: /php-src/ext/date/tests oo_001.phpt Log: - update test http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/oo_001.phpt?r1=1.1r2=1.2diff_format=u Index: php-src/ext/date/tests/oo_001.phpt diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date/tests oo_001.phpt

2006-08-01 Thread Michael Wallner
mikeTue Aug 1 16:49:17 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/tests oo_001.phpt Log: - update test http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/oo_001.phpt?r1=1.1.2.2r2=1.1.2.3diff_format=u Index:

[PHP-CVS] Re: cvs: php-src /sapi/apache2handler sapi_apache2.c

2006-08-08 Thread Michael Wallner
Stanislav Malyshev wrote: stas Tue Aug 8 13:12:37 2006 UTC Modified files: /php-src/sapi/apache2handler sapi_apache2.c Log: fix bug with variables clobbered by longjmp Hi, it seems that you forgot current development branch? (PHP_5_2) Regards, --

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

2006-08-08 Thread Michael Wallner
mikeTue Aug 8 15:53:54 2006 UTC Modified files: /php-src/ext/dbase dbase.c dbf_head.c Log: - implement #38357 (dbase_open can't open DBase 3 dbf file) http://cvs.php.net/viewvc.cgi/php-src/ext/dbase/dbase.c?r1=1.82r2=1.83diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/dbase dbase.c dbf_head.c

2006-08-08 Thread Michael Wallner
mikeTue Aug 8 15:55:27 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/dbase dbase.c dbf_head.c Log: MFH: implement #38357 (dbase_open can't open DBase 3 dbf file)

[PHP-CVS] cvs: php-src /main output.c

2006-08-09 Thread Michael Wallner
mikeWed Aug 9 10:21:10 2006 UTC Modified files: /php-src/main output.c Log: - use HashPosition for traversal of registered reverse conflicts - fix protos http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.184r2=1.185diff_format=u Index:

[PHP-CVS] cvs: php-src /main output.c

2006-08-09 Thread Michael Wallner
mikeWed Aug 9 10:57:47 2006 UTC Modified files: /php-src/main output.c Log: - mark unicode safe functions http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.185r2=1.186diff_format=u Index: php-src/main/output.c diff -u

[PHP-CVS] cvs: php-src /main output.c php_output.h /tests/output ob_013.phpt ob_018.phpt ob_019.phpt

2006-08-09 Thread Michael Wallner
mikeWed Aug 9 13:56:45 2006 UTC Added files: /php-src/tests/output ob_018.phpt ob_019.phpt Modified files: /php-src/main output.c php_output.h /php-src/tests/output ob_013.phpt Log: - error message enhancements

[PHP-CVS] Re: cvs: php-src /ext/tidy README libtidy.txt php_tidy.h tidy.c

2006-08-14 Thread Michael Wallner
Nuno Lopes wrote: nlopess Mon Aug 14 15:17:03 2006 UTC Removed files: /php-src/ext/tidy libtidy.txt Modified files: /php-src/ext/tidy README php_tidy.h tidy.c Log: MFB: static keywording Hi Nuno, can you please put static

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/tests oo_002.phpt

2006-08-14 Thread Michael Wallner
mikeMon Aug 14 20:02:52 2006 UTC Added files: /php-src/ext/date/tests oo_002.phpt Modified files: /php-src/ext/date php_date.c Log: - add cloning support to DateTime classes

  1   2   3   4   5   >