mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
As of Oniguruma 6.8.1, the regex structure has been moved from the public `oniguruma.h` to the private `regint.h`. Thus, it is no longer possible to directly access the struct's members, and actually, there is no need to, since there are respective accessor functions available at least of 2.3.1.
!!Caution: DO NOT ADD/CHANGE MBSTRING CODE!! New mbstring is under development, anyone who would like add new feature/change behavior should access to development source. http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/php-i18n/ All changes made after 2002/5/19 are subject to be removed. You are warned in php-dev and php-cvs lists many times already. If you are curious, search archive for details. Thank you.