#laragon — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #laragon, aggregated by home.social.
-
TyfloPrzegląd Odcinek nr 267
-
How to install PHP 8.3 with OCI8 on Laragon. #laragon #oracle #PHP
https://dev.to/syahzul/how-to-install-php-83-with-oci8-on-laragon-3bjg -
How to install PHP 8.3 with OCI8 on Laragon. #laragon #oracle #PHP
Posted into SYMFONY FOR THE DEVIL @symfony-for-the-devil-mobileatom
-
Come celebrate with me! After < 2 years waiting - to finish up 'work' projects, finally got my localhost Bookstacks up and running. This has been a long time coming. But now Im kind of done with a lot of academic grind, I return to my tech google hacker self, and begin to regain my problem solving skills. Yehey, Its on portable Laragon/Laravel, tho requires node & python installed on C. Some of what I did was a mess and unnecessary, but cleaning up comes later
-
Come celebrate with me! After < 2 years waiting - to finish up 'work' projects, finally got my localhost Bookstacks up and running. This has been a long time coming. But now Im kind of done with a lot of academic grind, I return to my tech google hacker self, and begin to regain my problem solving skills. Yehey, Its on portable Laragon/Laravel, tho requires node & python installed on C. Some of what I did was a mess and unnecessary, but cleaning up comes later
-
Mini celebration. Taking first baby steps into Laravel. I installed on ext drive with portable Laragon, and hoping to get Bookstack going .
#laragon #laravel #portable #bookstack -
Mini celebration. Taking first baby steps into Laravel. I installed on ext drive with portable Laragon, and hoping to get Bookstack going .
#laragon #laravel #portable #bookstack -
CW: PHP Crash
PHP 7.4 / apache2 (mpm) was crashing without logging anything on one of my PHP projects. PHP 7.2 worked fine.
Apparently I had a very long concatenated string which caused the thread stack to overflow.
Solved it by increasing `ThreadStackSize` in apache2.Had to use the php debug-pack to find the cause of the crash. From there I searched the web for keywords and stumbed upon this old similar issue.
https://bugs.php.net/bug.php?id=71910