Skip to main content

All Questions

Tagged with
-1 votes
0 answers
32 views

Feed key passphrase to external SSH command on Windows

I'm using Symfony Process to run the SSH client bundled with Windows in a command-line PHP script. Remote server settings are stored in C:\Users\MYUSERNAMEHERE\.ssh\config file, connection is ...
Álvaro González's user avatar
-3 votes
0 answers
23 views

php+nginx on Windows can't upload a file more that 2GB

My Setup is: Im On Windows 10. php - version : PHP Version 7.4.10 /// tested already with 8. nginx - version : nginx/1.27.0 script that Im using for upload : https://github.com/danielm/uploader/...
DIMM_V2's user avatar
  • 127
1 vote
1 answer
21 views

Reload Web-Serverless PHP.ini

I've added sqlsrv.dll for my windows php install, but it doesn't seem to recognize it. It's not running on a server, just the cli on my local machine. It gives me this error: PHP Warning: PHP Startup:...
Exosylver's user avatar
  • 166
0 votes
1 answer
68 views

Windows equivalent of specific LINUX compression tool

In LINUX there is this very specific compression utility/tool at /usr/bin/xz. Now I am on Windows 10 x64 running PHP 8.1 and I have a php library, that in one line of its code call this very specific ...
theoneiam's user avatar
0 votes
0 answers
49 views

XAMPP Apache won't run on windows 11

This is the error message I get: [ssl:warn] [pid 10708:tid 396] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name PHP Warning: 'C:\WINDOWS\...
Toni-Ann's user avatar
0 votes
1 answer
29 views

how to change authority\system to another user

When I run the whoami command, it returns nt authority\system. The question is how I can change nt authority\system to another user? I did it exactly as described following this link, but it feed back ...
phuc van huu's user avatar
1 vote
0 answers
26 views

How to retain inherited folder permissions for newly uploaded files in a Windows development environment?

In my mobile app, I need to take a photo and send it to the OpenAI API for analysis. I'm working in a development environment with a local server on my Windows PC. Here's the code snippet that uploads ...
Julien Claerhout's user avatar
1 vote
0 answers
23 views

How to create PHAR file on Windows?

I used the following command on OSX: php -d phar.readonly=0 /usr/bin/phar pack -f $folder/$pluginname.phar $folder/$pluginname When I try to use similar command on Windows 11 and PHP 8: php.exe -d ...
LA_'s user avatar
  • 20.3k
1 vote
0 answers
94 views

Performance PHP on Windows Server

I'have tried to execute this code in 2 windows server with IIS and PHP 8.2 (x64), but the performance is very different. Server: OLD (server 1) - Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz Base ...
gatfil's user avatar
  • 45
0 votes
1 answer
42 views

I need to kill a process in windows but i have 2 scripts under the same process id

i've the next issue: i'm running through an url a php script, this script makes a query to mongoDb and brings a loooot of registers, this takes almost an hour to finish. To this point everything goes ...
lady Marian's user avatar
1 vote
1 answer
147 views

compiling shared php-module as dll (windows)

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
  • 677
0 votes
0 answers
120 views

Install 'Brotli' PHP extension on Windows

I'm looking to install Brotli php extension on my Windows Server 2022 server as it offer ~15% better compression performance than Gzip. But I really can't find a proper way to install it. Any ...
Fabien's user avatar
  • 1
-1 votes
2 answers
40 views

PHP php_mongodb.dll for 32bit [closed]

facing the error that my windows server 2019 uses 32bit. now i want to connect from that server with php to my mongodb. I've searched the whole internet for a 32bit version of the php_mongodb.dll but ...
TonyShark007's user avatar
0 votes
1 answer
264 views

How do I fix CPU usage at 100% on a windows server running php?

I am running php on a Windows server (2019) VM in Azure. On that VM I have IIS v10, PHP v8.2.3, and MySQL v8 running several Wordpress sites. In task manager and perfmon, I see that there can be 3 or ...
Jack Walker's user avatar
0 votes
0 answers
35 views

How to debug a Magento 2 project on Visual Studio or PhpStorm in Windows 10 with WSL2 Environment using Nginx and PHP 8.1?

I'm currently working on a Magento 2 project and need guidance on debugging it effectively within a Windows 10 environment utilizing WSL2, Nginx, and PHP 8.1. My primary development tools are Visual ...
Jyotiranjan Behera's user avatar

15 30 50 per page
1
2 3 4 5
238