php-src/ext/tidy
Nikita Popov b2b2b437af Add _IS_NUMBER as cast_object() target type
convert_scalar_to_number() will now call cast_object() with an
_IS_NUMBER argument, in which case the cast handler should return
either an integer or floating point number, whichever is more
appropriate.

Previously convert_scalar_to_number() unconditionally converted
objects to integers instead.

Fixes bug #53033.
Fixes bug #54973.
Fixes bug #73108.
2017-12-26 12:39:06 +01:00
..
tests ext/tidy: work around a legacy libtidy bug in a test. 2016-07-11 14:05:43 +02:00
config.m4 improve lib name guessing for newer libtidy 2016-11-09 11:28:50 +01:00
config.w32 fix config.w32 for new libtidy support 2016-07-11 14:05:43 +02:00
CREDITS
php_tidy.def update for latest library rlease 2007-07-17 10:29:32 +00:00
php_tidy.h Update copyright headers to 2017 2017-01-02 09:30:12 -06:00
tidy.c Add _IS_NUMBER as cast_object() target type 2017-12-26 12:39:06 +01:00