Skip to content

Tags: oallain/php-webdriver

Tags

1.4.6

Toggle 1.4.6's commit message
preg_replace() requires quoting, specially for PHP 7.3 (instaclick#91)

Without this, a number of expressions fail (returning NULL),
leading to both non matches and warning/error:

Warning: preg_replace(): Compilation failed: number too big in {} quantifier at offset 6

This is specially noticeable under PHP 7.3, where the new PCRE2 engine
is more picky and has more features, but also may help some cases with
previous PHP versions, depending of the string being searched/replaced.

2.0.0-RC3

Toggle 2.0.0-RC3's commit message
preg_replace() requires quoting, specially for PHP 7.3 (instaclick#91)

Without this, a number of expressions fail (returning NULL),
leading to both non matches and warning/error:

Warning: preg_replace(): Compilation failed: number too big in {} quantifier at offset 6

This is specially noticeable under PHP 7.3, where the new PCRE2 engine
is more picky and has more features, but also may help some cases with
previous PHP versions, depending of the string being searched/replaced.

2.0.0-RC2

Toggle 2.0.0-RC2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request instaclick#83 from stof/patch-1

Fix the BC layer for the legacy execute method

2.0.0-RC1

Toggle 2.0.0-RC1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update links

2.0.0-BETA

Toggle 2.0.0-BETA's commit message
fixes instaclick#81 - completing update to WebDriver W3C Candidate Re…

…commendation 26 September 2017

1.4.5

Toggle 1.4.5's commit message
more tweaks for instaclick#79

1.4.4

Toggle 1.4.4's commit message
fixes instaclick#77 - disable Travis CI functional tests

1.4.3

Toggle 1.4.3's commit message
Revert "Fix: make sure http errors from the requested resource are ca…

…ught and exceptions thrown"

This reverts commit 3b11d17.

1.4.2

Toggle 1.4.2's commit message
Update doc/README

Add curl service example and remove outdated link to upstream wiki page.

1.4.1

Toggle 1.4.1's commit message
Add log types; use official repo URL where possible