Skip to content

Commit

Permalink
Fix Bug #16423: Path to php binary should not be hardcoded
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/Date_Holidays/trunk@286748 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
kenguest committed Aug 3, 2009
1 parent e1a00a7 commit 5444ae2
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 10 deletions.
31 changes: 24 additions & 7 deletions package2.xml
Expand Up @@ -28,10 +28,10 @@
<email>wiesemann@php.net</email> <email>wiesemann@php.net</email>
<active>no</active> <active>no</active>
</contributor> </contributor>
<date>2009-03-24</date> <date>2009-08-03</date>
<time>00:12:41</time> <time>18:33:41</time>
<version> <version>
<release>0.21.2</release> <release>0.21.3</release>
<api>0.17.2</api> <api>0.17.2</api>
</version> </version>
<stability> <stability>
Expand All @@ -40,9 +40,7 @@
</stability> </stability>
<license uri="http://www.php.net/license">PHP License</license> <license uri="http://www.php.net/license">PHP License</license>
<notes> <notes>
* Fix Bug #16053: Dependency regression added with 0.21.1 * Fix Bug #16423: Path to php binary should not be hardcoded
* Dependency on PEAR updated to version 1.6.0
* Dependency on PHP updated to 4.4.9 or newer
</notes> </notes>
<contents> <contents>
<dir name="/"> <dir name="/">
Expand Down Expand Up @@ -101,7 +99,9 @@
<file baseinstalldir="Date" name="test_missingLocale.php" role="test" /> <file baseinstalldir="Date" name="test_missingLocale.php" role="test" />
</dir> <!-- /tests --> </dir> <!-- /tests -->
<file baseinstalldir="Date" name="Holidays.php" role="php" /> <file baseinstalldir="Date" name="Holidays.php" role="php" />
<file baseinstalldir="/" name="pear-dh-compile-translationfile" role="script" /> <file baseinstalldir="/" name="pear-dh-compile-translationfile" role="script">
<tasks:replace from="@PHP-BIN@" to="php_bin" type="pear-config" />
</file>
<file baseinstalldir="/" name="pear-dh-ini2xml" role="script" /> <file baseinstalldir="/" name="pear-dh-ini2xml" role="script" />
</dir> <!-- / --> </dir> <!-- / -->
</contents> </contents>
Expand Down Expand Up @@ -621,5 +621,22 @@
* Add Date_Holidays_Italy as a group item. * Add Date_Holidays_Italy as a group item.
</notes> </notes>
</release> </release>
<release>
<version>
<release>0.21.2</release>
<api>0.17.2</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2009-03-24</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
* Fix Bug #16053: Dependency regression added with 0.21.1
* Dependency on PEAR updated to version 1.6.0
* Dependency on PHP updated to 4.4.9 or newer
</notes>
</release>
</changelog> </changelog>
</package> </package>
2 changes: 1 addition & 1 deletion pear-dh-compile-translationfile
@@ -1,4 +1,4 @@
#!/usr/bin/php #!@PHP-BIN@


<?php <?php
/** /**
Expand Down
4 changes: 2 additions & 2 deletions pear-dh-ini2xml
@@ -1,4 +1,4 @@
#!/usr/bin/php #!@PHP-BIN@
<?php <?php
/** /**
* Converts the old-style INI-language files into XML-files that * Converts the old-style INI-language files into XML-files that
Expand Down Expand Up @@ -58,4 +58,4 @@ foreach ($_SERVER['argv'] as $filename) {






?> ?>

0 comments on commit 5444ae2

Please sign in to comment.