diff options
author | Nikita Popov <nikic@php.net> | 2014-09-19 23:22:26 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2014-09-19 23:39:07 +0200 |
commit | 31e842472f46d8aa32e2ef316da245f18806589d (patch) | |
tree | e87882472345b757f3b898c441dc9e80e0d4364a /ext/mssql/php_mssql.c | |
parent | ad3e1830bafdcbf366f611c8778c5409bd4472d2 (diff) | |
download | php-git-31e842472f46d8aa32e2ef316da245f18806589d.tar.gz |
Make number printing functions less generic
Now that zend_ulong is 64bit on 64bit platforms, it should be
sufficient to always use it, rather than supporting multiple
types.
API changes:
* _zend_print_unsigned_to_buf and _zend_print_signed_to_buf
no longer exist.
* smart_str(ing)_print_long and smart_str(ing)_print_unsigned
no longer exist.
* Instead of all these, zend_print_ulong_to_buf and
zend_print_long_to_buf should be used.
* smart_str_append_generic_ex no longer exists.
* smart_str(ing)_append_off_t(_ex) no longer exists, use
smart_str(ing)_append_long(_ex) instead.
Diffstat (limited to 'ext/mssql/php_mssql.c')
0 files changed, 0 insertions, 0 deletions