On Thu, 19 Sep 2002, Wojtek Slusarczyk wrote: > On Thu, 19 Sep 2002 [EMAIL PROTECTED] wrote: > > > if (foo) { > > <tab>more_stuff(); > > } else { > > <tab>other_stuff(); > > } > > Both patches are changed to reflect code-style. They are on our ftp site. > regards,
hmm, I still see this in the patch @ ftp://ftp.certum.pl/pub/PHP/php-4.2.3-openssl.diff.gz : + if (i < 0) + { + goto end; + } + else if (i == 0) + { + zend_error(E_WARNING, "verify failure\n"); + RETVAL_LONG(-1); + } + else /* if (i > 0) */ + RETVAL_TRUE; + } Am I checking the wrong patch? Derick --------------------------------------------------------------------------- Derick Rethans http://derickrethans.nl/ JDI Media Solutions -----------------------------[ [EMAIL PROTECTED]: Databases are for Assholes ]- -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php