We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c47c2d commit bfa0f00Copy full SHA for bfa0f00
build.default.properties
@@ -10,9 +10,9 @@
10
# ---- General Settings ---------------------------------------------------------
11
php.ext.name = appserver
12
13
-release.version = 0.1.10
+release.version = 0.1.11
14
release.stability = beta
15
-api.version = 0.1.10
+api.version = 0.1.11
16
api.stability = beta
17
18
php.version = 5.6.0beta4
src/appserver.c
@@ -335,7 +335,6 @@ PHP_FUNCTION(appserver_set_raw_post_data)
335
init session state at runtime ... /* }}} */
336
PHP_FUNCTION(appserver_session_init)
337
{
338
-
339
if (PS(http_session_vars)) {
340
zval_ptr_dtor(&PS(http_session_vars));
341
PS(http_session_vars) = NULL;
0 commit comments