Closed (duplicate)
Project:
Drupal core
Version:
6.16
Component:
file system
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
25 Jul 2009 at 23:57 UTC
Updated:
19 May 2010 at 12:02 UTC
Jump to comment: Most recent file
Comments
Comment #1
shaisachs commentedAs far as I can tell this is a Drupal core issue, due to an ereg() call in file_scan_directory. The function was deprecated in PHP 5.3, which I guess is the version you have in WAMP.
This patch should take care of it.
Comment #2
carlmcdade commentedPrevious patches have been ignored or lost. The code does work. The new code will even pass the unit test as ereg() would return a 0 or a 1 boolean. preg_match() will do the same by returning the number of hits which would be 0 or 1. Thus matching the requirements of the unit test.
Comment #3
dddave commentedComment #5
carlmcdade commentedThe patch is failing against the version. But as far as I can see everything is correct and works using patch. But then I am using Windows. Perhaps it is a *nix formatting error. Can someone else try re-rolling this with Linux?
Comment #6
heine commentedDuplicate of #360605: PHP 5.3 Compatibility.
Please see
- #360605-24: PHP 5.3 Compatibility
- #360605-36: PHP 5.3 Compatibility
and below.
Comment #7
heine commentedComment #8
cballew commented#1: file.inc_.patch queued for re-testing.
Comment #10
heine commented