This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

PHP version changer
#60
RE: PHP version changer
I've been trying to build SNUFFLEUPAGUS on windows but i Haven't had any luck anyone know if this is possible ?

Code:
C:\php-sdk\php-dev\vc15\x64\php-7.3.26-src\configure.js(6012, 1) Microsoft JScript runtime error: 'PHP_SNUFFLEUPAGUS' is undefined
This is line 6002-6012

Code:
configure_module_dirname = condense_path(FSO.GetParentFolderName('C:\\php-sdk\\php-dev\\vc15\\x64\\php-7.3.26-src\\ext\\snuffleupagus-master\\config.w32'));
// $Id$
// vim:ft=javascript

// If your extension references something external, use /* ARG_WITH
// ARG_WITH("snuffleupagus", "for snuffleupagus support", "no"); */

// Otherwise, use /* ARG_ENABLE
// ARG_ENABLE("snuffleupagus", "enable snuffleupagus support", "no"); */

if (PHP_SNUFFLEUPAGUS != "no") {
    EXTENSION("snuffleupagus", "snuffleupagus.c", PHP_EXTNAME_SHARED, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
}
Code:
C:\php-sdk\php-dev\vc15\x64\php-7.3.26-src
$ configure
PHP Version: 7.3.26

Saving configure options to config.nice.bat
Checking for cl.exe ...  <in default path>
 Detected compiler MSVC15 (Visual C++ 2017)
 Detected 64-bit compiler
Checking for link.exe ...  <in default path>
Checking for nmake.exe ...  <in default path>
Checking for lib.exe ...  <in default path>
Checking for bison.exe ...  <in default path>
 Detected bison version 3.3.2
Checking for sed.exe ...  <in default path>
Checking for re2c.exe ...  <in default path>
 Detected re2c version 0.13.5
Checking for zip.exe ...  <in default path>
Checking for lemon.exe ...  <in default path>
Checking for 7za.exe ...  <in default path>
Checking for mc.exe ...  C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64
Checking for mt.exe ...  C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64
Enabling multi process build

Build dir: C:\php-sdk\php-dev\vc15\x64\php-7.3.26-src\x64\Release_TS
PHP Core:  php7ts.dll and php7ts.lib

Checking for wspiapi.h ...  <in default path>
Enabling IPv6 support
Enabling SAPI sapi\cgi
Enabling SAPI sapi\cli
Checking for library edit_a.lib;edit.lib ... <in deps path> \lib\edit_a.lib
Checking for editline/readline.h ...  <in deps path> \include
Enabling extension ext\bcmath
Enabling extension ext\calendar
Checking for library oleaut32.lib ... <in LIB path> OleAut32.Lib
Enabling extension ext\com_dotnet
Checking for mscoree.h ...  <not found>
Checking for mscoree.h ...  <not found>
Enabling extension ext\ctype
Enabling extension ext\date
Enabling extension ext\filter
Checking for library libjpeg_a.lib;libjpeg.lib ... <in deps path> \lib\libjpeg_a.lib
Checking for library freetype_a.lib;freetype.lib ... <in deps path> \lib\freetype_a.lib
Checking for ft2build.h ...  <in deps path> \include\freetype2
Checking for library libpng_a.lib;libpng.lib ... <in deps path> \lib\libpng_a.lib
Checking for gd.h ...  ext\gd\libgd
Checking for png.h ...  <in deps path> \include\libpng16
Checking for library libiconv_a.lib;libiconv.lib ... <in deps path> \lib\libiconv_a.lib
Checking for iconv.h ...  <in deps path> \include
Checking for library libXpm_a.lib ... <in deps path> \lib\libxpm_a.lib
Checking for xpm.h ...  <in deps path> \include\X11
Checking for library libwebp_a.lib ... <in deps path> \lib\libwebp_a.lib
Checking for decode.h ...  <in deps path> \include\webp
Checking for encode.h ...  <in deps path> \include\webp
Checking for library User32.lib ... <in LIB path> User32.Lib
Checking for library Gdi32.lib ... <in LIB path> Gdi32.Lib
Enabling extension ext\gd [shared]
Checking for KeccakHash.h ...  ext/hash/sha3/generic64lc
Enabling extension ext\hash
Checking for library libiconv_a.lib ... <in deps path> \lib\libiconv_a.lib
Checking for iconv.h ...  <in deps path> \include
Enabling extension ext\iconv
Enabling extension ext\json
Checking for library ws2_32.lib ... <in LIB path> WS2_32.Lib
Enabling extension ext\mysqlnd
Checking for zlib.h ...  <in deps path> \include
Enabling extension ext\opcache [shared]
Enabling extension ext\pcre
Checking for library edit_a.lib;edit.lib ... <in deps path> \lib\edit_a.lib
Checking for editline/readline.h ...  <in deps path> \include
Enabling extension ext\readline
Enabling extension ext\reflection
Enabling extension ext\session
C:\php-sdk\php-dev\vc15\x64\php-7.3.26-src\configure.js(6012, 1) Microsoft JScript runtime error: 'PHP_SNUFFLEUPAGUS' is
undefined


C:\php-sdk\php-dev\vc15\x64\php-7.3.26-src
$
Reply
Thanks given by:


Messages In This Thread
PHP version changer - by Theo - 12-21-2015, 04:44 AM
RE: PHP version changer - by Me.B - 12-21-2015, 06:12 AM
RE: PHP version changer - by TGates - 12-23-2015, 05:38 PM
RE: PHP version changer - by Me.B - 01-08-2016, 08:46 PM
RE: PHP version changer - by Theo - 02-01-2016, 10:31 PM
RE: PHP version changer - by ccr1969 - 02-05-2016, 02:01 AM
RE: PHP version changer - by apinto - 02-05-2016, 08:41 AM
RE: PHP version changer - by ccr1969 - 02-05-2016, 10:19 AM
RE: PHP version changer - by netfa - 02-08-2016, 12:45 AM
RE: PHP version changer - by ccr1969 - 02-08-2016, 06:37 AM
RE: PHP version changer - by Me.B - 02-08-2016, 06:02 AM
RE: PHP version changer - by apinto - 02-08-2016, 09:34 PM
RE: PHP version changer - by ccr1969 - 02-09-2016, 02:01 AM
RE: PHP version changer - by TGates - 02-09-2016, 03:30 AM
RE: PHP version changer - by ccr1969 - 02-09-2016, 11:21 AM
RE: PHP version changer - by TGates - 02-09-2016, 03:29 PM
RE: PHP version changer - by Kyrluckechuck - 03-21-2016, 03:10 PM
RE: PHP version changer - by ccr1969 - 05-17-2016, 12:43 PM
RE: PHP version changer - by TGates - 09-01-2016, 12:34 PM
RE: PHP version changer - by TGates - 09-03-2016, 03:59 AM
RE: PHP version changer - by ccr1969 - 09-09-2016, 03:28 AM
RE: PHP version changer - by hrace009 - 09-09-2016, 05:06 AM
RE: PHP version changer - by Fire - 05-09-2017, 08:22 PM
RE: PHP version changer - by type-00 - 10-08-2017, 04:06 AM
RE: PHP version changer - by type-00 - 10-08-2017, 06:45 PM
RE: PHP version changer - by betatester3.0 - 10-10-2017, 02:14 AM
RE: PHP version changer - by TGates - 10-10-2017, 03:38 AM
RE: PHP version changer - by type-00 - 10-10-2017, 04:54 PM
RE: PHP version changer - by TGates - 10-11-2017, 12:05 AM
RE: PHP version changer - by type-00 - 10-11-2017, 08:31 AM
RE: PHP version changer - by TGates - 10-12-2017, 11:11 PM
RE: PHP version changer - by type-00 - 10-13-2017, 06:13 AM
RE: PHP version changer - by cantalupo555 - 11-26-2017, 08:03 PM
RE: PHP version changer - by ccr1969 - 11-29-2017, 02:46 AM
RE: PHP version changer - by DkHosting - 11-29-2017, 04:36 AM
RE: PHP version changer - by TGates - 11-29-2017, 04:39 AM
RE: PHP version changer - by ccr1969 - 11-29-2017, 05:05 AM
RE: PHP version changer - by Ron-e - 12-03-2017, 06:14 PM
RE: PHP version changer - by ccr1969 - 12-28-2017, 02:24 PM
RE: PHP version changer - by aaronlroberts - 12-10-2017, 03:40 AM
PHP version changer - by type-00 - 12-03-2017, 05:18 AM
RE: PHP version changer - by gabriel15959 - 02-21-2018, 01:30 AM
RE: PHP version changer - by RactHosting - 03-17-2018, 08:37 PM
RE: PHP version changer - by windertal - 03-19-2018, 04:15 AM
RE: PHP version changer - by ccr1969 - 04-08-2018, 01:30 PM
RE: PHP version changer - by ccr1969 - 04-09-2018, 08:13 AM
RE: PHP version changer - by cantalupo555 - 05-09-2018, 07:00 PM
PHP version changer - by type-00 - 07-02-2018, 05:09 AM
RE: PHP version changer - by type-00 - 01-17-2019, 05:05 PM
RE: PHP version changer - by gemisu - 11-15-2020, 01:40 PM
RE: PHP version changer - by franmm25 - 01-07-2021, 09:08 PM
RE: PHP version changer - by ccr1969 - 01-24-2021, 10:56 AM
RE: PHP version changer - by ccr1969 - 01-25-2021, 09:54 PM
RE: PHP version changer - by Jettaman - 01-27-2021, 12:58 PM
RE: PHP version changer - by ccr1969 - 01-28-2021, 03:57 AM
RE: PHP version changer - by ccr1969 - 01-29-2021, 05:35 AM
RE: PHP version changer - by ccr1969 - 01-31-2021, 01:45 PM
RE: PHP version changer - by sparkrack - 10-24-2021, 12:22 AM
RE: PHP version changer - by ccr1969 - 07-18-2023, 10:57 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
PHP version changer ccr1969 30 45 ,145 06-17-2021, 11:06 AM
Last Post: ccr1969
Sentastico MediaWiki Requires Newer Version of PHP? dsmarter 1 5 ,411 08-19-2017, 03:45 AM
Last Post: TGates
How to install Select PHP Version cangkirhost 5 30 ,614 11-03-2016, 12:03 PM
Last Post: cangkirhost

Forum Jump:


Users browsing this thread: 2 Guest(s)