Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix debug_backtrace to show arguments again | Zeev Suraski | 2004-04-13 | 1 | -2/+2 |
| | | | | | | We need to merge code from debug_backtrace & debug_print_backtrace at some point! | ||||
* | - Fix API no of Engine 2. The first number is the engine version and the | Andi Gutmans | 2004-04-13 | 1 | -1/+1 |
| | | | | | | - rest is the API_NO. This way engine2_api_no is always greater than - engine1_api_no. | ||||
* | - Add hook for exception handler (Derick) | Andi Gutmans | 2004-04-13 | 3 | -0/+8 |
| | |||||
* | Fixed bug #27963 (Session lifetime setting may leak between requests). | Ilia Alshanetsky | 2004-04-13 | 1 | -2/+2 |
| | |||||
* | ChangeLog update | 2004-04-13 | 2 | -0/+38 | |
| | |||||
* | - Add fontpath for win98/XP (Patch by Friedhelm Betz) | Derick Rethans | 2004-04-12 | 1 | -1/+1 |
| | |||||
* | Fix order of macro parameter (synch with other macros) | Marcus Boerger | 2004-04-12 | 2 | -2/+2 |
| | |||||
* | - modifyable -> modifiable | Andi Gutmans | 2004-04-12 | 6 | -34/+34 |
| | |||||
* | - Removed things related to attribute classes / consts which no | John Coggeshall | 2004-04-12 | 2 | -33/+40 |
| | | | | | | | | | longer exist in Tidy - Changed protos in comment blocks to studlyCaps - Fixed problem where Tidy would throw exceptions if called from a procedural context. Tidy will now cause E_ERRORs if called from procedural form. | ||||
* | ChangeLog update | 2004-04-12 | 1 | -0/+11 | |
| | |||||
* | Open basedir & safe_mode exception when copying or attaching to a memory | Ilia Alshanetsky | 2004-04-11 | 1 | -2/+2 |
| | | | | | only database. | ||||
* | ChangeLog update | 2004-04-11 | 1 | -0/+5 | |
| | |||||
* | studlyCaps | Marcus Boerger | 2004-04-10 | 1 | -2/+2 |
| | |||||
* | ChangeLog update | 2004-04-10 | 2 | -0/+64 | |
| | |||||
* | BugFix: Copy/Paste mistake referenced undefined variable on platforms ↵ | Sara Golemon | 2004-04-09 | 1 | -1/+1 |
| | | | | without gettimeofday() | ||||
* | Changed ibase_user_[add|modify|delete]() to use service resources | Ard Biesheuvel | 2004-04-09 | 1 | -133/+52 |
| | |||||
* | Fixed bug #27928 (sqlite incorrectly handles invalid filenames). | Ilia Alshanetsky | 2004-04-09 | 2 | -0/+7 |
| | |||||
* | - NEWS | Andi Gutmans | 2004-04-09 | 1 | -0/+1 |
| | |||||
* | - Fix bug #26441 (When __set() returned a value it corrupted it) | Andi Gutmans | 2004-04-09 | 1 | -1/+1 |
| | |||||
* | re-organize as per PEAR-Core discussion | Greg Beaver | 2004-04-09 | 8 | -0/+0 |
| | |||||
* | as per PEAR-Core discussion, remove all but absolutely essential | Greg Beaver | 2004-04-09 | 1 | -9/+5 |
| | | | | | packages for the installer, and for PEAR_Frontend_Web | ||||
* | ChangeLog update | 2004-04-09 | 2 | -0/+135 | |
| | |||||
* | oops, PHPUnit2, not PHPUnit | Greg Beaver | 2004-04-08 | 1 | -1/+1 |
| | |||||
* | Add new test | Marcus Boerger | 2004-04-08 | 1 | -0/+162 |
| | |||||
* | Fix toString() issue again | Marcus Boerger | 2004-04-08 | 1 | -34/+34 |
| | |||||
* | BFN | Marcus Boerger | 2004-04-08 | 1 | -0/+2 |
| | |||||
* | Bugfix #27519 Reflection_Function constructor crashes with non-existant | Marcus Boerger | 2004-04-08 | 2 | -4/+4 |
| | | | | | function's name | ||||
* | - Add missing "CEST" timezone | Derick Rethans | 2004-04-08 | 1 | -0/+1 |
| | |||||
* | Remove debug output | Frank M. Kromann | 2004-04-08 | 1 | -2/+1 |
| | |||||
* | Include Mail 1.1.3 with PHP 5. | Jon Parise | 2004-04-08 | 1 | -1/+1 |
| | |||||
* | - Added reworded destructor change | Derick Rethans | 2004-04-08 | 1 | -0/+2 |
| | |||||
* | - Added test and not the diff ;-) | Derick Rethans | 2004-04-08 | 1 | -0/+16 |
| | |||||
* | remove crap | foobar | 2004-04-08 | 1 | -2/+0 |
| | |||||
* | Dan wants tabs -> spaces | Greg Beaver | 2004-04-08 | 1 | -15/+15 |
| | |||||
* | forgot phpunit -> phpunit2 for php5 | Greg Beaver | 2004-04-08 | 1 | -1/+1 |
| | |||||
* | Fixed: possible remote overflow and possible efree(NULL) crash | Stefan Esser | 2004-04-08 | 1 | -3/+20 |
| | |||||
* | this should update the list | Greg Beaver | 2004-04-08 | 1 | -6/+6 |
| | | | | | # Pierre-Alain, have you tested frontend_web with pager 2 yet? | ||||
* | - Test case for bug #20382 | Derick Rethans | 2004-04-08 | 1 | -0/+2 |
| | |||||
* | Add code to fetch the pear bundle based on pear/go-pear-list.php | Wez Furlong | 2004-04-08 | 1 | -2/+103 |
| | | | | | | | For the moment, this is turned off, but it should be turned on ready for the next RC. (waiting for feedback from Edin and the PEAR guys) | ||||
* | Add this list here, so that pear-core guys can manipulate the PEAR bundle | Wez Furlong | 2004-04-08 | 1 | -0/+26 |
| | | | | | for the win32 snapshot. | ||||
* | Enable mbregex in win32 build | Wez Furlong | 2004-04-08 | 1 | -2/+3 |
| | |||||
* | - Fix test file outputs. | foobar | 2004-04-08 | 3 | -3/+4 |
| | |||||
* | pfft.. | foobar | 2004-04-08 | 1 | -3/+2 |
| | |||||
* | ChangeLog update | 2004-04-08 | 2 | -0/+91 | |
| | |||||
* | - Add missing checks. Maybe fixes PR #27680 | Moriyoshi Koizumi | 2004-04-08 | 1 | -0/+10 |
| | |||||
* | Allow compilation with gdlib 1.8 | Edin Kadribasic | 2004-04-07 | 1 | -0/+2 |
| | |||||
* | avoid deleting needed files when the .cvsignore file contains empty lines ↵ | Frank M. Kromann | 2004-04-07 | 1 | -2/+5 |
| | | | | (mysqli) | ||||
* | Export symbols required by zlib_filter extension | Frank M. Kromann | 2004-04-07 | 1 | -0/+4 |
| | |||||
* | Fix class name | Rob Richards | 2004-04-07 | 2 | -2/+2 |
| | |||||
* | BFN | Rob Richards | 2004-04-07 | 1 | -0/+2 |
| |