summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added missing safe_mode check.Ilia Alshanetsky2004-06-211-0/+4
|
* BFNSara Golemon2004-06-211-0/+1
|
* BugFix#28868 (Part Two): This fixes thread unsafety in the userspaceSara Golemon2004-06-217-12/+49
| | | | | filters which relates to the fix just applied for userspace wrappers.
* Fixed bug #28822: ArrayObject::offsetExists() works invertedMarcus Boerger2004-06-213-1/+18
|
* BugFix#28868: Wrapper hash not thread-safe.Sara Golemon2004-06-215-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 Stogov2004-06-213-185/+208
|
* More output magic on nested exceptionsTomas V.V.Cox2004-06-211-2/+3
|
* Be more consistent with CSTomas V.V.Cox2004-06-211-11/+12
|
* Some API changes:Tomas V.V.Cox2004-06-211-16/+25
| | | | | | | | - addObserver() params order switched - signal() -> _signal() - public:getCauseMessage() -> private:_getCauseMessage() - some more docs
* ChangeLog update2004-06-211-0/+20
|
* Removed unneeded checks around Zend allocation macros.Ilia Alshanetsky2004-06-201-7/+2
|
* First release of the PEAR_Exception classTomas V.V.Cox2004-06-201-0/+211
| | | | | (dedicated to otherbird)
* BFNMarcus Boerger2004-06-201-0/+2
|
* Fix 2nd issue of bug #28831Marcus Boerger2004-06-201-1/+1
|
* BFNMarcus Boerger2004-06-201-0/+1
|
* Bugfix #28851: call_user_func_array has typo in error messageMarcus Boerger2004-06-201-1/+1
|
* ChangeLog update2004-06-202-0/+26
|
* - do it right (phpize path issue)Jan Lehnardt2004-06-191-1/+1
|
* - phpize now can handle directories with spaces in their name (#28847)Jan Lehnardt2004-06-191-5/+5
|
* Reflection_* -> Reflection*. Patch by Timm Friebe.Sebastian Bergmann2004-06-192-186/+186
|
* ChangeLog update2004-06-192-0/+57
|
* Another typo in converting array index doubles to long.Sara Golemon2004-06-181-1/+1
|
* tests for the crash in bug 28213George Schlossnagle2004-06-181-0/+10
|
* fix for 28213.George Schlossnagle2004-06-181-0/+1
| | | | | class_name and call_type should be reinitialized on every loop iter.
* * Replaced the nonexistent word "postfix" with "suffix".Martin Jansen2004-06-182-3/+3
|
* String lengths should never be char pointers.Sara Golemon2004-06-181-1/+2
|
* Fixed possible memory leak.Ilia Alshanetsky2004-06-181-2/+6
|
* Fixed bug #28818 (Apache 2 sapis do not export st_dev).Ilia Alshanetsky2004-06-182-0/+2
|
* ChangeLog update2004-06-182-0/+30
|
* String length in parse_parameters should be intSara Golemon2004-06-171-1/+1
|
* ChangeLog update2004-06-171-0/+28
|
* Properly handly high ascii values in soundex().Ilia Alshanetsky2004-06-171-1/+1
|
* 64-bit bugsquash partyArd Biesheuvel2004-06-1612-37/+38
|
* * don't register object on destructors list if it does not define itsStig Bakken2004-06-161-1/+1
| | | | | own emulated destructor
* ChangeLog update2004-06-162-0/+46
|
* Fixed: made 3rd parameter to strrpos 64bit safe.Stefan Esser2004-06-151-1/+2
|
* BFNMarcus Boerger2004-06-151-0/+2
|
* #28789: ReflectionProperty getValue() fails on public static membersMarcus Boerger2004-06-152-8/+22
|
* - Fix #1602 (reported by Cox)Pierre Joye2004-06-151-3/+3
| | | | | Do not display var=value using config-get (easy scripting)
* - Fix licence (#1645)Pierre Joye2004-06-153-3/+4
| | | | | - update my status there, reflecting the fact for the past 11 months
* Refactored statement allocationArd Biesheuvel2004-06-153-64/+198
| | | | | Added emulated support for named input parameters
* BFNRob Richards2004-06-151-0/+1
|
* Fixed bug #28771 (Segfault when using xslt and clone)Rob Richards2004-06-152-1/+510
| | | | | Add test case for bug #28721
* Un-revert param index fixArd Biesheuvel2004-06-151-6/+5
|
* Revert (at Wez's request)Ard Biesheuvel2004-06-153-20/+9
|
* ChangeLog update2004-06-152-0/+10
|
* add testsAntony Dovgal2004-06-142-0/+30
|
* fix config.m4Antony Dovgal2004-06-142-12/+20
| | | | | add fold markers
* Need {} hereMarcus Boerger2004-06-141-1/+1
|
* Added support for fetching and binding to blob fieldsArd Biesheuvel2004-06-141-0/+130
|