Installing APCU for PHP 7 on windows server 2016 - apcu

i am using xampp 3.2.2 and i want to install Installing APCU for PHP 7 on windows server 2016 . i have tried a number of things and am still not getting any APC configuration information in my phpinfo page.

Related

Is Odoo compatible with Plesk on a Centos7 server?

I have a VPS server with Centos 7 managed from Plesk, where I want to install Odoo. Yesterday I tried to install Odoo, but when I had it up and running, I tried to log into Plesk and I got Error 404 Not Found. So I uninstalled Odoo and got Plesk working again.
Are they incompatible? Is it possible to have both installed on the same VPS?

How activate SSL and EasyPHP 17 under php7.2 and php7.3

How to activate OpenSSL and Sodium in PHP 7.2 and PHP 7.3 for EasyPHP 17 and Windows 10?
In PHP 7.1 I had to change php.ini and remove ; at the line
extension=php_openssl.dll in order to activate OpenSSL.
In PHP 7.2?
In PHP 7.3?
Thanks for your help.
You can enable the OpenSSL extension the same way as in 7.1. In your php.ini add/uncomment the line:
extension=php_openssl
However, as #Franck mentioned, it will not work straight away for PHP 7.2 and 7.3 as there is an incompatibility with Apache 2.4.25 x86 (the default version in EasyPHP 17).
You need to update your Apache to a newer version to make it work. (I tried with Apache 2.4.39 x86 and it works fine).

PIA_INSTALL_FAIL during PeopleSoft Server Administration

I'm following the online installation example (https://www.youtube.com/watch?v=7ElSGLkprkY) to install PeopleSoft with PeopleTools on Windows 7 with SQLServer 2008 R2.
My PS and PT installation version differs from the online videos since I'm using most recent available versions:
PeopleSoft HM 9.2
PeopleTools 8.55
Tuxedo 12.1.3.0.0 with VS2012
WebLogic 12.1.3.0.0 64bit
JDK 7u55 x64
SQL Server 2008 R2
I could install each element with no error, excepted one VIEW during HC database creation (PS_EP_APPRMOB_PNDG), but I could re-create the view manually by slightly modifying the SQL query.
Now I'm trying to configure the Web (PIA) Server and I encounter an error while creating the domain. The piainstall_HC.log file contains following:
Tue Sep 20 09:48:32 CEST 2016:Starting PIA installation...
PS_HOME: c:\PT8.55
Install Action : CREATE_NEW_DOMAIN
Creating Domain...
Deploying Web Applications...
Deploying WebLogic Extension files...
Deploying PeopleSoft Site files...
Deploying PeopleSoft Site Doc files...
Completed.
PS_CFG_HOME: C:\PS_CFG_HOME
PIA_INSTALL_FAIL
After intensive googling, I found that some other people got a similar issue which was caused by a wrong version of the JDK: the JRockit jvm was required.
Of course I tried to use JRockit JDK 64bit, but I still get the same error. I also tried several other oracle JDK versions, among others the JDK 7u55 x64, which is provided with PeopleTools installation elements.
Unfortunately, I definitively get the same error and cannot find any other logfile which could give more information on the root cause.
Did someone experienced the same issue and could fix it ?
Thanks for help
I finally could fix the issue.
It seems that my error was to install the wrong weblogic version: originally, I installed weblogic by using the "setup_fmw_12.1.3.0.0_ohs_win64.exe" installer which was provided with PeopleTools.
It appears that the other one (fmw_12.1.3.0.0_wls.jar) was expected. After installing this version (with "Coherence"), the domain could be created successfully.

MongoDB (3.2) PHP Driver v1.1 doesn't install on PHP 5.5

I have installed Windows Server 2008 64-bit, without SSL support for Windows 10 & I saw that the version of that is 3.2 ...
So I wanted to download MongoDB PHP Driver, I saw that I should download PHP Driver DLLs that are 1.1 or more. I downloaded that latest one for PHP 5.5 with Safe Thread (It is enabled in my PHP). I put it in (ext) folder & I wrote extension=php_mongodb.dll in PHP.ini ... But When I run phpinfo() function, It doesn't show MongoDB in extensions.
I have searched & tried very much but It didn't work, So I asked here.

Is it possible to install the Memcached extension for PHP 7 alongside a PHP 5.6 install?

Is it possible to install the Memcached extension for PHP 7 on CentOS7 alongside a Memcached with PHP 5.6 install? The server is running DirectAdmin custombuild 2.0 which lets you run 2 PHP versions alongside each other.
And this Memcached installation guide is for Debian, what would be different / would it work for CentOS7?