RE: [PHP-DEV] bundled gd

2002-10-10 Thread BUSTARRET, Jean-Francois
> It's only GIF. You shouldn't be using it anyway. Well... In fact, sometimes we have to use it ! Japan's iMode (which is being deployed in Germany & France) only supports GIF for now. We are currently building apps for French iMode, and have to use a closed-source non-free Windows DLL to gene

Re: [PHP-DEV] bundled gd

2002-10-10 Thread Rasmus Lerdorf
> this would be a good idea for 4.3 (i understand the bundled lib will be > included with 4.3 already, right?), i dont see a reason in adding extra > defines for read_only etc, if you can circumvent the patent just by not > using lzw (until the patent expires, which should be by the time 5.0 comes

RE: [PHP-DEV] bundled gd

2002-10-10 Thread Mike Robinson
http://downloads.rhyme.com.au/gd/ Newer GD libs with gif support have been around for quite a while. Compiling PHP against these works fine. Regards Mike Robinson > -Original Message- > From: Tit "Black" Petric [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 10, 2002 8:52 PM > To

Re: [PHP-DEV] bundled gd

2002-10-10 Thread Tit \"Black\" Petric
> imho, GIF format is dead, still used but dead ;) Providing read functions is > enough. > I prefer to see a mng support in futur versions (http://www.libmng.com/) backwards compatibility is still backwards compatibility.. either you support it full, or you dont support it at all. as for having

Re: [PHP-DEV] bundled gd

2002-10-10 Thread Tit \"Black\" Petric
> > i didnt know patents can expire.. and it would be logical to assume there > is > > some way to extend the ownership/validation - like domains etc > > Yes, they do. Once it expires, it becomes "public domain", of sorts. IANAL, > but I do know that this is a big intellectual property issue here

[PHP-DEV] Memory problem somewhere

2002-10-10 Thread Yasuo Ohgaki
FYI. I start getting garbage on some variables with my application while I'm using recent CVS version. I don't see the problem Oct. 1st source, at least. -- Yasuo Ohgaki -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] bundled gd

2002-10-10 Thread Rasmus Lerdorf
We'd have to remove all US mirrors, various distributions like RedHat, and whoever else bundle PHP wouldn't be able to do so from the US servers and all sorts of other complications. So yes, the rest of the world will have to wait for the US patent to expire. It's only GIF. You shouldn't be usi

Re: [PHP-DEV] bundled gd

2002-10-10 Thread Tit \"Black\" Petric
> > gif support is not likely to be re-added, correct? > > I added GIF Read-only support already. We cannot add Gif-write support > until the Unisys patent expires next year. whats the status on the IMG_* constants then, i dont know about IMG_GIF_READ and/or IMG_GIF_WRITE, there is only IMG_GIF.

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/iconv/tests Quotes.UTF-8 translit-utf8.inctranslit-utf8.phpt

2002-10-10 Thread Yasuo Ohgaki
Moriyoshi Koizumi wrote: > IMO transliteration is very implementation specific feature, and further > tests may make no sense as long as doing the same ones with the different > libraries. > > Adding constants like ICONV_IMPL and ICONV_VERSION that imply the variety > of libraries looks enough

RE: [PHP-DEV] bundled gd

2002-10-10 Thread Mike Robinson
> > p.s. is development on the original libgd officially stopped and/or > > propertiary so there is no public CVS of its latest version? > > Dunno, ask the authors. That won't do any good. Requests for info seem to go the same route as patches and suggestions -> /dev/null. A shame really. The

Re: [PHP-DEV] GD memory allocation

2002-10-10 Thread Rasmus Lerdorf
Nothing in there needs to survive. That would be one of the things to clean up in that mess. On Fri, 11 Oct 2002, Andi Gutmans wrote: > Hi, > > GD uses malloc()/free() and friends (gdhelpers.c). Unless there is stuff in > gd which has to survive between requests, as we have its source in our tr

[PHP-DEV] GD memory allocation

2002-10-10 Thread Andi Gutmans
Hi, GD uses malloc()/free() and friends (gdhelpers.c). Unless there is stuff in gd which has to survive between requests, as we have its source in our tree it might be beneficial to move to emalloc() and friends. Andi -- PHP Development Mailing List To unsubscribe, vis

Re: [PHP-DEV] bundled gd

