Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69424 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10390 invoked from network); 30 Sep 2013 10:19:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Sep 2013 10:19:03 -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 209.85.214.176 cause and error) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.214.176 mail-ob0-f176.google.com Received: from [209.85.214.176] ([209.85.214.176:48498] helo=mail-ob0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 92/F4-09820-41059425 for ; Mon, 30 Sep 2013 06:19:01 -0400 Received: by mail-ob0-f176.google.com with SMTP id uy5so4798822obc.35 for ; Mon, 30 Sep 2013 03:18:57 -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=3WlOxbsP9x1Ih95i+GADc7pC0SfFt21jMSk/iWBZiY4=; b=jOgkEVpI65ueaRlUd5qn1hs0W26KIFmEb8UyCAI/KfLK8TEZQDBRIf6yv9Y10jXw6I DFGrbpfX6yXITI+jRu9Fe3y5VqRehsEQWi0GJKX4ArfznkiQzrXNkgvxIaVGZs0x6s80 ttpWG5eS65jjbA5qBsyxUEr26eXBOGD6/q5dvkGI/VLovHcshzEDBXCjXdnThNR0gHFe FxfaMlZgCv2PLcTlaEwjNVAABQF4dvOhg/YE+NlrZkxML3R0//stScz7+8UznT2nFgIB oPRJgx7PKThSVMkIiKRyUWvNcbUKZUCuh3sRAo02ojjqDAzyY5teIPFByfQiJWtNt5r0 uw5Q== X-Gm-Message-State: ALoCoQnmRR924iLCF+eSh/BpClvFi7T+FGfsi0uToEx/P9UixQjvGTl11JTDhK5mRwzNjO7+A3K+oa9dAaSxc/HUk4EvUFkZykSYKKpAPv2hxmeZQsATbJbXd1NgKYk1ZcT2bOeS8en6 MIME-Version: 1.0 X-Received: by 10.60.63.116 with SMTP id f20mr19244638oes.29.1380536337340; Mon, 30 Sep 2013 03:18:57 -0700 (PDT) Received: by 10.60.23.195 with HTTP; Mon, 30 Sep 2013 03:18:57 -0700 (PDT) Date: Mon, 30 Sep 2013 12:18:57 +0200 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=001a11c2189efcb0ec04e79729a2 Subject: Pull requests report (30/9/2013) From: lior.k@zend.com (Lior Kaplan) --001a11c2189efcb0ec04e79729a2 Content-Type: text/plain; charset=UTF-8 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): #430 Add support for CryptoPro S-box for GOST #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 On Mon, Sep 23, 2013 at 9:39 AM, Lior Kaplan wrote: > Hi, > > 2nd week in a row that we get a lot of new pull requests. Any thoughts > about how can we process them faster (especially bug fixes)? Other projects > use 2 reviewers before commit or similar methods. > > Total requests: 77 > > New: > #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 > > Merged: > #372 Allow uploading files > 2G > (bug 44522) > #452 Add RFC 6598 IPs to > reserved addresses > > Closed (without merge): > #397 New handler for retrieving > properties when object is serialized > #406 OnEnable INI MH for > opcache causing strangeness > #436 Fixed bug #64874 > (json_decode handles whitespace and case-sensitivity incorrectly) > #454 json_encode(): option to > only encode empty arrays as objects > > Still open (21 days): > #426 Parameter skipping in > function calls > #427 run-tests.php: Added > EXPECT_EXTERNAL, EXPECTF_EXTERNAL, EXPECTREGEX_EXTERNAL #55736 > #428 Fixed bug #48770: when > call_user_func() fails to call parent from inheriting class (2) > #429 Segfault fix for more than > one modules > #430 Add support for CryptoPro > S-box for GOST > #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 > > Kaplan > --001a11c2189efcb0ec04e79729a2--