summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate...Pierre Joye2010-12-1120-5/+31
* * Fixed parameter check introduced with the recent fix for bug #53492.Martin Jansen2010-12-111-2/+2
* Upgraded bundled Sqlite3 to version 3.7.4.Ilia Alshanetsky2010-12-114-1159/+3509
* - Tests and small parsing correction for php://fd wrapperGustavo André dos Santos Lopes2010-12-115-1/+65
* - Implemented request #26158/bug #53465 (open arbitrary file descriptor with ...Gustavo André dos Santos Lopes2010-12-112-1/+34
* - Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0 values)Felipe Pena2010-12-102-4/+45
* - Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down)Felipe Pena2010-12-101-1/+1
* Update for PECL upload that is synced with PHP 5.3.4Christopher Jones2010-12-101-3/+3
* Add more constants to curl_getinfo(), dependent on cURL version installed so ...Scott MacVicar2010-12-101-0/+27
* - Added test for bug #53512Felipe Pena2010-12-101-0/+25
* - Fixed bug #53512 (NumberFormatter::setSymbol crash on bogus $attr values)Felipe Pena2010-12-101-0/+5
* - Fixed bug #39199 (Cannot load Lob data with more than 4000 bytes on ORACLE 10)Felipe Pena2010-12-103-5/+184
* Fixed bug #53511 (Exceptions are lost in case an exception is thrown in catch...Dmitry Stogov2010-12-091-0/+13
* test bug42364 included a superfluous ?>Eyal Teutsch2010-12-091-1/+0
* pdo_025 expected a certain extra character that is not part of windows output...Eyal Teutsch2010-12-091-1/+1
* curl_setopt() arg: using DIRECTORY_SEPARATOR rather then "/" to make windows ...Eyal Teutsch2010-12-085-9/+9
* fix ZTS buildAntony Dovgal2010-12-081-3/+3
* Removed compile time dependency from ext/mbstringDmitry Stogov2010-12-083-145/+151
* - Fix #53492, fix crash if aa steps are invalidPierre Joye2010-12-081-0/+5
* Skip additional result sets sent by MySQL 5.5 serversAndrey Hristov2010-12-061-2/+17
* don't crash if the API is used incorrectlyAndrey Hristov2010-12-061-2/+6
* make sure the stream context is present before looking for any optionsAntony Dovgal2010-12-041-1/+1
* - Fixed test (Eyal Teutsch)Felipe Pena2010-12-041-1/+1
* - Fixed testFelipe Pena2010-12-041-1/+1
* - Fixed testsFelipe Pena2010-12-042-2/+14
* - Fixed testFelipe Pena2010-12-031-2/+0
* - Fixed testFelipe Pena2010-12-031-1/+6
* - Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number)Felipe Pena2010-12-032-1/+35
* - Fix testJani Taskinen2010-12-031-0/+1
* Implement FR #53457 (number_format must support more than one character forAdam Harvey2010-12-033-18/+99
* Implemented FR #53447 (Cannot disable SessionTicket extension for servers thatAdam Harvey2010-12-031-0/+12
* fix test after newly introduced constantAndrey Hristov2010-12-021-0/+1
* and export the new constantAndrey Hristov2010-12-021-0/+3
* new server constant as of 5.5Andrey Hristov2010-12-021-0/+1
* - not TS and useless on server, also not required anymore with the supported ...Pierre Joye2010-12-021-4/+1
* Remove OCI8 devel status in preparation for PHP 5.3.4 releaseChristopher Jones2010-12-011-1/+1
* Add Berkeley DB 5.1 support to the DBA extensionChristopher Jones2010-12-011-1/+1
* Fixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)Ilia Alshanetsky2010-12-012-2/+31
* - Implemented bug/request #53427 - stream_select doesn't preserve the Gustavo André dos Santos Lopes2010-11-302-2/+46
* Same as beforeIlia Alshanetsky2010-11-301-2/+0
* Fixed bug #52202 (CURLOPT_PRIVATE gets corrupted).Ilia Alshanetsky2010-11-302-14/+31
* Fixed crash in zip extract method (possible CWE-170)Pierre Joye2010-11-301-0/+3
* Fixed bug #52656 (DOMCdataSection does not work with splitText).Ilia Alshanetsky2010-11-292-1/+15
* Fixed bug #52828 (curl_setopt does not accept persistent streams).Ilia Alshanetsky2010-11-291-1/+1
* Removed unnecessary dependenciesDmitry Stogov2010-11-291-10/+0
* - Fixed two more test cases.Derick Rethans2010-11-282-332/+132
* - Fixed a few test cases.Derick Rethans2010-11-284-590/+23
* Fixed bug #52327 (base64_decode() improper handling of leading padding in str...Ilia Alshanetsky2010-11-262-1/+13
* Implemented FR #53407 (make scandir()'s directory sorting optional).Adam Harvey2010-11-265-3/+92
* - cleanup broken double definition of php_win_err and rename it while being t...Pierre Joye2010-11-256-16/+13