Re: [PHP-DEV] date() extension

2003-02-27 Thread Pierre-Alain Joye
On Thu, 27 Feb 2003 16:09:40 +0100 "Dirkjan Ochtman" <[EMAIL PROTECTED]> wrote: > Didn't have time, but here's a new patch. It seems Outlook create weird and useless attachment, can you make it available online ? thank's pierre -- PHP Development Mailing List To unsubscr

Re: [PHP-DEV] [PATCH] imagesavealpha()

2003-02-26 Thread Pierre-Alain Joye
On Thu, 20 Feb 2003 22:17:48 +0200 Jukka Holappa <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > I have reported at http://bugs.php.net/?id=22323 that it's impossible > to actually create png images that are partially transparent. I needed > that feature

Re: [PHP-DEV] CVS Account Request: thierry_bo

2003-02-26 Thread Pierre-Alain Joye
On 26 Feb 2003 18:15:42 - "Thierry Bothorel" <[EMAIL PROTECTED]> wrote: > HELP IN MAINTENANCE : > > - help "Pierre-Alain Joye" <[EMAIL PROTECTED]> and pearfr.org to > translate pear manual and pear weekly news in french I confirm this request. S

Re: [PHP-DEV] [PATCH] imagesavealpha()

2003-02-23 Thread Pierre-Alain Joye
Hello, The 1st patch will be applied, the 2nd is better but increase again the difference between the official GD and the bundled GD. Our plan is to keep our energy on the new gd and provides only bugfixes in the current 4.3 releases, that makes our life really easier. thank's for your contribut

Re: [PHP-DEV] [PATCH] imagesavealpha()

2003-02-20 Thread Pierre-Alain Joye
On Thu, 20 Feb 2003 22:17:48 +0200 Jukka Holappa <[EMAIL PROTECTED]> wrote: It sounds good, I will run tests today and commit it to the HEAD. Thank's pierre -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] new Date extenstion

2003-02-18 Thread Pierre-Alain Joye
On Tue, 18 Feb 2003 12:03:45 +0100 Hartmut Holzgraefe <[EMAIL PROTECTED]> wrote: > Pierre-Alain Joye wrote: > ext/calendar is about date only, not about time Yes, both are usefull. > but i can't see where it is not cross-platform ... It is. > and if you want to come up

Re: [PHP-DEV] new Date extenstion

2003-02-17 Thread Pierre-Alain Joye
On Mon, 17 Feb 2003 17:18:46 +0100 "Dirkjan Ochtman" <[EMAIL PROTECTED]> wrote: > I think a date_serialize() function would be nice (with a companion > unserialize). It should return a short version of the object that can > be stored in a database, for example. Also, I would like a function > that

Re: [PHP-DEV] new Date extenstion

2003-02-17 Thread Pierre-Alain Joye
On Mon, 17 Feb 2003 15:40:08 +0100 Hartmut Holzgraefe <[EMAIL PROTECTED]> wrote: > ext/calendar has support for all this ... it even knows about the > "french revolution calendar" ;) rofl :) Well, I'm talking about a good and usefull date/time extension. I do not say calendar is not good, but i

Re: [PHP-DEV] new Date extenstion

2003-02-17 Thread Pierre-Alain Joye
On Mon, 17 Feb 2003 13:26:23 +0100 (CET) Edin Kadribasic <[EMAIL PROTECTED]> wrote: > It would probably be easier to take one cutoff point like the unix cal > > command. From its manpage: > > The Gregorian Reformation is assumed to have occurred in 1752 on the > 3rd of September. By this t

Re: [PHP-DEV] new Date extenstion

2003-02-17 Thread Pierre-Alain Joye
On Mon, 17 Feb 2003 12:58:21 +0100 "Edin Kadribasic" <[EMAIL PROTECTED]> wrote: > Does the extension take into acount calendar changes like: > > $ cal 9 1752 >September 1752 > Su Mo Tu We Th Fr Sa >1 2 14 15 16 > 17 18 19 20 21 22 23 > 24 25 26 27 28 29 30 oops, wrong shortcut :) A

Re: [PHP-DEV] new Date extenstion

2003-02-17 Thread Pierre-Alain Joye
On Mon, 17 Feb 2003 12:58:21 +0100 "Edin Kadribasic" <[EMAIL PROTECTED]> wrote: > Does the extension take into acount calendar changes like: > > $ cal 9 1752 >September 1752 > Su Mo Tu We Th Fr Sa >1 2 14 15 16 > 17 18 19 20 21 22 23 > 24 25 26 27 28 29 30 > > Edin Actually -- PH

Re: [PHP-DEV] Re: new Date extenstion

2003-02-16 Thread Pierre-Alain Joye
On Mon, 17 Feb 2003 00:04:50 +0200 "moshe doron" <[EMAIL PROTECTED]> wrote: > Pierre, > u catching me a moment before i'm commiting date_sunrise(), > date_sunset() functions, as agreed on the list. do we have a naming > conflict here? No, I answered for 2 reasons, the 1st was to respect the new n

