Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | BUGFIX: Segfault if server's URL has no path. ("http://192.168.8.1:180") | Dmitry Stogov | 2004-06-22 | 1 | -9/+13 | |
| | ||||||
* | ChangeLog update | 2004-06-22 | 1 | -0/+63 | ||
| | ||||||
* | Added missing safe_mode check. | Ilia Alshanetsky | 2004-06-21 | 1 | -0/+4 | |
| | ||||||
* | BFN | Sara Golemon | 2004-06-21 | 1 | -0/+1 | |
| | ||||||
* | BugFix#28868 (Part Two): This fixes thread unsafety in the userspace | Sara Golemon | 2004-06-21 | 7 | -12/+49 | |
| | | | | | filters which relates to the fix just applied for userspace wrappers. | |||||
* | Fixed bug #28822: ArrayObject::offsetExists() works inverted | Marcus Boerger | 2004-06-21 | 3 | -1/+18 | |
| | ||||||
* | BugFix#28868: Wrapper hash not thread-safe. | Sara Golemon | 2004-06-21 | 5 | -7/+36 | |
| | | | | | | | | Userdefined wrappers were being registered into a global wrapper hash which can cross threads. Termination of once instance then has the potential to leave an active stream in another instance with no wrapper leading to segfault. | |||||
* | Support for HTTP redirection. | Dmitry Stogov | 2004-06-21 | 3 | -185/+208 | |
| | ||||||
* | More output magic on nested exceptions | Tomas V.V.Cox | 2004-06-21 | 1 | -2/+3 | |
| | ||||||
* | Be more consistent with CS | Tomas V.V.Cox | 2004-06-21 | 1 | -11/+12 | |
| | ||||||
* | Some API changes: | Tomas V.V.Cox | 2004-06-21 | 1 | -16/+25 | |
| | | | | | | | | - addObserver() params order switched - signal() -> _signal() - public:getCauseMessage() -> private:_getCauseMessage() - some more docs | |||||
* | ChangeLog update | 2004-06-21 | 1 | -0/+20 | ||
| | ||||||
* | Removed unneeded checks around Zend allocation macros. | Ilia Alshanetsky | 2004-06-20 | 1 | -7/+2 | |
| | ||||||
* | First release of the PEAR_Exception class | Tomas V.V.Cox | 2004-06-20 | 1 | -0/+211 | |
| | | | | | (dedicated to otherbird) | |||||
* | BFN | Marcus Boerger | 2004-06-20 | 1 | -0/+2 | |
| | ||||||
* | Fix 2nd issue of bug #28831 | Marcus Boerger | 2004-06-20 | 1 | -1/+1 | |
| | ||||||
* | BFN | Marcus Boerger | 2004-06-20 | 1 | -0/+1 | |
| | ||||||
* | Bugfix #28851: call_user_func_array has typo in error message | Marcus Boerger | 2004-06-20 | 1 | -1/+1 | |
| | ||||||
* | ChangeLog update | 2004-06-20 | 2 | -0/+26 | ||
| | ||||||
* | - do it right (phpize path issue) | Jan Lehnardt | 2004-06-19 | 1 | -1/+1 | |
| | ||||||
* | - phpize now can handle directories with spaces in their name (#28847) | Jan Lehnardt | 2004-06-19 | 1 | -5/+5 | |
| | ||||||
* | Reflection_* -> Reflection*. Patch by Timm Friebe. | Sebastian Bergmann | 2004-06-19 | 2 | -186/+186 | |
| | ||||||
* | ChangeLog update | 2004-06-19 | 2 | -0/+57 | ||
| | ||||||
* | Another typo in converting array index doubles to long. | Sara Golemon | 2004-06-18 | 1 | -1/+1 | |
| | ||||||
* | tests for the crash in bug 28213 | George Schlossnagle | 2004-06-18 | 1 | -0/+10 | |
| | ||||||
* | fix for 28213. | George Schlossnagle | 2004-06-18 | 1 | -0/+1 | |
| | | | | | class_name and call_type should be reinitialized on every loop iter. | |||||
* | * Replaced the nonexistent word "postfix" with "suffix". | Martin Jansen | 2004-06-18 | 2 | -3/+3 | |
| | ||||||
* | String lengths should never be char pointers. | Sara Golemon | 2004-06-18 | 1 | -1/+2 | |
| | ||||||
* | Fixed possible memory leak. | Ilia Alshanetsky | 2004-06-18 | 1 | -2/+6 | |
| | ||||||
* | Fixed bug #28818 (Apache 2 sapis do not export st_dev). | Ilia Alshanetsky | 2004-06-18 | 2 | -0/+2 | |
| | ||||||
* | ChangeLog update | 2004-06-18 | 2 | -0/+30 | ||
| | ||||||
* | String length in parse_parameters should be int | Sara Golemon | 2004-06-17 | 1 | -1/+1 | |
| | ||||||
* | ChangeLog update | 2004-06-17 | 1 | -0/+28 | ||
| | ||||||
* | Properly handly high ascii values in soundex(). | Ilia Alshanetsky | 2004-06-17 | 1 | -1/+1 | |
| | ||||||
* | 64-bit bugsquash party | Ard Biesheuvel | 2004-06-16 | 12 | -37/+38 | |
| | ||||||
* | * don't register object on destructors list if it does not define its | Stig Bakken | 2004-06-16 | 1 | -1/+1 | |
| | | | | | own emulated destructor | |||||
* | ChangeLog update | 2004-06-16 | 2 | -0/+46 | ||
| | ||||||
* | Fixed: made 3rd parameter to strrpos 64bit safe. | Stefan Esser | 2004-06-15 | 1 | -1/+2 | |
| | ||||||
* | BFN | Marcus Boerger | 2004-06-15 | 1 | -0/+2 | |
| | ||||||
* | #28789: ReflectionProperty getValue() fails on public static members | Marcus Boerger | 2004-06-15 | 2 | -8/+22 | |
| | ||||||
* | - Fix #1602 (reported by Cox) | Pierre Joye | 2004-06-15 | 1 | -3/+3 | |
| | | | | | Do not display var=value using config-get (easy scripting) | |||||
* | - Fix licence (#1645) | Pierre Joye | 2004-06-15 | 3 | -3/+4 | |
| | | | | | - update my status there, reflecting the fact for the past 11 months | |||||
* | Refactored statement allocation | Ard Biesheuvel | 2004-06-15 | 3 | -64/+198 | |
| | | | | | Added emulated support for named input parameters | |||||
* | BFN | Rob Richards | 2004-06-15 | 1 | -0/+1 | |
| | ||||||
* | Fixed bug #28771 (Segfault when using xslt and clone) | Rob Richards | 2004-06-15 | 2 | -1/+510 | |
| | | | | | Add test case for bug #28721 | |||||
* | Un-revert param index fix | Ard Biesheuvel | 2004-06-15 | 1 | -6/+5 | |
| | ||||||
* | Revert (at Wez's request) | Ard Biesheuvel | 2004-06-15 | 3 | -20/+9 | |
| | ||||||
* | ChangeLog update | 2004-06-15 | 2 | -0/+10 | ||
| | ||||||
* | add tests | Antony Dovgal | 2004-06-14 | 2 | -0/+30 | |
| | ||||||
* | fix config.m4 | Antony Dovgal | 2004-06-14 | 2 | -12/+20 | |
| | | | | | add fold markers |