The AMFEXT documentation makes reference to a ton of AMF_* of constants that should be defined.
I've got amfext compiled, it seems to be installed properly and shows as a loaded extension. However, when I look at get_defined_constants, none of these constants are defined.
What up with that? What would be the right way to deal with this issue? I'm looking at the source code now so I know what they are, I'm just wondering why they are not defined. Do I need to compile amfext as part of php to get these defined?