• Hacker News
  • new|
  • comments|
  • show|
  • ask|
  • jobs|
  • crumb1e 18 minutes

    Reading this made me really nostalgic. I cut my teeth in web/software dev in the Laravel 5.x days, and it's quite jarring comparing the day-to-day we have now with back then!

  • ethanprk 1 hours

    [flagged]

  • Sander_Marechal 2 hours

    There is nothing as permanent as a temporary fix that works.

  • laruss5 1 hours

    For a package with that kind of install base, is there a final release that prints the migration options in a deprecation notice? People will find it years from now through old Stack Overflow answers.

    TimWolla 1 hours

    The package is marked as abandoned on Packagist [1]

    > This package is abandoned and no longer maintained. No replacement package was suggested.

    Both adding it as a dependency using composer and installing it from a lockfile results in:

        $ composer require jakeasmith/http_build_url
        […]
        Package jakeasmith/http_build_url is abandoned, you should avoid using it. No replacement was suggested.
        […]
        $ rm -r vendor/
        $ composer install
        […]
          - Installing jakeasmith/http_build_url (1.0.2): Extracting archive
        Package jakeasmith/http_build_url is abandoned, you should avoid using it. No replacement was suggested.
        […]
    
    [1] https://packagist.org/packages/jakeasmith/http_build_url

  • Codefrontier 2 hours

    Love you kept it alive this long

    hdjrudni 1 hours

    It hasn't been updated in 11 years. Not sure I'd call that "keeping it alive".

  • amhoab 2 hours

    We used to work together at AOL. Glad to see you on here; I hope you're doing great!

    yard2010 2 hours

    Reading this threw me back to 2014 - how was working for AOL back then?

  • jakeasmith 1 days

    Author here, happy to answer any questions. I never imagined a polyfill for http_build_url would gain so much traction. After 12 years, deprecating it feels like the right move, especially given the new options from the community and PHP itself.

    HackerThemAll 18 minutes

    The JavaScript world is littered with stuff comparing to which your patch seems like a complex project. See those examples:

    https://www.npmjs.com/package/is-odd

    https://www.npmjs.com/package/is-even

    https://www.npmjs.com/package/left-pad

    https://www.npmjs.com/package/is-whitespace-character

    https://www.npmjs.com/package/isarray

    JaggerJo 5 minutes

    what a broken ecosystem.. The crazy thing is not that the package exists, but that it is used by JS devs.