summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #53319 (strip_tags() may strip '<br />' incorrectly)Felipe Pena2010-11-162-3/+19
* - Fixed bug #53323 (pdo_firebird getAttribute() crash)Felipe Pena2010-11-161-1/+5
* Improve test cross- DB version portabilityChristopher Jones2010-11-165-0/+92
* Protect against null bytes in LOB filenames (rasmus)Christopher Jones2010-11-165-11/+145
* -fix buildPierre Joye2010-11-151-13/+13
* - Fix wrong argument to read_property callFelipe Pena2010-11-151-1/+1
* - Added missing testFelipe Pena2010-11-151-0/+43
* - Fixed bug #52820 (writes to fopencookie FILE* not commited when seeking theGustavo André dos Santos Lopes2010-11-151-0/+69
* - Moved leak_variable() to zend_builtin_functions.c (Gustavo)Felipe Pena2010-11-152-33/+0
* - Added test relative to the fix in rev #305346.Gustavo André dos Santos Lopes2010-11-151-0/+20
* - Added leak_variable() function.Gustavo André dos Santos Lopes2010-11-152-0/+33
* - Altered htmlentities19.phpt (now htmlentities24.phpt) to reflect new defaul...Gustavo André dos Santos Lopes2010-11-152-6/+6
* - allow firebird header to be in the normal deps directory and restore firebi...Pierre Joye2010-11-142-2/+5
* - Added missing void arg checksFelipe Pena2010-11-149-17/+533
* - Copied test cases (that all fail?!) from 5.3 to trunk.Derick Rethans2010-11-134-0/+113
* - MFH: Added support for the ( and ) delimiters/separators toDerick Rethans2010-11-132-3/+5
* - Don't show timezone if it wasn't found while parsing.Derick Rethans2010-11-131-2/+0
* - Added support for the ( and ) delimiters/separators toDerick Rethans2010-11-131-1/+3
* - Fixed bug #53136 (Invalid read on openssl_csr_new())Felipe Pena2010-11-121-1/+2
* Testing for the two new statistics 'bytes_received_real_data_normal' and 'byt...Ulf Wendel2010-11-121-3/+74
* Prepare for PECL OCI8 1.4.4Christopher Jones2010-11-102-5/+21
* Improve startup failure error messagesChristopher Jones2010-11-101-0/+6
* Fixed bug #53284 (Valgrind warnings in oci_set_* functions)Christopher Jones2010-11-101-5/+5
* Improve test portabilityChristopher Jones2010-11-108-72/+61
* Fix bad types, because zend_parse_xxx expect signed integersAndrey Hristov2010-11-103-20/+20
* Implemented FR #53264 (Add fputcsv method to SplFileObject).Adam Harvey2010-11-0916-5/+6411
* Fix bug #53279 (SplFileObject doesn't initialise default CSV escape character).Adam Harvey2010-11-092-0/+25
* - Fix bug #53273 (mb_strcut() returns garbage with the excessive length param...Moriyoshi Koizumi2010-11-092-0/+35
* - Fix the fix (wrong behavior)Felipe Pena2010-11-082-4/+4
* Fixed WSDL loading using https through proxyDmitry Stogov2010-11-081-4/+7
* Implemented FR #53213 (Adler32 algorithm is very slow). Patch by zavasek atAdam Harvey2010-11-081-2/+9
* - Fixed tests not passing under windows because of the directory separatorPatrick Allaert2010-11-085-8/+8
* - Fixed the filter extension accepting IPv4 octets with a leading 0 as thatGustavo André dos Santos Lopes2010-11-082-30/+67
* - Fixed bug #52512 (Broken error handling in odbc_execute)Felipe Pena2010-11-071-2/+43
* - Fixed bug #53248 (rawurlencode RFC 3986 EBCDIC support misses tilde char).Felipe Pena2010-11-072-1/+13
* - Coding standardsFelipe Pena2010-11-061-3/+2
* - Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it retu...Felipe Pena2010-11-065-4/+23
* - Fixed bug #47199 (pg_delete() fails on NULL)Felipe Pena2010-11-062-6/+77
* - Fixed bug #50579 (RegexIterator::REPLACE doesn't work)Felipe Pena2010-11-062-3/+44
* two new statsAndrey Hristov2010-11-054-5/+16
* Fix bracket in prototype comment.Adam Harvey2010-11-051-1/+1
* Implemented FR #53238 (Make third parameter of preg_match_all optional).Adam Harvey2010-11-054-11/+20
* - Added CLEAN section to recently committed test.Gustavo André dos Santos Lopes2010-11-051-0/+5
* - Fixed bug #53241 (stream casting that relies on fdopen/fopencookie failsGustavo André dos Santos Lopes2010-11-051-0/+18
* - fix type and silent warningPierre Joye2010-11-031-1/+1
* - add stat support for zip://Pierre Joye2010-11-031-1/+79
* - Fixed config.m4 to complete the fix for bug #53141 (thanks Johannes)Felipe Pena2010-11-021-0/+1
* - Fixed bug #53141 (autoload misbehaves if called from closing session)Felipe Pena2010-11-022-0/+27
* - Fixed no bailout address error and posix testsFelipe Pena2010-11-025-10/+0
* Fixed a possible double free in imap extension (Identified by Mateusz Kociels...Ilia Alshanetsky2010-11-021-0/+2