Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27294 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64976 invoked by uid 1010); 6 Jan 2007 05:06:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 64961 invoked from network); 6 Jan 2007 05:06:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jan 2007 05:06:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=wrowe@rowe-clan.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=wrowe@rowe-clan.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain rowe-clan.net from 207.155.252.219 cause and error) X-PHP-List-Original-Sender: wrowe@rowe-clan.net X-Host-Fingerprint: 207.155.252.219 warrior.cnchost.com Solaris 10 (beta) Received: from [207.155.252.219] ([207.155.252.219:40927] helo=warrior.cnchost.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/E9-01582-E3E2F954 for ; Sat, 06 Jan 2007 00:06:06 -0500 Received: from [192.168.0.21] (c-24-15-193-17.hsd1.il.comcast.net [24.15.193.17]) (as wrowe@rowe-clan.net) by warrior.cnchost.com (ConcentricHost(2.54) Relay) with ESMTP id 8857C22BD; Sat, 6 Jan 2007 00:06:03 -0500 (EST) Message-ID: <459F2E2D.9050404@rowe-clan.net> Date: Fri, 05 Jan 2007 23:05:49 -0600 User-Agent: Thunderbird 1.5.0.8 (X11/20061107) MIME-Version: 1.0 To: Edin Kadribasic CC: PHP Internals List References: <459F1C08.7040300@krug.dk> In-Reply-To: <459F1C08.7040300@krug.dk> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Windows build From: wrowe@rowe-clan.net ("William A. Rowe, Jr.") Edin Kadribasic wrote: > > I can get PHP to work fine on the command line, both cgi and cli. It > also works fine under IIS using fastcgi. But loading sapi dll into a > webserver (not using php.exe or php-cgi.exe) works for the sapi itself, > but trying to load any extensions via php.ini fails miserably. Sometimes > you will get an error that the C runtime was attempted to be loaded in > an illegal way, sometime PHP will claim that the extension does not > exist, etc. Questions; This is WinXP SP2 fully updated? (E.g. all security 'fixes' snuck in?) Extensions are located in the same directory as php5ts.dll itself? The webservers you are testing with use the same msvcr as the php build? (Depends.exe in the psdk or vc product is wonderful for inspecting this.)