Re: [PHP-DEV] new Date extenstion

2003-02-16 Thread Pierre-Alain Joye
On 16 Feb 2003 20:17:13 + Theo Spears <[EMAIL PROTECTED]> wrote: > On Sun, 2003-02-16 at 16:17, Pierre-Alain Joye wrote: > > hello, > > > > As a side note, the date range starts on 1/1/1 and ends on > > 31/12/65535. > > > > pierre > > Wh

Re: [PHP-DEV] new Date extenstion

2003-02-16 Thread Pierre-Alain Joye
On Sun, 16 Feb 2003 11:58:52 -0800 Vlad Krupin <[EMAIL PROTECTED]> wrote: > Looks interesting. A lot of functions though. Would it make sense to > at least remove all date_sub_* () functions in favor of using the > date_add_* () counterparts with negative values? E.g. > date_add_days(-10) does th

Re: [PHP-DEV] new Date extenstion

2003-02-16 Thread Pierre-Alain Joye
hello, As a side note, the date range starts on 1/1/1 and ends on 31/12/65535. pierre -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] new Date extenstion

2003-02-16 Thread Pierre-Alain Joye
Hello, I made a new extension to work with dates, you may find infos&sources here: Docs: http://www.pearfr.org/php_date/docs/ Sources: http://www.pearfr.org/php_date/sources/ This is a alpha release, a first shot. I still have to create a full set of tests script. The idea is to provide a fullfe

[PHP-DEV] bug #22103

2003-02-07 Thread Pierre-Alain Joye
Hello, About this bug, I can backport the new functions wroten for the new gd. But I do not know if it is allowed to add new functions to the current HEAD or 4_3_0. The new functions fix only the filled ellipse/circle problem, the new filled_arc cannot be fixed without adding a lot of things to th

Re: [PHP-DEV] [PATCH] new idate() - sunrise() - sunset() functions

2003-02-07 Thread Pierre-Alain Joye
On Fri, 7 Feb 2003 14:37:32 +0200 "moshe doron" <[EMAIL PROTECTED]> wrote: > well, what about sun_set(), sun_rise()? date_sunset() (or date_sun_set ;) ) if it is defined in the date/time section or cal_sunset() if it is defined within the calendar extension. my 2cts, hth pierre -- PHP Devel

Re: [PHP-DEV] Re: str_ireplace vs. stri_replace

2003-01-30 Thread Pierre-Alain Joye
On Thu, 30 Jan 2003 17:11:53 -0500 "Ilia A." <[EMAIL PROTECTED]> wrote: > +1 from me too, stri_replace sound like a function some users may have > > implemented them selves and we could end up breaking their code by > introducing it. exactly :). And why introduce function name with no respect

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

2003-01-20 Thread Pierre-Alain Joye
On Mon, 20 Jan 2003 21:01:28 -0500 Jon Parise <[EMAIL PROTECTED]> wrote: > On Tue, Jan 21, 2003 at 01:49:34AM -0000, Pierre-Alain Joye wrote: > > > + * Added on 2003/12 by Pierre-Alain Joye ([EMAIL PROTECTED]) > > + * (c) 2003 Pierre-Alain Joye > > I think receiv

[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] PHP4 + PHP5

2003-01-14 Thread Pierre-Alain Joye
On Tue, 14 Jan 2003 11:59:27 +0100 (CET) Derick Rethans <[EMAIL PROTECTED]> wrote: > You can't always have fun, but it has to do with responsibility to > users. :) Oh ? really ? *sick* ;-) pierre -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/u

Re: [PHP-DEV] PHP4 + PHP5

2003-01-14 Thread Pierre-Alain Joye
On Tue, 14 Jan 2003 11:30:53 +0100 (CET) Derick Rethans <[EMAIL PROTECTED]> wrote: > It didn't even work fine with php3/php4 last time I tried it. that works for the core and for ie, mysql, as far as I remember :). > Also, why would we need it for php4/php5? If it s not too much work to make it

Re: [PHP-DEV] PHP4 + PHP5

2003-01-13 Thread Pierre-Alain Joye
On Mon, 13 Jan 2003 20:46:45 -0500 "Mike Robinson" <[EMAIL PROTECTED]> wrote: > Hiya, > > I'm wondering if it will be possible to build and use both PHP4 > and PHP5 as apache modules on the same webserver, similar to the > way we could use both PHP3 and PHP4. I hope so. libphp5 will be the modul

[PHP-DEV] Re: [PEAR-DEV] Re: [PHP-DEV] Re: [PEAR-DEV] Re: Thank's for theannounce about PEAR and a little precision

