Alex

Results 225 issues of Alex

The common way of dealing with accessing PHP files directly from web browser (when codebase is located within DocumentRoot, like in WordPress) is placing following code on top of PHP...

In Ruby's client for WebDriver protocol there is a way to place event listeners on various events on WebDriver side (see https://code.google.com/p/selenium/source/browse/rb/lib/selenium/webdriver/support/abstract_event_listener.rb, http://elementalselenium.com/tips/55-wrapper). Is it possible to do the same...

enhancement

The CONTRIBUTING.md file needs to be added to answer common questions, that contributors might have, e.g.: - which branch all PR's should be targeted to - what coding standards project...

Due changes on HHVM/Travis CI the HHVM builds are failing with this message: ``` HHVM is no longer supported on Ubuntu Precise. Please consider using Trusty with `dist: trusty`. ```...

Currently the single data type only is supported in the `@var`, `@param` and such annotations. This results in `int|string`, `(int|(foo|bar)[]|string)[]|null` and such data types returned as is instead of being...

module-typical

When class is created using `eval(...)` then `$reflection->getFileName()` (in `\mindplay\annotations\AnnotationManager::getAnnotations` method) would return something similar to: `/path/to/file/with/eval_statement.php(16) : eval()'d code`. That in turn would result in following warning, when the...

type-bug

I've got an e-mail from ReadTheDocs today, that all readthedocs.org sub-domains now should be readthedocs.io sub-domain. They will redirect automatically, but we need to fix links by ourselves anyway.

Right now `standard-annotations` branch is an outdated fork of `master` branch with some stub annotations in it. Recently we've developed a way for merging in externally provided annotations into annotation...

type-feature

The main way to install this library is through Composer now. There can be cases however, when Composer can't be used (even though PHP 5.3+ is used). For these cases...

type-feature

On the http://php-annotations.readthedocs.org/en/latest/ConsumingAnnotations.html documentation page the `cacheSeed` config setting is mentioned, but it doesn't work. I guess after some refactoring the `cacheSeed` public property of `AnnotationManager` was moved into private...

type-bug
module-docs