2012-06-19

Last edit

Summary: redocument

Changed:

< Doug upgraded packages.
< php5 extensions that were in php53:
< <pre>
< bash-3.00# /opt/csw/php53/bin/php -m
< [PHP Modules]
< bcmath
< calendar
< Core
< ctype
< date
< dom
< ereg
< exif
< fileinfo
< filter
< hash
< iconv
< json
< libxml
< mbstring
< mhash
< mysql
< mysqli
< openssl
< pcntl
< pcre
< PDO
< Phar
< posix
< Reflection
< session
< shmop
< SimpleXML
< soap
< sockets
< SPL
< SQLite
< standard
< sysvmsg
< sysvsem
< sysvshm
< tokenizer
< xml
< xmlreader
< xmlrpc
< xmlwriter
< zip
< zlib
< [Zend Modules]
<
</pre>

to

> Doug upgraded packages. Repository changed from "unstable" to "testing" and the version numbers on the packages backed up by about 2 months.
> Everything broke.
> remove and install packages with
:
> pkgrm -n -a /var/opt/csw/pkgutil/admin CSW<package name>
> pkgutil -i CSW<package name>
> ln -s
/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626/<package name>.so /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/
> ... restart Apache, repeat for 20 times to get PHP running again.


Doug upgraded packages. Repository changed from "unstable" to "testing" and the version numbers on the packages backed up by about 2 months.

Everything broke.

remove and install packages with:

 pkgrm -n -a /var/opt/csw/pkgutil/admin CSW<package name>
 pkgutil -i CSW<package name>
 ln -s /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626/<package name>.so /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/

... restart Apache, repeat for 20 times to get PHP running again.