bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PHP-DEV] Re: A problem related to php 5.4.10 and possibly others


From: Dennis Clarke
Subject: Re: [PHP-DEV] Re: A problem related to php 5.4.10 and possibly others
Date: Tue, 15 Jan 2013 17:19:39 -0500

> On 01/15/2013 05:03 PM, Dennis Clarke wrote:
> 
> > Really I would like to hear from the PHP folks on this as it seems 
> as if PHP is
> > quite fragile or perhaps simply mysterious. 
> 
> I don't think any of us test on Solaris regularly, so you can expect the
> odd test to fail, but in general it should build ok. And yes, we should
> update the bison check, or probably simply remove it at this point.
> There have been issues in the past, but as someone told you, the release
> tarball includes a generated parser so you can ignore the bison warning.
> If you are waiting for a completely warning-fee Solaris build, you will
> be waiting quite a while. It is simply not a high-priority platform 
> for us.

I agree that Oracle has done the Solaris market no favours and were the
result of the death of OpenSolaris however, having said all that, Solaris 
is a SUSv3 compliant commercial UNIX and thus one would think that
open source code written to comply with some, or perhaps all, of the 
typical code standards, would be portable and would "just work".

Those old Solaris servers are still out there churning away. 

As for the odd test failing, I see this : 

Build complete.
Don't forget to run 'make test'.


=====================================================================
PHP         : /usr/local/build/php-5.4.10_SunOS5.10_sparcv9/sapi/cli/php
PHP_SAPI    : cli
PHP_VERSION : 5.4.10
ZEND_VERSION: 2.4.0
PHP_OS      : SunOS - SunOS node002 5.10 Generic_147440-23 sun4v
INI actual  : /usr/local/build/php-5.4.10_SunOS5.10_sparcv9/tmp-php.ini
More .INIs  :
CWD         : /usr/local/build/php-5.4.10_SunOS5.10_sparcv9
Extra dirs  :
VALGRIND    : Not used
=====================================================================
TIME START 2013-01-15 20:06:44
=====================================================================

.
.
.

