[PHP-DEV] VCS Account Request: mehdone

2013-03-05 Thread Mehdi Bakhtiari
I want to start reading the source code and contribute to the development of the PHP runtime. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP-DOC] Improving the documentation

2007-02-11 Thread Mehdi Achour
dical update proposal. Indeed, a wiki page on phpdoc.info could help to prepare a weekly email to internals (with some statistics like the one Phillip gave us). Thank you all for your replies, I'm happy to see that the snowball effect started! Mehdi On 2/10/07, Rasmus Lerdorf <[EMAIL PROT

[PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] Re: [PHP-DOC] Improving the documentation

2007-02-11 Thread Mehdi Achour
im to help him get things working. Maybe we could set up another newsgroup for the emails? (php.doc.todo) Mehdi On 2/10/07, Wez Furlong <[EMAIL PROTECTED]> wrote: I tweaked loginfo.pl so that if the commit message contains [DOC], phpdoc@ will be Cc'd. Hopefully that'll help in s

[PHP-DEV] Improving the documentation

2007-01-27 Thread Mehdi Achour
we can imagine adding an online help feature on the interface, by setting a “help” flag on some hardly understandable change, to have [EMAIL PROTECTED] notified of our need for enlightenment. Any thoughts ? Mehdi Achour -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe,

[PHP-DEV] ncurses

2007-01-15 Thread Mehdi Achour
Hello, It seems that the EXPERIMENTAL file for ncurses was lost during the migration of this module to PECL. Was this change intentional? Can we lose the warnings in ncurses docs? Thanks in advance Mehdi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] About #37799

2006-12-29 Thread Mehdi Achour
is called. If we make anyone fail, it should be ftp_login() and that would make sense. Mehdi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] About #37799

2006-12-29 Thread Mehdi Achour
se of security". Anyone ? Best Regards, Mehdi Achour -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [Fwd: note 50716 added to function.mssql-query]

2005-03-08 Thread Mehdi Achour
Wich versions were broken, I need a confirmation to add a warning in the documentation. Thanks a lot! didou Antony Dovgal wrote: On Tue, 08 Mar 2005 10:03:50 +0100 Mehdi Achour <[EMAIL PROTECTED]> wrote: Is this true ? No, it's fixed in CVS. -- PHP Internals - PHP Runtime

[PHP-DEV] [Fwd: note 50716 added to function.mssql-query]

2005-03-08 Thread Mehdi Achour
Is this true ? Mehdi --- Begin Message --- Warning ! with php 4.3.10, when you use mssql_query to insert or update data, the returned result is false but the query is really executed. Solution -> Download the ms sql extension patched from: http://sourceforge.net/project/showfiles.php?group

[PHP-DEV] Re: CVS

2004-10-16 Thread Mehdi Achour
Is it possible to make the affected directories read-only ? Mehdi Derick Rethans wrote: Hello Folks, I just shutdown the CVS server because there are still no diffs being send out. This means that there is no control over who commits what anymore resulting in the probability of bad code into CVS

[PHP-DEV] Re: CVS

2004-10-16 Thread Mehdi Achour
Is it possible to make the affected directories read-only ? Mehdi Derick Rethans wrote: Hello Folks, I just shutdown the CVS server because there are still no diffs being send out. This means that there is no control over who commits what anymore resulting in the probability of bad code into CVS

[PHP-DEV] Re: CVS

2004-10-16 Thread Mehdi Achour
Is it possible to make the affected directories read-only ? Mehdi Derick Rethans wrote: Hello Folks, I just shutdown the CVS server because there are still no diffs being send out. This means that there is no control over who commits what anymore resulting in the probability of bad code into CVS

Re: [PHP-DEV] Status of Multibyte support in PHP

2004-08-28 Thread Mehdi Achour
The warning will be gone after the next build of the manual. Mehdi Al Baker wrote: So, all the mb_* functions will have the experimental removed? I see a few that still have it, or is that just the mirrors not up to date yet? Al On Sat, 2004-08-28 at 23:35 +1000, Dave Barr wrote: Derick Rethans

