Commit Graph

29 Commits

Author SHA1 Message Date
JailBird b50289d931 Update FreeBSD code
- While /usr/local/www/ is the correct prefix, the FusionPBX code itself
  still refers to /var/www/. So instead of fighting it, let's just
  symlink it.
- Updated the supported versions of PgSQL and PHP
- Moved the PgSQL client version logic to the PHP code, since we depend
  on the version of client that PHP is linked against. That's currently
  13, so to make it clean, let's just default to 13 for now.

After these changes, 5.1 appears to be fully functional for me. I had DB
schema issues with master, but I ran into the same issue on Debian, so
maybe it was a temporary master issue?
2023-10-03 16:04:01 -05:00
FusionPBX e2f5055dd9
Update php.sh add PHP 8.1 support 2023-05-14 13:45:48 -06:00
FusionPBX 0dc55fac31
Update php.sh 2022-09-27 12:10:01 -06:00
FusionPBX be8d23190d
Remove old versions of PHP and add PHP 8.0. 2021-07-31 10:44:04 -06:00
FusionPBX a187afad8d
Add mbstring used by fax and smarty. 2021-07-07 11:44:50 -06:00
FusionPBX 59c4b7df5b
Add PHP curl to the FreeBSD install script. 2021-04-16 16:42:45 -06:00
FusionPBX b61fbf40cc
Remove pkg install postgresql-client
The postgresql client should be added as a dependency automatically.
2020-11-15 21:34:20 -07:00
FusionPBX e40e204211
Update php.sh
Fix a spelling mistake to improve the install.
2020-11-15 20:38:55 -07:00
FusionPBX fd6d398c5e
Update php.sh
Add php74 and pdo_pgsql out of the database_version if statement.
2020-11-15 19:32:19 -07:00
FusionPBX 5d3a0d2624
Add php filter 2020-07-25 09:29:40 -06:00
FusionPBX c24c6c2068
Add php zlib. 2020-06-20 23:09:15 -06:00
FusionPBX 826e9e9532
Add php iconv 2020-06-20 11:06:27 -06:00
Maksym Sobolyev f6ce7e9ae5
Few small freebsd fixes (#319)
* Use python 3.7 which is the default.

* Fix typo (missing space before closing ]):

00:04:22.942  + [ -f /usr/ports/UPDATING]
00:04:22.942  [: missing ]

* GC unneded "cd resource". php.sh is included into resources/ngnix.sh, which does
cd resources as the first step by itself.
2020-06-11 10:41:50 -06:00
FusionPBX 703caf91b4
Update php.sh 2020-03-18 22:25:31 -06:00
FusionPBX ff2f21a37b
Update php.sh 2019-09-27 14:53:43 -06:00
FusionPBX ff147ea667
Update php.sh 2019-08-01 12:59:58 -06:00
FusionPBX 27106c3435
Update php.sh 2019-02-22 10:54:31 -07:00
FusionPBX feb3dfa914
Update php.sh 2019-02-22 10:51:59 -07:00
FusionPBX 1eed29b872
Update php.sh 2019-02-22 10:45:22 -07:00
FusionPBX 3d5561663d
Update php.sh 2018-05-22 22:54:33 -07:00
FusionPBX 9a8ddbe4fa
Update php.sh 2018-05-22 22:20:52 -07:00
FusionPBX 41ad07183c
Update php.sh 2018-05-22 21:59:56 -07:00
FusionPBX 3d424a7319 Update php.sh 2017-07-21 11:45:54 -06:00
FusionPBX 8907b12d90 Update php.sh 2017-06-30 00:49:52 -06:00
FusionPBX 248b53dceb Update php.sh 2017-06-24 11:38:25 -06:00
FusionPBX 92f474f63b Update php.sh 2017-04-15 15:54:38 -06:00
Mark J Crane 37d0e9ec99 More work on nginx 2017-03-26 14:07:55 -06:00
Mark J Crane 3d9287de66 Fix the sed statements in php.sh 2017-03-26 10:25:00 -06:00
Mark J Crane 83f064cae0 Start the FreeBSD install script (not ready) 2017-03-25 11:41:47 -06:00