2002-10-10 Thread Rasmus Lerdorf
> gif support is not likely to be re-added, correct? I added GIF Read-only support already. We cannot add Gif-write support until the Unisys patent expires next year. > p.s. is development on the original libgd officially stopped and/or > propertiary so there is no public CVS of its latest vers

Re: [PHP-DEV] bundled gd

2002-10-10 Thread Ilia A.
On October 10, 2002 06:37 pm, Tit \"Black\" Petric wrote: > > > > hmm.. any case that could be added perhaps in a more > > > > "imagecreatetruecolor" friendly way, a patch is better than no > > > > patch, even if it doesnt allways work :/ or atleast a function which > > > > would convert a gd reso

Re: [PHP-DEV] bundled gd

2002-10-10 Thread Pierre-Alain Joye
On Fri, 11 Oct 2002 00:37:45 +0200 "Tit \"Black\" Petric" <[EMAIL PROTECTED]> wrote: > actually, i agree on making everything truecolor by default, as long > as ttftext gets fixed, and functions added > > gif support is not likely to be re-added, correct? Actually, I ve just seen a commit about

Re: [PHP-DEV] bundled gd

2002-10-10 Thread Tit \"Black\" Petric
> > > hmm.. any case that could be added perhaps in a more > > > "imagecreatetruecolor" friendly way, a patch is better than no > > > patch, even if it doesnt allways work :/ or atleast a function which > > > would convert a gd resource created with imagecreate() to a > > > truecolor one, the oppo

Re: [PHP-DEV] bundled gd

2002-10-10 Thread Pierre-Alain Joye
On Fri, 11 Oct 2002 00:04:07 +0200 Pierre-Alain Joye <[EMAIL PROTECTED]> wrote: > On Fri, 11 Oct 2002 00:00:47 +0200 > "Tit \"Black\" Petric" <[EMAIL PROTECTED]> wrote: > > > hmm.. any case that could be added perhaps in a more > > "imagecreatetruecolor" friendly way, a patch is better than no >

Re: [PHP-DEV] PHP 4.3.0pre1 [updated]

2002-10-10 Thread Markus Fischer
Shouldn't this be synchronised with a Win32 binary release? (Apologies if pre1 binaries for Win32 are available, I can't seem to get the inforamtion where they are?) thanks, - Markus On Thu, Oct 10, 2002 at 03:05:22PM -0400, Andrei Zmievski wrote : > Apologies, the cor

Re: [PHP-DEV] bundled gd

2002-10-10 Thread Pierre-Alain Joye
On Fri, 11 Oct 2002 00:00:47 +0200 "Tit \"Black\" Petric" <[EMAIL PROTECTED]> wrote: > hmm.. any case that could be added perhaps in a more > "imagecreatetruecolor" friendly way, a patch is better than no patch, > even if it doesnt allways work :/ or atleast a function which would > convert a gd

Re: [PHP-DEV] bundled gd

2002-10-10 Thread Tit \"Black\" Petric
> >if it is not then http://www.coupin.net/gd-freetype/ has the diff/source for > >gd2.0.1 which i believe is the latest one > > (snip cvs log) > > It was added and then removed.. hmm.. any case that could be added perhaps in a more "imagecreatetruecolor" friendly way, a patch is better than

Re: [PHP-DEV] bundled gd

2002-10-10 Thread Jani Taskinen
On Thu, 10 Oct 2002, Tit "Black" Petric wrote: >since gd is supposed to be bundled and packed together with php4.3 i just >wanted to know if the patch for imagettftext for the truecolor rendering >will be applied to its source, or if its allready has been - i wouldnt want >it to be missed by acci

Re: [PHP-DEV] Additional 4.3.0pre1 Win32 Build Errors

2002-10-10 Thread Ilia A.
The compile error can be fixed by applying the attached patch. Ilia On October 10, 2002 05:19 pm, Michael Sisolak wrote: > My Win32 build of 4.3.0pre1 also fails with these two errors: > > glob.c > c:\work\php-source\php-4.3.0pre1\win32\glob.c(506) : warning C4090: > 'function' : different 'cons

[PHP-DEV] Additional 4.3.0pre1 Win32 Build Errors