[PHP-DEV] Re: Hebrew Support in PHP Manual

2004-08-04 Thread Mehdi Achour
Hi, You should discuss this on [EMAIL PROTECTED], not on internals. See you there :) Mehdi Achour [EMAIL PROTECTED] wrote: Hello all, I don't think that the first message you got about Hebrew support, but I need help about it. The problem with Hebrew is that this language required rig

[PHP-DEV] Re: implementation of islamic (hijri) calendar for Calendar extension

2004-08-01 Thread Mehdi Achour
> 6) How is Hijri pronounced? Is the j hard like english-"Jump", soft like spanish-"Juego", or silent? Just curious on that one... It's like the g in edge. It comes from "El Hijra", the exodus of Muhamed the Islamic prophet :) didou -- PHP Internals - PHP Runtime Development Mailing List To u

[PHP-DEV] Re: How to access the per-class constant from a member function?

2004-07-28 Thread Mehdi Achour
Hi Kamesh, Try replacing Foo::HELLO with self::HELLO. This should work. (this is documented, the manual will reflect it in the next build) didou Kamesh Jayachandran wrote: Hi All, memberfunc(); ?> With a error_reporting=2047 I get Notice: Use of undefined constant HELLO - assumed 'HELLO' in /rekh

[PHP-DEV] [patch] broken link in php.ini-recommended

2004-07-22 Thread Mehdi Achour
Hi Internals, Attached a patch fixing a broken link to the manual. Regards, didou Index: php.ini-recommended === RCS file: /repository/php-src/php.ini-recommended,v retrieving revision 1.159 diff -u -r1.159 php.ini-recommended --- php.

[PHP-DEV] #20760 : is it really the intended behavior ?

2004-06-28 Thread Mehdi Achour
abla = new Bar; $blabla->do_stuff(); // will print 5, Foo::$bar value Derick claimed that it was an intended behavior, I'd like to make sure before documenting it. I'd also like to know why do we have this feature ? It's quiet confusing. Thank you in advance, Mehdi Achour -- PHP Int

[PHP-DEV] Fixlet for INSTALL

2004-06-28 Thread Mehdi Achour
Hi, Please find attached a patch that fix #28921 didou Index: INSTALL === RCS file: /repository/php-src/INSTALL,v retrieving revision 1.33 diff -u -r1.33 INSTALL --- INSTALL 3 Jul 2003 04:14:42 - 1.33 +++ INSTALL 28 J

Re: [PHP-DEV] Array Question

2004-06-17 Thread Mehdi Achour
This is now [1] a fixed documentation bug :) I didn't find anything about it in the ChangeLog, nor bugs.php.net, so I didn't include any version information in the docs. Drop a mail to the documentation list if you figure it out ;) didou [1] - http://cvs.php.net/diff.php/phpdoc/en/reference/array/

Re: [PHP-DEV] Re: constant name

2004-05-10 Thread Mehdi Achour
which aren't defined. Thank you for your answer Andi. Better than a "just leave it" Mehdi Achour Andi At 11:20 AM 5/7/2004 +0200, Mehdi Achour wrote: Derick Rethans wrote: On Fri, 7 May 2004, Mehdi Achour wrote: Should I change the documentation to say that ".*" can be

Re: [PHP-DEV] Re: constant name

2004-05-07 Thread Mehdi Achour
Derick Rethans wrote: On Fri, 7 May 2004, Mehdi Achour wrote: Should I change the documentation to say that ".*" can be a constant name, but that we recommand [a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]* ? Just leave it as is. I wanted to complete the TODO commented on

[PHP-DEV] Re: constant name

2004-05-07 Thread Mehdi Achour
Should I change the documentation to say that ".*" can be a constant name, but that we recommand [a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]* ? Mehdi Achour Mehdi Achour wrote: Hi ! The manual reads : "The name of a constant follows the same rules as any label in PHP. A valid const

Re: [PHP-DEV] constant name

2004-05-05 Thread Mehdi Achour
barfoo (c/p error) Jason Garber wrote: Does it output "barfoo" or "bar"? ~Jason At 5/5/2004 10:01 PM +0200, Mehdi Achour wrote: Hi ! The manual reads : "The name of a constant follows the same rules as any label in PHP. A valid constant name starts with a letter or un

[PHP-DEV] constant name

2004-05-05 Thread Mehdi Achour
chr(10); // outputs : bar Is it a feature or a bug ? :) Mehdi Achour -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

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

2004-04-30 Thread Mehdi Achour
Alan Lorenzo San Jose wrote: Translate php code to spanish language. you mean the documentation ? didou -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

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

2004-04-18 Thread Mehdi Achour
Stef Verbeeck wrote: Need translations done in Dutch? Contact me and maybe I can help you out... Usually it's the opposite : You contact us ([EMAIL PROTECTED]), you ask for some work, you do it, you show it to us, and after that you apply for a CVS id if we ask you to do so.. Mehdi A

Re: [PHP-DEV] Fwd: Re: dl() problem

2004-02-11 Thread Mehdi Achour
Derick Rethans wrote: On Wed, 11 Feb 2004, Ilia Alshanetsky wrote: On February 11, 2004 10:00 am, Mehdi Achour wrote: Because we care about performance. Plus, if we want to have the IRCG feature automatically added/deleted for a customer, the two separated servers isn't this good sol

Re: [PHP-DEV] Fwd: Re: dl() problem

2004-02-11 Thread Mehdi Achour
Zeev Suraski wrote: At 16:23 11/02/2004, Mehdi Achour wrote: Stanislav Malyshev wrote: PJ>> No it is not. And this discussion (sorry) is going to be silly. We PJ>> are not talking about such things but the ability to load a module at PJ>> runtime. Concepts of modules differ.

Re: [PHP-DEV] Fwd: Re: dl() problem

2004-02-11 Thread Mehdi Achour
to buy the last version of IRCG. We'd like to provide it only for some customers (the ones who will pay to have it). Mehdi Achour -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

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

2004-01-28 Thread Mehdi Achour
Vincent Briet wrote: I want to help maintain the French translation of the doc, guest by didou confirmed. didou -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Typos in pcntl.c

2004-01-22 Thread Mehdi Achour
Hi ! Attached is a patch that will s/singal/signal in the file. didou Index: pcntl.c === RCS file: /repository/php-src/ext/pcntl/pcntl.c,v retrieving revision 1.40 diff -u -r1.40 pcntl.c --- pcntl.c 28 Oct 2003 17:08:18 -

[PHP-DEV] [Fwd: note 39012 added to function.snmpwalk]

2004-01-14 Thread Mehdi Achour
Hi ! Just forwarding here in case it was interesting. Have a look here : http://news.php.net/article.php?group=php.notes&article=63539 Mehdi Achour -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: patch

2004-01-10 Thread Mehdi Achour
The patch is missing Nuno :) didou Hi, Here is a patch to output_reset_rewrite_vars because no parameter count was done. Nuno -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

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

2003-12-01 Thread Mehdi Achour
Jakub Vrana wrote: Maintaining Czech documentation. If I will find mistake in English documentation, I can send a patch to someone else. Jakub has already helped with the english documentation : http://news.php.net/article.php?group=php.doc&article=969357093 http://news.php.net/article.php?grou

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

2003-11-19 Thread Mehdi Achour
I already work with the french translation team ([EMAIL PROTECTED], [EMAIL PROTECTED], ...) and I'd want a cvs account with the phpdoc-fr karma to commit fixes and changes. Confirmed :) didou -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.p

[PHP-DEV] #26153

