FrankenPHP: How to use my own zend extension
I just found out about FrankenPHP - it's running really good so far. To make a benchmark test, i have to integrate my own PHP Zend Extension first, to see if it is viable to dig deeper into this. My…
I just found out about FrankenPHP - it's running really good so far. To make a benchmark test, i have to integrate my own PHP Zend Extension first, to see if it is viable to dig deeper into this. My…
In SaxonC PHP extension (written in C++) I am writing utility to allow users to write custom functions in their PHP script which will get called in XSLT, XPath or XQuery. Therefore we have to handle a number of PHP…
I am trying to connect my laravel project to a mongodb. My php version is 8.1. I downloaded the threadsafe x64 for php 8.1 from text and pasted the dll file in my ext folder in php folder of xampp.…
I have determined path to php but I'm getting the following php error in Ubuntu 22.04, I think I would need to load the Mysqlnd and mysqli for this issue root@xxxx:~# php --ini PHP Warning: PHP Startup: Unable to load…
I am experiencing difficulties starting Redis 5.3.7 with PHP 8.2 on my Windows machine. When I attempt to start it, a dialog box displays with the message: "The procedure entry point _zend_get_parameters_array_ex could not be located in the dynamic link…
When I use Composer to run composer require ext-gmp, without a composer.json file or composer.lock file in the current directory, I get the following error: Could not find a matching version of package ext-gmp. Check the package spelling, your version…
I am trying to create my php docker image for my applications, but when I am starting building it, it fails on installing some extensions by showing this error #0 6.705 (25/26) Installing make (4.3-r0) #0 6.726 (26/26) Installing re2c…
I'm trying to deploy my laravel project on CentOs system. When im going to run composer update command i am encountering this error. I can't figure out the solution and I saerched for soloution in this platform. I found for…
I am trying to compile the SAP SqlAnywhere php extension for use with PHP 8.0.12; the source for this extension I downloaded from this location. This site has compiled versions of the extension for various versions of PHP up until…
I am running a Debian Linux server that is hosting my Apache2 web server for an in-house web application I am developing. I am attempting to utilize LDAP for user authentication by communicating with our Active Directory server checking user…