Greg Bowler

Results 101 issues of Greg Bowler

In the upcoming facade release, when querySelector[All] functions are called on an element that isn't attached to a document, they may not return any matching elements. If this is the...

When using the inbuilt server option from PHP Storm, I can't hit breakpoints in my code. ![image](https://user-images.githubusercontent.com/358014/34875564-aa7c9932-f795-11e7-8e9c-dd4906289e13.png) This works if I switch PHPStorm to use the native Windows PHP version,...

Not sure what can be causing this one, but every other time I make a request to the PHP file in the example I get a normal response time, then...

Running PHP inbuilt server in PHPStorm through PhpOnWindows works great, but when the script ends, the server is left connected. 1. Create a new PHP Storm project with single file:...

When I run `composer require google/photos-library` I get this error: `google/photos-library dev-main requires php ^5.5 || ^7.0 -> your php version (8.0.5) does not satisfy that requirement.` Is there anything...

It's useful to track requests against their sessions, to track down issues or monitor real world usage. This is where something like Google Analytics is usually used, but that requires...

~~Logic classes should have no side effect. If they do, for example by echoing something, webengine should throw an exception~~ If *anything* is output to the buffer before the Lifecycle::finish...

This is a feature that was part of v3 but has never been implemented in the new system. If a element exists in the body, **after** the go functions have...

enhancement

Quite commonly I am creating a symlink within `www` to expose just a single directory, such as `asset/upload`. This avoids having to code a new type of router, but is...

enhancement
question