Does anyone know where/how to figure out the proper extension.ini order?
I've been having issues lately with new forum software I installed and I believe it's related to PHP extensions order.
I've just started using this : https://people.freebsd.org/~ohauer/scripts/fixphpextorder.sh
It's too early to tell if its' going to fix the issue or not (couldn't hurt to try) , but after I ran the script, there was 3 extensions it did not know where to order it in the list :
Anyone know offhand where to place json, posix and zip in the list?
I've been having issues lately with new forum software I installed and I believe it's related to PHP extensions order.
I've just started using this : https://people.freebsd.org/~ohauer/scripts/fixphpextorder.sh
It's too early to tell if its' going to fix the issue or not (couldn't hurt to try) , but after I ran the script, there was 3 extensions it did not know where to order it in the list :
Code:
extension=session.so
extension=fileinfo.so
extension=simplexml.so
extension=dba.so
extension=ctype.so
extension=apc.so
extension=ftp.so
extension=mbstring.so
extension=tokenizer.so
extension=filter.so
extension=mcrypt.so
extension=xmlwriter.so
extension=gd.so
extension=iconv.so
extension=calendar.so
extension=exif.so
extension=zlib.so
extension=curl.so
extension=xmlrpc.so
extension=bz2.so
extension=openssl.so
extension=dom.so
extension=hash.so
extension=xmlreader.so
extension=bcmath.so
extension=pdo.so
extension=pdo_mysql.so
extension=mysqli.so
extension=mysql.so
extension=imap.so
extension=pspell.so
extension=xml.so
; additional extension(s) not known by fixphpextorder.sh
extension=json.so
extension=posix.so
extension=zip.so
Anyone know offhand where to place json, posix and zip in the list?
Last edited by a moderator: