Re: [PHP-DEV] PHP Patch submission

2005-04-05 Thread John Higgins
Shoot, I copied the wrong diff file, here is the correct diff, please ignore the previous posting. cvs diff: Diffing ext/odbc Index: ext/odbc/config.m4 === RCS file: /repository/php-src/ext/odbc/config.m4,v retrieving revision 1.55.2

Re: [PHP-DEV] PHP Patch submission

2005-04-05 Thread John Higgins
Ok, done, is this better? In config.m4 I am doing 2 things. First, I am using "uname" to get the platform being compiled on, then using this info to set the appropriate define needed by RDM Server, i.e. LINUX, SOLARIS, etc. Secondly, because RDM Server library names changed when 64-bit support

Re: [PHP-DEV] PHP Patch submission

2005-04-05 Thread Derick Rethans
On Tue, 5 Apr 2005, John Higgins wrote: > Hi all, > I would like to submit a patch for PHP 4 as well as PHP 5. The patch > will update PHP's UODBC > module to work with more recent versions of Birdstep Technology's RDM Server > product. The files > affected are ext/odbc/config.m4 & ext/odb