2003-01-13 Thread Pierre-Alain Joye
On Mon, 13 Jan 2003 16:00:26 +0100 "Edin Kadribasic" <[EMAIL PROTECTED]> wrote: > Pear is not included in Win32 distribution of php-4.3.0. The pear > installer is broken on windows and since there is no easy way to > install PEAR without it it was not bundled with the distro. *sick* I were sure t

[PHP-DEV] Re: [PEAR-DEV] Re: Thank's for the announce about PEAR and a littleprecision

2003-01-13 Thread Pierre-Alain Joye
On Mon, 13 Jan 2003 15:14:55 +0100 "Dirkjan Ochtman" <[EMAIL PROTECTED]> wrote: > Hello, > > I'm running PHP (4.3.0) on Windows, and I haven't seen *anything* > relating to PEAR in my (.zip) binary distribution. Am I just looking > in the wrong place? Early release of binary php 4.3.0 for win32

[PHP-DEV] Thank's for the announce about PEAR and a little precision

2003-01-13 Thread Pierre-Alain Joye
Hello, Thank's a lot to finally drop a news about PEAR on php.net :-) I read a lot of comments on differents php sites around, and there are maybe a confusion between PEAR core packages and PEAR installer. It s true that's the PEAR installer itself is still beta on non *nices platforms, but the

Re: [PHP-DEV] Should I fix this?

2003-01-12 Thread Pierre-Alain Joye
On Mon, 13 Jan 2003 00:49:43 +0100 "Rickard Andersson" <[EMAIL PROTECTED]> wrote: > To tell you the truth, I never really thought about running > getimagesize() to get width="x" height="y" when displaying the images. > For some reason I always thought that I would be forced to save the > width and

Re: [PHP-DEV] Should I fix this?

2003-01-12 Thread Pierre-Alain Joye
Hello, I do not think this is a good solution, and starting to check the internal data of each images (think about bmp or any 'raw' images format). The filesize (with max upload size) will preserve of big image upload. Render the image inside a html image can be fixed with the size properties (wh

Re: [PHP-DEV] patch for libgd/gd.c (gdImageRotate90 x,y transposed)

2003-01-09 Thread Pierre-Alain Joye
On Thu, 9 Jan 2003 17:22:02 -0800 "Leon Atkinson" <[EMAIL PROTECTED]> wrote: > This function isn't making the new image with the right dimensions. Thank's :-) pierre -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] imageline drawing twice

2003-01-07 Thread Pierre-Alain Joye
On Tue, 7 Jan 2003 14:15:40 -0800 "Leon Atkinson" <[EMAIL PROTECTED]> wrote: > It looks like imageline() draws the line twice. My fault, you re right. pierre -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /main .cvsignore config.w32.hconfig.w32.h.in /win32 php4dll.dsp php4dllts.dsp

2003-01-05 Thread Pierre-Alain Joye
On Sun, 05 Jan 2003 17:23:48 +0100 Sebastian Bergmann <[EMAIL PROTECTED]> wrote: > Pierre-Alain Joye wrote: > > While you are working on it, is it possible to fix these actually > > completly useless constants ? using getenv too ? > > > > It will be very usefull.

[PHP-DEV] Win32 binaries, CLI and PEAR

2002-12-27 Thread Pierre-Alain Joye
Hello, While checking the win32 binaries, I did not find any CLI, neither PEAR files. Any reason ? pierre -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Creating extensions problem

2002-12-23 Thread Pierre-Alain Joye
On Mon, 23 Dec 2002 15:44:10 +0530 [EMAIL PROTECTED] wrote: > > Hello Markus, > Thanx a lot, I am able to finally build my extension dll. > > Can u recommend some good site for detailed information on > php-extension dlls? Not specific to windows, even maybe only for unix ;), but usef

Re: [PHP-DEV] T_PAAMAYIM_NEKUDOTAYIM

2002-12-16 Thread Pierre-Alain Joye
On Tue, 17 Dec 2002 00:17:47 +0100 Pierre-Alain Joye <[EMAIL PROTECTED]> wrote: > On Mon, 16 Dec 2002 23:56:03 +0100 > Bertrand Mansion <[EMAIL PROTECTED]> wrote: > > > will return 'Undefined variable: this'... > > The syntax foo::bar() should be used

Re: [PHP-DEV] T_PAAMAYIM_NEKUDOTAYIM

2002-12-16 Thread Pierre-Alain Joye
On Mon, 16 Dec 2002 23:56:03 +0100 Bertrand Mansion <[EMAIL PROTECTED]> wrote: > will return 'Undefined variable: this'... The syntax foo::bar() should be used for every method callable directly (ex: a factory), without an instance of the parent object. The "$this" variable represents the object

Re: [PHP-DEV] T_PAAMAYIM_NEKUDOTAYIM