FAILED TEST SUMMARY
---------------------------------------------------------------------
function with many parameters [tests/func/010.phpt]
Test & operator : 64bit long tests 
[tests/lang/operators/bitwiseAnd_basiclong_64bit.phpt]
Test ~N operator : 64bit long tests 
[tests/lang/operators/bitwiseNot_basiclong_64bit.phpt]
Test | operator : 64bit long tests 
[tests/lang/operators/bitwiseOr_basiclong_64bit.phpt]
Test << operator : 64bit long tests 
[tests/lang/operators/bitwiseShiftLeft_basiclong_64bit.phpt]
Test >> operator : 64bit long tests 
[tests/lang/operators/bitwiseShiftRight_basiclong_64bit.phpt]
Test ^ operator : 64bit long tests 
[tests/lang/operators/bitwiseXor_basiclong_64bit.phpt]
Test % operator : 64bit long tests 
[tests/lang/operators/modulus_basiclong_64bit.phpt]
Bug #39018 (Error control operator '@' fails to suppress "Uninitialized string 
offset") [Zend/tests/bug39018.phpt]
Bug #60350 No string escape code for ESC (ascii 27), normally \e 
[Zend/tests/bug60350.phpt]
testing integer overflow (64bit) [Zend/tests/int_overflow_64bit.phpt]
Bug #27780 (strtotime(+1 xxx) returns a wrong date/time) 
[ext/date/tests/bug27780.phpt]
Bug #32555 (strtotime("tomorrow") can return false) 
[ext/date/tests/bug32555.phpt]
Bug #33532 (Different output for strftime() and date()) 
[ext/date/tests/bug33532.phpt]
Bug #45866 (decimal values fed to DateTime->modify() causes long execution 
times) [ext/date/tests/bug45866.phpt]
Test strftime() function : usage variation - Checking large positive and 
negative float values to timestamp. [ext/date/tests/strftime_variation23.phpt]
Test split() function : usage variations  - out-of-range values for limit 
[ext/ereg/tests/split_variation_004.phpt]
Test spliti() function : usage variations  - out-of-range values for limit 
[ext/ereg/tests/spliti_variation_004.phpt]
Bug #52209 (INPUT_ENV returns NULL for set variables (CLI)) 
[ext/filter/tests/bug52209.phpt]
Gettext basic test with en_US locale that should be on nearly every system 
[ext/gettext/tests/gettext_basic-enus.phpt]
Gettext basic test [ext/gettext/tests/gettext_basic.phpt]
Test if bindtextdomain() returns string id if no directory path is set(if 
directory path is 'null') [ext/gettext/tests/gettext_bindtextdomain-cwd.phpt]
Test dcgettext() functionality [ext/gettext/tests/gettext_dcgettext.phpt]
Test dgettext() functionality [ext/gettext/tests/gettext_dgettext.phpt]
Test if dngettext() returns the correct translations (optionally plural). 
[ext/gettext/tests/gettext_dngettext-plural.phpt]
Test ngettext() functionality [ext/gettext/tests/gettext_ngettext.phpt]
Bug #37176 (iconv_strpos() fails to find a string) 
[ext/iconv/tests/bug37176.phpt]
Bug #37773 (iconv_substr() gives "Unknown error" when string length = 1") 
[ext/iconv/tests/bug37773.phpt]
Bug #48289 (iconv_mime_encode() quoted-printable scheme is broken) 
[ext/iconv/tests/bug48289.phpt]
Bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words) 
[ext/iconv/tests/bug51250.phpt]
Bug #52211 (iconv() returns part of string on error) 
[ext/iconv/tests/bug52211.phpt]
Bug #52941 (The 'iconv_mime_decode_headers' function is skipping headers) 
[ext/iconv/tests/bug52941.phpt]
Bug #53304 (quot_print_decode does not handle lower-case hex digits) 
[ext/iconv/tests/bug53304.phpt]
EUC-JP to ISO-2022-JP [ext/iconv/tests/eucjp2iso2022jp.phpt]
EUC-JP to SJIS [ext/iconv/tests/eucjp2sjis.phpt]
EUC-JP to UTF8 [ext/iconv/tests/eucjp2utf8.phpt]
iconv() test 1 [ext/iconv/tests/iconv001.phpt]
iconv() test 2 (UCS4BE to ASCII) [ext/iconv/tests/iconv002.phpt]
iconv_mime_encode() sanity cheeck. [ext/iconv/tests/iconv004.phpt]
Test iconv() function : basic functionality [ext/iconv/tests/iconv_basic.phpt]
iconv_mime_decode() [ext/iconv/tests/iconv_mime_decode.phpt]
iconv_mime_decode_headers() [ext/iconv/tests/iconv_mime_decode_headers.phpt]
Test iconv_mime_encode() function : usage variations - Pass different data 
types to headers arg [ext/iconv/tests/iconv_mime_decode_headers_variation1.phpt]
Test iconv_mime_encode() function : usage variations - Pass different data 
types to mode arg [ext/iconv/tests/iconv_mime_decode_headers_variation2.phpt]
Test iconv_mime_encode() function : usage variations - Pass different data 
types to charset arg [ext/iconv/tests/iconv_mime_decode_headers_variation3.phpt]
Test iconv_mime_decode() function : usage variations - Pass different data 
types to header arg [ext/iconv/tests/iconv_mime_decode_variation1.phpt]
Test iconv_mime_decode() function : usage variations - Pass different data 
types to mode arg [ext/iconv/tests/iconv_mime_decode_variation2.phpt]
Test iconv_mime_decode() function : usage variations - Pass different data 
types to charset arg [ext/iconv/tests/iconv_mime_decode_variation3.phpt]
iconv_mime_encode() [ext/iconv/tests/iconv_mime_encode.phpt]
iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt]
iconv stream filter [ext/iconv/tests/iconv_stream_filter_delimiter.phpt]
iconv_strlen() [ext/iconv/tests/iconv_strlen.phpt]
Test iconv_strlen() function : basic functionality 
[ext/iconv/tests/iconv_strlen_basic.phpt]
Test iconv_strlen() function : usage variations - Pass different data types as 
$str arg [ext/iconv/tests/iconv_strlen_variation1.phpt]
Test iconv_strlen() function : usage variations - Pass different data types as 
$encoding arg [ext/iconv/tests/iconv_strlen_variation2.phpt]
iconv_strpos() [ext/iconv/tests/iconv_strpos.phpt]
Test iconv_strpos() function : basic functionality 
[ext/iconv/tests/iconv_strpos_basic.phpt]
Test iconv_strpos() function : usage variations - pass different data types to 
$haystack arg [ext/iconv/tests/iconv_strpos_variation1.phpt]
Test iconv_strpos() function : usage variations - pass different data types as 
$needle arg [ext/iconv/tests/iconv_strpos_variation2.phpt]
Test iconv_strpos() function : usage variations - pass different data types as 
$offset arg [ext/iconv/tests/iconv_strpos_variation3_64bit.phpt]
Test iconv_strpos() function : usage variations - pass different data types as 
$charset arg [ext/iconv/tests/iconv_strpos_variation4.phpt]
Test iconv_strpos() function : usage variations - Pass different integers as 
$offset argument [ext/iconv/tests/iconv_strpos_variation5.phpt]
iconv_strrpos() [ext/iconv/tests/iconv_strrpos.phpt]
Test iconv_strrpos() function : basic functionality 
[ext/iconv/tests/iconv_strrpos_basic.phpt]
Test iconv_strrpos() function : usage variations - pass different data types to 
$haystack arg [ext/iconv/tests/iconv_strrpos_variation1.phpt]
Test iconv_strrpos() function : usage variations - Pass different data types to 
$needle arg [ext/iconv/tests/iconv_strrpos_variation2.phpt]
Test iconv_strrpos() function : usage variations - pass different data types as 
$encoding arg [ext/iconv/tests/iconv_strrpos_variation3.phpt]
iconv_substr() [ext/iconv/tests/iconv_substr.phpt]
Test iconv_substr() function : basic functionality 
[ext/iconv/tests/iconv_substr_basic.phpt]
ob_iconv_handler() charset parameter length checks (CVE-2007-4840) 
[ext/iconv/tests/ob_iconv_handler-charset-length-cve-2007-4840.phpt]
ob_iconv_handler() [ext/iconv/tests/ob_iconv_handler.phpt]
Translit failure [ext/iconv/tests/translit-failure.phpt]
Translit UTF-8 quotes [ext/iconv/tests/translit-utf8.phpt]
Bug #61367: open_basedir bypass in libxml RSHUTDOWN: write test 
[ext/libxml/tests/bug61367-write.phpt]
openssl_x509_parse() basic test for OpenSSL 0.9 
[ext/openssl/tests/openssl_x509_parse_basic_v9.phpt]
Phar: gzipped phar [ext/phar/tests/phar_gzip.phpt]
Phar: tar-based phar, gzipped tar [ext/phar/tests/tar/tar_gzip.phpt]
Test posix_getgrgid() function : basic functionality 
[ext/posix/tests/posix_getgrgid_basic.phpt]
Test function posix_setgid() by substituting argument 1 with boolean values. 
[ext/posix/tests/posix_setgid_variation2.phpt]
Test function posix_setgid() by substituting argument 1 with int values. 
[ext/posix/tests/posix_setgid_variation5.phpt]
Bug #60860 (session.save_handler=user without defined function core dumps) 
[ext/session/tests/bug60860.phpt]
Bug #49341: add SO_REUSEPORT support for socket_set_option() 
[ext/sockets/tests/bug49341.phpt]
Multicast support: IPv4 send options [ext/sockets/tests/mcast_ipv4_send.phpt]
socket_import_stream: effects of closing 
[ext/sockets/tests/socket_import_stream-4.phpt]
Test if socket_set_option() returns 'unable to set socket option' failure for 
invalid options [ext/sockets/tests/socket_set_option_error_socket_option.phpt]
Test if socket_set_option() works, option:SO_RCVTIMEO 
[ext/sockets/tests/socket_set_option_rcvtimeo.phpt]
Test if socket_set_option() works, option:SO_SNDTIMEO 
[ext/sockets/tests/socket_set_option_sndtimeo.phpt]
Test array_change_key_case() function : usage variations - Different strings as 
keys [ext/standard/tests/array/array_change_key_case_variation8.phpt]
Test arsort() function : usage variations - sort strings 
[ext/standard/tests/array/arsort_variation5.phpt]
Test asort() function : usage variations - sort strings 
[ext/standard/tests/array/asort_variation5.phpt]
Test krsort() function : usage variations - sort strings 
[ext/standard/tests/array/krsort_variation5.phpt]
Test ksort() function : usage variations - sort strings 
[ext/standard/tests/array/ksort_variation5.phpt]
Test natcasesort() function : usage variations - different string types 
[ext/standard/tests/array/natcasesort_variation4.phpt]
Test rsort() function : usage variations - String values 
[ext/standard/tests/array/rsort_variation5.phpt]
Test sort() function : usage variations - sort strings 
[ext/standard/tests/array/sort_variation5.phpt]
Test fileperms() & chmod() functions: usage variation - misc. perms 
[ext/standard/tests/file/006_variation2.phpt]
Bug #43008 (php://filter uris ignore url encoded filternames and can't handle 
slashes) [ext/standard/tests/file/bug43008.phpt]
chmod() basic fuctionality [ext/standard/tests/file/chmod_basic.phpt]
Test disk_free_space and its alias diskfreespace() functions : basic 
functionality [ext/standard/tests/file/disk_free_space_basic.phpt]
Test filetype() function: Check character type 
[ext/standard/tests/file/filetype_variation2.phpt]
flock() tests [ext/standard/tests/file/flock.phpt]
Test flock() function: Basic functionality 
[ext/standard/tests/file/flock_basic.phpt]
Test flock() function: Variations [ext/standard/tests/file/flock_variation.phpt]
Test glob() function: basic functions [ext/standard/tests/file/glob_basic.phpt]
Test glob() function: usage variations 
[ext/standard/tests/file/glob_variation.phpt]
Test lchown() function : error functionality 
[ext/standard/tests/file/lchown_error.phpt]
Test lstat() and stat() functions: usage variations - dir/file name stored in 
object [ext/standard/tests/file/lstat_stat_variation18.phpt]
Test lstat() and stat() functions: usage variations - dir/file names in array 
[ext/standard/tests/file/lstat_stat_variation19.phpt]
Test lstat() and stat() functions: usage variations - link names stored in 
array/object [ext/standard/tests/file/lstat_stat_variation20.phpt]
Test lstat() and stat() functions: usage variations - writing data into file 
[ext/standard/tests/file/lstat_stat_variation7.phpt]
Test popen() and pclose function: error conditions 
[ext/standard/tests/file/popen_pclose_error-sunos.phpt]
Test touch() function : usage variation - different types for time 
[ext/standard/tests/file/touch_variation3.phpt]
Test touch() function : usage variation - different types for atime 
[ext/standard/tests/file/touch_variation4.phpt]
Test function getservbyname() 
[ext/standard/tests/general_functions/getservbyname_basic.phpt]
Test function getservbyport() by calling it more than or less than its expected 
arguments [ext/standard/tests/general_functions/getservbyport_basic.phpt]
Test function getservbyport() by calling it more than or less than its expected 
arguments [ext/standard/tests/general_functions/getservbyport_variation1.phpt]
Test function proc_nice() by substituting argument 1 with int values. 
[ext/standard/tests/general_functions/proc_nice_variation5.phpt]
proc_open [ext/standard/tests/general_functions/proc_open02.phpt]
Test decbin function : 64bit long tests 
[ext/standard/tests/math/decbin_basiclong_64bit.phpt]
Test decbin() function : usage variations - different data types as $number arg 
[ext/standard/tests/math/decbin_variation1_64bit.phpt]
Test dechex function : 64bit long tests 
[ext/standard/tests/math/dechex_basiclong_64bit.phpt]
Test dechex() function : usage variations - different data types as $number arg 
[ext/standard/tests/math/dechex_variation1_64bit.phpt]
Test decoct function : 64bit long tests 
[ext/standard/tests/math/decoct_basiclong_64bit.phpt]
Test decoct() function : usage variations - different data types as $number arg 
[ext/standard/tests/math/decoct_variation1_64bit.phpt]
Bug #47842      sscanf() does not support 64-bit values 
[ext/standard/tests/strings/bug47842.phpt]
Test chunk_split() function : usage variations - unexpected values for 
'chunklen' argument(Bug#42796) 
[ext/standard/tests/strings/chunk_split_variation2.phpt]
Test chunk_split() function : usage variations - different integer values for 
'chunklen' argument(Bug#42796) 
[ext/standard/tests/strings/chunk_split_variation5.phpt]
Test chunk_split() function : usage variations - different integer values for 
'chunklen' with heredoc string as 'str'(Bug#42796) 
[ext/standard/tests/strings/chunk_split_variation8.phpt]
Test htmlspecialchars_decode() function : usage variations - unexpected values 
for 'quote_style' argument 
[ext/standard/tests/strings/htmlspecialchars_decode_variation2.phpt]
Test setlocale() function : usage variations - Setting all available locales in 
the platform [ext/standard/tests/strings/setlocale_variation2.phpt]
Test strrchr() function : usage variations - heredoc string containing escape 
sequences for 'haystack' [ext/standard/tests/strings/strrchr_variation5.phpt]
Test strspn() function : usage variations - with heredoc strings, varying mask 
& default start and len args [ext/standard/tests/strings/strspn_variation6.phpt]
Test vprintf() function : usage variations - unsigned formats with unsigned 
values [ext/standard/tests/strings/vprintf_variation15_64bit.phpt]
Test vsprintf() function : usage variations - unsigned formats with unsigned 
values [ext/standard/tests/strings/vsprintf_variation15_64bit.phpt]
Test strptime() function : basic functionality 
[ext/standard/tests/time/strptime_basic.phpt]
Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), 
using UTF-* [ext/xml/tests/bug32001.phpt]
XMLReader: libxml2 XML Reader, DTD [ext/xmlreader/tests/008.phpt]
XMLReader: accessing empty and non existing attributes 
[ext/xmlreader/tests/012.phpt]
Bug #61139 (gzopen leaks when specifying invalid mode) 
[ext/zlib/tests/bug61139.phpt]
Test function gzclose() by calling it with its expected arguments 
[ext/zlib/tests/gzclose_basic.phpt]
Test function gzclose() by calling it more than or less than its expected 
arguments [ext/zlib/tests/gzclose_error.phpt]
Test function feof() by calling it with its expected arguments 
[ext/zlib/tests/gzeof_basic.phpt]
Test function gzeof() by calling it more than or less than its expected 
arguments [ext/zlib/tests/gzeof_error.phpt]
Test function gzeof while writing. [ext/zlib/tests/gzeof_variation1.phpt]
Test function gzfile() reading a gzip relative file 
[ext/zlib/tests/gzfile_basic.phpt]
Test function gzfile() reading a plain relative file 
[ext/zlib/tests/gzfile_basic2.phpt]
Test gzfile() function : variation: use include path (relative directories in 
path) [ext/zlib/tests/gzfile_variation15.phpt]
gzfile(), gzreadfile() [ext/zlib/tests/gzfilegzreadfile.phpt]
Test function gzgetc() by calling it with its expected arguments zlib 1.2.7 
[ext/zlib/tests/gzgetc_basic_1.phpt]
Test function gzgetc() by calling it more than or less than its expected 
arguments [ext/zlib/tests/gzgetc_error.phpt]
Test function gzgets() by calling it with its expected arguments 
[ext/zlib/tests/gzgets_basic.phpt]
Test function gzgets() by calling it more than or less than its expected 
arguments [ext/zlib/tests/gzgets_error.phpt]
Test gzopen() function : basic functionality [ext/zlib/tests/gzopen_basic.phpt]
Test gzopen() function : basic functionality for writing 
[ext/zlib/tests/gzopen_basic2.phpt]
Test gzopen() function : error conditions [ext/zlib/tests/gzopen_error.phpt]
Test gzopen() function : usage variation [ext/zlib/tests/gzopen_variation1.phpt]
Test gzopen() function : usage variation [ext/zlib/tests/gzopen_variation2.phpt]
Test gzopen() function : usage variation [ext/zlib/tests/gzopen_variation3.phpt]
Test gzopen() function : variation: use include path (relative directories in 
path) [ext/zlib/tests/gzopen_variation4.phpt]
Test gzopen() function : variation: use include path and stream context create 
a file, relative path [ext/zlib/tests/gzopen_variation5.phpt]
Test gzopen() function : variation: relative/absolute file 
[ext/zlib/tests/gzopen_variation6.phpt]
Test function gzopen() by calling it twice on the same file and not closing one 
of them at the end of the script [ext/zlib/tests/gzopen_variation7.phpt]
Test gzopen() function : variation: opening a plain file 
[ext/zlib/tests/gzopen_variation8.phpt]
Test gzopen() function : variation: try opening with possibly invalid modes 
[ext/zlib/tests/gzopen_variation9.phpt]
Test function gzpassthru() by calling it with its expected arguments 
[ext/zlib/tests/gzpassthru_basic.phpt]
Test function gzpassthru() by calling it more than or less than its expected 
arguments [ext/zlib/tests/gzpassthru_error.phpt]
Test function gzputs() by calling it with its expected arguments 
[ext/zlib/tests/gzputs_basic.phpt]
Test function gzread() by calling it with its expected arguments 
[ext/zlib/tests/gzread_basic.phpt]
Test function gzread() by calling it more than or less than its expected 
arguments [ext/zlib/tests/gzread_error.phpt]
Test function gzread() by calling it invalid lengths 
[ext/zlib/tests/gzread_error2.phpt]
Test function gzread() by calling it while file open for writing 
[ext/zlib/tests/gzread_variation1.phpt]
gzopen(), gzread(), gzwrite() [ext/zlib/tests/gzreadgzwrite.phpt]
gzopen(), gzread(), gzwrite() for non-compressed data 
[ext/zlib/tests/gzreadgzwriteplain.phpt]
Test function gzrewind() by calling it with its expected arguments when reading 
[ext/zlib/tests/gzrewind_basic.phpt]
Test function gzrewind() by calling it with its expected arguments when reading 
[ext/zlib/tests/gzrewind_basic2.phpt]
Test function gzrewind() by calling it more than or less than its expected 
arguments [ext/zlib/tests/gzrewind_error.phpt]
Test function gzrewind() by calling it with its expected arguments when writing 
[ext/zlib/tests/gzrewind_variation1.phpt]
Test function gzseek() by calling it with its expected arguments when reading 
[ext/zlib/tests/gzseek_basic.phpt]
Test function gzseek() by calling it with its expected arguments when writing 
[ext/zlib/tests/gzseek_basic2.phpt]
Test function gzseek() by calling it more than or less than its expected 
arguments [ext/zlib/tests/gzseek_error.phpt]
Test function gzseek() by seeking forward in write mode 
[ext/zlib/tests/gzseek_variation1.phpt]
Test function gzseek() by calling it with SEEK_SET when reading 
[ext/zlib/tests/gzseek_variation2.phpt]
Test function gzseek() by calling it with SEEK_CUR when reading 
[ext/zlib/tests/gzseek_variation3.phpt]
Test function gzseek() by calling it with SEEK_SET when writing 
[ext/zlib/tests/gzseek_variation4.phpt]
Test function gzseek() by calling it with SEEK_CUR when writing 
[ext/zlib/tests/gzseek_variation5.phpt]
Test function gzseek() by calling it with SEEK_END when reading 
[ext/zlib/tests/gzseek_variation6.phpt]
Test function gzseek() by calling it with SEEK_END when writing 
[ext/zlib/tests/gzseek_variation7.phpt]
Test function gztell() by calling it with its expected arguments when reading 
[ext/zlib/tests/gztell_basic.phpt]
Test function gztell() by calling it with its expected arguments when writing 
[ext/zlib/tests/gztell_basic2.phpt]
Test function gztell() by calling it more than or less than its expected 
arguments [ext/zlib/tests/gztell_error.phpt]
Test function gzwrite() by calling it with its expected arguments 
[ext/zlib/tests/gzwrite_basic.phpt]
Test function gzwrite() by calling it more than or less than its expected 
arguments [ext/zlib/tests/gzwrite_error.phpt]
Test function gzwrite() by calling it invalid lengths 
[ext/zlib/tests/gzwrite_error2.phpt]
Test function gzwrite() by calling it when file is opened for reading 
[ext/zlib/tests/gzwrite_variation1.phpt]
Test function readgzfile() reading a gzip relative file 
[ext/zlib/tests/readgzfile_basic.phpt]
Test function readgzfile() reading a plain relative file 
[ext/zlib/tests/readgzfile_basic2.phpt]
Test readgzfile() function : variation: use include path (relative directories 
in path) [ext/zlib/tests/readgzfile_variation15.phpt]
zlib.inflate of gzip-encoded stream [ext/zlib/tests/zlib_filter_inflate2.phpt]
Test compress.zlib:// scheme with the copy function: compressed to compressed 
[ext/zlib/tests/zlib_scheme_copy_basic.phpt]
Test compress.zlib:// scheme with the copy function: compressed to uncompressed 
[ext/zlib/tests/zlib_scheme_copy_variation1.phpt]
Test compress.zlib:// scheme with the copy function: uncompressed to compressed 
[ext/zlib/tests/zlib_scheme_copy_variation2.phpt]
Test compress.zlib:// scheme with the file_get_contents 
[ext/zlib/tests/zlib_scheme_file_put_contents_basic.phpt]
Test function fflush() on a zlib stream wrapper 
[ext/zlib/tests/zlib_wrapper_fflush_basic.phpt]
Test function stream_get_meta_data on a zlib stream 
[ext/zlib/tests/zlib_wrapper_flock_basic.phpt]
Test function fstat() on zlib wrapper 
[ext/zlib/tests/zlib_wrapper_fstat_basic.phpt]
Test function ftruncate() on zlib wrapper by calling it with its expected 
arguments [ext/zlib/tests/zlib_wrapper_ftruncate_basic.phpt]
Test function stream_get_meta_data on a zlib stream 
[ext/zlib/tests/zlib_wrapper_meta_data_basic.phpt]
Bug #61679 (Error on non-standard HTTP methods) [sapi/cli/tests/bug61679.phpt]
Bug #61977 (Need CLI web-server support for files with .htm & svg extensions) 
[sapi/cli/tests/bug61977.phpt]
basic function [sapi/cli/tests/php_cli_server_001.phpt]
$_SERVER variable [sapi/cli/tests/php_cli_server_002.phpt]
Bug #55726 (Changing the working directory makes router script inaccessible) 
[sapi/cli/tests/php_cli_server_003.phpt]
Bug #55747 (request headers missed in $_SERVER) 
[sapi/cli/tests/php_cli_server_004.phpt]
Post a file [sapi/cli/tests/php_cli_server_005.phpt]
Bug #55755 (SegFault when outputting header WWW-Authenticate) 
[sapi/cli/tests/php_cli_server_006.phpt]
Bug #55758 (Digest Authenticate missed in 5.4) 
[sapi/cli/tests/php_cli_server_007.phpt]
SERVER_PROTOCOL header availability [sapi/cli/tests/php_cli_server_008.phpt]
PATH_INFO (relevant to #60112) [sapi/cli/tests/php_cli_server_009.phpt]
Bug #60180 ($_SERVER["PHP_SELF"] incorrect) 
[sapi/cli/tests/php_cli_server_010.phpt]
Bug #60180 ($_SERVER["PHP_SELF"] incorrect) 
[sapi/cli/tests/php_cli_server_011.phpt]
Bug #60159 (Router returns false, but POST is not passed to requested resource) 
[sapi/cli/tests/php_cli_server_012.phpt]
No router, no script [sapi/cli/tests/php_cli_server_013.phpt]
Bug #60477: Segfault after two multipart/form-data POST requestes 
[sapi/cli/tests/php_cli_server_014.phpt]
Bug #60523 (PHP Errors are not reported in browsers using built-in SAPI) 
[sapi/cli/tests/php_cli_server_015.phpt]
Bug #60591 (Memory leak when access a non-exists file) 
[sapi/cli/tests/php_cli_server_016.phpt]
Implement Req #60850 (Built in web server does not set 
$_SERVER['SCRIPT_FILENAME'] when using router) 
[sapi/cli/tests/php_cli_server_017.phpt]
Implement Req #61679 (Support HTTP PATCH method) 
[sapi/cli/tests/php_cli_server_018.phpt]
=====================================================================

You may have found a problem in PHP.
This report can be automatically sent to the PHP QA team at
http://qa.php.net/reports and http://news.php.net/php.qa.reports
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 address@hidden later.
Do you want to send this report now? [Yns]: Y


Not too sure how many tests that fail there .. but the numer is large.  Very. 

Dennis 




> 
> -Rasmus
> 
> 
> -- 
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]