php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #62098 compilation under VC9 on Windows
Submitted: 2012-05-21 17:55 UTC Modified: 2012-05-22 07:09 UTC
From: tomkrawc at gmail dot com Assigned: tony2001 (profile)
Status: Closed Package: haru (PECL)
PHP Version: Irrelevant OS: Windows
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.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: tomkrawc at gmail dot com
New email:
PHP Version: OS:

 

 [2012-05-21 17:55 UTC] tomkrawc at gmail dot com
Description:
------------
I would like to suggest the patch. It gives a message if headers or libraries are not available so we know why the compilation doesn't create the haru extension. 

Second thing are zlib and libphp that are required for compilation. PHP Development Team provides libraries needed to compile the PHP. This are so called "deps" http://windows.php.net/downloads/php-sdk/. 


Patches

patch1 (last revision 2012-05-21 17:55 UTC by tomkrawc at gmail dot com)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-05-21 18:25 UTC] tomkrawc at gmail dot com
I would like to suggest the patch. It gives a message if headers or libraries are not available so we know why the compilation doesn't create the haru extension. 

Second thing are zlib and libphp that are required for compilation. PHP Development Team provides libraries needed to compile the PHP. This are so called "deps" http://windows.php.net/downloads/php-sdk/. So only changing zlib.lib to zlib_a.lib and libpng.lig to libpng_a.lib we will save some time.
 [2012-05-22 07:09 UTC] tony2001@php.net
Automatic comment from SVN on behalf of tony2001
Revision: http://svn.php.net/viewvc/?view=revision&revision=325770
Log: patch for FR #62098 (improved compilation under VC9 on Windows) patch by tomkrawc at gmail dot com
 [2012-05-22 07:09 UTC] tony2001@php.net
Committed, thanks!
 [2012-05-22 07:09 UTC] tony2001@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: tony2001
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 06:01:28 2024 UTC