php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10270 PHP 4.05+ Won't Compile on Win32 Coz of Zend Errors
Submitted: 2001-04-10 15:46 UTC Modified: 2001-04-27 13:32 UTC
From: x86zman at yahoo dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (23/04/2001) OS: Win98 SE (Enabled)
Private report: No CVE-ID: None
 [2001-04-10 15:46 UTC] x86zman at yahoo dot com
PHP 4.05 RC6 & Latest CVS of 10/04/2001 
Won't Compile on Win32 (W98ENA_SE) by M$ VC6 (SP5) 
Because of Zend & ZendTS - Missing Files &/ Configuration !!  

I've got Compilation Logs , so Just ask if Needed ...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-16 07:01 UTC] jmoore@php.net
Works fine for me make sure you have Zend and TSRM directories in right place and are defining PHP_WIN32 and ZEND_WIN32.

-James
 [2001-04-23 17:38 UTC] x86zman at yahoo dot com
Here is the M$ VC6 (SP5) - Zend Compilation Log (the Failure Responsible) :

--------------------Configuration: Zend - Win32 Release--------------------
Compiling...
zend.c
zend_alloc.c
zend_API.c
zend_builtin_functions.c
zend_compile.c
zend_constants.c
zend_execute.c
zend_execute_API.c
zend_extensions.c
zend_hash.c
zend_highlight.c
zend_indent.c
zend_ini.c
zend_ini_parser.c
/usr/share/bison.simple(249) : warning C4027: function declared without formal parameter list
/usr/share/bison.simple(432) : warning C4133: 'function' : incompatible types - from 'struct _zval_struct *' to 'struct _znode *'
zend_ini_scanner.c
zend_ini_scanner.l(56) : error C2065: 'ini_lineno' : undeclared identifier
zend_language_parser.c
zend_language_scanner.c
zend_language_scanner.c(5482) : warning C4273: 'isatty' : inconsistent dll linkage.  dllexport assumed.
zend_list.c
zend_llist.c
zend_opcode.c
Generating Code...
Compiling...
zend_operators.c
zend_ptr_stack.c
zend_sprintf.c
zend_stack.c
zend_variables.c
Generating Code...
Error executing cl.exe.

Zend.lib - 1 error(s), 3 warning(s)

===========================================================

This is The 2nd time I Submit this bug/misconfig (the 1st time's # is 10270) ,
Please Fix it up !
 [2001-04-27 13:32 UTC] dbeu@php.net
unable to reproduce.
make sure that you use a recent bison 1.27 or 1.28.
also make sure that you do a complete new checkout of both cvs systems ( zend cvs and php cvs ).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 00:01:28 2024 UTC