Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63263 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53794 invoked from network); 5 Oct 2012 11:48:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Oct 2012 11:48:36 -0000 Authentication-Results: pb1.pair.com header.from=mamfelt@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mamfelt@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.42 as permitted sender) X-PHP-List-Original-Sender: mamfelt@gmail.com X-Host-Fingerprint: 209.85.219.42 mail-oa0-f42.google.com Received: from [209.85.219.42] ([209.85.219.42:51727] helo=mail-oa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/70-44768-219CE605 for ; Fri, 05 Oct 2012 07:48:35 -0400 Received: by mail-oa0-f42.google.com with SMTP id j1so1753234oag.29 for ; Fri, 05 Oct 2012 04:48:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=PoIl5N0mAav1eGtWYdD09YWN5hjO9w4MfHMH/SC/BSo=; b=etiSqyASVG5jHX7YD7LCcJZab1XVskWA9mXwZi9q76XkPGhXF9SDUEF9xct0MzYxnc h79WAIfQHrJ1h7ywiF+7jZfuV6YHk5bBFyJoFXXDl5pABi/A44b+M8ohwGRFOzLP+V6G 8Ry5/HTzMwD/rhyQX8Dhpx90dlvUOZhVnR8bOMzyCKcRhNBMESu6WvsIY49SA5K9LcIJ PN9jD0n7RIIVfBRncb+u3ZlrnLfnj+E8BSK/kBIh9SoKSK6J7vxD5jXWwG3nwYBhJfRm cA634433wQC6RkbvK+uJprFqo5Ea5DB1jh5+HrXVV6rY79GrfvcJ4ZEBJYU+wwsY1eHE ooVQ== MIME-Version: 1.0 Received: by 10.60.11.67 with SMTP id o3mr7081733oeb.43.1349437712257; Fri, 05 Oct 2012 04:48:32 -0700 (PDT) Received: by 10.76.87.3 with HTTP; Fri, 5 Oct 2012 04:48:32 -0700 (PDT) In-Reply-To: References: Date: Fri, 5 Oct 2012 13:48:32 +0200 Message-ID: To: Pierre Joye Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=e89a8fb2066e7c51e704cb4e73bd Subject: Re: [PHP-DEV] i guess it is a bug of sorts, but how to report it From: mamfelt@gmail.com (Michael Felt) --e89a8fb2066e7c51e704cb4e73bd Content-Type: text/plain; charset=ISO-8859-1 Seems to be fixed/not occuring in 5.3.18RC1 - make test submitted saved successfully. This gives us a better understanding of PHP's behavior. If you don't want to send the report immediately you can choose option "s" to save it. You can then email it to qa-reports@lists.php.netlater. Do you want to send this report now? [Yns]: s Please send /data/prj/php/php-5.3.18RC1/php_test_results_20121005_1110.txt to qa-reports@lists.php.net manually, thank you. On Sat, Sep 29, 2012 at 8:57 PM, Michael Felt wrote: > Done: https://bugs.php.net/bug.php?id=63187 > > On Sat, Sep 29, 2012 at 8:08 PM, Pierre Joye wrote: > >> hi Michael, >> >> Please open a bug at bugs.php.net with all the details (linux version, >> etc.). >> >> On Fri, Sep 28, 2012 at 10:01 PM, Michael Felt wrote: >> > At the start of 'make test' I get a strange bin/sh error that I think >> keeps >> > the result from being saved in a file. >> > >> > I answer 's' for save at the end, but no file is saved (that I can >> find). >> > >> > I editted Makefile, so that the "test" command is echoed and get this... >> > (hoping it is useful to someone!) >> > >> > Build complete. >> > Don't forget to run 'make test'. >> > >> > if test ! -z "/data/prj/php/php-5.3.17/sapi/cli/php" && test -x >> > "/data/prj/php/php-5.3.17/sapi/cli/php"; then \ >> > INI_FILE=`/data/prj/php/php-5.3.17/sapi/cli/php -d >> > 'display_errors=stderr' -r 'echo php_ini_loaded_file();' 2> /dev/null`; >> \ >> > if test "$INI_FILE"; then \ >> > grep -E -h -v >> > >> '^(define_syslog_variables|register_(globals|long_arrays)?|safe_mode|magic_quotes_(gpc|runtime|sybase)?|(zend_)?extension(_debug)?(_ts)?)[\t\ >> > ]*=' "$INI_FILE" > /data/prj/php/php-5.3.17/tmp-php.ini; \ >> > else \ >> > echo > /data/prj/php/php-5.3.17/tmp-php.ini; \ >> > fi; \ >> > INI_SCANNED_PATH=`/data/prj/php/php-5.3.17/sapi/cli/php >> -d >> > 'display_errors=stderr' -r '$a = explode(",\n", >> > trim(php_ini_scanned_files())); echo $a[0];' 2> /dev/null`; \ >> > if test "$INI_SCANNED_PATH"; then \ >> > >> > INI_SCANNED_PATH=`/data/prj/php/php-5.3.17/build/shtool path -d >> > $INI_SCANNED_PATH`; \ >> > grep -E -h -v >> > >> '^(define_syslog_variables|register_(globals|long_arrays)?|safe_mode|magic_quotes_(gpc|runtime|sybase)?|(zend_)?extension(_debug)?(_ts)?)[\t\ >> > ]*=' "$INI_SCANNED_PATH"/*.ini >> /data/prj/php/php-5.3.17/tmp-php.ini; >> \ >> > fi; \ >> > >> TEST_PHP_EXECUTABLE=/data/prj/php/php-5.3.17/sapi/cli/php \ >> > TEST_PHP_SRCDIR=/data/prj/php/php-5.3.17 \ >> > CC="xlc_r" \ >> > /data/prj/php/php-5.3.17/sapi/cli/php -n -c >> > /data/prj/php/php-5.3.17/tmp-php.ini -d 'open_basedir=' -d >> > 'output_buffering=0' -d 'memory_limit=-1' >> > /data/prj/php/php-5.3.17/run-tests.php -n -c >> > /data/prj/php/php-5.3.17/tmp-php.ini -d extension_dir=/d >> > ata/prj/php/php-5.3.17/modules/ ` if test >> > "x/data/prj/php/php-5.3.17/modules/bcmath.so >> > /data/prj/php/php-5.3.17/modules/curl.so >> > /data/prj/php/php-5.3.17/modules/dba.so >> > /data/prj/php/php-5.3.17/modules/ftp.so >> > /data/prj/php/php-5.3.17/modules/zip.so" != "x"; then for i in >> > /data/prj/php/php-5.3.17/modules/bcmath.so >> > /data/prj/php/php-5.3.17/modules/curl.so >> > /data/prj/php/php-5.3.17/modules/dba.so >> > /data/prj/php/php-5.3.17/modules/ftp.so >> > /data/prj/php/php-5.3.17/modules/zip.so""; do . $i; >> > /data/prj/php/php-5.3.17/build/shtool echo -n -- " -d >> > extension=$dlname"; done; fi; if test "x" != "x"; then for i in ""; do >> . >> > $i; /data/prj/php/php-5.3.17/build/shtool echo -n -- " -d >> > zend_extension=/data/prj/php/php-5.3.17/modules/$dlname"; done; fi` ; \ >> > rm /data/prj/php/php-5.3.17/tmp-php.ini; \ >> > else \ >> > echo "ERROR: Cannot run tests without CLI sapi."; \ >> > fi >> > /bin/sh[13]: 0403-057 Syntax error at line 20 : `(' is not expected. >> > >> > >> > ===================================================================== >> > PHP : /data/prj/php/php-5.3.17/sapi/cli/php >> > PHP_SAPI : cli >> > PHP_VERSION : 5.3.17 >> > ZEND_VERSION: 2.3.0 >> > PHP_OS : AIX - AIX x104 1 6 00C39B8D4C00 >> > INI actual : /data/prj/php/php-5.3.17/tmp-php.ini >> > More .INIs : >> > CWD : /data/prj/php/php-5.3.17 >> > Extra dirs : >> > VALGRIND : Not used >> > ===================================================================== >> > TIME START 2012-09-28 19:04:24 >> > ===================================================================== >> > TEST 1/9306 [tests/run-test/test001.phpt]^MPASS EXPECT >> > [tests/run-test/test001.phpt] >> > TEST 2/9306 [tests/run-test/test002.phpt]^MPASS EXPECTF >> > [tests/run-test/test002.phpt] >> > TEST 3/9306 [tests/run-test/test003.phpt]^MPASS EXPECTREGEX >> > [tests/run-test/test003.phpt] >> > >> > And the tests complete. >> > >> > p.s. I copied/pasted the summary to the qa mail address. >> >> >> >> -- >> Pierre >> >> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org >> > > --e89a8fb2066e7c51e704cb4e73bd--