genemu / GenemuFormBundle

Extra Form : Captcha GD, Tinymce, Recaptcha, JQueryDate, JQueryAutocomplete, JQuerySlider, JQueryFile, JQueryImage
587 stars 265 forks source link

Fixed Javascript Pattern of jQuery/DateType (needed for PHP 7.3) #453

Open stollr opened 4 years ago

stollr commented 4 years ago

Since PHP 7.3 the regular expression ([\\\/.:_;,\s-\ ]{1}) triggers the warning preg_split(): Compilation failed: invalid range in character class at offset 11. The range operator '-' has to be escaped, because \s-\ is not a valid range.