This website requires JavaScript.
Explore
Help
Register
Sign in
archive
/
php-src
Watch
1
Star
0
Fork
You've already forked php-src
0
mirror of
https://github.com/php/php-src.git
synced
2025-08-18 06:58:55 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
3a95557cc3
php-src
/
ext
/
intl
/
grapheme
History
Download ZIP
Download TAR.GZ
Stanislav Malyshev
40217d0417
fix bug 55562 - make substr always return rest of the string if length is too long
2011-09-04 18:50:05 +00:00
..
grapheme.h
Merge intl extension into core
2008-07-07 22:51:04 +00:00
grapheme_string.c
fix bug 55562 - make substr always return rest of the string if length is too long
2011-09-04 18:50:05 +00:00
grapheme_util.c
Fixes build issues with ext/intl. This appears to be related to bug
#55019
, but since the functions in question are used elsewhere, the solution is to de-inline rather than to make them static inline.
2011-08-07 15:12:34 +00:00
grapheme_util.h
Fixes build issues with ext/intl. This appears to be related to bug
#55019
, but since the functions in question are used elsewhere, the solution is to de-inline rather than to make them static inline.
2011-08-07 15:12:34 +00:00