Home » File Formats » Spreadsheet_Excel_Writer » Bug #6207
preg_replace error
Details
| Submitted | 2005-12-09 13:19 UTC |
|---|---|
| From | damien dot aiello at gmail dot com |
| Status | Bogus |
| Package | Spreadsheet_Excel_Writer |
| PHP Version | 4.3.10 |
| OS | All |
| 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.