2002-10-10 Thread Michael Sisolak
My Win32 build of 4.3.0pre1 also fails with these two errors: glob.c c:\work\php-source\php-4.3.0pre1\win32\glob.c(506) : warning C4090: 'function' : different 'const' qualifiers c:\work\php-source\php-4.3.0pre1\win32\glob.c(506) : warning C4028: formal parameter 1 different from declaration c:\w

[PHP-DEV] Feature ./ correction to design flaw request

2002-10-10 Thread Nick Lindridge
Hello, Although most globals are correctly handled in PHP for thread safety, the zend_execute and zend_compile_file hooks are not given slots in any TS memory. It would be beneficial to correctly give these globals TS slots. n. -- PHP Development Mailing List To unsub

[PHP-DEV] bundled gd

2002-10-10 Thread Tit \"Black\" Petric
since gd is supposed to be bundled and packed together with php4.3 i just wanted to know if the patch for imagettftext for the truecolor rendering will be applied to its source, or if its allready has been - i wouldnt want it to be missed by accident if it is not then http://www.coupin.net/gd-fre

[PHP-DEV] 4.3.0pre1 Win32 Build Error

2002-10-10 Thread Michael Sisolak
A Win32 build of 4.3.0pre1 fails with this error: Compiling... zend.c c:\work\php-source\php-4.3.0pre1\zend\zend.c(163) : error C2065: 'tsrm_ls' : undeclared identifier Michael Sisolak [EMAIL PROTECTED] __ Do you Yahoo!? Faith Hill - Exclusive Per

Re: [PHP-DEV] URL

2002-10-10 Thread Marco Tabini
Well, you could use mod_rewrite or simply point the default page of your website to a particular URL, but that will only work for one page--you can't hide all the pages behind the same URL, because the server wouldn't know how to address them. On Thu, 2002-10-10 at 16:38, ^|CoOL|^ cRþSH wrote: >

[PHP-DEV] URL

2002-10-10 Thread ^|CoOL|^ cRþSH
how can i hide the complete URL on my site and only show the domain.. well im colombian , thats because my english aint the best, but maybe this example can help.. URL : http://foros.solocodigo.com/post.php?action=newthread&fid=10 but i want only to show this URL : http://foros.solocodigo.com/

[PHP-DEV] Problem with tests/lang/034.phpt

2002-10-10 Thread Ilia A.
The 'tests/lang/034.phpt' in the 4.3.0pre1has a parse error that will cause the test to fail everytime. Please grab the latest copy of the this test from the CVS or if you cannot, download it via Web CVS at: http://cvs.php.net/co.php/php4/tests/lang/034.phpt?login=2&r=1.5&p=1 Ilia -- PHP Deve

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/iconv/tests Quotes.UTF-8 translit-utf8.inc translit-utf8.phpt

2002-10-10 Thread Melvyn Sopacua
At 21:39 10-10-2002, Moriyoshi Koizumi wrote: >glibc iconv translit'ed like below: > >-- >"Hello" >'Hello' >,,Hello" >,Hello' >"Hello" >'Hello' >,,Hello" >,Hello' >-- >How can we do with this result? > >IMO transliteration is very implementation specific feature, and further >test

[PHP-DEV] uploads with php

2002-10-10 Thread Ana Paula Sabelli
Hi, I have Linux Redhat 6.2, Apache 1.3.26 and PHP 4.2.3, and I have problems with files upload. When I make an upload; the php, upload the file to the directory /var/tmp, but a little piece of it. I have checked the php.in and I have all ok there. I have posted this problem to many forums and

Re: [PHP-DEV] --disable-cgi yet again

2002-10-10 Thread andrey
Nope. Some people prefer to have CLI instead of CGI ( i am in the group). On Thursday 10 October 2002 22:31, Philip Olson wrote: > Shouldn't this be --disable-cli ? > > On Thu, 10 Oct 2002, Andrei Zmievski wrote: > > Can someone good with build system add --disable-cgi swtich, please? > > There is

Re: [PHP-DEV] --disable-cgi yet again

2002-10-10 Thread Derick Rethans
On Thu, 10 Oct 2002, Andrei Zmievski wrote: > On Thu, 10 Oct 2002, Philip Olson wrote: > > Shouldn't this be --disable-cli ? > > Eh, no. We already have --disable-cli. We need --disable-cgi. Sounds sane to me :) Derick -- --

