Обновлял до 5.2.2 с помощью
Код: Выделить всё
portupgrade -ri php-5.2.1_3
Можно ли с помощью portupgrade(или какой-нить другой программы) откатить php и все его запчасти на одну версию назад ?
Спасибо.
Код: Выделить всё
portupgrade -ri php-5.2.1_3
Код: Выделить всё
# php -v
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613/mysqli.so' - /usr/local/lib/php/20060613/mysqli.so: Undefined symbol "spl_ce_RuntimeException" in Unknown on line 0
PHP 5.2.2 with Suhosin-Patch 0.9.6.2 (cli) (built: May 23 2007 02:37:36)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
Код: Выделить всё
There appears to be some sensitivity to the order of modules in
extensions.ini. If extensions.ini is sorted, spl.so comes after
mysqli.so and the error occurs. If spl.so is moved to preceed
mysqli.so, the error does not occur.
Код: Выделить всё
date=[cc]yy.mm.dd.hh.mm.ss
This specifies a date that should be used to select the revi-
sions that are checked out from the CVS repository. The
client will receive the revisions that were in effect at the
specified date and time.
At present, the date format is inflexible. All 17 or 19
characters must be specified, exactly as shown. For the
years 2000 and beyond, specify the century cc. For earlier
years, specify only the last two digits yy. Dates and times
are considered to be GMT. The default date is `.', which
means ``as late as possible''.
Код: Выделить всё
date=2007.05.19.00.00.00
Код: Выделить всё
cvsup -g -L2 /etc/ports.sup