Skip to main content
0 votes
0 answers
20 views

This is my first time trying to use Docker. I am trying to set up a PHP project that uses the mysqli PHP extension, but for some reason, it is not installed when I build my Docker container. I've been ...
Cade's user avatar
  • 45
0 votes
1 answer
928 views

I am attempting to install the latest version of MediaWiki (1.43), and I am using PHP version 8.4.3. The OS is Windows Server 2022 Datacenter. Here is the error I get from command-line: PHP Warning: ...
JBubz's user avatar
  • 1
0 votes
1 answer
60 views

The result is "Decrypted data is not a string", I don't know why #include "php.h" #include "ext/standard/info.h" #include "ext/standard/php_string.h" #include &...
Dylan's user avatar
  • 15
1 vote
1 answer
564 views

I am trying to built and extension of openswoole from more than 13 hours but getting the same error again and again. PHP Warning: PHP Startup: Unable to load dynamic library 'openswoole.so' (tried: /...
user avatar
2 votes
1 answer
68 views

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. I am using the zend framework....
ond1's user avatar
  • 816
2 votes
1 answer
536 views

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 ...
Tyralcori's user avatar
  • 1,067
2 votes
2 answers
85 views

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 ...
ond1's user avatar
  • 816
0 votes
0 answers
77 views

I am trying to secure my laravel project, or at least the most critical parts of it. I am planning to make it a SaaS but it will take me sometime so I was going to just encrypt most of the project....
MOM 74's user avatar
  • 21
-2 votes
1 answer
91 views

I'm using Windows 10 Home Single Language 64-bit operating system, x64-based processor having Version 22H2 on my laptop. Today I come across the below text on the website dedicated to supporting PHP ...
PHPLover's user avatar
  • 13k
-1 votes
1 answer
65 views

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. ...
amalu's user avatar
  • 11
0 votes
1 answer
404 views

I did a clean install of my system and currently running Ubuntu 24.04. I have a legacy project running on PHP 7.1 which uses MongoDB so I need to install the extension for PHP 7.1. And here comes the ...
XploD's user avatar
  • 377
1 vote
1 answer
59 views

I'm trying to write a Hello World repository that takes a standard C function and exposes it as an internal/built-in function to PHP (and other languages written in C). [ 27%] Building C object ...
Richard Tyler Miles's user avatar
0 votes
1 answer
335 views

I am trying to enable bcmath php extension on heroku using composer.json file as per documentation instructions article. When try to build i got error remote: Problem 1 remote: - Root composer....
Noman Hameed's user avatar
0 votes
0 answers
34 views

Is it possible to predefine some type of constant inside my own php extension, so php compiler will recognise it in file and then passes php code to my extension? I want to write some sort of custom ...
Mastas's user avatar
  • 13
1 vote
1 answer
455 views

i'm trying to compile a shared extension for php 8.3.6 x64 for windows i basicly followed these instructions: https://ourcodeworld.com/articles/read/804/how-to-compile-a-php-extension-dll-file-in-...
mech's user avatar
  • 685

15 30 50 per page
1
2 3 4 5
69