]> granicus.if.org Git - php/commit
Fix dirname() under win32.
authorWez Furlong <wez@php.net>
Tue, 29 Apr 2003 13:35:48 +0000 (13:35 +0000)
committerWez Furlong <wez@php.net>
Tue, 29 Apr 2003 13:35:48 +0000 (13:35 +0000)
commit89503b163e3114c9fa592b2006188ad6da14d5f5
tree4a0942445daf82905690671235453c826f3876cc
parent180806f9e6fae07905b5239ef7d3e15f503072f8
Fix dirname() under win32.
The calculated length would be off-by-two under windows, which resulted in bogus dirnames.
ext/standard/string.c