File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -639,7 +639,7 @@ static PHP_INI_MH(OnUpdateErrorLog)
639
639
/* {{{ PHP_INI_MH */
640
640
static PHP_INI_MH (OnUpdateMailLog )
641
641
{
642
- /* Only do the safemode/ open_basedir check at runtime */
642
+ /* Only do the open_basedir check at runtime */
643
643
if ((stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS ) && new_value && ZSTR_LEN (new_value ) > 0 ) {
644
644
if (PG (open_basedir ) && php_check_open_basedir (ZSTR_VAL (new_value ))) {
645
645
return FAILURE ;
Original file line number Diff line number Diff line change 2
2
/* edit configure.ac to change version number */
3
3
#define PHP_MAJOR_VERSION 8
4
4
#define PHP_MINOR_VERSION 3
5
- #define PHP_RELEASE_VERSION 26
5
+ #define PHP_RELEASE_VERSION 24
6
6
#define PHP_EXTRA_VERSION "-dev"
7
- #define PHP_VERSION "8.3.26 -dev"
8
- #define PHP_VERSION_ID 80326
7
+ #define PHP_VERSION "8.3.24 -dev"
8
+ #define PHP_VERSION_ID 80324
You can’t perform that action at this time.
0 commit comments