Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tony2001 committed Oct 3, 2005
1 parent cc96f31 commit eca0493
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions ext/oci8/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@
<license>PHP</license>
<release>
<state>beta</state>
<version>1.1.1</version>
<date>2005-09-22</date>
<version>1.2</version>
<date>2005-??-??</date>
<notes>
Fixed segfault when binding empty values.
Fixed problem with oci_error() without arguments.
Fixed PECL bug #5571 (oci_new_connect() not closed by oci_close())
</notes>
</release>
<filelist>
Expand Down Expand Up @@ -167,6 +166,15 @@
<configureoption name="with-oci8" default="autodetect" prompt="Please provide the path to ORACLE_HOME dir. Use 'instantclient,/path/to/instant/client/lib' if you're compiling against Oracle Instant Client"/>
</configureoptions>
<changelog>
<release>
<state>beta</state>
<version>1.1.1</version>
<date>2005-09-22</date>
<notes>
Fixed segfault when binding empty values.
Fixed problem with oci_error() without arguments.
</notes>
</release>
<release>
<state>beta</state>
<version>1.1</version>
Expand Down

0 comments on commit eca0493

Please sign in to comment.