summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* MFB: More Windows types cleanupAndrey Hristov2008-11-064-140/+150
* MFH: Use win32/php_stdint.h for stdint types on WindowsAndrey Hristov2008-11-062-5/+28
* MFH: More cleanup of config-win.hAndrey Hristov2008-11-062-19/+2
* MFH: Don't enable mysqlnd when pdo_mysql is being built with libmysqlJohannes Schlüter2008-11-061-3/+1
* MFH:Andrey Hristov2008-11-0616-232/+174
* - typoPierre Joye2008-11-061-1/+1
* - fix build on linux (static)Pierre Joye2008-11-064-13/+17
* - MFH: Export DateTime and DateTimeZone class entries so that externalDerick Rethans2008-11-063-46/+61
* MFH: Fix buffer overread in libmagic and sync a skipped change from 4.26Scott MacVicar2008-11-062-9/+11
* MFH: Fix #46421 (Take care about /)Etienne Kneuss2008-11-061-4/+4
* MFH: Fix #45976 (Move SXE from SPL to SimpleXML)Etienne Kneuss2008-11-0615-81/+47
* MFH:Felipe Pena2008-11-052-11/+17
* MFH: Added parse_ini_string() function (grange at lemonde dot fr, Arnaud)Arnaud Le Blanc2008-11-054-0/+693
* - MFH: Fixed an issue with the * format specifier for parsing from aDerick Rethans2008-11-053-98/+151
* MFH: New tests for syslogKalle Sommer Nielsen2008-11-054-0/+97
* MFHLukas Smith2008-11-046-1643/+0
* Open STDIN and php://stdin streams with the relevantArnaud Le Blanc2008-11-041-1/+15
* - MFH: add png and jpeg version infoPierre Joye2008-11-041-1/+11
* - MFHDavid Coallier2008-11-041-0/+7
* - Fixed testsFelipe Pena2008-11-041-2/+2
* MFH: Fixed stream_get_line() to behave as documented on non-blockingArnaud Le Blanc2008-11-041-0/+66
* MDH: Avoids fclose() from complaining that stream_socket_pair() streamsArnaud Le Blanc2008-11-042-0/+27
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-046-33/+33
* - MFH We only rely on hash if it is built-inMarcus Boerger2008-11-041-1/+1
* - MFH Add hash dependency at module source levelMarcus Boerger2008-11-041-0/+3
* - sync tests with peclPierre Joye2008-11-044-0/+93
* - MFH Fix dependency from Phar to hashMarcus Boerger2008-11-042-1/+7
* MFH: Fixed bug #46024 (stream_select() doesn't return the correct number)Arnaud Le Blanc2008-11-042-0/+52
* - MFH: Improved fixFelipe Pena2008-11-032-4/+41
* cleanupArnaud Le Blanc2008-11-031-0/+1
* MFH: Fixed bug #44607 (stream_get_line unable to correctly identify theArnaud Le Blanc2008-11-031-0/+22
* - New testFelipe Pena2008-11-031-0/+50
* MFH:Felipe Pena2008-11-032-0/+32
* MFH: Fixed bug #45303 (Opening php:// wrapper in append mode resultsArnaud Le Blanc2008-11-031-0/+13
* MFH: Fixed bug #43353 (wrong detection of 'data' wrapper causes notice)Arnaud Le Blanc2008-11-031-0/+18
* - MFH: Fixed bug #44327 (PDORow::queryString property & numeric offsets / Crash)Felipe Pena2008-11-032-0/+67
* - Opss, reverted accidental changesFelipe Pena2008-11-039-0/+55
* - MFH: Fixed bug #42855 (dns_get_record() doesn't return all text from TXT re...Felipe Pena2008-11-031-7/+16
* Fixed bug #44575 (parse_ini_file comment # line problems)Arnaud Le Blanc2008-11-021-0/+22
* MFH: Fixed bug #42718 (FILTER_UNSAFE_RAW not applied when configured asArnaud Le Blanc2008-11-023-1/+43
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-02118-52/+2393
* - MFH: Added str_getcsv()Felipe Pena2008-11-025-2/+154
* MFH: Sync libmagic with 4.26 and add support for the new v6 magic file formatScott MacVicar2008-11-0212-32848/+39054
* MFHJani Taskinen2008-11-011-22/+10
* Fix windows buildAndrey Hristov2008-11-011-31/+33
* Fix the buildAndrey Hristov2008-10-311-1/+1
* MFB:Andrey Hristov2008-10-3111-318/+302
* MFH: Fix warnings in sprintfAndrey Hristov2008-10-311-18/+18
* - Fixed memory leak when using offset out of range. (php_stream_copy_to_mem r...Felipe Pena2008-10-302-7/+27
* - Fix the fixFelipe Pena2008-10-302-4/+16