Skip to content

Kévin Dunglas

Founder of Les-Tilleuls.coop (worker-owned cooperative). Creator of API Platform, FrankenPHP, Mercure.rocks, Vulcain.rocks and of some Symfony components.

Menu
  • Talks
  • Resume
  • Sponsor me
  • Contact
Menu

Author: Kévin Dunglas

PHP 7: Introducing a domain name validator and making the URL validator stricter

Posted on November 28, 2014November 28, 2014 by Kévin Dunglas

DNS comes with a set of rules defining valid domain names. A domain name cannot exceed 255 octets (RFC 1034) and each label cannot exceed 63 octets (RFC 1035). It can contain any character (RFC 2181) but extra rules apply for hostnames (A and MX records, data of SOA and NS records): only alphanumeric ASCII characters and hyphens are allowed in labels…

Read more

Continuous Integration for Symfony apps, the modern stack: quality checks, private Composer, headless browser testing…

Posted on November 17, 2014December 1, 2014 by Kévin Dunglas

Updated 2014/11/21 : Fixed a bug when deploying (thanks @meyer_baptiste). Added a command to update GitHub commit status (thanks @samuelroze). At Les-Tilleuls.coop, we built great e-commerce platforms and high-performance web applications with quality and agility in mind. Most of our applications share the same technical stack: the PHP language with the Symfony framework and Doctrine for back applications front applications developed with CoffeeScript or…

Read more

Internationalized Domain Name (IDN) and PHP

Posted on October 15, 2014October 15, 2014 by Kévin Dunglas

Currently, PHP doesn’t have any native support of IDN: domains with non-ASCII characters such as http://www.académie-française.fr. If you try to connect to such site you’ll get nothing but an error: file_get_contents(‘http://académie-française.fr’); // PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: nodename nor servname provided, or not known in php shell code on line 1 RFC 3490 specifies that applications must convert IDN…

Read more
  • Previous
  • 1
  • …
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • …
  • 112
  • Next

Social

  • Bluesky
  • GitHub
  • LinkedIn
  • Mastodon
  • X
  • YouTube

Links

  • API Platform
  • FrankenPHP
  • Les-Tilleuls.coop
  • Mercure.rocks
  • Vulcain.rocks

Subscribe to this blog

Top Posts & Pages

  • Coding at the Speed of Thought: The New Era of Symfony Docker
  • FrankenPHP: The Modern Php App Server, written in Go
  • Windows Support for FrankenPHP: It’s Finally Alive!
  • PHP and Symfony Apps As Standalone Binaries
  • Symfony's New Native Docker Support (Symfony World)
  • API Platform 2.0 released: creating powerful web APIs has never been so easy
  • FrankenPHP Is Now Officially Supported by The PHP Foundation
  • Preventing CORS Preflight Requests Using Content Negotiation
  • Lire les partitions Guitar Pro sous Ubuntu avec DGuitar
  • Introducing the phpdoc-to-typehint Converter: add scalar type hints and return type declarations to your projects

Tags

Apache API API Platform Buzz Caddy Docker Doctrine FrankenPHP Go Google GraphQL HTTP/2 Hydra hypermedia Hébergement Javascript JSON-LD Kubernetes La Coopérative des Tilleuls Les-Tilleuls.coop Lille Linux Mac Mercure Mercure.rocks Messagerie Instantanée MySQL performance PHP Punk Rock Python React REST Rock'n'Roll Schema.org Security SEO SEO Symfony Sécurité Ubuntu Web 2.0 webperf Wordpress XML

Archives

Categories

  • DevOps (86)
    • Ubuntu (68)
  • Go (21)
  • JavaScript (46)
  • Mercure (7)
  • Opinions (91)
  • PHP (178)
    • API Platform (80)
    • FrankenPHP (16)
    • Laravel (1)
    • Symfony (98)
    • Wordpress (6)
  • Python (14)
  • Security (15)
  • SEO (25)
  • Talks (47)
© 2026 Kévin Dunglas | Powered by Minimalist Blog WordPress Theme