> I believe comparing the value against a constant, is always more
> readable than wondering what "truthy" means. if(session_status() ===
> PHP_SESSION_ACTIVE) is much self-documenting than the proposed change.

...  also  an  obvious  BC  break  for anyone who was using the values
instead  of the constants before. Not that anyone should ever do this,
but  the  change  presupposes  that  people *do* use the values, so it
basically  contradicts  its  own  acceptability  as  it  is a breaking
change!

-- S.


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to