Edit report at http://pear.php.net/bugs/bug.php?id=17690&edit=1
ID: 17690
Updated by: demon.gene@gmail.com
Reported By: olle dot jonsson at gmail dot com
Summary: Patch: deprecation of set_magic_quotes_runtime
Status: Assigned
Type: Bug
Package: PhpDocumentor
Package Version: SVN
PHP Version: 5.3.3
Assigned To: olleolleolle
Roadmap Versions:
New Comment:
Given that I'm not yet sure PhpDocumentor will be fully "upgraded" to
handle all of PHP 5.3's new stuff/quirks, this may not get changed.
Presumably this usage is in the code based on PHP4'ish needs, and
therefore would need to remain.
Previous Comments:
------------------------------------------------------------------------
[2010-08-24 03:09:29] doconnor
This will have the same impact as Bug #17774 - put it to the community
too.
------------------------------------------------------------------------
[2010-08-24 03:05:43] doconnor
-Assigned To:
+Assigned To: olleolleolle
Can you re-work it at all to raise errors in a PHP4 friendly way?
------------------------------------------------------------------------
[2010-08-22 08:16:56] olleolleolle
-Summary: deprecation of set_magic_quotes_runtime
+Summary: Patch: deprecation of set_magic_quotes_runtime
------------------------------------------------------------------------
[2010-08-10 20:38:39] olleolleolle
Added #patch
bug:17690;patch:set_magic_quotes_runtime.patch;revision:1281472719;.
------------------------------------------------------------------------
[2010-08-10 20:38:12] olleolleolle
Description:
------------
Not using set_magic_quotes_runtime would be nice. Let's log a
message instead to the error log.
Inspired by http://test.pear.php.net/unit-test-
results/deprecated.txt
Here is a patch:
https://gist.github.com/8525ade0ba31171bf618
------------------------------------------------------------------------