Bug #29285
closedCheck for PHP 5.3
100%
Description
With PHP version 5.2.17 getting a error on PHP_MAXPATHLEN.
Fatal error: Uncaught exception 't3lib_cache_Exception' with message 'The length of the temporary cache file path "E:/htdocs/typo3trunk/Core/typo3temp/Cache/Code/cache_phpcode/4e57d571cfc1d.temp" is 79 characters long and exceeds the maximum path length of PHP_MAXPATHLEN. Please consider setting the temporaryDirectoryBase option to a shorter path.
Check for required PHP version 5.3 or higher is needed earlier in the code i guess
Updated by Jigal van Hemert about 13 years ago
- Priority changed from Should have to Must have
- Target version set to 4.6.0-beta2
- Complexity set to no-brainer
Version check in index_ts.php is still for PHP 5.2
Updated by Steffen Gebert about 13 years ago
- Subject changed from PHP_MAXPATHLEN error to Check for PHP 5.3
Updated by Steffen Gebert about 13 years ago
Check for PHP < 5.3 in t3lib_utility_Command
can also be removed. Found no more other checks..
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change I62530c75ebbed592bbf0a6503ccadd229bb1c923 has been pushed to the review server.
It is available at http://review.typo3.org/4630
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change I42d8a4561fa37fcc31e3a44155db5cc5f5b4c5b3 has been pushed to the review server.
It is available at http://review.typo3.org/4632
Updated by Mr. Hudson about 13 years ago
Patch set 2 of change I62530c75ebbed592bbf0a6503ccadd229bb1c923 has been pushed to the review server.
It is available at http://review.typo3.org/4630
Updated by Mr. Hudson about 13 years ago
Patch set 3 of change I62530c75ebbed592bbf0a6503ccadd229bb1c923 has been pushed to the review server.
It is available at http://review.typo3.org/4630
Updated by Anonymous about 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 992a86b953f7abc107970a543b06b2730ff6bf1d.
Updated by Xavier Perseguers over 12 years ago
- Status changed from Resolved to Closed