Skip to content

Commit

Permalink
[src] bumped version to 0.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
rryqszq4 committed Jan 13, 2025
1 parent f4e7b39 commit e5e0c83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
ngx-php 0.0.30 changes: 13 Jan 2025
* Support php version 8.4

* Fix check args type in function ngx_header_set.

* Remove fake php_error_cb, because unknow memory leak.

ngx-php 0.0.28 changes:
* Support php version 8.3.0 [@joanhey] 5 Dec 2023

Expand Down
2 changes: 1 addition & 1 deletion src/ngx_http_php_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef __NGX_HTTP_PHP_VERSION_H__
#define __NGX_HTTP_PHP_VERSION_H__

#define NGX_HTTP_PHP_MODULE_VERSION "0.0.29"
#define NGX_HTTP_PHP_MODULE_VERSION "0.0.30"

#define NGX_HTTP_PHP_MODULE_NAME "ngx_php"

Expand Down

0 comments on commit e5e0c83

Please sign in to comment.