Hi,
Hans Lellelid wrote:
Is there any way to have an _interface_ implement or extend multiple
interfaces? This was working as of PHP5b3, but seems to work no longer
as of latest snapshot I downloaded.
The only way to do it before was to have an interface implement other
interfaces:
interface
Learning
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
On Fri, 16 Jan 2004, Sterling Hughes wrote:
> > Adam Maccabee Trachtenberg wrote:
> > >Anyone else care to chime in here? If we're really moving to RC1, I
> >
> > So to summarize that'd be
> > echo, print, (string), strval() and settype()
> > using __toString(), right? Sounds +1 to me.
> >
>
> set
> Adam Maccabee Trachtenberg wrote:
> >Anyone else care to chime in here? If we're really moving to RC1, I
>
> So to summarize that'd be
> echo, print, (string), strval() and settype()
> using __toString(), right? Sounds +1 to me.
>
settype() is a tricky one - i think it should fail for objects,
Adam Maccabee Trachtenberg wrote:
Anyone else care to chime in here? If we're really moving to RC1, I
So to summarize that'd be
echo, print, (string), strval() and settype()
using __toString(), right? Sounds +1 to me.
Right now strval() and settype() don't call __toString() but exit() does.
- Chri
Is there any way to have an _interface_ implement or extend multiple
interfaces? This was working as of PHP5b3, but seems to work no longer
as of latest snapshot I downloaded.
The only way to do it before was to have an interface implement other
interfaces:
interface ExtendFileSelector implem
i have noticed the MSHUTDOWN function of my extension isn't called if the
.so in memory is different than those in disk. this can happen if i release
a new .so and restart apache. for example, i observed the following:
1. cp .so to my extension dir
2. start apache
3. cp a new .so to my extension
Anyone else care to chime in here? If we're really moving to RC1, I
think it makes sense to lock down as many language-level features as
soon as possible.
-adam
On Thu, 15 Jan 2004, Adam Maccabee Trachtenberg wrote:
> On Thu, 15 Jan 2004, Marcus Boerger wrote:
>
> Marcus --
>
> > Thursday, Janua
In the ZendEngine2 zend_shutdown() the GLOBAL_CONSTANTS_TABLE is
correctly destroyed and freed:
#ifdef ZTS
. . .
zend_hash_destroy(GLOBAL_CONSTANTS_TABLE);
free(GLOBAL_CONSTANTS_TABLE);
. . .
#endif
Can this to MFHed into the PHP 4.3.x zend.c (where the
GLOBAL_CONS
Marcus Boerger wrote:
Just a node: The thing you saw required SXE objects implementing
interface RecursiveIterator{reset(), hasMore(), key(), current(),
next(), hasChildren(), getChildren()}
Excuse my ignorance: As I wasn't at ApacheCon I'm not sure what Adam was
talking about, is the SXE/Recursiv
Hello Adam,
Thursday, January 15, 2004, 6:01:58 PM, you wrote:
> On Thu, 15 Jan 2004, Rob Richards wrote:
>> Ignore the user space issue for right now as I dont go into that at all. I
>> dont see iterators as being worthless, however there is a behavior clash
>> between the iterators and the arr
11 matches
Mail list logo