]> granicus.if.org Git - php/commit
- Fixed a couple of bugs in the new smart_str macros, and allow them to
authorDerick Rethans <derick@php.net>
Tue, 16 Aug 2005 18:02:41 +0000 (18:02 +0000)
committerDerick Rethans <derick@php.net>
Tue, 16 Aug 2005 18:02:41 +0000 (18:02 +0000)
commit1ee41e0d92045c967c98919850a6c9f9fe560f5d
tree97175b3ece230e229298a43931edee6bdd602d60
parent5adc3ce7c605f64edf1c3da0e993a3c47aeff91a
- Fixed a couple of bugs in the new smart_str macros, and allow them to
  allocate two extra bytes (so that we can pad them with two \0's for UTF-16)
- Fixed usage of smart_str's in the PAD and INS_STRING macros.
ext/standard/php_smart_str.h
main/spprintf.c