Re: [PHP-DEV] What about a PHP 4.4.1pl1?

2005-11-02 Thread Jasper Bryant-Greene
On Thu, 2005-11-03 at 07:42 +0100, Markus Fischer wrote: > Matteo Beccati wrote: > > I newly subscribed to this ML after some time I didn't follow it, so I > > beg pardon if I'm posting a question that was already discussed. > > > > As you know, a few days ago PHP 4.4.1 was released. As current a

Re: [PHP-DEV] What about a PHP 4.4.1pl1?

2005-11-02 Thread Markus Fischer
Matteo Beccati wrote: I newly subscribed to this ML after some time I didn't follow it, so I beg pardon if I'm posting a question that was already discussed. As you know, a few days ago PHP 4.4.1 was released. As current admin of a widely used PHP project called phpAdsNew, I discovered just to

[PHP-DEV] What about a PHP 4.4.1pl1?

2005-11-02 Thread Matteo Beccati
Hi, I newly subscribed to this ML after some time I didn't follow it, so I beg pardon if I'm posting a question that was already discussed. As you know, a few days ago PHP 4.4.1 was released. As current admin of a widely used PHP project called phpAdsNew, I discovered just today that there a

Re: [PHP-DEV] Is it necessary to have different DSN formats in PDO ?

2005-11-02 Thread Lukas Smith
Wez Furlong wrote: That's one of the reasons why we don't do it. I once proposed that every driver should atleast be able to generate a DSN from an array through an optional function. However since I never implemented and nobody else stepped out it never materialized. regards, Lukas -- PHP

Re: [PHP-DEV] PHP 4.4.1 has been released

2005-11-02 Thread kees
""Sonke Ruempler"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Simple question: Will 5.0.6 give us back BC for the "pass-by-ref-fix" of > 5.0.5, something like throwing a warning (was discussed here). > > If not we have the problem that now PHP 5.0.4 is unsecure and the new > ve

Re: [PHP-DEV] Is it necessary to have different DSN formats in PDO ?

2005-11-02 Thread Wez Furlong
That's one of the reasons why we don't do it. --Wez. On 11/2/05, Andrey Nikolaev <[EMAIL PROTECTED]> wrote: > It's much easer to write, parse and generate. Only don't know what to do > with ODBC: > > "odbc:Driver={Microsoft Access Driver (*.mdb)};Dbq=C:\\db.mdb;Uid=Admin" > "odbc:DSN={IBM DB2 >

[PHP-DEV] Is it necessary to have different DSN formats in PDO ?

2005-11-02 Thread Andrey Nikolaev
What we have now is... "mssql:host=localhost;dbname=testdb" "sybase:host=localhost;dbname=testdb" "dblib:host=localhost;dbname=testdb" "mysql:host=localhost;dbname=testdb" "pgsql:host=localhost port=5432 dbname=testdb user=bruce password=mypass" "oci:dbname=//localhost:1521/mydb" "firebird:User=