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
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
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
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,
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
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
se of security".
Anyone ?
Best Regards,
Mehdi Achour
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
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
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
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
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
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
> 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
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
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.
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
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
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/
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
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
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
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
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
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
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
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
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.
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
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
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 -
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
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
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
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
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
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
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
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
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
>>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
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
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
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
r the answers.
Mehdi
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
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
47 matches
Mail list logo