Gentoo Archives: gentoo-dev

From: Martin Schlemmer <azarah@g.o>
To: Sebastian Bergmann <sb@××××××××××××××××××.de>
Cc: Gentoo-Dev <gentoo-dev@g.o>, coredump@g.o
Subject: Re: [gentoo-dev] Re: sys-devel/bison-1.875 and PHP
Date: Sun, 07 Sep 2003 22:30:18
Message-Id: 1062974020.8455.214.camel@nosferatu.lan
In Reply to: [gentoo-dev] Re: sys-devel/bison-1.875 and PHP by Sebastian Bergmann
1 On Sun, 2003-09-07 at 13:13, Sebastian Bergmann wrote:
2 > Martin Schlemmer wrote:
3 > > we should be able to grab patches from there for php
4 >
5 > These patches would certainly be of interest to us so that we could
6 > integrate them into the PHP development tree.
7
8 Dunno, it 'seems' to work fine here, but then I am no php expert
9 or user for that matter:
10
11 ------------------------------------------------
12 nosferatu tests # php db_factory.phpt
13 --TEST--
14 DB::factory test
15 --SKIPIF--
16 --FILE--
17 testing ibase: object: db_ibase: (phptype=ibase, dbsyntax=ibase)
18 testing msql: object: db_msql: (phptype=msql, dbsyntax=msql)
19 testing mssql: object: db_mssql: (phptype=mssql, dbsyntax=mssql)
20 testing mysql: object: db_mysql: (phptype=mysql, dbsyntax=mysql)
21 testing oci8: object: db_oci8: (phptype=oci8, dbsyntax=oci8)
22 testing odbc: object: db_odbc: (phptype=odbc, dbsyntax=sql92)
23 testing pgsql: object: db_pgsql: (phptype=pgsql, dbsyntax=pgsql)
24 testing sybase: object: db_sybase: (phptype=sybase, dbsyntax=sybase)
25 --GET--
26 --POST--
27 --EXPECT--
28 testing ibase: object: db_ibase: (phptype=ibase, dbsyntax=ibase)
29 testing msql: object: db_msql: (phptype=msql, dbsyntax=msql)
30 testing mssql: object: db_mssql: (phptype=mssql, dbsyntax=mssql)
31 testing mysql: object: db_mysql: (phptype=mysql, dbsyntax=mysql)
32 testing oci8: object: db_oci8: (phptype=oci8, dbsyntax=oci8)
33 testing odbc: object: db_odbc: (phptype=odbc, dbsyntax=sql92)
34 testing pgsql: object: db_pgsql: (phptype=pgsql, dbsyntax=pgsql)
35 testing sybase: object: db_sybase: (phptype=sybase, dbsyntax=sybase)
36 nosferatu tests # php --version
37 PHP 4.3.3 (cli) (built: Sep 8 2003 00:18:42)
38 Copyright (c) 1997-2003 The PHP Group
39 Zend Engine v1.3.0, Copyright (c) 1998-2003 Zend Technologies
40 nosferatu tests # bison --version
41 bison (GNU Bison) 1.875
42 Written by Robert Corbett and Richard Stallman.
43
44 Copyright (C) 2002 Free Software Foundation, Inc.
45 This is free software; see the source for copying conditions. There is
46 NO
47 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
48 PURPOSE.
49 nosferatu tests #
50
51
52 --
53
54 Martin Schlemmer
55 Gentoo Linux Developer, Desktop/System Team Developer
56 Cape Town, South Africa

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-dev] Re: sys-devel/bison-1.875 and PHP Sebastian Bergmann <sb@××××××××××××××××××.de>