Bug #37220

PackageStates.php uses absolute paths

Added by Karsten Dambekalns about 3 years ago. Updated about 3 years ago.

Status:Resolved Start date:2012-05-16
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:Package
Target version:TYPO3 Flow Base Distribution - 1.1 beta 2
PHP Version: Complexity:
Has patch:No Affected Flow version:Git 1.1

Description

Using absolute paths in the PackageStates.php causes problems in a chroot environment where the absolute path is different in CLI then in the HTTPD process.

Also relative paths allow to put PackageStates.php under version control to maintain a specific state even when paths differ on development and production systems.


Related issues

related to TYPO3.Flow - Bug #33719: .Shortcuts symlinks use absolute path Closed 2012-02-06

Associated revisions

Revision 1a688df6
Added by Rens Admiraal about 3 years ago

[BUGFIX] Save relative package path in PackageStates.php

Using absolute paths in the PackageStates.php causes problems in a
chroot environment where the absolute path is different in CLI then
in the HTTPD process.

Also relative paths allow to put PackageStates.php under version
control to maintain a specific state even when paths differ
on development and production systems.

Change-Id: Iac40024eee98182f67385f452ade2e1f2afed82d
Fixes: #37220
Related: #33719
Releases: 1.1, 1.2

Revision 531178a2
Added by Rens Admiraal about 3 years ago

[BUGFIX] Save relative package path in PackageStates.php

Using absolute paths in the PackageStates.php causes problems in a
chroot environment where the absolute path is different in CLI then
in the HTTPD process.

Also relative paths allow to put PackageStates.php under version
control to maintain a specific state even when paths differ
on development and production systems.

Change-Id: Iac40024eee98182f67385f452ade2e1f2afed82d
Fixes: #37220
Related: #33719
Releases: 1.1, 1.2

History

#1 Updated by Gerrit Code Review about 3 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch FLOW3-1.1 has been pushed to the review server.
It is available at http://review.typo3.org/11235

#2 Updated by Gerrit Code Review about 3 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11236

#3 Updated by Gerrit Code Review about 3 years ago

Patch set 2 for branch FLOW3-1.1 has been pushed to the review server.
It is available at http://review.typo3.org/11235

#4 Updated by Gerrit Code Review about 3 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11721

#5 Updated by Rens Admiraal about 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF