php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #49843 Application Failure httpd.exe 2.2.14.0 in php5ts.dll 5.2.11.11
Submitted: 2009-10-12 13:02 UTC Modified: 2009-10-14 08:53 UTC
Votes:3
Avg. Score:4.3 ± 0.9
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: lakiluk60 at go2 dot pl Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5.2.11 OS: Windows XP HE SP3
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: lakiluk60 at go2 dot pl
New email:
PHP Version: OS:

 

 [2009-10-12 13:02 UTC] lakiluk60 at go2 dot pl
Description:
------------
Application Failure  httpd.exe 2.2.14.0 in php5ts.dll 5.2.11.11 at offset 000f330d

Windows XP Home Edition SP3
Apache 2.2.14
PHP 5.2.11
MySQL 5.1.30

Apache+PHP+MySQL installed from MSI/EXE packages.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-10-12 13:03 UTC] lakiluk60 at go2 dot pl
Assigned to "Apache2 related"
 [2009-10-12 13:25 UTC] pajoye@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.


 [2009-10-12 16:12 UTC] lakiluk60 at go2 dot pl
No script/no code is running. This is during start of Apache with PHP module!
 [2009-10-14 06:58 UTC] morgan at nm dot ru
Description:
------------
Application Failure  httpd.exe 2.2.14.0 in php5ts.dll 5.2.11.11 

At library connection libmysql.dll from a package mysql versions 5.1.39 instead of from package delivery php 5.2.11 - phpinfo (); deduces that costs and version API 5.1.39 is connected but at a conclusion of any script falls apache, bring in release the version client API libraries 5.1. + also explain in what a problem

mysql 5.1.39
apache 2.2.14
php 5.2.11
 [2009-10-14 08:53 UTC] pajoye@php.net
Don't use mysql libmysql with PHP but only PHP's libmysql.dll, which is in our releases (msi or zip). Be sure to put the PHP directory first in your PATH, not mysql.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 20:01:30 2024 UTC