Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73789 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60246 invoked from network); 25 Apr 2014 01:23:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Apr 2014 01:23:41 -0000 Authentication-Results: pb1.pair.com header.from=ingwie2000@googlemail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ingwie2000@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 74.125.83.51 as permitted sender) X-PHP-List-Original-Sender: ingwie2000@googlemail.com X-Host-Fingerprint: 74.125.83.51 mail-ee0-f51.google.com Received: from [74.125.83.51] ([74.125.83.51:40397] helo=mail-ee0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/20-58580-C19B9535 for ; Thu, 24 Apr 2014 21:23:40 -0400 Received: by mail-ee0-f51.google.com with SMTP id c13so2329201eek.24 for ; Thu, 24 Apr 2014 18:23:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=gmbMPwdlXzZV0JevQUWOukkXra6ZhhvBy9wuClcHK9U=; b=0ZNojT2L00X2G0oVsWmIwcu2l9/e8HbprxyA7ctI0Phw+7jmHmSUTLYlDyUECJ/CI7 jfYTvSSv1mKBMlgWcl72cFPTNLXYORa1gzPi8UiEfdk105m12AKv9w3QSgHAmZ1srYGr oIG/5k5BPhg9UKzFqUJz+yiVFxEt6Z2eukY8Uje36sEjdoaZVu6p9LZLGAg/1/Ju3zgX 9a9uO9MA1QpBivaCLzDn+I4gjSH0kacnuxSXlqsZYVE3yOtgPi3ZLVv8IrzkrqnZuf44 ugG0ehM2Zg9ricvUIuXTR3kokohj6vTRvfwoOZgiDTExpA699WXulk8wpq/J/t9LWEOo qm+A== X-Received: by 10.14.214.68 with SMTP id b44mr6303156eep.0.1398389017175; Thu, 24 Apr 2014 18:23:37 -0700 (PDT) Received: from ingwies-air.speedport_w723_v_typ_a_1_01_001 (p5B15138E.dip0.t-ipconnect.de. [91.21.19.142]) by mx.google.com with ESMTPSA id t50sm20505236eev.28.2014.04.24.18.23.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 24 Apr 2014 18:23:36 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Message-ID: <03D88386-7FC8-44C6-A0BC-A5BCB78457FD@googlemail.com> Date: Fri, 25 Apr 2014 03:23:35 +0200 To: PHP internals Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) X-Mailer: Apple Mail (2.1874) Subject: Zend: malloc.h on OS X is incorrect From: ingwie2000@googlemail.com (Kevin Ingwersen) Hey. I am currently working on using PHP - atm Zend - with cDetect ( = http://github.com/IngwiePhoenix/cDetect ) and I noticed that there is a = check to a header, which is not going to be true on OS X. Zend checks for But on OS X, this so happens to be =09 Please note; this is not always the case. If my memory serves right, = Apple changed in one or two OS X major versions ago. An additional check = and condition against HAVE_MALLOC_MALLOC_H would possibly suit this. But then again, I have had no issues using PHP ever, although I thought = I=92d point this out. I am taking this information off 5.5.11-github. Kind regards, Ingwie.=