[PHP-DEV] Re: apache_hooks

2002-11-03 Thread George Schlossnagle
Either way works for me. Psychologically, I think it may get higher exposure if it is #ifdef'd, but I have style reservations about doing that. How has this sort of thing been done in the past? Is it undesirable to fork the apache sapi into a new 'apache_hooks' sapi? That may be easiest.

[PHP-DEV] Tests and output handler (Re: [PHP-QA] Test results)

2002-11-03 Thread Moriyoshi Koizumi
Forgot to send CC to dev list... = FAILED TEST SUMMARY - mb_strtoupper() / mb_strtolower() [ext/mbstring/tests/casefold.phpt] mb_convert_encoding()

[PHP-DEV] Re: apache_hooks

2002-11-03 Thread Rasmus Lerdorf
Well, since 99% of the code is the same, I'd be worried about people remembering to merge fixes across. At least if it is ifdef'ed people see the code. But yes, I agree, that's not pretty either. -R On Sun, 3 Nov 2002, George Schlossnagle wrote: Either way works for me. Psychologically, I

Re: [PHP-DEV] apache_hooks

2002-11-03 Thread Edin Kadribasic
On Saturday 02 November 2002 23:58, Rasmus Lerdorf wrote: What do you think would be the best way to make the apache_hooks code more accessible to people? A tarball with the relevant files that overwrites the standard files, or perhaps it is time to #ifdef it into the main branch? I would

Re: [PHP-DEV] apache_hooks

2002-11-03 Thread Marcus Boerger
At 09:52 03.11.2002, Edin Kadribasic wrote: On Saturday 02 November 2002 23:58, Rasmus Lerdorf wrote: What do you think would be the best way to make the apache_hooks code more accessible to people? A tarball with the relevant files that overwrites the standard files, or perhaps it is time to

[PHP-DEV] Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-11-03 Thread Marcus Boerger
Maybe we should add those two settings also to the default overwrites since you can easily fail all tests by this simple settings and mbstring module as well as output buffering are checked elsewhere. marcus Index: run-tests.php ===

Re: [PHP-DEV] Tests and output handler (Re: [PHP-QA] Test results)

2002-11-03 Thread Marcus Boerger
As i wrote already in another mail nearly all tests are affected by this. Try a php.ini with output_handler=mb_string mbstring.http_output=UCS-2LE marcus At 09:42 03.11.2002, Moriyoshi Koizumi wrote: Forgot to send CC to dev list...

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-11-03 Thread Moriyoshi Koizumi
+1 Moriyoshi [EMAIL PROTECTED] (Marcus Boerger) wrote: Maybe we should add those two settings also to the default overwrites since you can easily fail all tests by this simple settings and mbstring module as well as output buffering are checked elsewhere. marcus Index: run-tests.php

Re: [PHP-DEV] ODBTP, a possible solution for MS-SQL and other databases

2002-11-03 Thread Robert Twitty
gt; * Designed to be as easy as possible to use with PHP How committed is your organization to supporting your selection of PHP? Have you been involved in any open source coding efforts? My organization's committment to PHP is primarily determined by me. I am the software development

[PHP-DEV] [PATCH] A fix for OnUpdate_zlib_output_compression

2002-11-03 Thread Moriyoshi Koizumi
The attached patch is a fix for misbehaviour of OnUpdate_zlib_output_compression. Without this patch, test cases always fail complaining Cannot use both zlib.output_compression and output_handler together!! when output_handler is used. Any objections? Moriyoshi Index: zlib.c

Re: [PHP-DEV] [PATCH] A fix for OnUpdate_zlib_output_compression

2002-11-03 Thread Marcus Boerger
Yes please commit At 21:21 03.11.2002, Moriyoshi Koizumi wrote: The attached patch is a fix for misbehaviour of OnUpdate_zlib_output_compression. Without this patch, test cases always fail complaining Cannot use both zlib.output_compression and output_handler together!! when output_handler is

Re: [PHP-DEV] Re: [PATCH] run-tests.php

2002-11-03 Thread Michael Mauch
Melvyn Sopacua [EMAIL PROTECTED] wrote: At 19:02 1-11-2002, John Coggeshall wrote: I haven't looked at the patch in great detail, can someone forward me The commitlog? It hasn't been committed yet, as we agreed that only persons in 'Authors' should do that and agree, otherwise it'll be a

Re: [PHP-DEV] ODBTP, a possible solution for MS-SQL and other databases

2002-11-03 Thread Wez Furlong
Hi Bob, I'm interested in this becoming more mainstream, although I personally dislike mssql; the only current alternative that works in a similar way is one of the packages that Dan mentioned (I forget which) - it was difficult to configure as it required quite a large amount of fiddling around

Re: [PHP-DEV] ODBTP, a possible solution for MS-SQL and otherdatabases

2002-11-03 Thread Rasmus Lerdorf
So far 3 people have shown interest in ODBTP, however, it is the weekend. I am currently working on packaging it in a tar.gz file. If the response is low I will only release it to those who have shown an interest, and if it becomes higher than I will release it to the list. It is very

Re: [PHP-DEV] ODBTP, a possible solution for MS-SQL and other databases

2002-11-03 Thread Sander Steffann
Hi, To php-dev: I feel that Robert has had a bit of a cool reception; opensource development relies on positive feedback to make progress. Sorry that I'm late :) I too think this is a very nice extension!!! We (nederland.net, hosting provider in The Netherlands) don't need this yet, but I

[PHP-DEV] Image corruption when retrieving image files from MYSQL database

2002-11-03 Thread Darren McPhee
I have spent the last 3 days trying to figure this out. And will probably give up very soon. I have written 2 programs (which are very common PHP programs) that A) Allows me to upload image files into a MYSQL database using a simple form. And B) Allows me to retrieve and display the image using

Re: [PHP-DEV] Image corruption when retrieving image files from MYSQL database

2002-11-03 Thread Wez Furlong
On 04/11/02, Darren McPhee [EMAIL PROTECTED] wrote: I have spent the last 3 days trying to figure this out. And will probably give up very soon. I have written 2 programs (which are very common PHP Then please spend the extra couple of minutes to read php.net/support.php and find the correct