[PHP-DEV] Bug #12497: Problem with serialize/unserialize

2001-07-31 Thread ricardo
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.0.6 PHP Bug Type: Class/Object related Bug description: Problem with serialize/unserialize $myVar = "Some Text"; $myVarCopy = $myVar; $myVar = unserialize(serialize($myVarCopy)); echo "MD5 Of myVar: ". md5(seria

[PHP-DEV] share libraries from repository

2002-08-02 Thread Ricardo Javier Aranibar León
Hi List, I need your help. I wrote my classes with php where I defined my objects, then I created my repository in /usr/share/php , in this directory are my clasess. Now, from my directory web I like to call to my classes, then I modified my php.ini (/etc/php.ini) and inserted this line, in the