# php -v
PHP 4.4.7 with Suhosin-Patch 0.9.6 (cli) (built: Jun 16 2007 12:17:34)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
пример
$strToAr = preg_split('/,/', $item["izmvel"], -1, PREG_SPLIT_NO_EMPTY);
Call to undefined function: preg_split() Как узнать существует ли такая функция?
Может недокомпилил?
да вроде есть
Configure Command => './configure' '--enable-versioning' '--enable-memory-limit
' '--with-layout=GNU' '--with-config-file-scan-dir=/usr/local/etc/php' '--disabl
e-all' '--program-prefix=' '--enable-fastcgi' '--with-apxs2=/usr/local/sbin/apxs
' '--with-regex=php' '--disable-ipv6' '--prefix=/usr/local'
Или не там смотрю?