Actions
Bug #25332
closedRemove safe_mode support
Start date:
2011-03-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
PHP safe_mode is deprecated and code that test it should be removed.
(issue imported from #M17959)
Updated by Jigal van Hemert over 13 years ago
Only parts that will be left after this change are:
- t3lib_utility_PhpOptions - this contains a function to test for safe_mode
- tx_em_Parser_XmlAbstractParser::isAvailable() - this function needs to be looked at because of deprecation of the dynamic loading functionality in PHP; I asked Steffen K. for his opinion
- install tool; this is refactored in a separate subproject
- reports module; it's useful to test here to report problems when safe_mode is enabled
- RTE HTMLarea; it's a separate subproject; asked Stan to take care
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change Iae45d949855ceec1e9dc9bf6e27d4885749375d5 has been pushed to the review server.
It is available at http://review.typo3.org/1447
Updated by Helmut Hummel over 13 years ago
- Subject changed from Remove safe_mode to Remove safe_mode support
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change Iae45d949855ceec1e9dc9bf6e27d4885749375d5 has been pushed to the review server.
It is available at http://review.typo3.org/1447
Updated by Jigal van Hemert over 13 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset 51cc03566f5f83246697d712cdc58cf3f5657e96.
Updated by Xavier Perseguers over 12 years ago
- Status changed from Resolved to Closed
Actions