Date: 12/04/00
- Next message: Andi Gutmans: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /pear DB.php /pear/DB common.php mysql.php"
- Previous message: hh <email protected>: "[PHP-DEV] PHP 4.0 Bug #8097: printf() and float data vs.setlocale()"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /pear DB.php /pear/DB common.php mysql.php"
- Reply: Andi Gutmans: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /pear DB.php /pear/DB common.php mysql.php"
- Reply: Jon Parise: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /pear DB.php /pear/DB common.php mysql.php"
- Reply: Sebastian Bergmann: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /pear DB.php /pear/DB common.phpmysql.php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Quoting Sebastian Bergmann <sb <email protected>>:
> - $pdata = &$data[$i];
> + $pdata = &$data[ $i ];
Please stop making changes like this in the absence of a coding standards
convention. I find the form which you removed much more readable, and I'd
really rather not see existing code creep in any particular direction unless we
decide on a standard and convert everything to it.
-chuck
-- Charles Hagenbuch, <chuck <email protected>> "If you can't stand the heat, get out of the chicken!" - Baby Blues-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Andi Gutmans: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /pear DB.php /pear/DB common.php mysql.php"
- Previous message: hh <email protected>: "[PHP-DEV] PHP 4.0 Bug #8097: printf() and float data vs.setlocale()"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /pear DB.php /pear/DB common.php mysql.php"
- Reply: Andi Gutmans: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /pear DB.php /pear/DB common.php mysql.php"
- Reply: Jon Parise: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /pear DB.php /pear/DB common.php mysql.php"
- Reply: Sebastian Bergmann: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /pear DB.php /pear/DB common.phpmysql.php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

