unread
Hi,
I would like to have a last minute fix in PHP 5.2+
It is nothing that could break functionality... I only want
_php_find_ps_module
_php_find_ps_serializer
to be no longer static but beeing exported.
The reason for this is simple... I would like to use the PHP session
storage modules to store data of my own PHP extension.
I can do that by looking into memory for the structures used by both
functions but I would rather like to use API functions
for it... (atleast in newer PHP versions)
Stefan Esser
unread
This feature was just added in the CVS.
Ilia Alshanetsky