PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » File Formats » Spreadsheet_Excel_Writer » Bug #6207

preg_replace error

Details

Submitted2005-12-09 13:19 UTC
Fromdamien dot aiello at gmail dot com
StatusBogus
PackageSpreadsheet_Excel_Writer
PHP Version4.3.10
OSAll
Roadmaps(Not assigned)

Comments

[2005-12-09 13:19 UTC] damien dot aiello at gmail dot com

Description:
------------
In Worksheet.php, replace :
$url = preg_replace('s[^internal:]', '', $url);

by :
$url = preg_replace('[^internal:]', '', $url);

[2005-12-09 13:25 UTC] damien dot aiello at gmail dot com

That's line 1939 ..

[2005-12-17 13:57 UTC] xnoguer at php dot net

Thank you for taking the time to report a problem with the package.
Unfortunately you are not using a current version of the package --
the problem might already be fixed. Please download a new
version from http://pear.php.net/packages.php

If you are able to reproduce the bug with one of the latest
versions, please change the package version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PEAR.

That bug has already been fixed in the latest version of the package.