-
Notifications
You must be signed in to change notification settings - Fork 19
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
1 parent
77bd919
commit f7ac1a0
Showing
10 changed files
with
24 additions
and
13 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 |
---|---|---|
|
@@ -30,10 +30,10 @@ more than adequate. | |
<email>[email protected]</email> | ||
<active>no</active> | ||
</lead> | ||
<date>2024-01-23</date> | ||
<date>2024-01-25</date> | ||
<version> | ||
<release>0.3.0dev</release> | ||
<api>0.0.7</api> | ||
<release>0.3.0RC1</release> | ||
<api>0.3.0</api> | ||
</version> | ||
<stability> | ||
<release>beta</release> | ||
|
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 |
---|---|---|
|
@@ -10,8 +10,9 @@ | |
| obtain it through the world-wide-web, please send a note to | | ||
| [email protected] so we can mail you a copy immediately. | | ||
+----------------------------------------------------------------------+ | ||
| Author: Sterling Hughes <[email protected]> | | ||
| Author: Melanie Rhianna Lewis <[email protected]> | | ||
| Authors: Sterling Hughes <[email protected]> | | ||
| Melanie Rhianna Lewis <[email protected]> | | ||
| Remi Collet <[email protected]> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
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 |
---|---|---|
|
@@ -10,7 +10,8 @@ | |
| obtain it through the world-wide-web, please send a note to | | ||
| [email protected] so we can mail you a copy immediately. | | ||
+----------------------------------------------------------------------+ | ||
| Author: Melanie Rhianna Lewis <[email protected]> | | ||
| Authors: Melanie Rhianna Lewis <[email protected]> | | ||
| Remi Collet <[email protected]> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
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 |
---|---|---|
|
@@ -10,7 +10,8 @@ | |
| obtain it through the world-wide-web, please send a note to | | ||
| [email protected] so we can mail you a copy immediately. | | ||
+----------------------------------------------------------------------+ | ||
| Author: Melanie Rhianna Lewis <[email protected]> | | ||
| Authors: Melanie Rhianna Lewis <[email protected]> | | ||
| Remi Collet <[email protected]> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
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 |
---|---|---|
|
@@ -10,7 +10,8 @@ | |
| obtain it through the world-wide-web, please send a note to | | ||
| [email protected] so we can mail you a copy immediately. | | ||
+----------------------------------------------------------------------+ | ||
| Author: Melanie Rhianna Lewis <[email protected]> | | ||
| Authors: Melanie Rhianna Lewis <[email protected]> | | ||
| Remi Collet <[email protected]> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
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 |
---|---|---|
|
@@ -10,6 +10,9 @@ | |
| obtain it through the world-wide-web, please send a note to | | ||
| [email protected] so we can mail you a copy immediately. | | ||
+----------------------------------------------------------------------+ | ||
| Authors: Melanie Rhianna Lewis <[email protected]> | | ||
| Remi Collet <[email protected]> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
#ifndef PHP_DIO_H | ||
|
@@ -22,7 +25,7 @@ | |
extern zend_module_entry dio_module_entry; | ||
#define phpext_dio_ptr &dio_module_entry | ||
|
||
#define PHP_DIO_VERSION "0.3.0-dev" | ||
#define PHP_DIO_VERSION "0.3.0RC1" | ||
|
||
/* Standard module functions. */ | ||
PHP_MINIT_FUNCTION(dio); | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,8 @@ | |
| obtain it through the world-wide-web, please send a note to | | ||
| [email protected] so we can mail you a copy immediately. | | ||
+----------------------------------------------------------------------+ | ||
| Author: Melanie Rhianna Lewis <[email protected]> | | ||
| Authors: Melanie Rhianna Lewis <[email protected]> | | ||
| Remi Collet <[email protected]> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
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 |
---|---|---|
|
@@ -10,7 +10,8 @@ | |
| obtain it through the world-wide-web, please send a note to | | ||
| [email protected] so we can mail you a copy immediately. | | ||
+----------------------------------------------------------------------+ | ||
| Author: Melanie Rhianna Lewis <[email protected]> | | ||
| Authors: Melanie Rhianna Lewis <[email protected]> | | ||
| Remi Collet <[email protected]> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
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 |
---|---|---|
|
@@ -10,7 +10,8 @@ | |
| obtain it through the world-wide-web, please send a note to | | ||
| [email protected] so we can mail you a copy immediately. | | ||
+----------------------------------------------------------------------+ | ||
| Author: Melanie Rhianna Lewis <[email protected]> | | ||
| Authors: Melanie Rhianna Lewis <[email protected]> | | ||
| Remi Collet <[email protected]> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
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 |
---|---|---|
|
@@ -10,7 +10,8 @@ | |
| obtain it through the world-wide-web, please send a note to | | ||
| [email protected] so we can mail you a copy immediately. | | ||
+----------------------------------------------------------------------+ | ||
| Author: Melanie Rhianna Lewis <[email protected]> | | ||
| Authors: Melanie Rhianna Lewis <[email protected]> | | ||
| Remi Collet <[email protected]> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|