Re: [PHP-DEV] mail() and header folding/line endings

2009-08-24 Thread Tullio Andreatta ML
Joey Smith: It's hard to know what to tell PHP developers when we get mixed messages from someone like Wietse... No, it's not so hard. PHP developers must follow the standard: - use "network EOL" (CRNL) when speaking SMTP; - use "system EOL" (CRNL or NL or CR) when speaking with local MTA. Even

Re: [PHP-DEV] Array syntax []

2008-01-11 Thread Tullio Andreatta ML
+1 (option b) -- Tullio Andreatta 09:f9:11:02:9d:74:e3:5b:d8:41:56:c5:63:56:88:c0 45:5f:e1:04:22:ca:29:c4:93:3f:95:05:2b:79:2a:b2 Disclaimer: "Please treat this email message in a reasonable way, or we might get angry" ( http://www.goldmark.org/jeff/stupid-disclaimers ) -- PHP Internals - P

Re: [PHP-DEV] Syntactic improvement to array

2007-02-06 Thread Tullio Andreatta ML
how it is different? How explaining array written as [] so much harder that explaining array written as ()? What exactly constitutes the problem? Here's the difference: You can Google for 'array' and learn a lot. If you try to Google for [] you don't learn squat. Try it and see. So our 'newb