forked from FirebirdSQL/php-firebird
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Martin Köditz
authored
Dec 31, 2022
1 parent
0c4bb8a
commit ba8e63b
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ | |
| Andrew Avdeev <[email protected]> | | ||
| Ard Biesheuvel <[email protected]> | | ||
| Martin Koeditz <[email protected]> | | ||
| Jonatan Klemets <[email protected]> | | ||
| others | | ||
+----------------------------------------------------------------------+ | ||
| You'll find history on Github | | ||
|
@@ -31,7 +32,7 @@ extern zend_module_entry ibase_module_entry; | |
|
||
#include "php_version.h" | ||
// Keep version in track with Firebird | ||
#define PHP_INTERBASE_VERSION "3.0.0" | ||
#define PHP_INTERBASE_VERSION "3.0.1" | ||
|
||
PHP_MINIT_FUNCTION(ibase); | ||
PHP_RINIT_FUNCTION(ibase); | ||
|
@@ -104,4 +105,4 @@ PHP_FUNCTION(ibase_free_event_handler); | |
|
||
#define phpext_interbase_ptr NULL | ||
|
||
#endif /* PHP_INTERBASE_H */ | ||
#endif /* PHP_INTERBASE_H */ |