File: UPGRADING

package info (click to toggle)
php-horde-util 2.5.1-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 276 kB
  • ctags: 397
  • sloc: php: 2,119; xml: 734; sh: 8; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
======================
 Upgrading Horde_Util
======================

:Contact: dev@lists.horde.org

.. contents:: Contents
.. section-numbering::


This lists the API changes between releases of the package.


Upgrading to 2.0.0
==================

Horde_Array::replaceRecursive() has been removed. Use array_replace_recursive()
instead.

Horde_Util::cloneObject() has been removed. Use the clone statement instead.

Horde_Util::getTempDir() has been removed. Use sys_get_temp_dir() instead.