[PHP-DEV] help request: passing return value

2003-10-07 Thread netcat
l is not very simple structure - it doesn't work. P.S. Posting this message to php.internals seems to fail. -- NetCat --- FREE 10MB Email + AntiSpam + POP3 + more. Get it at http://www.doal.co.il:81/free/?c=antispam -- PHP Internals - PHP Runtime De

[PHP-DEV] help request: php array

2003-10-07 Thread netcat
(rep_CAR(i),&t); /* ??? add t to array php_array */ } } RETVAL_STRING("REP: Unsupported type yet\n",1); return 0; } Thanks in advance. -- NetCat -- FREE 10MB Email + Antivirus + POP3 + more

Re: [PHP-DEV] help request: passing return value

2003-10-07 Thread netcat
Extension Community Library, or PECL, on [EMAIL PROTECTED] - Original Message - From: "netcat" <[EMAIL PROTECTED]> To: "PHP Development" <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2003 9:43 AM Subject: [PHP-DEV] help request: passing return value H

Re: [PHP-DEV] help request: php array

2003-10-07 Thread netcat
Lisp backtrace: Segmentation fault ---8<--- Is that rep's or php's problem? May be t should be duplicated? If yes, how? -- NetCat -- SPAM-Free 10mb Free email + Antivirus + POP3 + more... Get it at http://ww

Re: [PHP-DEV] help request: php array

2003-10-07 Thread netcat
ktrace: Segmentation fault ---8<--- Is that rep's or php's problem? May be t should be duplicated? If yes, how? -- NetCat --- FREE 10MB Email + AntiSpam + POP3 + more. Get it at http://www.doal.co.il:81/free/?c=antispam -- PHP I

Re: [PHP-DEV] help request: php array

2003-10-07 Thread netcat
Lisp backtrace: Segmentation fault ---8<--- Is that rep's or php's problem? May be t should be duplicated? If yes, how? -- NetCat --- FREE 10MB Email + AntiSpam + POP3 + more. Get it at http://www.doal.co.il:81/free/?c=antis

[PHP-DEV] advice request on new php extension : phprep

2003-10-08 Thread netcat
hp extension) on picking up a license for the soft? (I mean except ones on sf.net) I want to publish first and than introduce that to my boss. Seems to be the correct order? What are my chances the people will join the project after i will publish it ? Any other ideas ? P.S. RTFM pointers are

[PHP-DEV] phprep - initial , unfinished release

2003-10-10 Thread netcat
ost a patch to the list please. Thanks in advance. -- NetCat --- FREE 10MB Email + AntiSpam + POP3 + more. Get it at http://www.doal.co.il:81/free/?c=antispam -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.ph

Re: [PHP-DEV] phprep - initial , unfinished release

2003-10-11 Thread netcat
Andrei Zmievski wrote: On Fri, 10 Oct 2003, netcat wrote: Hi, all. I've just made available first (for developers only) release of phprep project. home page: http://phprep.sourceforge.net/ download: http://sourceforge.net/project/showfiles.php?group_id=92157 Everyone is encouraged to

Re: [PHP-DEV] regex operators

2003-10-14 Thread netcat
;/(foo)?bar/': ... switch($foobar, "fnmatch") { case '*.gif': ... case '*.jpg': ... switch($foober, "my_custom_function") { ... switch($foobar, array($this, "compare_function") { ... -- NetCat --

[PHP-DEV] Re: O.T. [PHP-DEV] regex operators

2003-10-14 Thread netcat
7;t choose it. As Dave said, we added === when no other language in the world has that. Why would =~ be necessarily more confusing? -adam -- NetCat --- VIRUS-Free 10mb Free email + Antivirus + POP3 + more... Get it at http://www.doal.co.il:

[PHP-DEV] Re: create_function (was: Re: regex operators)

2003-10-15 Thread netcat
Hartmut Holzgraefe wrote: netcat wrote: i've started to play with a more general way to handle this: switch(mixed data [, callback compare_function]) seems the sanest thing up until now. slighly O.T.: would be and even better if lambda functions were available here http://ph

[PHP-DEV] request for thread safety advice

2003-10-20 Thread netcat
less important than #1 :) -- NetCat -- SPAM-Free 10mb Free email + Antivirus + POP3 + more... Get it at http://www.doal.co.il:81/free/?c=all-spam -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] request for thread safety advice

2003-10-22 Thread netcat
netcat wrote: Hi, internals. Please send me (post here i mean) a few links about 1. thread safety in general 2. thread saftey in php 3. I'm doing wrapper for librep wich is not thread safe (so mailing archives say). Do I need to know something special ? After doing some googling i found

[PHP-DEV] Re: named function arguments (was: Proposal: Dangling comma in function call parameters)

2003-10-23 Thread netcat
g($a,keyword 'aa' $ab) { } Ok, that's it from my side, it's up to you now, - Chris -- NetCat -- SPAM-Free 10mb Free email + Antivirus + POP3 + more... Get it at http://www.doal.co.il:81/free/?c=all-spam -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: named function arguments

2003-10-24 Thread netcat
Hartmut Holzgraefe wrote: Sebastian Bergmann wrote: netcat wrote: Named parameters - i think is very good idea. Named parameters are commonly implemented using an associated array in PHP: which is a nightmare performancewise and suboptimal as far as syntax is concerned as the additional

Re: [PHP-DEV] I'm interested in helping develop PHP

2003-11-03 Thread netcat
anks. -- Regards, Buck Robinson -- NetCat -- SPAM-Free 10mb Free email + Antivirus + POP3 + more... Get it at http://www.doal.co.il:81/free/?c=all-spam -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Array Keys

2003-11-05 Thread netcat
Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- NetCat -- FREE 10MB Email + Antivirus + POP3 + more... Get it at http://www.doal.co.il:81/free/?c=antivirus -- PHP Internals - PHP Runtime Deve

Re: [PHP-DEV] With End With

2003-12-10 Thread netcat
On Wed, 2003-12-10 at 03:01, jason davidson wrote: > Ive seen the Control Flow constuct With ...End With used in VB (yup, > VB.. :)) although im not a fan of VB, i liked the feature, is there any > consideration to this kind of construct for php. > here the only example if it i could find online

Re: [PHP-DEV] With End With

2003-12-10 Thread netcat
On Wed, 2003-12-10 at 22:42, Justin Hannus wrote: > I've used the "with (object)" construct in JavaScript before and I'm > assuming it would work the same, but instead of: > > With $obj > ->methodCall(); > // ugly ... > > it would be much sexier like: > > with ($obj) { > methodCall(); > } >