1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 01:32:22 +01:00
Files
archived-php-src/ext/mysql
Dmitry Stogov 0f1209ab3d Portable unicode string API:
- use the same type (int) for zval.value.usr.len and zval.value.str.len
  - use union "zstr" as char*/UChar* mixture instead of void*
  - Z_UNISTR() and Z_UNILEN() no longer check for Z_TYPE()
  - nuke int32_t from ZE (not finisned)
2006-02-21 20:12:43 +00:00
..
2005-06-05 19:25:01 +00:00
2002-08-21 05:41:49 +00:00
2003-01-06 09:05:59 +00:00
2006-02-21 20:12:43 +00:00
2006-01-01 13:10:10 +00:00