Re: [PHP-DEV] unserialize() and pear

2004-09-12 Thread Nuno Lopes
Yes, its fixed. Thanks Marcus! Nuno - Original Message - Hello Nuno, that should be fixed now. If not report the problem please again here. best regards marcus Saturday, September 11, 2004, 6:17:16 PM, you wrote: Nuno Lopes wrote: Hello Marcus, PHP prints an error for every file in /usr/l

Re: [PHP-DEV] unserialize() and pear

2004-09-12 Thread Marcus Boerger
Hello Nuno, that should be fixed now. If not report the problem please again here. best regards marcus Saturday, September 11, 2004, 6:17:16 PM, you wrote: >> Nuno Lopes wrote: >>> Hello Marcus, >>> >>> PHP prints an error for every file in /usr/local/lib/php/.registry >>> One of those files:

Re: [PHP-DEV] unserialize() and pear

2004-09-11 Thread Nuno Lopes
Nuno Lopes wrote: Hello Marcus, PHP prints an error for every file in /usr/local/lib/php/.registry One of those files: http://testes.aborla.net/pear.reg prints: "Notice: unserialize(): Error at offset 121 of 8404 bytes in test.php on line 5" This file is truncated, please verify that it indeed does

Re: [PHP-DEV] unserialize() and pear

2004-09-11 Thread Greg Beaver
Nuno Lopes wrote: Hello Marcus, PHP prints an error for every file in /usr/local/lib/php/.registry One of those files: http://testes.aborla.net/pear.reg prints: "Notice: unserialize(): Error at offset 121 of 8404 bytes in test.php on line 5" This file is truncated, please verify that it indeed doe

Re: [PHP-DEV] unserialize() and pear

2004-09-11 Thread Nuno Lopes
Hello Marcus, PHP prints an error for every file in /usr/local/lib/php/.registry One of those files: http://testes.aborla.net/pear.reg prints: "Notice: unserialize(): Error at offset 121 of 8404 bytes in test.php on line 5" Nuno - Original Message - Hello Nuno, can you sent me he code i

Re: [PHP-DEV] unserialize() and pear

2004-09-10 Thread Greg Beaver
Nuno: It would also be helpful to know what version of PEAR you are using, and in particular, the setting of magic_quotes_runtime. Earlier PEAR versions choked on the unserialize statements in PEAR_Registry if this setting was on. Greg Marcus Boerger wrote: Hello Nuno, can you sent me he cod

Re: [PHP-DEV] unserialize() and pear

2004-09-10 Thread Marcus Boerger
Hello Nuno, can you sent me he code it is trying to deserialize? marcus Friday, September 10, 2004, 8:42:42 PM, you wrote: > Hello, > I think that the last unserialize() changes (2004-09-05) have broken it, > because now I can't even do a simple 'pear list'. > I can reproduce this problem i