php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #61694 VC9 Compiling Issue
Submitted: 2012-04-11 15:19 UTC Modified: 2014-01-05 22:47 UTC
Votes:2
Avg. Score:4.0 ± 1.0
Reproduced:0 of 0 (0.0%)
From: jason dot davey at live dot com Assigned: ab (profile)
Status: Closed Package: uploadprogress (PECL)
PHP Version: 5.3.10 OS: Windows Server 2003 x86
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: jason dot davey at live dot com
New email:
PHP Version: OS:

 

 [2012-04-11 15:19 UTC] jason dot davey at live dot com
Description:
------------
When compiling the 1.0.3.1 for PHP 5.3.10 (VC9, x86, TS) I receive the message below? Any ideas?

unresolved external symbol _php_rfc1867_callback referenced in function _zm_shutdown_uploadprogress

unresolved external symbol _core_globals_id referenced in function _uploadprogress_file_php_get_contents

Test script:
---------------
When compiling the 1.0.3.1 for PHP 5.3.10 (VC9, x86, TS) I receive the message below? Any ideas?

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

uploadprogress.obj : error LNK2019: unresolved external symbol _php_rfc1867_callback referenced in function _zm_shutdown_uploadprogress

uploadprogress.obj : error LNK2019: unresolved external symbol _core_globals_id referenced in function _uploadprogress_file_php_get_contents

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

uploadprogress.c Ln 68
----------------------
PHPAPI extern int (*php_rfc1867_callback)(unsigned int , void *, void ** TSRMLS_DC);

uploadprogress.c Ln 433
-----------------------
static void uploadprogress_file_php_get_contents(char *id, char *fieldname, long maxlen, zval *return_value)

Expected result:
----------------
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

Actual result:
--------------
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Patches

BuildLog.htm (last revision 2012-04-11 15:20 UTC by jason dot davey at live dot com)

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-01-05 22:47 UTC] ab@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: ab
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 02:01:29 2024 UTC