Re: [PHP-DEV] --disable-cgi yet again

2002-10-10 Thread Andrei Zmievski
On Thu, 10 Oct 2002, Philip Olson wrote: > Shouldn't this be --disable-cli ? Eh, no. We already have --disable-cli. We need --disable-cgi. -Andrei http://www.gravitonic.com/ "I still find each day too short for all the thoughts I want to think, all the wal

Re: [PHP-DEV] --disable-cgi yet again

2002-10-10 Thread Philip Olson
Shouldn't this be --disable-cli ? On Thu, 10 Oct 2002, Andrei Zmievski wrote: > Can someone good with build system add --disable-cgi swtich, please? > There is a patch in php-dev archives but it doesn't work against the > current tree. I hate building cgi every time when I don't need it. > > -A

[PHP-DEV] --disable-cgi yet again

2002-10-10 Thread Andrei Zmievski
Can someone good with build system add --disable-cgi swtich, please? There is a patch in php-dev archives but it doesn't work against the current tree. I hate building cgi every time when I don't need it. -Andrei http://www.gravitonic.com/ "Music expresses t

[PHP-DEV] PHP 4.3.0pre1 [updated]

2002-10-10 Thread Andrei Zmievski
Apologies, the correct URL to download PHP 4.3.0pre1 from is: http://www.php.net/~andrei/php-4.3.0pre1.tar.bz2 -Andrei http://www.gravitonic.com/ * 2 + 2 = 5 for extremely large values of 2. * -- PHP Development Mailing List T

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard css.c

2002-10-10 Thread Moriyoshi Koizumi
Hi, Although I have no font problem differently to yasuo, (Actually I have got Arial Unicode MT) but I've experienced character encoding problem since your recent patch on ext/standard/info.c. How come you concluded that part is unnecesary? > I really think the best solution (not perfect, bu

[PHP-DEV] PHP 4.3.0pre1

2002-10-10 Thread Andrei Zmievski
Hello, PHP 4.3.0pre1 is available for download from http://qa.php.net. PHP 4.3.0 incorporates a very large number of changes, new features, and bugfixes, and thus requires extensive testing. This preliminary release is meant to kick-start this testing while the fixes are still being performed. Pl

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard array.c

2002-10-10 Thread Andi Gutmans
From the feedback I think it's best to revert this. Please do so. Thanks, Andi At 11:05 PM 10/9/2002 +0200, Andi Gutmans wrote: >At 11:03 PM 10/9/2002 +0200, Sterling Hughes wrote: >>On Wed, 2002-10-09 at 22:56, Derick Rethans wrote: >> > On Wed, 9 Oct 2002, Andi Gutmans wrote: >> > >> > > At 1

[PHP-DEV] CVS Account Request: ignore_it

2002-10-10 Thread ignore
ignore -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: scohen

2002-10-10 Thread shirley cohen
code development -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard array.c

2002-10-10 Thread Zeev Suraski
My guesstimate - lots of people use it. So, I'm -1 on breaking BC... Zeev At 23:05 09/10/2002, Andi Gutmans wrote: >I haven't :) >Anyway, I understand your reasoning. I just felt that lately too many >things have been breaking around us. >I'm cc'ing php-dev as that is a bigger forum. Have any

Re: [PHP-DEV] Help plase Php + MySql

2002-10-10 Thread Marco Tabini
You need to use mysql_fetch_array instead On Thu, 2002-10-03 at 15:29, Keith Calvert wrote: > Hi I've just started with Php and MySql > I have installed the PhpTriad all in one package and all seems to be going > well. > > I have the following problem, here is the code > > $result = mysql_quer

[PHP-DEV] Help plase Php + MySql

2002-10-10 Thread Keith Calvert
Hi I've just started with Php and MySql I have installed the PhpTriad all in one package and all seems to be going well. I have the following problem, here is the code $result = mysql_query("select * from proprietaires") or die( mysql_error() ); while ($row = mysql_fetch_row($result)) { echo

[PHP-DEV] Windows build broken

2002-10-10 Thread Edin Kadribasic
This has been reported before, but there is no harm in remiding people. I get errors in main/main.c lines 290 and 292 (initializer is not a constant). The trouble is that default_value gets expanded to default_value, sizeof(default_value)-1 in zend_ini.h and that does not work with getenv() and th