[PHP-DEV] Repost : Recursive Calls on EG(regular_list)

2001-05-17 Thread clayton collie
the list has been busy as of late, so i suppose this got lost in the shuffle. anyways, here goes again : im creating an extension which exposes classes which may act as containers to other classes. These contained classes also get exposed via the extension. Now when the container class gets dest

[PHP-DEV] Recursive calls on &EG(regular_list) ?

2001-05-15 Thread clayton collie
im creating an extension which exposes classes which may act as containers to other classes. These contained classes also get exposed via the extension. Now when the container class gets destructed by the user $container->close(), called before RSHUTDOWN ), i need to ensure that all resources all

[PHP-DEV] Request : Surface Userland version of zend_is_callable

2001-04-17 Thread clayton collie
Title says it. It seems like it would be a useful way of preventing certain runtime errors with callbacks. _ "Fried Ice-Cream is a reality !" - George Clinton -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] F

[PHP-DEV] Funkiness in Zend Source ?

2001-03-30 Thread clayton collie
so im looking at the source to zend_list.c, trying to understand persistent lists. i check out zend_plist_delete which passes &EG(persistent_list) as the hash table parameter to zend_list_do_delete. in zend_do_delete, however, the hashtable is completely ignored and &EG(regular_list) is used inste

[PHP-DEV] Extension Security

2001-03-15 Thread clayton collie
im writing an extension to provide shared memory and memory mapped file support to Windows. the latter, however raises the possibility for abuse. how can i, in an extension, ensure that access is limited to files under the user's virtual directory root ? id hate to have someone mapping to \IO.S

[PHP-DEV] Licensing Question

2001-02-19 Thread clayton collie
just for the record, which licenses are compatible with the PHP license ? There is an extension i'm working on that would be sufficiently useful to include in the main distribution, it currently uses code derived from an MPL'ed project. i'd rather not have to rewrite those portions of the code.

[PHP-DEV] ReportLab

2001-02-09 Thread clayton collie
Has anyone had a change to check out ReportLab ( http://www.reportlab.com ) ? what i wouldn't do to have this puppy ported to a PHP extension -- _ "Fried Ice-Cream is a reality !" - George Clinton -- PHP Development Mailing List T

Re: [PHP-DEV] database abstraction layers [from: MySQL feature/bug]

2001-01-31 Thread clayton collie
Marc, do a search on Google for SQL Relay ... "Marc Boeren" <[EMAIL PROTECTED]> wrote in message 7BE0F4A5D7AED2119B7500A0C94C58AC094C46@DELLSERVER">news:7BE0F4A5D7AED2119B7500A0C94C58AC094C46@DELLSERVER... > I know, but this is done in php-script, not as a php-module... wouldn't a > php-modul