php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #49111 compilation of php extension broken
Submitted: 2009-07-30 15:15 UTC Modified: 2009-07-30 15:38 UTC
From: hendrik dot schmieder at jedox dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.3.0 OS: Windoze
Private report: No CVE-ID: None
 [2009-07-30 15:15 UTC] hendrik dot schmieder at jedox dot com
Description:
------------
Since the config.w32.h is missing from the source tree in PHP 5.3.0

compiling of PHP extension fails under Windows with
Error	1	fatal error C1189: #error :  "Unknown SIZEOF_LONG"	e:\arbeit\source\php\php-5.3.0\zend\zend.h	278	
[VS 2005].


Expected result:
----------------
https://palo.svn.sourceforge.net/svnroot/palo/molap/client>

In directory libraries palo-libraries.sln and there Project PHPPalo.




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-07-30 15:30 UTC] pajoye@php.net
It is generated at configure time. See the wiki for a tutorial about compiling PHP on windows (and extensions).
 [2009-07-30 15:38 UTC] hendrik dot schmieder at jedox dot com
I don't want to compile PHP on Windows ( I use PHP from the zip).
Just Compile PHP Extensions for PHP 5.3.10.
For PHP 5.2.10 this works just with using the supplied php source tree.

I'm not speaking about Linux.)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 13:01:30 2024 UTC