2002-12-16 Thread Pierre-Alain Joye
On Mon, 16 Dec 2002 20:55:49 +0100 (CET) Derick Rethans <[EMAIL PROTECTED]> wrote: > > And keep an access to $this from inside the object calling the > > external method because my parsing is actually recursive. > > $this only works for instanciated classes, not static method calls. Indeed, you

Re: [PHP-DEV] useless config.w32.h and solutions

2002-12-01 Thread Pierre-Alain Joye
On Sun, 01 Dec 2002 07:57:18 -0800 "Frank M. Kromann" <[EMAIL PROTECTED]> wrote: > We could change it to something like this: > > #define PEAR_INSTALLDIR > (getenv("PEAR_INSTALLDIR"))?getenv("PEAR_INSTALLDIR"):"c:\\php4\\pear" As far as I remember, that s what has been done weeks ago and causes

Re: [PHP-DEV] useless config.w32.h and solutions

2002-12-01 Thread Pierre-Alain Joye
On Sun, 1 Dec 2002 09:48:35 -0500 Dan Kalowsky <[EMAIL PROTECTED]> wrote: >Sounds like an interesting idea, but does this: > A) accurately reflect the changes you want to do (I think the #defines > are messed up) They are here, but useless ;-) > B) work at all on a pre-built binary? I do not b

[PHP-DEV] useless config.w32.h and solutions

2002-12-01 Thread Pierre-Alain Joye
Hello, After a nth discussion on phpdev with Stig, Sebastian and me, I post this message to ask you the way we should go to solve the problem of useless constants define in config.w32.h (see bottom). The main idea is to check if an environment is available and use it. It will not be too complicat

Re: [PHP-DEV] [PATCH] Redirect on Error

2002-11-26 Thread Pierre-Alain Joye
On Tue, 26 Nov 2002 08:57:33 -0500 Andrei Zmievski <[EMAIL PROTECTED]> wrote: > > Don't forget that there seem to be many who strongly opose your > > suggestion. > > Myself included. Same here (strongly oppose). pierre -- PHP Development Mailing List To unsubscribe, vis

Re: [PHP-DEV] GIF support

2002-11-20 Thread Pierre-Alain Joye
On Wed, 20 Nov 2002 14:01:06 +0100 "Carsten Gehling" <[EMAIL PROTECTED]> wrote: > A question popped into my mind. I know GD doesn't support GIF because > of Unisys' license on the LZW compression format. > > Then how can ImageMagick support it? afaik, it supports uncompressed GIF, which is usele

Re: [PHP-DEV] XML_Parser and php

2002-11-20 Thread Pierre-Alain Joye
On 20 Nov 2002 09:54:59 +0100 Robin Ericsson <[EMAIL PROTECTED]> wrote: Can you forward your mail on peardev mailing and/or post a bug report on bugs.php.net (PEAR related). tia pa -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] GD 2.0.6 make errors

2002-11-14 Thread Pierre-Alain Joye
On Thu, 14 Nov 2002 11:51:30 -0500 "Clay" <[EMAIL PROTECTED]> wrote: > Gcc 3.2 > Solaris 9 > > 2.0.1 works fine. Any ideas? Anyone compile 2.0.6 yet on any > platform? do you mean 2.04 official gd ? pa -- PHP Development Mailing List To unsubscribe, visit: http://www.p

Re: [PHP-DEV] Re: GD filters done patch available

2002-11-12 Thread Pierre-Alain Joye
On Wed, 13 Nov 2002 01:40:52 +0100 "Peter Neuman" <[EMAIL PROTECTED]> wrote: > Hi, > > "Pierre-Alain Joye" <[EMAIL PROTECTED]>: > > > GD filters are done and patch against current cvs available at > > http://www.pearfr.org/phpgd/fil

Re: [PHP-DEV] GD filters done patch available

2002-11-12 Thread Pierre-Alain Joye
On Tue, 12 Nov 2002 22:17:06 +0100 Pierre-Alain Joye <[EMAIL PROTECTED]> wrote: > Hello, > > GD filters are done and patch against current cvs available at > http://www.pearfr.org/phpgd/filters/ > > Feedbacks, comments welcome I uploaded a new patch, I forgot the C

Re: [PHP-DEV] GD filters done patch available

2002-11-12 Thread Pierre-Alain Joye
On Tue, 12 Nov 2002 22:17:06 +0100 Pierre-Alain Joye <[EMAIL PROTECTED]> wrote: > Hello, > > GD filters are done and patch against current cvs available at > http://www.pearfr.org/phpgd/filters/ > > Feedbacks, comments welcome I uploaded a new patch, I forgot the C

[PHP-DEV] GD filters done patch available

2002-11-12 Thread Pierre-Alain Joye
Hello, GD filters are done and patch against current cvs available at http://www.pearfr.org/phpgd/filters/ Feedbacks, comments welcome hth pa -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] patch fix warning in ext/gd/libgd/gd.c

