Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68594 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23668 invoked from network); 21 Aug 2013 23:24:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Aug 2013 23:24:44 -0000 Authentication-Results: pb1.pair.com header.from=lior.k@zend.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=lior.k@zend.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 209.85.219.52 cause and error) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.219.52 mail-oa0-f52.google.com Received: from [209.85.219.52] ([209.85.219.52:41842] helo=mail-oa0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/A1-11927-C3C45125 for ; Wed, 21 Aug 2013 19:24:44 -0400 Received: by mail-oa0-f52.google.com with SMTP id f4so1164633oah.25 for ; Wed, 21 Aug 2013 16:24:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=1Qw5DFyIVmXIMiEpNRA/4d8HtT6tRPvYJAsN40d7Vgc=; b=pbRcC1QSyBA5TQDDDWiMpYfuP3aEX40H4y2O84rhDtZMjh28+p9ESsWWN+2NkC9yAf e1dURtcHV3o61wFd64dv7K4soNKNUN5aUdd19t7GLzvp2VYiNbyNbd+QPjmTDR2bGTAY lVy6PSRmMQCQvlZaxj1pnYhqx9pF7J+onxyq2unyDjUPPiN7TK9zNOWUrWeuGjxwRH8D jo4SqtlpLxO3lbYDp/vdqt9lxlr1nCN7WJVhBR3PfdMY2kyYWZroiYvp0ixkICuS8HYu SFCIhjwMITIgAAb7kcTBNe1Dj90gVciQuZVItfL2n/wg6UoFdZ8dLWuTVfcUjOZSWW12 t7Jw== X-Gm-Message-State: ALoCoQlX3J94eNYwe3/N5iW9opF5tb4ApyA2sm9jCbc642Enb9ZA+0bMZ3nPbAoyb8HhAYiUr/cDQ4tMQh2V4RCjYVSvpm1vRGFcsyflWjG/tGvXjgkY0zk0c7mYptikM4++PLMGtN59 MIME-Version: 1.0 X-Received: by 10.182.227.136 with SMTP id sa8mr10976708obc.39.1377127481663; Wed, 21 Aug 2013 16:24:41 -0700 (PDT) Received: by 10.60.23.195 with HTTP; Wed, 21 Aug 2013 16:24:41 -0700 (PDT) Date: Thu, 22 Aug 2013 02:24:41 +0300 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=001a11c303505af70604e47d7a4f Subject: Pull requests report (21/8/2013) From: lior.k@zend.com (Lior Kaplan) --001a11c303505af70604e47d7a4f Content-Type: text/plain; charset=UTF-8 (reporting about two weeks) Merged requests (past 7 days): #359 PHPTests for the DOMDocument::load and DOMDocument::loadXML #360 Bug44168 #381 Fixed #65225: PHP_BINARY incorrectly set #395 typofixes - code related #402 make the bison version check a blacklist #403 Fix #61345: fix install of CGI binary #404 php.ini-development/production: remove php_zip.dll #405 Fixbug: phpize --clean will delete include/*.h #410 Fix for php bug #64802 #411 Use pkg-config to detect iodbc #412 Create test to the extension xmlrpc, encode array and int. Closed requests (without merge): #325 Add schema default/fixed value support in DOM (merged in April, closed now). #329 Allow major versions of bison (done as part of #402). New: #406 OnEnable INI MH for opcache causing strangeness #413 Make exception messages and error output binary safe #414 Fix #65483: quoted-printable encode stream filter incorrectly encoding #415 Remove duplicate calls to set filename & lineno for the DTRACE_FUNCTION_ENTRY/RETURN cases #416 New function: pcntl_daemonize & pcntl_setaffinity Kaplan p.s. For those of you who want some perspective on merges done in the last month: http://liorkaplan.wordpress.com/2013/08/11/getting-patches-into-php-take-two/ On Wed, Aug 7, 2013 at 10:15 AM, Lior Kaplan wrote: > Merged requests (past 7 days): > #214 First fixes for a 64bit > compatible ftp extension > #394 typofixes - non living > code related typo fixes > #399 Constify streams API and a > few other calls down the rabbit hole. > #401 Php 5.5 strict session > collision detection > > Thanks Stas (: > > Closed requests (without merge): > #199 Bug #62479 Fix bug where > spaces in passwords would fail > #368 Php 5.5 strict session > collision detection (in favor of #401) > #400 Bug44164 > > New and still open requests (past 7 days): > None - everything from this week was either merged or closed - well done > (: > > existing requests (7-21 days): > #388 Add new 'use function' > sequence for importing namespaced functions > #390 Add DateInterval::add > method > #393 Fix #60873: Add > read_property handler for DateTime object > #395 typofixes - code related > #397 New handler for retrieving > properties when object is serialized > #398 Fix #65069: GlobIterator > fails to access files inside an open_basedir restricted dir > > Kaplan > --001a11c303505af70604e47d7a4f--