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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 29 23:00:03 2025 UTC