2002-11-12 Thread Pierre-Alain Joye
Hello, Fix the last warning I got in ext/gd/libg/gd.c (using -W -g3) pa Index: gd.c === RCS file: /repository/php4/ext/gd/libgd/gd.c,v retrieving revision 1.24 diff -u -r1.24 gd.c --- gd.c12 Nov 2002 13:12:58 - 1.24

Re: [PHP-DEV] [RFC] gd, imagefilter

2002-11-12 Thread Pierre-Alain Joye
Hello, That's it :) I did not find a sample privat function, now I do. For the ML archive, here is how to do it: On Tue, 12 Nov 2002 17:48:08 +0100 (CET) Derick Rethans <[EMAIL PROTECTED]> wrote: > typedef image_filter { > void (function*)(INTERNAL_FUNCTION_PARAMETERS); > } image_filter;

Re: [PHP-DEV] [RFC] gd, imagefilter

2002-11-12 Thread Pierre-Alain Joye
On Tue, 12 Nov 2002 17:48:08 +0100 (CET) Derick Rethans <[EMAIL PROTECTED]> wrote: > On Tue, 12 Nov 2002, Pierre-Alain Joye wrote: .. > #define FILTER_MAX2 Already done :) > typedef image_filter { > void (function*)(INTERNAL_FUNCTION_PARAMETERS); > } image_filt

[PHP-DEV] [RFC] gd, imagefilter

2002-11-12 Thread Pierre-Alain Joye
Hello, I m done with new filters function for the bundled gd, all seems to compile&work well. I m stuck with 'little' things : 1. php syntax After a short discussion on #php, I choose to implement a generic function: bool imagefilter(resssource img, int filtertype [,arg1,argn,...]); where int fi

Re: [PHP-DEV] CyberMut and SPPLUS

2002-11-07 Thread Pierre-Alain Joye
On Thu, 07 Nov 2002 17:13:25 +0200 Tal Peer <[EMAIL PROTECTED]> wrote: > PECL extensions should follow the PHP CS, not PEAR CS. Exactly :) pa -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CyberMut and SPPLUS

2002-11-07 Thread Pierre-Alain Joye
On Thu, 7 Nov 2002 15:35:55 +0100 <[EMAIL PROTECTED]> wrote: > Okay, nice. Who can gimme enough karma to commit this new ext? I repeat the rules, right here to avoid cross posting again: 1. Show the sources 2. PEAR members will vote (a min. of 6 votes) 3. If your package has been approved, ask fo

Re: [PHP-DEV] Compile PHP-CODE

2002-11-06 Thread Pierre-Alain Joye
On Wed, 6 Nov 2002 16:16:23 +0100 "Betim Deva" <[EMAIL PROTECTED]> wrote: >Does anybody know about the possibilities of compliling the php >source code You cannot. But you can encode if this is what you need, check zend products or equivalent. If the goals are performances, look at Zend

Re: [PHP-DEV] PHP CLI environment variables

2002-11-06 Thread Pierre-Alain Joye
On Wed, 6 Nov 2002 14:11:03 +0100 Kjartan Mannes <[EMAIL PROTECTED]> wrote: > Doesn't this make things overly complex? Any good reason why the > missing values in variables_order don't just get automatically > appended to the end? It is just faster to check if the var exists and returns it inste

Re: [PHP-DEV] PHP CLI environment variables

2002-11-06 Thread Pierre-Alain Joye
On Wed, 6 Nov 2002 13:30:03 +0100 Kjartan Mannes <[EMAIL PROTECTED]> wrote: > I just tried using php-cli from the latest cvs and am a little > confused by the placement of shell environment variables. $_ENV is > empty, but the values are stored in $HTTP_SERVER_VARS and $_SERVER. > > Is this the p

Re: [PHP-DEV] CVS Account Request: mrioux

2002-11-05 Thread Pierre-Alain Joye
On Wed, 06 Nov 2002 08:02:27 +0900 Moriyoshi Koizumi <[EMAIL PROTECTED]> wrote: > Hmm, I'm afraid that I have to mention you a PECL module that seems > very similar to your module... Do not be afraid, collaboration or help are always wellcomed :-) pa ps: Martial, inscrit toi a peardev si tu voi

[PHP-DEV] Patch adding imagerotate to bundle gd ready

2002-10-28 Thread Pierre-Alain Joye
Hello, The patch to add rotate functions to bundled is ready, great thx to ilia to clean up the code and apply the CS :-) Available at: http://www.pearfr.org/phpgd/source/gd.txt May ilia can directly commit it ? as we said, it may be usefull to get it in 4.3.0 :-) hth pa -- PHP Development M

Re: [PHP-DEV] I hope this is the last email about this :)

2002-10-28 Thread Pierre-Alain Joye
hello, I just remember the subject :- [PHP-DEV] I hope this is the last email about this :) sorry, cannot resist to do it :-) -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Forked ext/gd by default

