home.social

Search

1000 results for “php”

  1. How to Create #PHP #Cron Jobs on Linux Server

    This guide demonstrates how to create PHP cron jobs on Linux server.
    What are PHP Cron Jobs?
    Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
    READ ALSO: cPanel Shared Hosting Server Specs ...
    Continued 👉 blog.radwebhosting.com/create- #cronjob

  2. How to Create #PHP #Cron Jobs on Linux Server

    This guide demonstrates how to create PHP cron jobs on Linux server.
    What are PHP Cron Jobs?
    Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
    READ ALSO: cPanel Shared Hosting Server Specs ...
    Continued 👉 blog.radwebhosting.com/create- #cronjob

  3. How to Create #PHP #Cron Jobs on Linux Server This guide demonstrates how to create PHP cron jobs on Linux server. What are PHP Cron Jobs? Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used ... Continued 👉 #cronjob

  4. How to Create #PHP #Cron Jobs on Linux Server

    This guide demonstrates how to create PHP cron jobs on Linux server.
    What are PHP Cron Jobs?
    Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
    READ ALSO: cPanel Shared Hosting Server Specs ...
    Continued 👉 blog.radwebhosting.com/create- #cronjob

  5. How to Create #PHP #Cron Jobs on Linux Server

    This guide demonstrates how to create PHP cron jobs on Linux server.
    What are PHP Cron Jobs?
    Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
    READ ALSO: cPanel Shared Hosting Server Specs ...
    Continued 👉 blog.radwebhosting.com/create- #cronjob

  6. How to Create #PHP #Cron Jobs on Linux Server This guide demonstrates how to create PHP cron jobs on Linux server. What are PHP Cron Jobs? Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used ... Continued 👉 #cronjob

  7. How to Create #PHP #Cron Jobs on Linux Server

    This guide demonstrates how to create PHP cron jobs on Linux server.
    What are PHP Cron Jobs?
    Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
    READ ALSO: cPanel Shared Hosting Server Specs ...
    Continued 👉 blog.radwebhosting.com/create- #cronjob

  8. How to Create #PHP #Cron Jobs on Linux Server

    This guide demonstrates how to create PHP cron jobs on Linux server.
    What are PHP Cron Jobs?
    Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
    READ ALSO: cPanel Shared Hosting Server Specs ...
    Continued 👉 blog.radwebhosting.com/create- #cronjob

  9. @joergi @ibigfoot @fitpub

    Interessant. Von keiner davon hab ich bisher was gehört. Vielleicht ja auch weil sich das niemand freiwillig installieren will. Dazu braucht man dann ja einen Java-Extrawurst-Webserver.

    Eine #PHP Anwendung kann man auf praktisch jedem billigen, alten Hosting-Paket installieren. #Ruby, #Python, #Go, #Rust, etc. brauchen nicht viel mehr Infrastruktur.

    Das ist auch der Grund, warum ich für #ProFed keinen einzigen Gedanken auf Java verschwendet habe.

  10. flow-php/telemetry (#PHP implementation of #OTEL) faced an architectural issue tied to the php nature (single thread/process).

    github.com/flow-php/flow/issue explains how I'm tackling it, without making Exporters blocking

  11. 🔥Breaking News!🔥 #PHP finally discovers #security #flaws, shocking #no #one. 💥 Apparently, commissioning an #audit is the new way to #pretend you care about security—who knew? 🤔 Stay tuned for when they announce they've fixed everything by 2030! 🚀
    thephp.foundation/blog/2025/04 #Shocked #Security #HackerNews #ngated

  12. First real test is underway! One of the things running on the cluster is some image conversion and stitching code. This simple #PHP service consumes from #RabbitMQ and then runs all the CPU heavy work in a thread. On the Pi4 it would blow out of memory (8GB) but on the Pi 5 it now has enough to do the job (16GB) 🎉 . The cool part is that the memory usage graph really shows off the thread usage because normally PHP processes don't return claimed memory to the kernel.

  13. 🐘⚡ PHP-FPM trick ☝️

    One endpoint needs 5 min worst-case,
    but the rest should still die after 90s?

    → Spin up a 2nd FPM pool + nginx map on a query param.
    Routing happens automatically.

    🎯 The best part: zero lines of code touched

    Setup ⤵️
    gist.github.com/michabbb/91747

    #PHP #nginx #DevOps #PHPFPM #WebPerf

  14. 🐘⚡ PHP-FPM trick ☝️

    One endpoint needs 5 min worst-case,
    but the rest should still die after 90s?

    → Spin up a 2nd FPM pool + nginx map on a query param.
    Routing happens automatically.

    🎯 The best part: zero lines of code touched

    Setup ⤵️
    gist.github.com/michabbb/91747

    #PHP #nginx #DevOps #PHPFPM #WebPerf

  15. 🐘⚡ PHP-FPM trick ☝️

    One endpoint needs 5 min worst-case,
    but the rest should still die after 90s?

    → Spin up a 2nd FPM pool + nginx map on a query param.
    Routing happens automatically.

    🎯 The best part: zero lines of code touched

    Setup ⤵️
    gist.github.com/michabbb/91747

    #PHP #nginx #DevOps #PHPFPM #WebPerf

  16. 🐘⚡ PHP-FPM trick ☝️

    One endpoint needs 5 min worst-case,
    but the rest should still die after 90s?

    → Spin up a 2nd FPM pool + nginx map on a query param.
    Routing happens automatically.

    🎯 The best part: zero lines of code touched

    Setup ⤵️
    gist.github.com/michabbb/91747

    #PHP #nginx #DevOps #PHPFPM #WebPerf

  17. I am probably holding them wrong!

    This time I tried writing a web app not in but + (python) and ( javascript). It kind of works well but refactoring is a nightmare.

    In the beginning, it felt like I was having the best of both worlds -- Python and Vue3. Dev speed was good. Now maintaining and refactoring make me feel like I am having the worst of both worlds.

    As a single dev, I should have stayed with !

  18. Real-time AI streaming in PHP and Finally clean. Hibla HTTP Client brings first-class SSE support to PHP, async, fiber-based, and fluent. Hook into any LLM stream with a single .onEvent() callback.

    Check it out:
    github.com/hiblaphp/http-client

    #PHP #SSE #AsyncPHP

  19. Real-time AI streaming in PHP and Finally clean. Hibla HTTP Client brings first-class SSE support to PHP, async, fiber-based, and fluent. Hook into any LLM stream with a single .onEvent() callback.

    Check it out:
    github.com/hiblaphp/http-client

    #PHP #SSE #AsyncPHP

  20. Real-time AI streaming in PHP and Finally clean. Hibla HTTP Client brings first-class SSE support to PHP, async, fiber-based, and fluent. Hook into any LLM stream with a single .onEvent() callback.

    Check it out:
    github.com/hiblaphp/http-client

    #PHP #SSE #AsyncPHP

  21. Real-time AI streaming in PHP and Finally clean. Hibla HTTP Client brings first-class SSE support to PHP, async, fiber-based, and fluent. Hook into any LLM stream with a single .onEvent() callback.

    Check it out:
    github.com/hiblaphp/http-client

    #PHP #SSE #AsyncPHP

  22. PHP Hotline: OpenAI's Hilarious Reasons to Hate PHP! #shorts: A hotline reveals why the internet both loves and hates PHP. It will convert credit card numbers into floats and rename array keys at 3 AM. This functional number uses OpenAI and Twilio credits. #PHP #programming #hotline #OpenAI #Twilio youtube.com/shorts/9hV1yBWNH88

  23. Fast Atomic Flow: PHP 8.4, Swoole, NATS, Go и Закон Табуна Как переезд в деревню, рефакторинг жизни и парное программирование с...

    #php #swoole #nats #go #highload #websocket #semaphores #async #open #source #kbl

    Origin | Interest | Match
  24. Пакет управления доступом на основе ролей (RBAC) для PHP

    Потребовалось мне сделать свою реализацию проверки прав для PHP. В итоге эта разработка стала отдельным пакетом . Возможно кому-то пригодится. В статье рассказываю как это работает.

    habr.com/ru/articles/963246/

    #php #rbac #разрешения #webразработка

  25. @phpmacher Meine #Pinion Schaltung wurde schon derart oft fälschlicherweise als Motor angesehen dass ich nach wenigen Monaten diesen Aufkleber aufs Rad geklebt habe:

  26. @asgrim I've just checked back and this now works, any idea what could have been the problem here? #php #pie #zstd

  27. Issues with PHP PIE this morning building a Docker image. Seems to be failing to auth against Github on one of the installs here "Could not authenticate against github.com”. Other extensions seem ok though 🤔

    #php #pie #zstd