• Resolved Shiva Poudel

    (@shivapoudel)


    My PHP version is 8.1.23?and I am seeing a deprecated notice. I have adapted this code and it got resolved but please fix it in the next update:

    	/**
    	 * Check if key is valid
    	 *
    	 * @param $key
    	 *
    	 * @return bool
    	 */
    	public static function keyIsValid( $key ) {
    		return is_string( $key ) && ! preg_match( '/[^\p{L}\p{N}\:\.\_\s\-]+/u', $key );
    	}
Viewing 1 replies (of 1 total)
  • Kris

    (@c0nst)

    Hi?@shivapoudel!

    This support forum is only for users of the Free version of FiboSearch.
    Because you’re asking about the Pro version, please submit a ticket again via our website: https://fibosearch.com/contact/.

    Regards,
    Kris

Viewing 1 replies (of 1 total)
  • The topic ‘Deprecated notice for preg_match’ is closed to new replies.