On Tue, Dec 11, 2001 at 10:12:02PM -0700, Zak Greant wrote : > > Also, when touching up functions, is there any significant advantage > to migrating them to zend_parse_parameters?
Automatic type conversion and less code and unified error messages. Less code btw. it is also cleaner and easier to read. You can easily spot what gets parsed/cast into which type. But like Andrei said once, it doesn't cure all ills hehe :) - Markus -- Please always Cc to me when replying to me on the lists. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]