logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: PHP 8.4.3
Author
Kreten8



Joined: 27 Jan 2025
Posts: 5
Location: Kladno

PostPosted: Tue 28 Jan '25 10:56    Post subject: PHP 8.4.3 Reply with quote

I wanted to try out the new PHP 8.4.3 and I ran into a problem that I couldn't install any extensions. When I enable them in php.ini, after starting Apache, the error "The specified procedure was not found" appears in the php log for all of them. And in addition, phpinfo has the version 8.3.14 listed in the header. Then below is the correct
Code:
Apache version Version Apache/2.4.63 (Win64) PHP/8.4.3
Back to top
Stray78



Joined: 15 Apr 2024
Posts: 33
Location: USA

PostPosted: Wed 29 Jan '25 3:16    Post subject: Reply with quote

What OS are you running? Does apache run without PHP?
Back to top
Kreten8



Joined: 27 Jan 2025
Posts: 5
Location: Kladno

PostPosted: Wed 29 Jan '25 9:06    Post subject: Reply with quote

Apache also runs with php, but no extensions are found in it, so I managed to get the output from phpinfo. It runs on Windows 11
Back to top
11user



Joined: 30 Jan 2025
Posts: 2

PostPosted: Fri 31 Jan '25 3:35    Post subject: php 8.4.3 incompatible with ssl on apache 2.4.63 Reply with quote

When I upgraded php to 8.4.3, my apache 2.4.63 could still be started. However, the https pages hosted on apache 2.4.63 could not be reached. When I reverted php to 8.3.16, those pages worked again.

Below are the relevant error messages.
[Thu Jan 30 12:26:48.164329 2025] [mpm_winnt:notice] [pid 14296:tid 328] AH00455: Apache/2.4.63 (Win64) OpenSSL/3.4.0 PHP/8.4.3 configured -- resuming normal operations
[Thu Jan 30 12:26:48.164329 2025] [mpm_winnt:notice] [pid 14296:tid 328] AH00456: Apache Lounge VS17 Server built: Jan 22 2025 09:55:33
[Thu Jan 30 12:26:48.164329 2025] [core:notice] [pid 14296:tid 328] AH00094: Command line: 'C:\\Apache24\\bin\\httpd.exe -d C:/Apache24'
[Thu Jan 30 12:26:48.166837 2025] [mpm_winnt:notice] [pid 14296:tid 328] AH00418: Parent: Created child process 31820
PHP Deprecated: PHP Startup: session.sid_length INI setting is deprecated in Unknown on line 0
PHP Deprecated: PHP Startup: session.sid_bits_per_character INI setting is deprecated in Unknown on line 0
[Thu Jan 30 12:26:49.067194 2025] [mpm_winnt:notice] [pid 31820:tid 344] AH00354: Child: Starting 256 worker threads.
[Thu Jan 30 12:26:50.070187 2025] [mpm_winnt:notice] [pid 18492:tid 404] AH00364: Child: All worker threads have exited.
[Thu Jan 30 12:26:59.331528 2025] [mpm_winnt:notice] [pid 14296:tid 328] AH00428: Parent: child process 31820 exited with status 3221225477 -- Restarting.
PHP Deprecated: PHP Startup: session.sid_length INI setting is deprecated in Unknown on line 0
PHP Deprecated: PHP Startup: session.sid_bits_per_character INI setting is deprecated in Unknown on line 0
[Thu Jan 30 12:26:59.364751 2025] [mpm_winnt:notice] [pid 14296:tid 328] AH00455: Apache/2.4.63 (Win64) OpenSSL/3.4.0 PHP/8.4.3 configured -- resuming normal operations
[Thu Jan 30 12:26:59.364751 2025] [mpm_winnt:notice] [pid 14296:tid 328] AH00456: Apache Lounge VS17 Server built: Jan 22 2025 09:55:33
[Thu Jan 30 12:26:59.364751 2025] [core:notice] [pid 14296:tid 328] AH00094: Command line: 'C:\\Apache24\\bin\\httpd.exe -d C:/Apache24'
[Thu Jan 30 12:26:59.365757 2025] [mpm_winnt:notice] [pid 14296:tid 328] AH00418: Parent: Created child process 30320
PHP Deprecated: PHP Startup: session.sid_length INI setting is deprecated in Unknown on line 0
PHP Deprecated: PHP Startup: session.sid_bits_per_character INI setting is deprecated in Unknown on line 0
[Thu Jan 30 12:26:59.678599 2025] [mpm_winnt:notice] [pid 30320:tid 344] AH00354: Child: Starting 256 worker threads.
[Thu Jan 30 12:27:02.223601 2025] [mpm_winnt:notice] [pid 14296:tid 328] AH00428: Parent: child process 30320 exited with status 3221225477 -- Restarting.
PHP Deprecated: PHP Startup: session.sid_length INI setting is deprecated in Unknown on line 0
PHP Deprecated: PHP Startup: session.sid_bits_per_character INI setting is deprecated in Unknown on line 0
[Thu Jan 30 12:27:02.263319 2025] [mpm_winnt:notice] [pid 14296:tid 328] AH00455: Apache/2.4.63 (Win64) OpenSSL/3.4.0 PHP/8.4.3 configured -- resuming normal operations
Back to top
11user



Joined: 30 Jan 2025
Posts: 2

PostPosted: Fri 31 Jan '25 3:46    Post subject: php 8.4.3 incompatible with ssl on apache 2.4.63 Reply with quote

Sorry. I've just found a solution to my problem.
1. Open 'php.ini'
2. comment off any uncommented 'session.sid_bits_per_character'
3. comment off any uncommented 'session.sid_length'

After saving the modified php.ini, the https pages worked agaain.
Back to top


Reply to topic   Topic: PHP 8.4.3 View previous topic :: View next topic
Post new topic   Forum Index -> Other Software