File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1200,6 +1200,9 @@ PHP_MINIT_FUNCTION(gd)
1200
1200
REGISTER_LONG_CONSTANT ("IMG_EFFECT_NORMAL" , gdEffectNormal , CONST_CS | CONST_PERSISTENT );
1201
1201
REGISTER_LONG_CONSTANT ("IMG_EFFECT_OVERLAY" , gdEffectOverlay , CONST_CS | CONST_PERSISTENT );
1202
1202
REGISTER_LONG_CONSTANT ("GD_BUNDLED" , 1 , CONST_CS | CONST_PERSISTENT );
1203
+ REGISTER_LONG_CONSTANT ("GD_FLIP_HORINZONTAL" , GD_FLIP_HORINZONTAL , CONST_CS | CONST_PERSISTENT );
1204
+ REGISTER_LONG_CONSTANT ("GD_FLIP_VERTICAL" , GD_FLIP_VERTICAL , CONST_CS | CONST_PERSISTENT );
1205
+ REGISTER_LONG_CONSTANT ("GD_FLIP_BOTH" , GD_FLIP_BOTH , CONST_CS | CONST_PERSISTENT );
1203
1206
#else
1204
1207
REGISTER_LONG_CONSTANT ("GD_BUNDLED" , 0 , CONST_CS | CONST_PERSISTENT );
1205
1208
#endif
You can’t perform that action at this time.
0 commit comments