Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56150 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26434 invoked from network); 8 Nov 2011 09:27:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Nov 2011 09:27:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.170 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:56015] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5E/31-20122-8F5F8BE4 for ; Tue, 08 Nov 2011 04:27:20 -0500 Received: by ggnk4 with SMTP id k4so358859ggn.29 for ; Tue, 08 Nov 2011 01:27:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=R+FWkMIEh2CZUI1hn4JI7BsOQaOE5Gzsfom5fW3tFaA=; b=imBITsmoD+k0niXdJDn54KN0lPVvcTClGPMEe6ok3yUbyLqhYRMWq1P6D7c6TDgHhm SLiBKy4TRf4XaNV/t4RSYDsZFvR7sGHLtutVYui9SvWFJdNjrZidwFrAYQN5GxGId3gB Rq7y03E5e4FkzzfFgy4wcYR6fPoLw1wt1FfK0= Received: by 10.101.135.8 with SMTP id m8mr6756749ann.23.1320744438053; Tue, 08 Nov 2011 01:27:18 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.100.136.6 with HTTP; Tue, 8 Nov 2011 01:26:37 -0800 (PST) In-Reply-To: <1320742979-sup-5666@ezyang> References: <1320740449-sup-5688@ezyang> <4EB8EAF1.3040104@lerdorf.com> <1320741957-sup-755@ezyang> <4EB8EE60.2090609@lerdorf.com> <1320742979-sup-5666@ezyang> Date: Tue, 8 Nov 2011 18:26:37 +0900 X-Google-Sender-Auth: tE8c3wOlDSXrR1sOF976S8iWu5c Message-ID: To: "Edward Z. Yang" Cc: Rasmus Lerdorf , internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Load extensions for .user.ini files From: yohgaki@ohgaki.net (Yasuo Ohgaki) It seems working on my MacBook. I just tried php-src-5.4 with $ uname -a Darwin esi-yasmc1.esi.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386 $./configure && make and got following result. $ USE_ZEND_ALLOC=0 valgrind ./sapi/cli/php -v ==63465== Memcheck, a memory error detector ==63465== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al. ==63465== Using Valgrind-3.6.1 and LibVEX; rerun with -h for copyright info ==63465== Command: ./sapi/cli/php -v ==63465== --63465-- ./sapi/cli/php: --63465-- dSYM directory is missing; consider using --dsymutil=yes PHP 5.4.0RC1-dev (cli) (built: Nov 8 2011 18:19:07) Copyright (c) 1997-2011 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2011 Zend Technologies ==63465== ==63465== HEAP SUMMARY: ==63465== in use at exit: 104,661 bytes in 8 blocks ==63465== total heap usage: 13,688 allocs, 13,680 frees, 2,936,131 bytes allocated ==63465== ==63465== LEAK SUMMARY: ==63465== definitely lost: 0 bytes in 0 blocks ==63465== indirectly lost: 0 bytes in 0 blocks ==63465== possibly lost: 0 bytes in 0 blocks ==63465== still reachable: 104,661 bytes in 8 blocks ==63465== suppressed: 0 bytes in 0 blocks ==63465== Rerun with --leak-check=full to see details of leaked memory ==63465== ==63465== For counts of detected and suppressed errors, rerun with: -v ==63465== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) However, I got this with bash $ valgrind bash ==63473== Memcheck, a memory error detector ==63473== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al. ==63473== Using Valgrind-3.6.1 and LibVEX; rerun with -h for copyright info ==63473== Command: bash ==63473== ==63473== Warning: ignored attempt to set SIGUSR2 handler in sigaction(); ==63473== the SIGUSR2 signal is used internally by Valgrind --63473:0:syswrap- WARNING: Ignoring sigreturn( ..., UC_RESET_ALT_STACK ); --63473:0:syswrap- WARNING: Ignoring sigreturn( ..., UC_RESET_ALT_STACK ); -- Yasuo Ohgaki yohgaki@ohgaki.net On Tue, Nov 8, 2011 at 6:03 PM, Edward Z. Yang wrote: > Excerpts from Rasmus Lerdorf's message of Tue Nov 08 03:54:56 -0500 2011: >> It should match the dl() SAPI availability. > > OK, can do! > > Cheers, > Edward > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >