Sylvain L.
Sylvain L.
This patch removes the definition of namespace "Imagine" (mapped on local lib/) as it is an external library and could corrupt main application's autoloader
### Bug Report PostgreSQLSchemaManager wrongly resolves an empty existing table set. | Q | A |------------ | ------ | Version | 3.4.0 #### Summary When running `doctrine:schema:update` command it wrongly...
A closure name, as returned/generated by the Zend Engine, follows this pattern `\Foo\Bar{closure}` (when created by a class method) where `Foo` is the namespace and `Bar` the class. Thus if...
As much as possible, in order to facilitate adding to PECL directory. http://git.php.net/?p=php-src.git;a=blob_plain;f=CODING_STANDARDS;hb=HEAD
Since #110 it is possible to define the profiled spans at runtime through 2 dedicated functions. These custom spans are however hard to identify on UI side (i.e. report list)...
When a function call's span overlaps with the current time range, its exclusive time is zeroed which can cause accuracy issues in the flatprofile view. Here is an example where...
SPX is currently a zend module while, semantically, it has more to do with a zend extension. Additionally, registering a zend extension entry could allow safer (and finer - statement...
To allow to, on any URL with HTML content: - configure & trigger profiling - analyze reports of the last profiling run
Through vertical drag of the rectangle representing the timeline focus view.