summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSLSVN Migration2006-10-154181-900392/+0
|
* fix compile warningAntony Dovgal2006-10-151-1/+1
|
* Fix test (bug#39097)Hannes Magnusson2006-10-151-19/+19
|
* Remove bogus ini entryHannes Magnusson2006-10-141-12/+0
|
* fix win32 buildAntony Dovgal2006-10-131-1/+0
|
* fix testHannes Magnusson2006-10-131-1/+1
|
* Added missing API function declaration.Hannes Magnusson2006-10-131-0/+1
|
* Fixed bug #38934 (move_uploaded_file() cannot read uploaded file outside ofIlia Alshanetsky2006-10-132-4/+8
| | | | | open_basedir).
* MFH: use connection charset when reading LOB dataAntony Dovgal2006-10-121-1/+1
|
* Fixed potential use of un-initialized var (detected by Coverity)Ilia Alshanetsky2006-10-121-0/+5
|
* fix testAntony Dovgal2006-10-111-1/+1
|
* MFH(r-1.96) Bugfix#38649 Optional param not initializedSara Golemon2006-10-111-1/+1
|
* MFH: fix #39125 (Memleak when reflecting non-existing class/method)Antony Dovgal2006-10-112-0/+46
|
* add testAntony Dovgal2006-10-111-0/+31
|
* s/false/null/Ilia Alshanetsky2006-10-111-1/+1
|
* - MFH: Change validating filters to return "null" on failure so that they can beDerick Rethans2006-10-1113-87/+88
| | | | | distinguised from the value "false" which might be valid as well.
* MFH: check filter and class names for empty stringsAntony Dovgal2006-10-111-0/+10
|
* Catch empty strings right away.Ilia Alshanetsky2006-10-111-8/+14
|
* MFH: avoid reading str[-1], add warning when invalid format specifiedAntony Dovgal2006-10-113-33/+63
| | | | | add test
* MFH: fix crash when parsing invalid hostnames/IPsAntony Dovgal2006-10-111-0/+53
|
* MFHAntony Dovgal2006-10-112-6/+46
|
* MFH: fix segfault/leak, add testAntony Dovgal2006-10-112-13/+86
|
* Sync with Unix buildEdin Kadribasic2006-10-112-2/+2
|
* Fix for PECL #7755; use the displayable column width as the basis for ourWez Furlong2006-10-112-5/+24
| | | | | | | | | buffer size, as the raw column size can be too small when requesting a string representation. Also fix up bogus error output when fetching, and another one of the test cases to make it run against SQL Server 2005.
* Fix for PECL bug #8944. Could also be the same problem as pecl #7775.Wez Furlong2006-10-115-6/+19
|
* - don't check signature if the file is empty (valgrind reports with testPierre Joye2006-10-111-1/+4
| | | | | 001), thx Tony for the head up
* Fixed bug #39034 (curl_exec() with return transfer returns TRUE on emptyIlia Alshanetsky2006-10-101-1/+5
| | | | | files).
* MFH: access mode for dbase_open() cannot be < 0Antony Dovgal2006-10-101-0/+3
|
* add new testAntony Dovgal2006-10-101-0/+25
|
* MFH: fix leak and typos in error messagesAntony Dovgal2006-10-101-2/+3
|
* missing variable initializationAntony Dovgal2006-10-101-0/+1
|
* Fixed bug #38198 (possible crash when COM reports an exception).Ilia Alshanetsky2006-10-101-1/+1
|
* MFH: fix #39112 (typo in error message)Antony Dovgal2006-10-102-2/+2
|
* Improve parameter parsingIlia Alshanetsky2006-10-091-3/+5
|
* Fixed bug #37262 (var_export() does not escape \0 character).Ilia Alshanetsky2006-10-093-2/+11
|
* MFH testsHannes Magnusson2006-10-0917-0/+1111
|
* improve SKIPIF conditionAntony Dovgal2006-10-091-2/+2
|
* MFH: fix PECL bug #8816 (issue in php_oci_statement_fetch with more than one ↵Antony Dovgal2006-10-092-26/+150
| | | | | | | piecewise column) patch by jeff at badtz-maru dot com
* - fix possible segfault (see test 004) always exists and returns NULL onPierre Joye2006-10-091-2/+2
| | | | | error
* Added missing configuration checksIlia Alshanetsky2006-10-081-0/+4
|
* - #39082, image* segfaults when used with only one argumentPierre Joye2006-10-082-2/+22
| | | | | (introduced in 5.2+, no news entry)
* Added missing safety checks (Problem identified by Coverity scan)Ilia Alshanetsky2006-10-071-3/+10
|
* Added missing safety checks (Problem identified by Coverity scan)Ilia Alshanetsky2006-10-071-3/+9
|
* MFH(r-1.356) Don't assume the array elements are arrays tooSara Golemon2006-10-071-1/+1
|
* Make quote() in PostgreSQL use PQescapeByteaConn() whenever possible forIlia Alshanetsky2006-10-062-4/+7
| | | | | binary strings.
* Make pg_escape_bytea() use PQescapeByteaConn() whenever possible.Ilia Alshanetsky2006-10-062-6/+25
|
* Expose session storage module locater and serialization function via PHPAPIIlia Alshanetsky2006-10-062-5/+5
|
* more improvementsAntony Dovgal2006-10-062-2/+14
|
* MFH: fix #39067 (getDeclaringClass() and private properties)Antony Dovgal2006-10-062-0/+37
|
* re-add the testAntony Dovgal2006-10-061-0/+108
|