Hi,
When parsing strings from parameters with zend_parse_parameters, it is
required that the programmer pass in an int to receive the length of the
string.
Could we relax this and allow a NULL instead if we do not need the length
of the string? It would make the calling code more pretty because we
would not need to declare a bunch if ints that don't otherwise get used.
Yeah, I know about binary safety, but when I'm passing this stuff to binary
unsafe functions there doesn't seem much point :)
--Wez.
--
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]