SV_ALL already contains SV_PHYSICS. If you add (+) SV_PHYSICS to the bitmask it won't work. To be explicit you could do SV_ALL|SV_PHYSICS.
In prior versions SV_ALL did not contain SV_PHYSICS.