Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSL | SVN Migration | 2006-10-15 | 4181 | -900392/+0 |
| | |||||
* | fix compile warning | Antony Dovgal | 2006-10-15 | 1 | -1/+1 |
| | |||||
* | Fix test (bug#39097) | Hannes Magnusson | 2006-10-15 | 1 | -19/+19 |
| | |||||
* | Remove bogus ini entry | Hannes Magnusson | 2006-10-14 | 1 | -12/+0 |
| | |||||
* | fix win32 build | Antony Dovgal | 2006-10-13 | 1 | -1/+0 |
| | |||||
* | fix test | Hannes Magnusson | 2006-10-13 | 1 | -1/+1 |
| | |||||
* | Added missing API function declaration. | Hannes Magnusson | 2006-10-13 | 1 | -0/+1 |
| | |||||
* | Fixed bug #38934 (move_uploaded_file() cannot read uploaded file outside of | Ilia Alshanetsky | 2006-10-13 | 2 | -4/+8 |
| | | | | | open_basedir). | ||||
* | MFH: use connection charset when reading LOB data | Antony Dovgal | 2006-10-12 | 1 | -1/+1 |
| | |||||
* | Fixed potential use of un-initialized var (detected by Coverity) | Ilia Alshanetsky | 2006-10-12 | 1 | -0/+5 |
| | |||||
* | fix test | Antony Dovgal | 2006-10-11 | 1 | -1/+1 |
| | |||||
* | MFH(r-1.96) Bugfix#38649 Optional param not initialized | Sara Golemon | 2006-10-11 | 1 | -1/+1 |
| | |||||
* | MFH: fix #39125 (Memleak when reflecting non-existing class/method) | Antony Dovgal | 2006-10-11 | 2 | -0/+46 |
| | |||||
* | add test | Antony Dovgal | 2006-10-11 | 1 | -0/+31 |
| | |||||
* | s/false/null/ | Ilia Alshanetsky | 2006-10-11 | 1 | -1/+1 |
| | |||||
* | - MFH: Change validating filters to return "null" on failure so that they can be | Derick Rethans | 2006-10-11 | 13 | -87/+88 |
| | | | | | distinguised from the value "false" which might be valid as well. | ||||
* | MFH: check filter and class names for empty strings | Antony Dovgal | 2006-10-11 | 1 | -0/+10 |
| | |||||
* | Catch empty strings right away. | Ilia Alshanetsky | 2006-10-11 | 1 | -8/+14 |
| | |||||
* | MFH: avoid reading str[-1], add warning when invalid format specified | Antony Dovgal | 2006-10-11 | 3 | -33/+63 |
| | | | | | add test | ||||
* | MFH: fix crash when parsing invalid hostnames/IPs | Antony Dovgal | 2006-10-11 | 1 | -0/+53 |
| | |||||
* | MFH | Antony Dovgal | 2006-10-11 | 2 | -6/+46 |
| | |||||
* | MFH: fix segfault/leak, add test | Antony Dovgal | 2006-10-11 | 2 | -13/+86 |
| | |||||
* | Sync with Unix build | Edin Kadribasic | 2006-10-11 | 2 | -2/+2 |
| | |||||
* | Fix for PECL #7755; use the displayable column width as the basis for our | Wez Furlong | 2006-10-11 | 2 | -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 Furlong | 2006-10-11 | 5 | -6/+19 |
| | |||||
* | - don't check signature if the file is empty (valgrind reports with test | Pierre Joye | 2006-10-11 | 1 | -1/+4 |
| | | | | | 001), thx Tony for the head up | ||||
* | Fixed bug #39034 (curl_exec() with return transfer returns TRUE on empty | Ilia Alshanetsky | 2006-10-10 | 1 | -1/+5 |
| | | | | | files). | ||||
* | MFH: access mode for dbase_open() cannot be < 0 | Antony Dovgal | 2006-10-10 | 1 | -0/+3 |
| | |||||
* | add new test | Antony Dovgal | 2006-10-10 | 1 | -0/+25 |
| | |||||
* | MFH: fix leak and typos in error messages | Antony Dovgal | 2006-10-10 | 1 | -2/+3 |
| | |||||
* | missing variable initialization | Antony Dovgal | 2006-10-10 | 1 | -0/+1 |
| | |||||
* | Fixed bug #38198 (possible crash when COM reports an exception). | Ilia Alshanetsky | 2006-10-10 | 1 | -1/+1 |
| | |||||
* | MFH: fix #39112 (typo in error message) | Antony Dovgal | 2006-10-10 | 2 | -2/+2 |
| | |||||
* | Improve parameter parsing | Ilia Alshanetsky | 2006-10-09 | 1 | -3/+5 |
| | |||||
* | Fixed bug #37262 (var_export() does not escape \0 character). | Ilia Alshanetsky | 2006-10-09 | 3 | -2/+11 |
| | |||||
* | MFH tests | Hannes Magnusson | 2006-10-09 | 17 | -0/+1111 |
| | |||||
* | improve SKIPIF condition | Antony Dovgal | 2006-10-09 | 1 | -2/+2 |
| | |||||
* | MFH: fix PECL bug #8816 (issue in php_oci_statement_fetch with more than one ↵ | Antony Dovgal | 2006-10-09 | 2 | -26/+150 |
| | | | | | | | piecewise column) patch by jeff at badtz-maru dot com | ||||
* | - fix possible segfault (see test 004) always exists and returns NULL on | Pierre Joye | 2006-10-09 | 1 | -2/+2 |
| | | | | | error | ||||
* | Added missing configuration checks | Ilia Alshanetsky | 2006-10-08 | 1 | -0/+4 |
| | |||||
* | - #39082, image* segfaults when used with only one argument | Pierre Joye | 2006-10-08 | 2 | -2/+22 |
| | | | | | (introduced in 5.2+, no news entry) | ||||
* | Added missing safety checks (Problem identified by Coverity scan) | Ilia Alshanetsky | 2006-10-07 | 1 | -3/+10 |
| | |||||
* | Added missing safety checks (Problem identified by Coverity scan) | Ilia Alshanetsky | 2006-10-07 | 1 | -3/+9 |
| | |||||
* | MFH(r-1.356) Don't assume the array elements are arrays too | Sara Golemon | 2006-10-07 | 1 | -1/+1 |
| | |||||
* | Make quote() in PostgreSQL use PQescapeByteaConn() whenever possible for | Ilia Alshanetsky | 2006-10-06 | 2 | -4/+7 |
| | | | | | binary strings. | ||||
* | Make pg_escape_bytea() use PQescapeByteaConn() whenever possible. | Ilia Alshanetsky | 2006-10-06 | 2 | -6/+25 |
| | |||||
* | Expose session storage module locater and serialization function via PHPAPI | Ilia Alshanetsky | 2006-10-06 | 2 | -5/+5 |
| | |||||
* | more improvements | Antony Dovgal | 2006-10-06 | 2 | -2/+14 |
| | |||||
* | MFH: fix #39067 (getDeclaringClass() and private properties) | Antony Dovgal | 2006-10-06 | 2 | -0/+37 |
| | |||||
* | re-add the test | Antony Dovgal | 2006-10-06 | 1 | -0/+108 |
| |