Skip to content

Commit

Permalink
changelog update
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/CodeGen_PECL/trunk@233152 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Hartmut Holzgraefe committed Apr 2, 2007
1 parent 13ab0a2 commit 9c29b08
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.xml
Expand Up @@ -62,8 +62,11 @@
Changes since 1.0.4: Changes since 1.0.4:
- new function prototype parser - new function prototype parser
- added PHP version check to config.m4 - added PHP version check to config.m4
- functions accepting/returning resources now "inherit" - functions accepting/returning resources or classes
those resources conditional compilation settings or using constants for default values now "inherit"
conditional compilation settings from these elements
- disabled output of AC_CHECK_TYPE checks for resource
types due to autoconf version conflicts
</notes> </notes>


<deps> <deps>
Expand All @@ -87,7 +90,7 @@ Changes since 1.0.4:
</dir> </dir>
</dir> </dir>
<file role="script" name="pecl-gen"> <file role="script" name="pecl-gen">
<replace from="/usr/local/bin" to="PHP_BINDIR" type="php-const" /> <replace from="/usr/local/bin/php" to="php_bin" type="pear-config" />
<replace from="@php_dir@" to="php_dir" type="pear-config" /> <replace from="@php_dir@" to="php_dir" type="pear-config" />
</file> </file>
</dir> </dir>
Expand Down

0 comments on commit 9c29b08

Please sign in to comment.