php_mbstring.dll not found in latest snapshots

php.internals

Holografix

19 years ago
Hello, is there any problem with this dll? It is not found in /ext in latest snapshots. best regards

Edin Kadribasic

19 years ago
Hi, An undesired change has sneaked into ext/mbstring/oniguruma. Marcus I think these snprintf changes should be reverted as this is an external library and PHP includes are not used in there meaning among other thing snprintf is not available on windows. Edin Holografix wrote:

Marcus Börger

19 years ago
Hello Edin, isn't there _snprintf along with a macro #define snprintf _snprintf? Not that it is exactly the same but it would work there. best regards marcus Monday, March 5, 2007, 5:14:38 PM, you wrote:
> Hi,
> An undesired change has sneaked into ext/mbstring/oniguruma.
> Marcus I think these snprintf changes should be reverted as this is an > external library and PHP includes are not used in there meaning among > other thing snprintf is not available on windows.
> Edin
> Holografix wrote: >> Hello, >> >> is there any problem with this dll? It is not found in /ext in latest >> snapshots. >> >> best regards >>
Best regards, Marcus

Edin Kadribasic

19 years ago
Hey Marcus, Yes, there is _snprintf, but macro isn't there. You'd have to define it in the files you modifed, Edin Marcus Boerger wrote: