[PHP-DEV] Bug #13236: Cycles in object references are not restored correctly

2001-09-10 Thread cwalstad

From: [EMAIL PROTECTED]
Operating system: Linux
PHP version:  4.0.6
PHP Bug Type: Session related
Bug description:  Cycles in object references are not restored correctly

If you use session_register on an object that contains references to other
objects, that each contain a reference to the first object, these objects
will not be restored correctly.

This is a huge limitation in PHP!!!

-- 
Edit bug report at: http://bugs.php.net/?id=13236edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12379: conversion from html entities to normal text

2001-07-25 Thread cwalstad

From: [EMAIL PROTECTED]
Operating system: linux
PHP version:  4.0.6
PHP Bug Type: Feature/Change Request
Bug description:  conversion from html entities to normal text

PHP needs a function to convert html entities to plain text,
such as quot; becomes a double quote character.  

Essentially,
htmlentities or htmlspecialcharacters,
except in reverse.

-- 
Edit bug report at: http://bugs.php.net/?id=12379edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]