Author Topic: Add new PHP modules  (Read 13812 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Add new PHP modules
« on: February 25, 2017, 04:39:20 PM »
Little confused about adding modules to PHP using the edit flags.

I see:

--enable-zip
--with-gd

Since these are both modules, what is the difference between --enable and --with?

I need to add modules to PHP7 (and 5.6) but before doing so like to learn proper way.

These seem to be available modules and very confused at proper way to use --enable and --with. Sure I feel stupid when explained but feel better knowing:) When updating to PRO was just told to enable... ???

Code: [Select]
List of PHP modules for php7
[PHP Modules]
bcmath
bz2
calendar
Core
ctype
curl
date
dom
exif
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
json
libxml
mbstring
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
pspell
recode
Reflection
session
SimpleXML
SPL
sqlite3
standard
sysvmsg
sysvsem
sysvshm
tokenizer
wddx
xml
xmlreader
xmlwriter
zip
zlib

[Zend Modules]

Offline
*
Re: Add new PHP modules
« Reply #1 on: February 26, 2017, 04:22:23 AM »
is another one of those questions that is going to cost me $7?

Offline
*
Re: Add new PHP modules
« Reply #2 on: February 26, 2017, 08:00:54 AM »
well you can always use google and save 7$, for sysvmsg module type in google :  php comile sysvmsg . I got this page : http://php.net/manual/en/sem.installation.php

Offline
*
Re: Add new PHP modules
« Reply #3 on: February 26, 2017, 03:05:25 PM »
Thanks @frprim. Yea pretty good at using google before asking questions but in this case did not find info needed.

I guess me just stupid because cannot grasp any of the info using link you googled.

Thanks anyway for at least trying to help.