Branch: refs/heads/QA_4_6
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: d09e5438c14631a9fedfd9ad74531f9c181b1c30
https://github.com/phpmyadmin/phpmyadmin/commit/d09e5438c14631a9fedfd9ad745…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-08-03 (Wed, 03 Aug 2016)
Changed paths:
M libraries/Scripts.php
M test/classes/ScriptsTest.php
Log Message:
-----------
Remove unsued code for generating events
This is no longer used, so there is no need to support it.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: ec094ecadec0ee340dccf0f589f58cbbec31b7f8
https://github.com/phpmyadmin/shapefile/commit/ec094ecadec0ee340dccf0f589f5…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-08-03 (Wed, 03 Aug 2016)
Changed paths:
M examples/create_shapefile.php
M examples/read.php
M examples/read_point.php
M examples/read_polygon.php
M src/ShapeFile.php
M src/ShapeRecord.php
M src/Util.php
M tests/ShapeFileTest.php
Log Message:
-----------
Use https for linsk to GPL
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/QA_4_6
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: a294026e3799eefa195b89f5833e44ddeb7eb503
https://github.com/phpmyadmin/phpmyadmin/commit/a294026e3799eefa195b89f5833…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-08-03 (Wed, 03 Aug 2016)
Changed paths:
M libraries/config/Validator.php
Log Message:
-----------
Simplified getting error from preg_match
It's enough to use error_get_last to obtain the message without need to
play with PHP configuration and error handling.
The only tricky thing is to know that there is new error. With PHP 7,
there is error_clear_last() which ensures this, on older PHP we need to
trigger *another* error to be able to detect that new error comes.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: a294026e3799eefa195b89f5833e44ddeb7eb503
https://github.com/phpmyadmin/phpmyadmin/commit/a294026e3799eefa195b89f5833…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-08-03 (Wed, 03 Aug 2016)
Changed paths:
M libraries/config/Validator.php
Log Message:
-----------
Simplified getting error from preg_match
It's enough to use error_get_last to obtain the message without need to
play with PHP configuration and error handling.
The only tricky thing is to know that there is new error. With PHP 7,
there is error_clear_last() which ensures this, on older PHP we need to
trigger *another* error to be able to detect that new error comes.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: d5139a52d9b6d7103107d40702dd3fc9d5322463
https://github.com/phpmyadmin/phpmyadmin/commit/d5139a52d9b6d7103107d40702d…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-08-03 (Wed, 03 Aug 2016)
Changed paths:
M libraries/config/Validator.php
Log Message:
-----------
Merge branch 'QA_4_6'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/88b817a04297...d5139a52d9b6