Skip to content

Conversation

@Tyrael
Copy link
Contributor

@Tyrael Tyrael commented Jan 3, 2015

as the bugreport explains the value for EXPANDED_DATADIR doesn't gets properly expanded.
it is borked since 5.4 when we moved from autoconf 2.13 to 2.59: http://3v4l.org/IpcgT
the reason is that there are some autoconf default values which were changed in autoconf 2.59c(http://lists.gnu.org/archive/html/automake/2006-04/msg00065.html) and datadir is now defaults to '$datarootdir' which in turn defaults to '${prefix}/share'
previously(before autoconf 2.59 so up to php 5.3 there was no datarootdir and datadir was defaulting to '${prefix}/share' so a single eval was enough to expand the path.

@smalyshev smalyshev added the Bug label Jan 4, 2015
@php-pulls php-pulls merged commit 83db775 into php:PHP-5.5 Jan 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants