summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MFHJani Taskinen2009-05-141-3/+1
|
* - Add a new test for the additional delimiter of the encoding conversion filterMoriyoshi Koizumi2009-05-141-0/+50
|
* moved to 5.2Arnaud Le Blanc2009-05-141-4/+0
|
* - Update the test as newer libc gets the bogus input through rather thanMoriyoshi Koizumi2009-05-141-8/+6
| | | | | rejecting it.
* Add missing fileHannes Magnusson2009-05-140-0/+0
|
* - MFH: Improved fix for #42414Felipe Pena2009-05-141-47/+19
|
* moved to 5.2Arnaud Le Blanc2009-05-141-3/+0
|
* MFH:- Fixed bug #48256 (Crash due to double-linking of history.o)Jani Taskinen2009-05-141-9/+0
|
* MFH: fix potential free of NULLGreg Beaver2009-05-141-1/+3
|
* Fixed compiler warningsIlia Alshanetsky2009-05-141-1/+2
|
* Fixed wrong return valueDmitry Stogov2009-05-141-3/+1
|
* Now in 5.2 (or should the entry be here as well...?)Matt Wilmas2009-05-141-1/+0
|
* - New testsFelipe Pena2009-05-146-0/+200
|
* MFH:Felipe Pena2009-05-141-0/+28
| | | | | | - Fixed bug #42414 (some odbc_*() functions incompatible with Oracle ODBC driver) patch by: jhml at gmx dot net
* fix Bug #48257: PharData throws exception with non-phar tarGreg Beaver2009-05-137-15/+40
|
* MFH: Fixed module loading order and made request shutdown functions also toJani Taskinen2009-05-134-10/+3
| | | | | be loaded in reverse like all other shutdowns are.
* MFH: Fix compiler warnings, safe_emalloc expects size_t, not double as ceil ↵Kalle Sommer Nielsen2009-05-131-2/+2
| | | | returns
* MFH: Nuke compiler warningKalle Sommer Nielsen2009-05-131-1/+2
|
* Fixed bug #44996 (xmlrpc_decode() ignores time zone on iso8601.datetime)Ilia Alshanetsky2009-05-131-2/+2
| | | | | # Original patch by kawai at apache dot org
* - MFH: Fixed bug #48240 (DBA Segmentation fault dba_nextkey)Felipe Pena2009-05-132-1/+26
|
* MFHMatteo Beccati2009-05-121-11/+29
| | | | | | | | - Moved test for bug #44861 to PDO commons and added support for pdo_oci # This allows scrollable cursors to be tested with all the drivers # that currently support them (pgsql and oci), ensuring a consistent # behaviour. The test is skipped when using other drivers.
* - MFH: Fixed bug #48248 (SIGSEGV when access to private property via &__get)Felipe Pena2009-05-122-2/+29
|
* MFHMatteo Beccati2009-05-124-1/+21
| | | | | - Fixed bug #48188
* MFHMatteo Beccati2009-05-121-6/+4
| | | | | - Fixed bug #48070
* - Fixed tests on WindowsFelipe Pena2009-05-1228-72/+92
|
* Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns wrongIlia Alshanetsky2009-05-122-1/+8
| | | | | result)
* - MFH: Fix code && new testFelipe Pena2009-05-112-2/+37
|
* - Added missing param checksFelipe Pena2009-05-111-0/+7
|
* moved to 5.2 as wellIlia Alshanetsky2009-05-111-2/+0
|
* Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on invalidIlia Alshanetsky2009-05-112-0/+3
| | | | | paths)
* - MFH: define HAVE_PQPROTOCOLVERSION and HAVE_PG_LO_CREATE (Tim Starling)Pierre Joye2009-05-111-1/+1
|
* MFH:- Removed unnecessary TSRMLS_FETCH() callsJani Taskinen2009-05-111-13/+4
|
* MFH: cs + wsJani Taskinen2009-05-111-116/+115
|
* MFH: Fix conditionalKalle Sommer Nielsen2009-05-111-1/+1
|
* - Fix pathsJani Taskinen2009-05-112-3/+3
|
* - Starting tests for this extensionFelipe Pena2009-05-113-0/+58
|
* - Fixed testsFelipe Pena2009-05-114-7/+7
|
* MFH: syncJani Taskinen2009-05-101-122/+148
|
* sync with HEADJani Taskinen2009-05-102-49/+50
|
* BFNJani Taskinen2009-05-101-0/+3
|
* - Fixed bug #48200 (compile failure with mbstring.c when ↵Jani Taskinen2009-05-1014-36/+52
| | | | --enable-zend-multibyte is used)
* revent wrong partStanislav Malyshev2009-05-101-3/+1
|
* - Fixed bug #48227 (NumberFormatter::format leaks memory)Felipe Pena2009-05-103-5/+21
|
* MFB: Add test for #48224Etienne Kneuss2009-05-101-0/+15
|
* - Removed the RETURN_TRUE to keep consistency with documentation. This functionDavid Coallier2009-05-101-1/+0
| | | | | is supposed to be "void registerPHPFunctions"
* little errors cleanupStanislav Malyshev2009-05-102-5/+13
|
* MFB: Fix #48224 (Remove incorrect shuffle)Etienne Kneuss2009-05-101-4/+0
|
* - Simplify test (cweiske)Felipe Pena2009-05-101-72/+4
|
* - MFH: Fixed bug #48221 (memory leak when passing invalid xslt parameter)Felipe Pena2009-05-102-1/+88
|
* fix protoHannes Magnusson2009-05-101-2/+2
| | | | | # Why doesn't this exist in HEAD?