summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed bug #30609 (cURL functions bypass open_basedir)foobar2005-03-141-3/+32
|
* ChangeLog update2005-03-142-0/+94
|
* *sigh*foobar2005-03-141-4/+4
|
* - Turn off incorrect case folding to let test over.Moriyoshi Koizumi2005-03-141-0/+1
|
* - Move stuff that belongs in Makefile into Makefile.fragfoobar2005-03-142-11/+25
|
* - Update testsMarcus Boerger2005-03-136-0/+6
|
* Do not convert ZEND_HANDLE_FP to ZEND_HANDLE_STREAM but allow using ↵Stanislav Malyshev2005-03-131-2/+1
| | | | | | | reader/closer on it
* Fixed compiler warning.Ilia Alshanetsky2005-03-131-1/+0
|
* - Fix signature definitionMarcus Boerger2005-03-131-2/+2
|
* - More exact signatures (even though complete correct not possible atm)Marcus Boerger2005-03-131-3/+8
|
* Fix get_extension_funcs() - extension names are now lowercased, so shouldStanislav Malyshev2005-03-131-1/+4
| | | | | be function arguments.
* credits to IliaAndrey Hristov2005-03-131-1/+1
|
* - Actually this is a much better error decriptionMarcus Boerger2005-03-131-1/+1
|
* - Bugfix #32290Marcus Boerger2005-03-132-0/+43
|
* ChangeLog update2005-03-132-0/+92
|
* - Update docuMarcus Boerger2005-03-121-3/+21
|
* - Fix extension to be .incMarcus Boerger2005-03-121-0/+0
|
* - Allow to hook into RecursiveIteratorIterator's child handlingMarcus Boerger2005-03-126-13/+473
| | | | | | | | - Better=faster function caching for RecursiveIteratorIterator - Check for exceptions and fix check for illegal return values - Add UnexpectedValueException - Add docu
* - If an exception is pending we don't bail out but show the unhandled exceptionMarcus Boerger2005-03-122-0/+21
|
* A more performance friendly version of Andrey's patch.Ilia Alshanetsky2005-03-122-119/+52
|
* FRNAndrey Hristov2005-03-121-0/+2
|
* added an optional third parameter to str_word_count(), which is used asAndrey Hristov2005-03-122-20/+236
| | | | | | | | a list of characters which are considerd "is_alpha()". Thus V14GR4 can be extracted as one word if the user supplies "14" as charlist. FR #31560 # Nuno, are you wishing to document this one too? :)
* it's 2005 alreadyWez Furlong2005-03-121-3/+3
| | | | | # and we're all too lazy to go through and update all the copyright years :)
* - type is either 1 or 2 if second parameter is set. if not set then typeAndrey Hristov2005-03-121-3/+2
| | | | | | is 0. - use the lvalue for the second rvalue
* add a test fileAndrey Hristov2005-03-121-0/+70
|
* add testAndrey Hristov2005-03-121-0/+40
| | | | | #forgot to add this one
* FR 32275 - fifth parameter to preg_replace() to count number of replacesAndrey Hristov2005-03-125-20/+39
| | | | | | made. #it would be nice if someone of the doc team documents it. thanks!
* Fixed #30871Andrey Hristov2005-03-121-1/+1
|
* - Fix testMarcus Boerger2005-03-121-1/+1
|
* - Fix another memleakMarcus Boerger2005-03-121-0/+1
|
* - Fix memleakMarcus Boerger2005-03-121-0/+1
|
* ChangeLog update2005-03-122-0/+143
|
* show list of PDO drivers in phpinfo.Wez Furlong2005-03-122-1/+14
| | | | | | Highlight a possible problem area; iterator leaks when used in foreach(), at least with sqlite2 driver.
* build pdo statically on win32, so sqlite2 driver will build.Wez Furlong2005-03-121-1/+1
| | | | | | Alternatively, we could build sqlite as a shared ext, but that has more of an impact to people upgrading.
* build sqlite2 pdo driver on win32Wez Furlong2005-03-121-1/+9
|
* - Add testsMarcus Boerger2005-03-1225-0/+1516
|
* - Errcode might be emptyMarcus Boerger2005-03-121-1/+3
|
* Fix crappy whitespaceWez Furlong2005-03-121-102/+130
|
* Implement a PDO driver for sqlite 2Wez Furlong2005-03-114-4/+639
|
* - Add new testMarcus Boerger2005-03-111-0/+47
|
* - Do not touch return_valu's refcount or is_refMarcus Boerger2005-03-111-13/+7
|
* - Do not touch return_valu's refcount or is_refMarcus Boerger2005-03-111-3/+1
|
* ChangeLog update2005-03-112-0/+171
|
* - IrrelevantMarcus Boerger2005-03-111-13/+0
|
* - Fix #30266Marcus Boerger2005-03-111-4/+8
|
* - Don't touch refcount/is_refMarcus Boerger2005-03-112-5/+2
|
* - Times have changed - php 5 relevant version nowMarcus Boerger2005-03-111-7/+20
|
* - Do not touch return_valu's refcount or is_refMarcus Boerger2005-03-111-37/+17
|
* - Allow to work under php 5Marcus Boerger2005-03-111-16/+18
|
* - CosmeticsMarcus Boerger2005-03-101-3/+2
|