with xampp - open xampp control panel, click apaches Config button
select 'PHP (php.ini)' . it should open in notepad (or another text editor)
search 'extension=intl' in file and remove the ; from before it
(or add extension=intl on a new line anywhere in the file)
save!