[PHP-DEV] sapi/embed ?

2003-01-17 Thread Brian Moon
I just noticed sapi/embed. Where can I find out more about what this is? I am hoping it is a sapi that will create a generic library that can be used from any C application. Is this true? Brian Moon dealnews.com -- PHP Development Mailing List To unsubscribe, visit: h

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/gd gd.c /ext/gd/libgd gd.c gd.h gd_gd2.c gd_jpeg.c

2003-01-17 Thread Ilia A.
On January 17, 2003 03:31 pm, Pierre-Alain Joye wrote: > MFH'ing this commit should be a good thing. > > pierre Indeed, new GD introduces some functionality that is likely to make PHP generate invalid gd2 images, due to format not being specified. If no one has any objections I will MFH this com

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/gd gd.c /ext/gd/libgd gd.c gd.hgd_gd2.c gd_jpeg.c

2003-01-17 Thread Pierre-Alain Joye
On Fri, 17 Jan 2003 18:34:07 - "Ilia Alshanetsky" <[EMAIL PROTECTED]> wrote: > iliaa Fri Jan 17 13:34:07 2003 EDT > > Modified files: > /php4/ext/gd gd.c > /php4/ext/gd/libgdgd.c gd.h gd_gd2.c gd_jpeg.c > Log: > Syncronize bundled GD library

Re: [PHP-DEV] [PATCH] jpeg2000 in php 4.3

2003-01-17 Thread Marcus Börger
At 10:52 17.01.2003, Adam Wright wrote: Have regenerated the diffs in unified format as well as fixed a minor bug in the JP2 support. I've put together a small page at http://www.j2g.org/php-dev/ It contains the patch, test script and a couple of example images in both raw codestream and JP2 for

[PHP-DEV] failure on tests output

2003-01-17 Thread modono
Failures report on php 4.3.0 make test. = FAILED TEST SUMMARY - Bug #21131: fopen($filename, "a+") has broken position [ext/standard/tests/file/bug21131.php

Re: [PHP-DEV] [PATCH] jpeg2000 in php 4.3

2003-01-17 Thread Adam Wright
Have regenerated the diffs in unified format as well as fixed a minor bug in the JP2 support. I've put together a small page at http://www.j2g.org/php-dev/ It contains the patch, test script and a couple of example images in both raw codestream and JP2 format. adamw - Original Message -

Re: [PHP-DEV] Curl Linux Console String --> PHP Translation

2003-01-17 Thread Derick Rethans
Hello, please forward user questions to the [EMAIL PROTECTED] mailinglist, this list is for development _OF_ PHP, not development _with_ PHP. Derick On Fri, 17 Jan 2003, Andrian Ivanov wrote: > Hi, > > i have a curl string: > > curl --casert CA.srt -E client.pem:huho8 -l "https://..."; > >

[PHP-DEV] Curl Linux Console String --> PHP Translation

2003-01-17 Thread Andrian Ivanov
Hi, i have a curl string: curl --casert CA.srt -E client.pem:huho8 -l "https://..."; now, i've added all of the needed curl properties for the php application(e.g. curl_setopt($connection,CURLOPT_PORT,9000) BUT i can't find what's the name of the Curl CONSTANT matching the client's Public Ke

Re: [PHP-DEV] Memory allocation problems

2003-01-17 Thread Edin Kadribasic
> >I have a script that allocates a lot of memory (huge associative arrays). > >The problem is that this scripts bails out with fatal error (emalloc > >unable to allocate 44 bytes) when I hit the limit of physical ram in the > >machine. Swap never gets used. The machine has 1 GB of ram and 2 GB of