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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Wed Apr 24 14:01:30 2024 UTC