Skip to main content
PHP

PHP

Programming languageWikipedia

Search complete. 601 mentions across 89 episodes found for "PHP".

Sep 10, 2026

Jake BennettHOST
9:51
We've got version 2.6.0, which has introduced a unified testing best practices skill, as well as database-enforced read-only transactions.
Jake BennettHOST
10:01
So let's take a look at the first one, which is this idea that three different skills, pest testing, enforced testing, and PHP unit guidelines, because these skills overlapped, we've now just consolidated them into one single skill called testing best practices.
Jake BennettHOST
10:20
There's nine different core areas that it has knowledge of, assertions, endpoint tests, feature discovery, isolation, naming, performance review, security, and test data.
Jake BennettHOST
10:30
So instead of having to use these three different distinct skills, you can now just use this testing best practices skill, and that will take care of all your problems there.
Jake BennettHOST
13:59
So excited to hear about this one.
Jake BennettHOST
14:00
Make sure that your voice is heard by finding the link in the show notes or going to stateoflaravel.com.
Michael DyryndaHOST
14:09
The Swool team has released TypePHP, which is a compiler that converts PHP code into native binaries by translating it into C++.
Michael DyryndaHOST
14:19
This can potentially improve performance and efficiency for PHP applications by running them directly on the CPU.
Harshil MathurGUEST
4:54
So I would build simple tools, fun games, and so on.
Harshil MathurGUEST
4:59
Started with C++, over time moved to Java, then started moving to web development, moved to PHP, and built a lot of web applications.
Harshil MathurGUEST
5:11
Then in my college, I with a bunch of folks, like-minded folks started a college group called SDS Labs.
Harshil MathurGUEST
5:19
The idea was that people who wanted to code could sit together and build applications for the institute.
Elizabeth BarronHOST
0:06
Hi, Matt.
Elizabeth BarronHOST
0:08
Welcome, everyone, to the very first PHP Foundation Community Hour.
Elizabeth BarronHOST
0:14
I am here.
Elizabeth BarronHOST
0:15
I'm Elizabeth Barron, the executive director of the foundation, and I'm here with Matt Stauffer, who is the CEO of Titan and also on the board of directors for the foundation.
Elizabeth BarronHOST
1:52
But even more helpful, I think, is to have a purpose and like a reason to be hanging out with each other and not just for no reason, just sitting there on a Zoom call randomly.
Elizabeth BarronHOST
2:02
So So that's why we kind of evolved this.
Elizabeth BarronHOST
2:05
And then the kind folks at PHP Architect offered to provide the platform, the infrastructure.
Elizabeth BarronHOST
2:12
And shout out to Joe Ferguson, who is also producing this behind the scenes.
Aaron CampbellGUEST
12:46
WordPress is one part of a relatively large stack of things that are used to deliver that kind of end product that you're talking about, Kurt, right? Like we're, we're, we're building this site or this app or this service or whatever it is, and WordPress is one part in that stack.
Aaron CampbellGUEST
13:05
And, and below that, there's stuff that has to do with hosting and the, the web server and things like PHP and the database and, and, um, network level stuff even.
Aaron CampbellGUEST
13:20
Um, and then you get up to WordPress eventually, and above that are all the like plugins and theme and things that allow, um, your, your system to actually work and do the thing that it wants.
Aaron CampbellGUEST
13:33
Um, and WordPress, that one thin layer that is just like WordPress core, is actually quite secure with an extremely good long track record of staying that way.

10 MINS LATER

Aaron CampbellGUEST
23:38
Now, we have grown beyond that, but that is still probably our flagship capability.
Aaron CampbellGUEST
23:44
We, we, um, detect and remediate more malware than, than anyone else.
Aaron CampbellGUEST
23:50
Um, but, you know, you start by removing the malware, and then you say, "Well, how's that getting there?" And you, you know, you sort of move into the, the next layer up, looking at the, the runtime when, you know, PHP is actually writing the file to disk and being able to prevent that from happening.
Aaron CampbellGUEST
24:10
Um, and then stepping up into things like, well, when someone's doing that several times in a row, we should just block them at that network layer, and so our smart WAF does that.
Sewagodimo MatlapengGUEST
20:53
I know.
Sewagodimo MatlapengGUEST
20:54
And then I moved on to do PHP work, which I mean, it's not far from Scala, if we're being honest.
Sewagodimo MatlapengGUEST
20:59
And I think that was when I was like, hey, listen, I've done Python.
Sewagodimo MatlapengGUEST
21:03
I jumped around mostly back in web development, mainly.
speaker_0HOST
1:32
Sophos Labs has identified a sophisticated Linux rootkit, dubbed PoisonedRifrash, that targets F5 Big IP Access Policy Manager servers.
speaker_0HOST
1:41
The malware injects PHP web shells directly into the server's Apache memory, leaving no trace on the disk.
speaker_0HOST
1:48
Sophos tracked the activity to a specific internal cluster and confirmed that the underlying vulnerability is being actively exploited.
speaker_0HOST
1:56
This file-less attack technique makes detection extremely difficult for traditional security tools.
John CrickettGUEST
14:29
Writing the code was never the hard part there.
John CrickettGUEST
14:31
I mean, it was built in PHP.
John CrickettGUEST
14:33
Myself and my brother did it.
John CrickettGUEST
14:35
Mostly he did it actually, and he was six months into learning to be a software engineer at the time.

7 MINS LATER

John CrickettGUEST
21:15
Again, not very good in the imagination, so I typically picked things that already existed and gone and reproduced them and figured out how to do interesting challenges with them.
John CrickettGUEST
21:25
Sometimes it was, you know, I'm gonna clone this tool then figure out, how do I build it faster for the fairly specific bit? 'Cause I wanna, you know, learn about optimizing code perhaps, or I wanna learn this faster programming language.
John CrickettGUEST
21:36
So I'd done several of these projects time and time again over the last 30 years to learn either Visual Basic or PHP or C or C++ or Java or C# or Rust or Go.
John CrickettGUEST
21:49
So that's what it was about.
speaker_0NARRATOR
0:25
One campaign used it to plant a backdoor.
speaker_0NARRATOR
0:28
A second attacker was seen deploying a small PHP web shell with different tooling.
speaker_0NARRATOR
0:33
CISA added the issue to its Known Exploited Vulnerabilities Catalog on September eighth.
speaker_0NARRATOR
0:38
Applying the patch closes the entry point, but it doesn't remove access an attacker may already have established.
Dan BeachHOST
7:11
I didn't do...
Dan BeachHOST
7:12
I always, like, worked, I always programmed my way through Objective-C through college, did a lot of PHP and MySQL, stuff like that.
Dan BeachHOST
7:18
But luckily I, I don't know if I would've still loved it the way I do today.
Dan BeachHOST
7:23
I don't know if I had to sit through classes and stuff.
Isaac AubreyHOST
24:34
Oh, that, that was right at a time when there was a lot of, like, casual Flash games going on, I know.
Isaac AubreyHOST
24:39
So you could, you could pick up on them on, like, PHP message boards and stuff.
Steve NotleyHOST
24:42
Well, well that was the, the-
Jason KapalkaGUEST
24:43
No, that wasn't even, that wasn't even Flash yet.

79 more episodes mention PHP.

Create an account to see the whole feed, search across every transcript, and follow the entities you care about.

We value your privacy

We use cookies to understand how you use our platform and to improve your experience. Click “Accept All” to consent, or “Decline non-essential” to opt out of non-essential cookies. Read our Privacy Policy.