Re: [PHP-DEV] CyberMut and SPPLUS

2002-11-06 Thread DJ Anubis
just finished it and it works really fine with PHP-4.2.3 and PHP-4.3.0pre2 after many tests. I really dont see why CyberMut should have one and not its concurrent. It's really a great idea ;-) Maybe in PECL as only French sites would use it. DJ Anubis -- PHP Development Mailing List http

Re: [PHP-DEV] Idea to extend language: Explicitly setting variable scope inside user defined function (longer)

2002-10-22 Thread DJ Anubis
. It is intended for avoiding need of glue code(like in example aobve )and/or redundant code, that can not be insert inside procedures because current var scope model. Do you think the above could help ? DJ Anubis -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re: [PHP-DEV] CODING_STANDARDS addition re: emalloc

2002-10-09 Thread DJ Anubis
Le Mercredi 9 Octobre 2002 16:01, Markus Fischer a écrit : On Wed, Oct 09, 2002 at 09:47:10AM -0400, Jon Parise wrote : +[11] Prefer emalloc(), efree(), estrdup(), etc. to their standard C library + counterparts. These functions implement an internal safety-net + mechanism that

Re: [PHP-DEV] ext/aspell

2002-10-07 Thread DJ Anubis
is a survival of an antiquated tradition. pspell is much better. So /dev/null sounds a great place for antiques ;-) DJ Anubis -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Sugestion: Most common errors....(Session Management)

2002-10-02 Thread DJ Anubis
]. This is quite the wrong way of thinking, exactly as if you asked C to be syntaxically equivalent to Basic. DJ Anubis. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Question, might be stupid...

2002-09-26 Thread DJ Anubis
! This list is only intended for core PHP development. You should ask this in php-general. Or, even better, browse the http://www.phpcomplete.com/ site where you'll find very good tutorials. DJ Anubis -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] Sound Extension proposed API

2002-09-23 Thread DJ Anubis
. For the moment, this is experimental and only a wrapping class around xmms. We should start a reflexion about media abstraction and define a common layer for this. Then write module classes. DJ Anubis. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] Patches and Extensions and Such

2002-09-19 Thread DJ Anubis
Le Mercredi 18 Septembre 2002 22:44, Mike Robinson a écrit : I for one have no use for line numbers in a phps file. I dont't have use of line numbering in current apps. But, just wait a minute. I do have use for being able to copy/paste out of phps files, which would stop working with line

Re: [PHP-DEV] and so... there is a security problem.

2002-09-19 Thread DJ Anubis
Le Jeudi 19 Septembre 2002 14:23, BUSTARRET, Jean-Francois a écrit : Sorry for being off topic but : Sometimes, I'm ashamed to be french... So am I too ;-( This gave a bad idea of our minds. DJ Anubis -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re: [PHP-DEV] Sound Extension proposed API

2002-09-11 Thread DJ Anubis
. Hi, Great, sound media systems come to PHP. Wrapping ecasound is a good idea. Maybe I'll try to have XMMS module follow it too ;-) Would be nice to have a unified sound wrapper in PHP, say a metaclass which could control other systems (xmms, eca, xine...). DJ Anubis -- PHP Development Mailing

Re: [PHP-DEV] highlight_file modification

2002-09-11 Thread DJ Anubis
Le Mercredi 11 Septembre 2002 14:05, Dan Hardiker a écrit : [..] something I (and others) thought would be cool is line numbering for highlight_file (aka show_source). [..] Devon +1 from me -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit:

[PHP-DEV] Patched xmms module

2002-09-10 Thread DJ Anubis
Hi, Attached is the patched version for PECL extension xmms. Added the following: xmms_get_main_volume(); xmms_get_volume() xmms_set_volume() xmms_get_balance() xmms_set_balance() xmms_delete() A tweak allows use of xmms URI manager to add files to the playlist. Sample file attached.

[PHP-DEV] cvs account request.

2002-09-10 Thread DJ Anubis
Hi, Need a cvs account to upload some PECL stuff. Thanks Rasmus ;-) -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] DIO dio_tcsetattr problem

2002-09-10 Thread DJ Anubis
This is a very interesting function which could help in some developments. But sounds dio_tcsetattr diseappeared from php-4.2.2. I browsed the source but couldn't find it. in the source tree. Has it been merged with something else? DJ Anubis. -- PHP Development Mailing List http