Does anyone know how to resolve this error below?
Deprecated: the ereg () function is deprecated in C: \ wamp \ www \ includes \ file.inc on line 895
This happens after installing Drupal 6.13 on server 2.0 2.0 with PHP 5.3.0
Clear your error report below E_DEPRECATED .
PHP 5.3 : E_DEPRECATED E_USER_DEPRECATED - PHP - API. ereg_ * - , , , ", , , ".
preg_match('/\.([^\.]*$)/', $this->file_src_name, $extension);
ereg('\.([^\.]*$)', $this->file_src_name, $extension);
@ . .
@ereg()
, -, PHP 5.3.0, PLS
http://www.rain-forest-forum.com/dotproject-net-installation-issues-t263.html
common.inc, . : http://funkinetics.org/klink/function-ereg-is-deprecated-error-in-drupal-6x-with-php-53/
- source:-) : http://drupal.org/node/514334#comment-2852940
Drupal. Drupal , PHP 5.3, PHP .
1: PHP. PHP 5.2.x. Drupal PHP 5.3.
2: , PHP 5.3, . Drupals include/common.inc, :
if ($ errno (E_ALL ^ E_NOTICE)) { :
if ($ errno (E_ALL ~ E_NOTICE ~ E_DEPRECATED)) {
.
, PHP 5.3.0. 5.2.9, drupal: http://drupal.org/node/514334
, php- .
error_reporting(E_ALL ^ E_DEPRECATED);
. .
Source: https://habr.com/ru/post/1712699/More articles:To get a git problem in Zsh without a function error - gitCan I use GWT (or Script #) to write individual functions in Java (or C #) and compile them into JavaScript? - javascriptFor more information on the command line for Git from Zsh - gitDoes Amazon S3 provide any warranty for your data? - amazon-s3How to get client size in Silverlight application? - silverlightWhere is com.apple.Xcode.plist stored on a typical Mac installation with the latest xcode? - xcodePHP Exception of empty lines when printing a table. - phpDeny a new query When receiving a previous query in jQuery - jqueryIs Gant 100% Ant compatible? - javaMVC architecture. What's in the model? - designAll Articles