- Fixed bug #31087 (broken php_url_encode_hash macro). (Ilia)
- Fixed bug #31072 (var_export() does not output an array element with an empty
string key). (Derick)
+- Fixed bug #31060 (imageftbbox() does not use linespacing parameter). (Jani)
- Fixed bug #31056 (php_std_date() returns invalid formatted date if
y2k_compliance is On). (Ilia)
- Fixed bug #31055 (apache2filter: per request leak proportional to the full
col = Z_LVAL_PP(COL);
y = Z_LVAL_PP(Y);
x = Z_LVAL_PP(X);
+ }
#if HAVE_GD_STRINGFTEX
- if (EXT) {
+ if (extended && EXT) {
/* parse extended info */
HashPosition pos;
}
#endif
- }
-
ptsize = Z_DVAL_PP(PTSIZE);
angle = Z_DVAL_PP(ANGLE) * (M_PI / 180); /* convert to radians */