2003-11-17 Thread Mehdi Achour
Hi Can someone with karma take car of http://bugs.php.net/26153 ? It will also fix the file for Beta 3 :) didou -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 5 RC 1 - Article/Tutorial Sponsorship

2003-11-13 Thread Mehdi Achour
This one time, at band camp, Andi Gutmans <[EMAIL PROTECTED]> wrote: > There are things beyond articles which need to be > written such as the PHP manual, release notes, NEWS and so on. Ok, what do you need/want written? I assume there are all sorts of topics which still aren't in the PHP manua

Re: [PHP-DEV] Re: Question on php_image_type_to_mime_type

2003-08-15 Thread Mehdi Achour
Marcus BöRger wrote: Hello Mehdi, Friday, August 15, 2003, 11:20:52 PM, you wrote: MA> Marcus Börger wrote: Hello Mehdi, Friday, August 15, 2003, 10:47:41 PM, you wrote: MA> Marcus Börger wrote: Hello Mehdi, Friday, August 15, 2003, 10:22:28 PM, you wrote: MA> >>I&#

Re: [PHP-DEV] Re: Question on php_image_type_to_mime_type

2003-08-15 Thread Mehdi Achour
Marcus Börger wrote: Hello Mehdi, Friday, August 15, 2003, 10:47:41 PM, you wrote: MA> Marcus Börger wrote: Hello Mehdi, Friday, August 15, 2003, 10:22:28 PM, you wrote: MA> >>I'm in php-src/ext/standard/image.c (revision 1.92) Looking at php_image_type_to_mime it see

Re: [PHP-DEV] Re: Question on php_image_type_to_mime_type

2003-08-15 Thread Mehdi Achour
Marcus Börger wrote: Hello Mehdi, Friday, August 15, 2003, 10:22:28 PM, you wrote: MA> >>I'm in php-src/ext/standard/image.c (revision 1.92) Looking at php_image_type_to_mime it seems like there are two constants not handled : IMAGETYPE_JB2 IMAGETYPE_JPX Am I looking at the g

[PHP-DEV] Re: Question on php_image_type_to_mime_type

2003-08-15 Thread Mehdi Achour
>>I'm in php-src/ext/standard/image.c (revision 1.92) Looking at php_image_type_to_mime it seems like there are two constants not handled : IMAGETYPE_JB2 IMAGETYPE_JPX Am I looking at the good version of the C file ? Yes. Shouldn't be corrected ? didou -- PHP Internals - PHP Runtime Develo

[PHP-DEV] Question on php_image_type_to_mime_type

2003-08-15 Thread Mehdi Achour
Hi all, I'm in php-src/ext/standard/image.c (revision 1.92) Looking at php_image_type_to_mime it seems like there are two constants not handled : IMAGETYPE_JB2 IMAGETYPE_JPX Am I looking at the good version of the C file ? didou -- PHP Internals - PHP Runtime Development Mailing List To un

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

2003-08-14 Thread Mehdi Achour
Hi Ted, Where is the e-mail forwarding maintenance page? I need to change the destination of mail forwarded through php.net. Click here http://master.php.net/manage/users.php?id=37 :) Mehdi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] Little question for the protos

2003-08-12 Thread Mehdi
Mehdi, Do you have a list with bad protos now? If you have you may send them to me and I will correct them. Nothing special right now but I'll send you fixes ;) C ya, Mehdi Hi there, What should I do when I find bad protos in the php-src files while I'm looking at them for doc

[PHP-DEV] Little question for the protos

2003-08-09 Thread Mehdi Achour
r the answers. Mehdi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 5.0.0 Release information.

2003-07-11 Thread Mehdi
Hi, Hi Can you let me know what is the plan for the final PHP 5.0.0 Release - when is it likely to be released? We need this information to plan our activities in submitting the latest NetWare changes into the PHP source tree. http://www.zend.com/php/ask_experts.p see 4th answer. Mehdi