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

2003-02-20 Thread Tal Peer
s > documentation too, but I'm not the right person to write that with my > lousy English. > > - - Jukka > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.2.1 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQE+VTfrYYWM2XTSwX0RAt+3AJo

Re: [PHP-DEV] Bug #21279 Karma request (Windows Bug)

2003-02-05 Thread Tal Peer
You really don't need karma to commit a patch of few lines. Just send a unified diff and someone with dufficient karma will commit it. Tal Ernani Joppert Pontes Martins wrote: OK, I will change the Style of the comments But that's not the point. The point is that I need CVS Karma to commit it

Re: [PHP-DEV] Bug #5975 request

2003-02-04 Thread Tal Peer
Patch looks ok. Just be sure to use zend_parse_parameters instead of zend_get_parameters and zend_bool instead of an integer (just grep ext/standard/* for zend_parse_parameters for examples). Tal Keyser Soze wrote: Sending in plain text: - cut here

Re: [PHP-DEV] Question on bug list

2003-01-30 Thread Tal Peer
Marcus Börger wrote: Wouldn't it be nice if one could attach himself to a bug and receive an email on every new message to that bug? And then how am i informed about new bugs? Is there a mailing list for that? Currently i read the bug-summary-list.. [EMAIL PROTECTED] marcus -- PHP Dev

[PHP-DEV] Moving extensions to PECL

2003-01-12 Thread Tal Peer
Hello, In my opinion, one of the goals of PHP5 is to reduce the codebase size by moving most of the extensions to PECL. We should start doing this sometime in the near future, if we want PHP5 released this year. Currently, there are few problems with the handling of PECL extensions in the PEAR i

Re: [PHP-DEV] Warning in wrong parameter

2002-12-24 Thread Tal Peer
Influenza. -- Michel Morelli [EMAIL PROTECTED] ICQ UIN: 58351764 PR of Linux in Italy http://www.ziobudda.net http://www.phpdev.it -- Tal Peer [EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] ZE2 question

2002-11-28 Thread Tal Peer
ee also: http://www.php.net/manual/en/tokens.php And I still think it should be nekudatayim ;) Derick -- Tal Peer [EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Redirect on Error (not localisation)

2002-11-26 Thread Tal Peer
se to make my software run better. Please don't tell me that I wouldn't need this feature if I programmed perfectly. Errors happen all the time, no matter what you do trying to prevent them. Bye, Ivan -- PHP Development Mailing List <http://www.php.net/> To unsubscrib

Re: [PHP-DEV] CyberMut and SPPLUS

2002-11-07 Thread Tal Peer
f your package has been approved, ask for a cvs account using the standart way, commit and apply CS (or the reverse) "spplus" would be the best name. Follow CS please. PECL extensions should follow the PHP CS, not PEAR CS. pa -- Tal Peer [EMAIL PROTECTED] -- PHP Development Ma

[PHP-DEV] #19771 - patch

2002-10-18 Thread Tal Peer
hello, this patch tries to fix the performance issues described in bug #19771. i cannot benchmark this at the moment, so if anyone can, please do. the patch is available at http://tal.madcode.org/file.c.patch and thanks to wez :) Tal -- PHP Development Mailing List To unsu

Re: [PHP-DEV] Is this a bad thing to do? (Unix permissions)

2002-10-17 Thread Tal Peer
Gwydion Elderwyn wrote: >As part of my new site I have created a php-driven guestbook. The guestbook >entries are stored in a file called guestbook.txt. > >I found that in order to get the script to write to the file, I had to set >the directory permissions for the guestbook directory and the gu

Re: [PHP-DEV] phpinfo() - removing ascii art

2002-09-27 Thread Tal Peer
Yasuo Ohgaki wrote: >I would like to remove ascii art from text version >of phpinfo(). We shouldn't add things that do not >work well. i.e. back slash has many interpretations. > Elaborate on this, please. > >Any comments? > >-- >Yasuo Ohgaki > > > > -- PHP Development Mailing List

Re: [PHP-DEV] 4.3.0

2002-09-26 Thread Tal Peer
Andrei Zmievski wrote: >All, > >Once the critical bugs are fixed, I intend to branch the tree in >preparation for 4.3.0 cycle. The remaining critical bugs are: > > [15025] Copy of array is affected by reference > [19292] random error: open_basedir restriction in effect. File is in >

Re: [PHP-DEV] user notes

2002-09-21 Thread Tal Peer
knight wrote: >if (Is there any way to have the chm search over the manual content and >automatically apply it to the PHP manual pages?){ >echo perfect >}else { > >-is there any way to have to manual pages appear first and then have the >note pages appear? > >-we should have some sort of way to d

[PHP-DEV] Test

2002-09-21 Thread Tal Peer
This is a test mail, do ignore it. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PECL compilation

2002-08-19 Thread Tal Peer
You could also use the latest version of the PEAR installer, of course. -Tal Original Message From: Rasmus Lerdorf <[EMAIL PROTECTED]> To: Dan Helfman <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] PECL compilation Date: Mon, 19 Aug 2002 13:01:20 -0700 (PDT)

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

2002-07-30 Thread Tal Peer
RREalllyyy? -Tal Original Message From: "Park Young Tae" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [PHP-DEV] CVS Account Request: tensimy Date: 30 Jul 2002 04:30:05 - > ^^; > > -- > PHP Development Mailing List > To unsubscribe, vis

Re: [PHP-DEV] The PHP Platform

2002-04-12 Thread Tal Peer
>From you message, it seems like PEAR is finished. PEAR is hardly a beta and IMHO will never be 'finished'. Tal _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. -- PHP Development Mailing List

Re: [PHP-DEV] [patch] to string.c

2002-03-24 Thread Tal Peer
Explanation: There are some characters that are considered as English in ASCII but needs to be reversed when converting from logical Hebrew to visual Hebrew. The only characters that the original function support are ( and ). I added support for [,],{,},< and >. _

[PHP-DEV] [patch] to string.c

2002-03-24 Thread Tal Peer
Hello, I madde this patch for bug #11244 (http://bugs.php.net/bug.php?id=11244). Note: i'm not sure about the '/' and '\\' cases. Index: string.c === RCS file: /repository/php4/ext/standard/string.c,v retrieving revision 1.266 diff

[PHP-DEV] CVS Account Request: tal

2002-02-08 Thread Tal Peer
I want to help translating the PHP doc into Henbrew (phpdoc). -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php