2002-10-21 Thread Pierre-Alain Joye
On Mon, 21 Oct 2002 14:41:02 -0400 Andrei Zmievski <[EMAIL PROTECTED]> wrote: > I think we should use forked version of gd library by default for > 4.3.0. From what I hear it is already the best version of any of them > out there and if it saves us any more grief, all the better. > Objections? w0

Re: [PHP-DEV] Forked ext/gd by default

2002-10-21 Thread Pierre-Alain Joye
On Mon, 21 Oct 2002 21:05:52 +0200 (CEST) Derick Rethans <[EMAIL PROTECTED]> wrote: er image* functions. > > gdImageRotate would be the _internal_ name of the C function our > bundled GD :) exactly :) imagerotate from the script. pa -- PHP Development Mailing List To unsu

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 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 > > "ima

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] Re: [PHP-DOC] iconv-extension

2002-10-08 Thread Pierre-Alain Joye
On Tue, 08 Oct 2002 23:43:42 +0900 Yasuo Ohgaki <[EMAIL PROTECTED]> wrote: > Gabor Hojtsy wrote: > > What php-dev guys think about this? > > > > Goba > > Except there may be some lib detection problems on some > platforms. It's stable, IMO. Without specify anything detection failed on RH7.3 (l

Re: [PHP-DEV] Scratching the 4.3 branch

2002-10-06 Thread Pierre-Alain Joye
On Mon, 7 Oct 2002 01:36:16 +0200 Pierre-Alain Joye <[EMAIL PROTECTED]> wrote: > I do believe I ve write access to /php4 (only php4/pear), I > never need it, except now for the gd. oops :) I do not believe I ve got the write access to the php4 cvs tree :-) -- PHP Development

Re: [PHP-DEV] Scratching the 4.3 branch

2002-10-06 Thread Pierre-Alain Joye
On Sun, 6 Oct 2002 16:34:15 -0700 (PDT) Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: > > I am very tempted to clean up the GD source. I hate the way it is > formatted. Same here, it s a pain to work with it, as well as the big amout of different functions in the same file ;-) > Nothing has happ

Re: [PHP-DEV] Scratching the 4.3 branch

2002-10-06 Thread Pierre-Alain Joye
Hello, On Sun, 6 Oct 2002 09:18:42 -0700 (PDT) Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: > the image rotation functions for GD that are waiting in the > wings. I just updated the sources (http://www.pearfr.org/phpgd), it seems to work well now(2'bugs' fixed). If it is urgent, I can add now the

[PHP-DEV] rotation function for bundled gd

2002-10-05 Thread Pierre-Alain Joye
Hello, Here is a 1st shot to adding rotations function to the bundled gd : http://www.pearfr.org/phpgd/ I worked only on gd sources, I currently do not have enough time to go in php sources ;), I can try to do it during the next weekend. I have to fix the background color for unconvered zones,

[PHP-DEV] Re: [PEAR-DEV] Re: [PHP-DEV] PEAR and 4.3 release

2002-10-01 Thread Pierre-Alain Joye
On Tue, 1 Oct 2002 19:05:22 +0200 Martin Jansen <[EMAIL PROTECTED]> wrote: > On Tue Oct 01, 2002 at 07:0226PM +0200, Martin Jansen wrote: > > I think PEAR is pretty fare and it is absolutely read for a first > > appearance on the official stage. > > Doh, ignore this. Better: I think PEAR is abso

Re: [PHP-DEV] auto_prepend/append: does the PHP engine cache the

2002-09-29 Thread Pierre-Alain Joye
On Sun, 29 Sep 2002 21:32:04 +0900 Jean-Christian Imbeault <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > > > It would indeed more efficient, but PHP reparses and executes the > > auto_prepend/auto_append files every time a script is started. > > Shucks ... I take it that you are fa

Re: [PHP-DEV] Feature request -- feedback welcomed.

2002-09-28 Thread Pierre-Alain Joye
On Sat, 28 Sep 2002 22:23:08 +0200 Sebastian Bergmann <[EMAIL PROTECTED]> wrote: > His name is "Derick", like the TV inspector. yup, but he s more funny ;-) -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] export data to text file

2002-09-28 Thread Pierre-Alain Joye
On Sat, 28 Sep 2002 16:02:43 +0200 "Diana Castillo" <[EMAIL PROTECTED]> wrote: > What is the best solution? Asking it on php-general, this list is for the development of php itself, not with php. Check the permission of the destination folder. hth pa -- PHP Development Mailing List

Re: [PHP-DEV] CVS Account Request: olivier

2002-09-21 Thread Pierre-Alain Joye
hello, the refered post on peardev about text_password : http://marc.theaimsgroup.com/?l=pear-dev&m=103140107523613&w=2 if needed :) On 21 Sep 2002 12:17:21 - "Olivier Vanhoucke" <[EMAIL PROTECTED]> wrote: > I need an account to develop and update the package Text_Password for PEAR. > tha

