[PHP-DEV] 5.1.0 PDO fails to make

2005-09-10 Thread Kevin Waterson
FC1 and FC4 Using php5-200509110430 gcc-3.3.2 /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_statement.c: In function `pdo_mysql_stmt_execute': /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_statement.c:121: error: `STMT_ATTR_UPDATE_MAX_LENGTH' undeclare

[PHP-DEV] PDO 1.0RC1

2005-09-10 Thread Wez Furlong
I spent pretty much all day working through the outstanding PDO bugs listed on bugs.php.net and pecl.php.net. There are now no known problems with any of the main-stream drivers, so I've bumped the version numbers up to 1.0RC1 and released them via PECL (ODBC and OCI package releases are pending bu

Re: [PHP-DEV] "make install" on PHP_5_1 does not work with PEAR

2005-09-10 Thread Wez Furlong
It looks like the handling is broken. Try this: $ cd php-src/ext/pdo_odbc $ pear package $ sudo pear install PDO_ODBC-1.0RC1.tgz It doesn't prompt for the configure options anymore. --Wez. On 9/9/05, Greg Beaver <[EMAIL PROTECTED]> wrote: > Greg Donald wrote: > > On 9/9/05, Sebastian Bergmann

Re: [PHP-DEV] "make install" on PHP_5_1 does not work with PEAR

2005-09-10 Thread Derick Rethans
On Sat, 10 Sep 2005, Wez Furlong wrote: > It seems like a good idea to have version_compare() grok the version string > too. It did understand it, it's just that the comparison (although correct) was just giving the wrong result because our version numbers where not in the correct order. Deri

Re: [PHP-DEV] "make install" on PHP_5_1 does not work with PEAR

2005-09-10 Thread Wez Furlong
It seems like a good idea to have version_compare() grok the version string too. --Wez. On 9/10/05, Pierre Joye <[EMAIL PROTECTED]> wrote: > > > On 9/10/05, Wez Furlong <[EMAIL PROTECTED]> wrote: > > I get this with the PHP_5_1 branch after downloading the .phar: > > > > Installing PEAR enviro

Re: [PHP-DEV] "make install" on PHP_5_1 does not work with PEAR

2005-09-10 Thread Pierre Joye
On 9/10/05, Wez Furlong <[EMAIL PROTECTED]> wrote: > I get this with the PHP_5_1 branch after downloading the .phar: > > Installing PEAR environment: /usr/local/lib/php/ > Error: .phar files require PHP 5.1 or newerInstalling build > environment: /usr/local/lib/php/build/ It was due to the bad ve

RE: [PHP-DEV] ImageAntialias

2005-09-10 Thread Mike Robinson
Greg Trounson wrote: > Actually I propose a new method for antialiasing: > > bool imageantialias ( resource im, bool on, int MODE ) > > where MODE is one of: > > AA_TRADITIONAL - Perform antialiasing the same way it's done > now - that is to use a different antialiasing function for > each pri

[PHP-DEV] re: ImageAntialias

2005-09-10 Thread Pierre Joye
Hello, > Not sure if this is best suited for the devel list or the user list, but > here goes.: > > Antialiasing is a basic requirement for generating professional-quality > pictures. Unfortunately the php-gd function imageantialias needs work. > Only a small subset of drawing primitives curren

Re: [PHP-DEV] "make install" on PHP_5_1 does not work with PEAR

2005-09-10 Thread Wez Furlong
I get this with the PHP_5_1 branch after downloading the .phar: Installing PEAR environment: /usr/local/lib/php/ Error: .phar files require PHP 5.1 or newerInstalling build environment: /usr/local/lib/php/build/ --Wez. On 9/9/05, Greg Beaver <[EMAIL PROTECTED]> wrote: > Greg Donald wrot

Re: [PHP-DEV] Deadlock with session handling code?

2005-09-10 Thread Ben Ramsey
On 9/10/05 6:33 AM, Jani Taskinen wrote: On Thu, 8 Sep 2005, Ilia Alshanetsky wrote: Any chance a small reproduce script can be provided? I ran a basic session extension load test with siege with upwards of 100 concurrent connection and do not see any of the described symptoms. You propa

Re: [PHP-DEV] Deadlock with session handling code?

2005-09-10 Thread Jani Taskinen
On Thu, 8 Sep 2005, Ilia Alshanetsky wrote: Any chance a small reproduce script can be provided? I ran a basic session extension load test with siege with upwards of 100 concurrent connection and do not see any of the described symptoms. You propably didn't run it with ancient PHP version