- updated requires to match other php versions
# Reflection
#
# Conditional build:
-%bcond_without default_php # use this PHP as default PHP in distro
+%bcond_with default_php # use this PHP as default PHP in distro
%bcond_with interbase_inst # use InterBase install., not Firebird (BR: proprietary libs)
%bcond_with oci8 # with Oracle oci8 extension module (BR: proprietary libs)
%bcond_with instantclient # build Oracle oci8 extension module against oracle-instantclient package
# Extension versions
%define bz2ver 1.0
%define enchantver 1.1.0
-%define fileinfover 1.0.5
+%define fileinfover 1.0.5-dev
%define hashver 1.0
%define intlver 1.1.0
%define jsonver 1.2.1
%define pharver 2.0.1
-%define sqlite3ver 0.7
+%define sqlite3ver 0.7-dev
%define zipver 1.11.0
%define zend_zts %{!?with_zts:0}%{?with_zts:1}