problem with php_openssl.dll not show up in phpinfo()

I use my notebook as server, running window XP. I have PHP v5.2.1.

I have the php_openssl.dll in C:\php5\ext, I also uncommented the file in php-ini file,
When I ran the phpinfo () I cannot see the php_openssl.dll in the configuration section.

Please give advice, really appreciate your help.

try to reboot apache or the other web service.

Must works with this

Try to reboot Apache, I do the following . . . go to Start . . all programs . . AppServ . . . control server by manual . . press Apache start . . then it gives me a black screen with the following info.

Apache 2.2 daemon is starting . . .
#####################

Stop Apache please close this window

#####################

<os 10048>
could not bind to address 0.0.0.0:80 no listening socket available
shutting down unable to open logs
Hit any key to continue . . .

This error are in config of apache,
try to lookup ip 0.0.0.0 at “httpd.conf” and change it to 127.0.0.1 or localhost

I dont have it in my phpinfo but it is enabled.
Only thing that looks similar is

openssl

OpenSSL support enabled
OpenSSL Library Version OpenSSL 0.9.8l 5 Nov 2009
OpenSSL Header Version OpenSSL 0.9.8l 5 Nov 2009

Dear Kikesv,

I do not know where to find the “httpd.conf” and make changes. Is it the one in www\phpMyAmin\contrib
packaging\Fedora\phpMyAdmin-http.conf? Cannot open this one. thanks

\apache\conf\httpd.conf

Open it with notepad.

[code]#

ServerName gives the name and port that the server uses to identify itself.

This can often be determined automatically, but we recommend you specify

it explicitly to prevent problems during startup.

If your host doesn’t have a registered DNS name, enter its IP address here.

ServerName localhost:80[/code]

This is what mine is

I go to the folder AppServ\ Apache2.2 \ conf\ and find the file httpd.conf, open it with notepad, I see the

ServerRoot “C:/AppServ/Apache2.2”

Listen: Allows you to bind Apache to specific IP addresses and/or

ports, instead of the default. See also the

directive.

Change this to Listen on specific IP addresses as shown below to

prevent Apache from glomming onto all bound IP addresses (0.0.0.0)

#Listen 12.34.56.78:80
Listen 80
and I change the IP address(0.0.0.0) to (localhost), then I run the phpinfo(), still
not seeing the php-openssl.dll

Changing httpd.conf was ment to solve

Try to reboot Apache, I do the following . . . go to Start . . all programs . . AppServ . . . control server by manual . . press Apache start . . then it gives me a black screen with the following info.

Apache 2.2 daemon is starting . . .
#####################

Stop Apache please close this window

#####################

<os 10048>
could not bind to address 0.0.0.0:80 no listening socket available
shutting down unable to open logs
Hit any key to continue . . .

Last week when I helped you setup and use php_openssl.dll I did it myself on my system.
And nowhere in my phpinfo() does it say anything about php_openssl.dll

The only thing that comes close to it is

openssl

OpenSSL support enabled
OpenSSL Library Version OpenSSL 0.9.8l 5 Nov 2009
OpenSSL Header Version OpenSSL 0.9.8l 5 Nov 2009

  1. when I run the phpinfo(), under the configuration - php core, I do see what you have
    openssl

OpenSSL support enabled
OpenSSL Library Version OpenSSL 0.9.8l 5 Nov 2009
OpenSSL Header Version OpenSSL 0.9.8l 5 Nov 2009

  1. when I restart my server, I go to Start . . All programs . . AppServ . . then we have (A)control server by manual (B) control server by service. I pick (B) and do Apache restart . RIGHT? THANKS

Are you able to post your php.ini file of message it to me?

Thanks for your reply, am I doing things right? I mean my last message question (1) and (2) restart server.

Do you want me to send the whole file of php.ini to you or just a portion of it, very big, and how can I message
it? by copy and paste to this post?

Sent you a message.

I am lost, I do not get your message. Is the following message completed or I am unable to find it.

Hey,

This is my email address to send the php.ini to.
As far as I’m aware from the information you have given me everything is correct.

Sponsor our Newsletter | Privacy Policy | Terms of Service