|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2011-05-26 03:45 UTC] ricardo dot nuno dot rodrigues at hotmail dot com
Description: ------------ Hi there, I put new version but on a Code Igniter Framwwork website the screen goes blank. Back to earlier version (3.1.6) all goes OK. Thanks Ricardo PS: I use PHP 5.3.6 VC9 but ain't on the form that option Reproduce code: --------------- Test on CI framework Used compiled version with VC9 for Win7 Expected result: ---------------- normal page Actual result: -------------- blank screen PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 10:00:02 2025 UTC |
- verify that there are no actual error displayed (show html source: * absolute blank - check the webserver error log * nothing - which web server do you use? From where? * Apache/2.2.17 (Win32) mod_ssl/2.2.17 OpenSSL/0.9.8o PHP/5.3.6 mod_geoip/1.2.5v6 Apache Lounge VC9 version (like you recommended me) -try to load the extension from the cli (cmd line) * it also loads (and gives outputs)I tried to compile myself and gives a lot of warnings: C:\php-sdk\php53dev\vc9\x86\php-5.3.6>nmake Microsoft (R) Program Maintenance Utility Version 9.00.21022.08 Copyright (C) Microsoft Corporation. All rights reserved. Recreating build dirs apc.c ext\APC-3.1.9\apc.c(257) : warning C4244: '=' : conversion from 'apc_ino_t' to ' _ino_t', possible loss of data apc_bin.c apc_cache.c ext\APC-3.1.9\apc_cache.c(657) : warning C4047: 'function' : 'int' differs in le vels of indirection from 'int *' ext\APC-3.1.9\apc_cache.c(657) : warning C4024: 'apc_fcntl_unlock' : different t ypes for formal and actual parameter 1 ext\APC-3.1.9\apc_cache.c(666) : warning C4047: 'function' : 'int' differs in le vels of indirection from 'int *' ext\APC-3.1.9\apc_cache.c(666) : warning C4024: 'apc_fcntl_unlock' : different t ypes for formal and actual parameter 1 ext\APC-3.1.9\apc_cache.c(679) : warning C4047: 'function' : 'int' differs in le vels of indirection from 'int *' ext\APC-3.1.9\apc_cache.c(679) : warning C4024: 'apc_fcntl_unlock' : different t ypes for formal and actual parameter 1 ext\APC-3.1.9\apc_cache.c(687) : warning C4047: 'function' : 'int' differs in le vels of indirection from 'int *' ext\APC-3.1.9\apc_cache.c(687) : warning C4024: 'apc_fcntl_unlock' : different t ypes for formal and actual parameter 1 ext\APC-3.1.9\apc_cache.c(733) : warning C4047: 'function' : 'int' differs in le vels of indirection from 'int *' ext\APC-3.1.9\apc_cache.c(733) : warning C4024: 'apc_fcntl_unlock' : different t ypes for formal and actual parameter 1 ext\APC-3.1.9\apc_cache.c(743) : warning C4047: 'function' : 'int' differs in le vels of indirection from 'int *' ext\APC-3.1.9\apc_cache.c(743) : warning C4024: 'apc_fcntl_unlock' : different t ypes for formal and actual parameter 1 ext\APC-3.1.9\apc_cache.c(750) : warning C4047: 'function' : 'int' differs in le vels of indirection from 'int *' ext\APC-3.1.9\apc_cache.c(750) : warning C4024: 'apc_fcntl_unlock' : different t ypes for formal and actual parameter 1 ext\APC-3.1.9\apc_cache.c(784) : warning C4047: 'function' : 'int' differs in le vels of indirection from 'int *' ext\APC-3.1.9\apc_cache.c(784) : warning C4024: 'apc_fcntl_unlock' : different t ypes for formal and actual parameter 1 ext\APC-3.1.9\apc_cache.c(789) : warning C4047: 'function' : 'int' differs in le vels of indirection from 'int *' ext\APC-3.1.9\apc_cache.c(789) : warning C4024: 'apc_fcntl_unlock' : different t ypes for formal and actual parameter 1 ext\APC-3.1.9\apc_cache.c(1249) : warning C4047: 'function' : 'int' differs in l evels of indirection from 'int *' ext\APC-3.1.9\apc_cache.c(1249) : warning C4024: 'apc_fcntl_unlock' : different types for formal and actual parameter 1 ext\APC-3.1.9\apc_cache.c(1310) : warning C4047: 'function' : 'int' differs in l evels of indirection from 'int *' ext\APC-3.1.9\apc_cache.c(1310) : warning C4024: 'apc_fcntl_unlock' : different types for formal and actual parameter 1 apc_compile.c apc_debug.c apc_fcntl_win32.c apc_iterator.c apc_main.c apc_pool.c apc_rfc1867.c apc_shm.c apc_sma.c ext\APC-3.1.9\apc_sma.c(696) : warning C4047: 'function' : 'int' differs in leve ls of indirection from 'int *' ext\APC-3.1.9\apc_sma.c(696) : warning C4024: 'apc_fcntl_unlock' : different typ es for formal and actual parameter 1 apc_stack.c apc_string.c apc_zend.c php_apc.c Creating library Release_TS\php5ts.lib and object Release_TS\php5ts.exp rc /n /fo Release_TS\php_apc.dll.res /d FILE_DESCRIPTION="\"php_apc.dll\ "" /d FILE_NAME="\"php_apc.dll\"" /d URL="\"http://www.php.net\"" /d INTERNAL_NA ME="\"APC extension\"" /d THANKS_GUYS="\"\"" win32\build\template.rc Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 Copyright (C) Microsoft Corporation. All rights reserved. Creating library Release_TS\php_apc.lib and object Release_TS\php_apc.exp EXT apc build complete SAPI sapili build complete My first test was with these binaries: http://dev.freshsite.pl/php-accelerators/apc.html Thanks Ricardo