Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69528 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12341 invoked from network); 9 Oct 2013 08:26:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Oct 2013 08:26:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=lior.k@zend.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=lior.k@zend.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 74.125.82.44 cause and error) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 74.125.82.44 mail-wg0-f44.google.com Received: from [74.125.82.44] ([74.125.82.44:64150] helo=mail-wg0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 70/E6-06817-B1315525 for ; Wed, 09 Oct 2013 04:26:05 -0400 Received: by mail-wg0-f44.google.com with SMTP id n12so400530wgh.11 for ; Wed, 09 Oct 2013 01:26:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=cm2JcjrpxRy2vg8J+mI1C3+GX9EIDD2BSQy4P2jQm+c=; b=Uj9dyeCdqVmt74anSkz3R+Bn8/Mrs0M1pX0dAgK61TkMKPwl4LT9GPnG4roYu4lIGc MTQJphte7V5+JSGIbL8njr13q/rsWDjhpzLCgrgp2Fx0ZI/Yqi1XXAqqfhVPrYxH9/ZK WZThzwzr3YqmQu/8cPp34FuUvywt7H/2HFCnLw6UkU5FzlPDXbvUK5GsM4Sins9YBZ0b X8dQBMda//kAHR+Apm6Bpx5So2xJ1Qhg/FI+Al2LWTdl1rEsh5u5nTQaQ1D6wriPrNF9 aYUWxoSAb94dy+gaCQOVrweDJoyeeFvc09Vm3I9AT2bH2SMdOoWzarWS2IFIc9GX42TV 6B7w== X-Gm-Message-State: ALoCoQnq+0u+U+v+ztWDD0Bvjrj46QGo4nML+nHG6K00Dw9aHicBWY/v54URlGIxUfHh5EJ2d91lghpCNORNbIglJ6mT8/ikdlWfjw92w7RAmbhCzlbI6LOWLzeCPNv8PyMoIt1yap6+ MIME-Version: 1.0 X-Received: by 10.194.176.163 with SMTP id cj3mr5675441wjc.8.1381307160882; Wed, 09 Oct 2013 01:26:00 -0700 (PDT) Received: by 10.180.39.36 with HTTP; Wed, 9 Oct 2013 01:26:00 -0700 (PDT) Date: Wed, 9 Oct 2013 10:26:00 +0200 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=089e013cbfeaa689f504e84aa2d4 Subject: Pull requests report (9/10/2013) From: lior.k@zend.com (Lior Kaplan) --089e013cbfeaa689f504e84aa2d4 Content-Type: text/plain; charset=UTF-8 Hi, Total open: 74 New: #477 Argument unpacking #479 Replace invalid code with a proper #error #482 Utilize SAN extension matching during SSL/TLS peer verification #483 Add TLSv1.1 and TLSv1.2 support #484 Assume the free space is correct on Travis CI Merged: #19 Improve building the LDAP and OCI8 extensions statically. #314 better support for various flock scenarios #421 Dedicated syntax for variadic parameters #427 run-tests.php: Added EXPECT_EXTERNAL, EXPECTF_EXTERNAL, EXPECTREGEX_EXTERNAL #55736 #430 Add support for CryptoPro S-box for GOST #464 openssl: certificate fingerprinting support #465 Better wildcard matching for CN #469 Streams: Configure crypto method for ssl:// transports #478 fix bug 65667 #480 fixing a minor typo in CODING_STANDARDS document #481 Fix segfault when built with OpenSSL >= 1.0.1 Closed (without merge): #437 changes default value of mbstring.substitute_character #467 Allow ini files to have a [SAPI=] section in exactly the same manner as [PATH=] and [HOST=] #468 Allow ini files to have a [SAPI=] section in exactly the same manner as [PATH=] and [HOST=] #476 Bug #48389: Correct non posix code (fixing FTBFS on GNU/Hurd) Still open (21 days): #449 Bug 48225 #451 Bug 65672 #453 New internal API for serialization and unserialization #455 Fix missing symbol linking error on (ancient) systems without atoll, e.g. AIX5.1 #456 Fixed whitespace part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly") #457 Fixed part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly") #458 Add ldap_escape() #459 Bug 65701 #460 json_encode(): added option to turn only empty arrays into object #461 use log2() / log10() within basic log function #462 Bug 64744 #463 fix bug #53432 (Assignment via string index access on an empty string converts to array) #466 Allow ini files to have a [SAPI=] section in exactly the same manner as [PATH=] and [HOST=] #469 Streams: Configure crypto method for ssl:// transports #470 anon class objects #471 Bug 64560 #472 Bug 49898 #474 Implement automatic property initialization #475 Fix #61094 Wrong WSDL cache file name Kaplan On Mon, Sep 30, 2013 at 12:18 PM, Lior Kaplan wrote: > Hi, > > Total requests: 81 > > New: > #471 Bug 64560 > #472 Bug 49898 > #474 Implement automatic > property initialization > #475 Fix #61094 Wrong WSDL > cache file name > #476 Bug #48389: Correct non > posix code (fixing FTBFS on GNU/Hurd) > > Merged: > #473 fix many parallel test > issues > > Closed (without merge): > #431 New function: > stream_socket_listen() > > Still open (21 days): > #431 New function: > stream_socket_listen() > #432 Addition of DATE_SQL and > DATE_SQLTIMESTAMP constants > #434 Call php_module_shutdown() > for php-fpm child processes > #435 Cast to resource > #437 changes default value of > mbstring.substitute_character > #438 Added support for keywords > where (easily) possible > #441 Fixed bug #44889 > #442 Make the type hinting > error message slightly clearer when a class is expected > #446 FreeTDS doesn't seem to be > returning the general error number any more > #447 Bug 52124 > #448 Bug 45543 > #449 Bug 48225 > #451 Bug 65672 > #453 New internal API for > serialization and unserialization > #455 Fix missing symbol linking > error on (ancient) systems without atoll, e.g. AIX5.1 > #456 Fixed whitespace part of > bug #64874 ("json_decode handles whitespace and case-sensitivity > incorrectly") > #457 Fixed part of bug #64874 > ("json_decode handles whitespace and case-sensitivity incorrectly") > #458 Add ldap_escape() > #459 Bug 65701 > #460 json_encode(): added > option to turn only empty arrays into object > #461 use log2() / log10() > within basic log function > #462 Bug 64744 > #463 fix bug #53432 (Assignment > via string index access on an empty string converts to array) > #464 openssl: certificate > fingerprinting support > #465 Better wildcard matching > for CN > #466 Allow ini files to have a > [SAPI=] section in exactly the same manner as [PATH=] and [HOST=] > #467 Allow ini files to have a > [SAPI=] section in exactly the same manner as [PATH=] and [HOST=] > #468 Allow ini files to have a > [SAPI=] section in exactly the same manner as [PATH=] and [HOST=] > #469 Streams: Configure crypto > method for ssl:// transports > #470 anon class objects > > Kaplan > --089e013cbfeaa689f504e84aa2d4--