Re: [PHP-DEV] Re: sockets extension

2002-09-09 Thread Pierre-Alain Joye
On Mon, 9 Sep 2002 16:59:19 -0700 "NAIK,ROSHAN (HP-Cupertino,ex1)" <[EMAIL PROTECTED]> wrote: > > Extensions not accessible via cvs.php.net !! > --- > mailparse, dbplus, muscat You missed a folder 'cvsroot/pear/PECL'. Experimental is a good state for extension wh

[PHP-DEV] GD version available in script ?

2002-09-05 Thread Pierre-Alain Joye
Hello, Working on PEAR::Image_Transform, I realize there is no way to check the currently used gd version. Beside that, gd2 functions are always available (raise warning if wrong gd version), this forces us to make a first call the function and call it again : -- PHP Development Mailing List

[PHP-DEV] GD version available in script ?

2002-09-05 Thread Pierre-Alain Joye
Hello, Working on PEAR::Image_Transform, I realize there is no way to check the currently used gd version. Beside that, gd2 functions are always available (raise warning if wrong gd version), this forces us to make a first call the function and call it again : if(@ImageCreateTrueColor()){

Re: [PHP-DEV] MFH -R php4/pear/* files

2002-08-29 Thread Pierre-Alain Joye
On Thu, 29 Aug 2002 22:40:27 +0200 (CEST) [EMAIL PROTECTED] wrote: > The release cycle for 4.3.0 is totally nowhere yet :) But if you mean > 4.2.3 then I won't be very happy with putting new PEAR stuff in there > now this late in the process (one week before release). So short ? well, clear th

Re: [PHP-DEV] MFH -R php4/pear/* files

2002-08-29 Thread Pierre-Alain Joye
On Thu, 29 Aug 2002 22:29:38 +0200 Martin Jansen <[EMAIL PROTECTED]> wrote: > The original plan was to only bundle the PEAR installer and all > packages, which are required to make it work, with PHP 4.3.0. All > other components should stay outside and must be installed via this > installer. The

Re: [PHP-DEV] MFH -R php4/pear/* files

2002-08-29 Thread Pierre-Alain Joye
On Thu, 29 Aug 2002 17:07:41 +0200 "Edin Kadribasic" <[EMAIL PROTECTED]> wrote: > If you have specific things that should be merged, that would be a > different thing altogether. The real need of a working pear command in a distribution. Current release (included RC1) does not work on win32 pla

Re: [PHP-DEV] Reading PDF

2002-08-26 Thread Pierre-Alain Joye
On Mon, 26 Aug 2002 08:22:52 -0400 "David Eriksson" <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Is it possible to read the contents of PDF files from PHP? > > PdfLib is only capable of writing PDF files, as far as I know. Can read if you buy the licence, check www.pdflib.com for further infos.

Re: [PHP-DEV] PHP 4.3 and PHP 5

2002-08-21 Thread Pierre-Alain Joye
On Wed, 21 Aug 2002 16:37:13 -0400 (EDT) Dan Kalowsky <[EMAIL PROTECTED]> wrote: > On Wed, 21 Aug 2002, Pierre-Alain Joye wrote: > > > Works well in 4.1.1 : > > > > on : SunOS argiope 5.8 Generic_108528-05 sun4u sparc SUNW,Ultra-250 > > You are the first

Re: [PHP-DEV] PHP 4.3 and PHP 5

2002-08-21 Thread Pierre-Alain Joye
On Wed, 21 Aug 2002 15:46:50 -0400 (EDT) Dan Kalowsky <[EMAIL PROTECTED]> wrote: > On Wed, 21 Aug 2002, Shane Caraveo wrote: > > > It should simply be marked EXPERIMENTAL, but not removed. On the other > > hand, it doesn't have to be included in the distribution if it simply > > does not work c

Re: [PHP-DEV] PHP 4.3 and PHP 5

2002-08-21 Thread Pierre-Alain Joye
On Wed, 21 Aug 2002 09:04:21 -0400 (EDT) Dan Kalowsky <[EMAIL PROTECTED]> wrote: > Adding to the ever expanding list... > o Decide if we are or are not going to support the iPlanet system. If we > are, it needs to be drastically fixed, if we're not we need to drop it. > Really. Look at the bu

Re: [PHP-DEV] Session variables

2002-07-31 Thread Pierre-Alain Joye
On Wed, 31 Jul 2002 08:57:36 -0700 (PDT) Brad LaFountain <[EMAIL PROTECTED]> wrote: > You are suggesting using srm for session handling? Thats a little mis-guided. > php's built in session handling would do the job. Yes, mis-reading, I read the usual application data request :), sorry :) pa

Re: [PHP-DEV] Session variables

2002-07-31 Thread Pierre-Alain Joye
On Wed, 31 Jul 2002 16:53:59 +0200 "Diana Castillo" <[EMAIL PROTECTED]> wrote: > Hi, with ASP I use session variables to keep a variable "alive" between one > page and another. What is the comparable way to do it with php? Take a look at http://www.vl-srm.net/ hth pa -- PHP Development Ma

RE: [PHP-DEV] Lotus Notes Functions

2002-05-13 Thread Pierre-Alain Joye
> We want to move from Lotus notes to an web based application .In this > moving period we suffer from lotus funs ..To overcome this > problem we thing > that a smooth movement should be fine ..Yesterday I have seen that lotus > notes functions in the manual ..Bu its written there 'There is no

RE: [PHP-DEV] Getting posted variable

2002-05-12 Thread Pierre-Alain Joye
Vous etes dans la mauvaise liste, inscrivez-vous sur http://fr2.php.net/mailing-lists.php -> General user list a+ pa > -Original Message- > From: Stephane Tirard [mailto:[EMAIL PROTECTED]] > Sent: lundi 13 mai 2002 00:22 > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] Getting posted vari

RE: [PHP-DEV] config.w32.h...registry configuration

2002-05-03 Thread Pierre-Alain Joye
> Pierre-Alain Joye wrote: > >>Seriously, being able to include other ini files is a great feature, > >>especially for hosters who will then be able to set up site-wide config > >>files that are included from per-vhost config files, etc. You can have > >>

RE: [PHP-DEV] config.w32.h...registry configuration

2002-05-02 Thread Pierre-Alain Joye
> Seriously, being able to include other ini files is a great feature, > especially for hosters who will then be able to set up site-wide config > files that are included from per-vhost config files, etc. You can have > your cake and eat it too. Sure :). A way to make this functionnality on other

RE: [PHP-DEV] config.w32.h...registry configuration

2002-05-02 Thread Pierre-Alain Joye
> At the risk of getting toasted out of the water... do any serious hosters > use a Win32 enviroment to host on? (who would utilise this way of setting > different settings for different clients) Intranet applications using (d)com, mssql run on win NT/2K. > Are there any poll's we could referenc

RE: [PHP-DEV] EDI / Acceess / Excel Import/Export

2002-04-18 Thread Pierre-Alain Joye
> On Thu, 2002-04-18 at 14:26, Rosen Marinov wrote: > > Hi, > > How can I import/Export data to database using PHP following formats: > > EDI, Access, Excel ? One way to import from excel/access/"any odbc source" data is ODBC. check the documentation and the unixodbc site for further infos. hth

RE: [PHP-DEV] Re: array_walk segmentation fault[11]

2002-04-11 Thread Pierre-Alain Joye
> Oops, I press send too quick. > Patch is not in bugdb, but there are some restrictions. > I think I've added description to the manual monthes ago. I read something about that in this ml a long time ago. But I did not find anything ( or do not search enough ;) ). Not really a breaking point, co

RE: [PHP-DEV] Let's fork GD!

2002-04-11 Thread Pierre-Alain Joye
Hello, The dream :)). No more nightmares when php failed to detect the correct gd :). btw, anyone know how goes the imlib ext ? pa -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] array_walk segmentation fault[11]

2002-04-11 Thread Pierre-Alain Joye
oops forgot Configuration : php 4.1.2 RH 7.2 ( latest official update ) command line or apache (1.3.23) module Don t have the latest cvs to test, sorry. pa -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] array_walk segmentation fault[11]

2002-04-11 Thread Pierre-Alain Joye
Hello, Just testing a script ( link at the bottom of this mail) If I set the $mode_segfault ;), I got a seg fault, else no prob. As you will see in the source, I ve got 2 identical arrays, one in a class, the other not. The script has a bug, I have to add a test ( isset( $item['sub'] ) ) insid

RE: [PHP-DEV] Re: aggergate vs MI

2002-04-09 Thread Pierre-Alain Joye
> Would it be so bad allowing closed source? I really do not care, but I really appreciate and use only ( for my dev ) open sources products, but that is not the question, and was a joke ==> ;) :)) > I think having one of MI, aggregation and interfaces is essential for OO > modelling. I m not a p

RE: [PHP-DEV] Re: aggergate vs MI

2002-04-09 Thread Pierre-Alain Joye
> I have failed to understand what interfaces would mean > in a language such as PHP, though, while I can see the clear hands-on use > for MI. Can you explain how you envision interfaces as useful constructs > in PHP, and their advantages over MI, considering the fact all of the > binary compati

RE: [PHP-DEV] Aggregation, Multiple Inheritence, pros/cons

2002-04-09 Thread Pierre-Alain Joye
> Could you please explain how interfaces promote code reuse? > I am not the perfect java pro, and as I understand it, > interfaces define a set of instance variables and methods that > must be there in order to be compliant to an interface, but > provide to way to import an implementation of such

  1   2   >