- Hi people,
Seems that php-pear-4.3.0-3mdk is b0rken in the new ML9.1? See the following output:
[root@localhost cvd]# pear list-upgrades
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 239 of 2135 bytes in Registry.php on line 330
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 245 of 1428 bytes in Registry.php on line 330
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 251 of 19606 bytes in Registry.php on line 330
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 222 of 4004 bytes in Registry.php on line 330
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 224 of 2146 bytes in Registry.php on line 330
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 262 of 2491 bytes in Registry.php on line 330
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 260 of 2005 bytes in Registry.php on line 330
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 265 of 1252 bytes in Registry.php on line 330
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 243 of 10538 bytes in Registry.php on line 330
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 265 of 2613 bytes in Registry.php on line 330
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 258 of 1743 bytes in Registry.php on line 330
Available Upgrades (stable):
============================
---------------- --------- --------
| Package | Version | Size |
| Archive_Tar | 1.0 | 12.4kB |
| Console_Getopt | 1.0 | 3.0kB |
| DB | 1.3 | 58kB |
| Log | 1.6.4 | 11.1kB |
| Mail | 1.0.2 | 12.1kB |
| Mail_Mime | 1.2.1 | 15.0kB |
| Net_SMTP | 1.2.0 | 5.5kB |
| Net_Socket | 1.0.1 | 3.5kB |
| PEAR | 1.0.1 | 75kB |
| XML_Parser | 1.0.1 | 4.9kB |
| XML_RPC | 1.0.4 | 11.8kB |
---------------- --------- --------
[root@localhost cvd]# pear upgrade-all
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 239 of 2135 bytes in Registry.php on line 330
Release Warnings
================
---
| w |
---
w
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 245 of 1428 bytes in Registry.php on line 330
Release Warnings
================
---
| w |
---
w
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 251 of 19606 bytes in Registry.php on line 330
Release Warnings
================
---
| w |
---
w
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 222 of 4004 bytes in Registry.php on line 330
Release Warnings
================
---
| w |
---
w
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 224 of 2146 bytes in Registry.php on line 330
Release Warnings
================
---
| w |
---
w
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 262 of 2491 bytes in Registry.php on line 330
Release Warnings
================
---
| w |
---
w
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 260 of 2005 bytes in Registry.php on line 330
Release Warnings
================
---
| w |
---
w
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 265 of 1252 bytes in Registry.php on line 330
Release Warnings
================
---
| w |
---
w
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 243 of 10538 bytes in Registry.php on line 330
Release Warnings
================
---
| w |
---
w
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 265 of 2613 bytes in Registry.php on line 330
Release Warnings
================
---
| w |
---
w
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 258 of 1743 bytes in Registry.php on line 330
Release Warnings
================
---
| w |
---
w
downloading Archive_Tar-1.0.tgz ...
...done: 12,654 bytes
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 239 of 2135 bytes in Registry.php on line 330
Notice: unserialize() [http://www.php.net/function.unserialize]: Error at offset 239 of 2135 bytes in Registry.php on line 330
Archive_Tar not installed
[root@localhost cvd]#
Any way to fix this? I really need PEAR fast! The DB-extension doesn't handle sequences in MySQL correctly :( I'm getting:
Warning: mysql_real_escape_string() expects parameter 1 to be string, object given in / usr/share/pear/DB/mysql.php on line 668
Help is appreciated!