2
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 16 hours ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed: improved and fixed some stuff in config.m4
Patrick ALLAERT
as patrickallaert
More... over 13 years ago
Fixed: #19421 apm.*_error_reporting is ignored (thx Mathieu ZIK for reporting)
Patrick ALLAERT
as patrickallaert
More... over 13 years ago
Fixed: memory of events not released
Patrick ALLAERT
as patrickallaert
More... over 13 years ago
Fixed: segfault when apm.stacktrace_enabled=0
Patrick ALLAERT
as patrickallaert
More... over 13 years ago
* Fixed ZendEngine 2.4 build * Fixed compiler warnings (Windows) * Fixed ZTS build More... almost 14 years ago
Fixed: Bug #17513 Using MySQL driver, only events of the first incoming request are stored
Patrick ALLAERT
as patrickallaert
More... about 14 years ago
Fixed: Bug #17512 Sqlite connections aren't closed at the end of the request (for real!)
Patrick ALLAERT
as patrickallaert
More... about 14 years ago
Fixed: Bug #17512 Sqlite connections aren't closed at the end of the request
Patrick ALLAERT
as patrickallaert
More... about 14 years ago
Added: Asynchronous processing of events (config option: apm.deffered_processing)
Patrick ALLAERT
as patrickallaert
More... about 14 years ago
Changed: WS
Patrick ALLAERT
as patrickallaert
More... about 14 years ago
Changed: indentation
Patrick ALLAERT
as patrickallaert
More... about 14 years ago
Fixed: apm.mysql_error_reporting not set to E_ALL by default
Patrick ALLAERT
as patrickallaert
More... about 14 years ago
Fixed: Bug #17502: Drivers' rshutdown run only when slow_request tracking is enabled
Patrick ALLAERT
as patrickallaert
More... about 14 years ago
Fixed: PHP 5.0 didn't provide a way to avoid cloning tzinfo yet
Patrick ALLAERT
as patrickallaert
More... about 14 years ago
Removed initial unicode support (PHP '6')
Patrick ALLAERT
as patrickallaert
More... about 14 years ago
Added: Per driver error reporting level
Patrick ALLAERT
as patrickallaert
More... about 14 years ago
Changed: NEWS updated with PHP < 5.2.2 compiling issue
Patrick ALLAERT
as patrickallaert
More... about 14 years ago
Fixed: 'zend_uintptr_t' appeared in PHP 5.2.2 only
Patrick ALLAERT
as patrickallaert
More... about 14 years ago
Fixed: missing includes which defines 'zend_uintptr_t'
Patrick ALLAERT
as patrickallaert
More... about 14 years ago
Added: per driver 'enabled' flag
Patrick ALLAERT
as patrickallaert
More... about 14 years ago
Changed: prefixing sqlite configuration settings
Patrick ALLAERT
as patrickallaert
More... about 14 years ago
Added: MySQL driver
Patrick ALLAERT
as patrickallaert
More... about 14 years ago
Changed: name of initial #define to avoid double includes
Patrick ALLAERT
as patrickallaert
More... about 14 years ago
Fixed: newline at end of file
Patrick ALLAERT
as patrickallaert
More... about 14 years ago
Added: authors in headers
Patrick ALLAERT
as patrickallaert
More... about 14 years ago
Style upgrades to event.php, Fixed an array key typo for stacktrace. Made stacktrace use nl2br() for nice formatting More... about 14 years ago
Made styling upgrades to event.php popup - Changed the source code to use <dl><dd><dt>. Added a Show/Hide for the source code. More... about 14 years ago
Created lib.php, moved functions from config.php to lib.php More... about 14 years ago
Fixed: copyright years forgotten in r296024
Patrick ALLAERT
as patrickallaert
More... about 14 years ago
Changed: no need to backup zend_error_cb at RINIT when it can be done once at RINIT
Patrick ALLAERT
as patrickallaert
More... about 14 years ago