Changeset 5d5b18a in git
- Timestamp:
- 2013-05-28T02:03:33Z (7 years ago)
- Branches:
- 3.1, 3.2, master, trunk
- Children:
- c1d9d86
- Parents:
- cf45ee0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
rcf45ee0 r5d5b18a 10 10 * fixes #303: tablesort.js not found in Diagnosis and Coverager 11 11 * fixes #297: segv on startup under sparc, ini setting overflow 12 * fixes #296: Multiple instances of the same software causes PHP "cannot redeclare class" errors when readonly_protection is not in use12 * fixes #296: (PHP5.4+ only bug), racecondition Multiple instances of the same software causes PHP "cannot redeclare class" errors when readonly_protection is not in use 13 13 * fixes #301: refix locking impl 14 14 * fixes #307: compatible with Zend Debugger which requires to be installed after Zend Extension Manager -
NEWS
rcf45ee0 r5d5b18a 7 7 ======== 8 8 * bug fixes 9 * "cannot redeclare class" errors is now gone. Can also be avoid by using readonly_protection (unavailable with /dev/zero).9 * (PHP5.4+ only bug) random "cannot redeclare class" errors is now gone. Can also be avoid by using readonly_protection (unavailable with /dev/zero). 10 10 * fixes SEGV with Zend Debugger 11 11
Note: See TracChangeset
for help on using the changeset viewer.