Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15393 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12836 invoked by uid 1010); 12 Mar 2005 08:03:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 12821 invoked from network); 12 Mar 2005 08:03:31 -0000 Received: from unknown (HELO phdcc.com) (127.0.0.1) by localhost with SMTP; 12 Mar 2005 08:03:31 -0000 X-Host-Fingerprint: 216.119.106.214 gw1.webcontrolcenter.com Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) Received: from ([216.119.106.214:4924] helo=GW1.webcontrolcenter.com) by pb1.pair.com (ecelerity HEAD r(5124)) with SMTP id 0E/A3-31540-252A2324 for ; Sat, 12 Mar 2005 03:03:31 -0500 Received: from mail2.webcontrolcenter.com [216.119.106.25] by GW1.webcontrolcenter.com with SMTP; Sat, 12 Mar 2005 01:01:06 -0700 Received: from host213-122-135-156.in-addr.btopenworld.com [213.122.135.156] by mail2.webcontrolcenter.com with SMTP; Sat, 12 Mar 2005 01:00:52 -0700 Message-ID: <6.2.1.2.2.20050312075706.028a9380@mail.phdcc.com> X-Mailer: QUALCOMM Windows Eudora Version 6.2.1.2 Date: Sat, 12 Mar 2005 08:01:04 +0000 To: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: building php5 for win32 From: johncant@phdcc.com (John Cant) Hello I have been trying to rebuild the php5 DLLs under VC++ V6 SP5 and find that the following four variables are undefined. I've bodged some values to make the DLLs compile but the values are clearly not correct. Can you tell me what values these should have and where they should be defined? Everything has been compiled on a clean XP partition. // JC bodged definitions unsigned short *_pctype; int __mb_cur_max; char* mysql_character_set_name = NULL; char* mysql_real_escape_string = NULL; Thanks for your help. My build command is : %windir%\system32\cscript /nologo configure.js --enable-snapshot-build --without-libxml --enable-isapi --with-mysql > output.txt Best wishes John Cant