php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #47105 cli crash with mysqli extension ksk2h342
Submitted: 2009-01-14 18:40 UTC Modified: 2009-01-14 19:03 UTC
From: michel dot dumontier at gmail dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 5.2.8 OS: Windows 7 beta
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: michel dot dumontier at gmail dot com
New email:
PHP Version: OS:

 

 [2009-01-14 18:40 UTC] michel dot dumontier at gmail dot com
Description:
------------
Executing the CLI php.exe on Windows 7 beta when including 
php_mysqli.dll(by itself or with others) in the windows config file 
for php 5.2.8 causes a hang. 

This version included in XAMPP 1.7 package. Inclusion of mysqli using 
apache httpd seems to be fine.

Reproduce code:
---------------
php -V


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-01-14 18:53 UTC] pajoye@php.net
Have you installed mysql too? like mysql 5.1?
 [2009-01-14 18:56 UTC] michel dot dumontier at gmail dot com
MySQL 5.1.30 is installed.

scripts will successfully execute against mysql databases.

php hangs after that.
 [2009-01-14 19:03 UTC] pajoye@php.net
Be sure that the libmysql in PHP is used and not libmysql from mysql 5.1.

It works perfectly fine here (no matter which windows, incl. win7). Not a php bug > closed (bogus).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 20 12:01:33 2024 UTC