A Decade of PHP
About seven years ago I was hacking up some small sites in HTML for small businesses in my neighbourhood. One of them wanted to collect some address details and we were using some crappy CGI script to talk to MySQL - something that looked like server side includes. After a couple of months the customer wanted some more features related to this contact database - but the simple CGI script couldn't handle this. Then my co-worker found something called PHP (version 3.0.5 or so).
This language has since then been part of my life, it started growing on me quite fast as it was easy to learn, and free. I think it even made me realize that Windows was crap and made me switch to Linux. After some time I needed to figure out the size of a Shockware Flash movie - something PHP couldn't just do yet. Instead of whining and bitching I decided it to code it myself - my first contribution to the PHP project. But this was certainly not the last one. Now I spend most of my professional time working with , and working on PHP - and most of my spare time working on various patches for PHP (although I now try to use some of my spare time for other things too ;-) ).
PHP changed my life quite a lot, and without Rasmus there would have been no PHP. I'd like to thank him for coming up with something that allow "you to implement a guestbook or any other form" — although you can do a little bit more with PHP now ;-). Let's get ready for the next 10 years!
Life Line
I walked 3.0km in 1h10m24s
Is there somebody who runs PHP on native windows (with Xdebug) and can run a simple script for me?
It must be in a file (`test.php`):
```
<?php
echo microtime(true), "\n";
xdebug_connect_to_client();
echo microtime(true), "\n";
```And run like:
php -dxdebug.log_level=11 -dxdebug.log=c:\temp\xdebug-i.log -dxdebug.client_host=localhost -dxdebug.client_port=9111 -dxdebug.mode=debug c:\temp\test.php
With the port 9111 not open.
Would love to see the output and log file (in a DM).
I walked 5.5km in 55m06s
@harry_wood This is this list of 100 Go-mistakes that I was talking about: https://100go.co/
Updated a crossing
I walked 2.1km in 20m08s
Enjoying my afternoon and evening out at Lords for some cricket!
I walked 3.2km in 38m54s
I walked 9.1km in 1h34m28s
Updated a gate
Updated a bakery shop
Updated a convenience shop
I walked 8.1km in 1h32m18s
I walked 5.6km in 59m13s
Updated a restaurant and a cafe; Confirmed 2 restaurants and a cafe
I walked 6.7km in 1h8m27s
I walked 4.7km in 50m02s
I got myself a sheet of Sun-safe filter material, and McGuyvered a pop-up filter for my lens.
The first attempt sort of worked, but I didn't get the filter 100% straight. Luckily I have more material.
But this is sort of my first attempt, and a few sunspots are clearly visible on the right of the image.
Warning: Never look at the Sun without protection!
Go with 2026.02
Improve error messages for `timelib_duration_create_from_iso8601strin…
Fix overflow in the nanosecond carry in `timelib_duration_div_static()`
Consistently use `stdint.h` types for `timelib_duration`
Created 2 recyclings
Created a home entrance and a main entrance
I walked 4.5km in 50m53s



Shortlink
This article has a short URL available: https://drck.me/ado-php-41c