summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rely on win32/php_stdint.h on Windows for stdint typesAndrey Hristov2008-11-062-7/+31
|
* - MFH, has this feature before Vista/2k8 (use the same test in 5.3)Pierre Joye2008-11-061-1/+1
|
* - prevent warning when some types or macros are already defines (ICU defines ↵Pierre Joye2008-11-061-16/+42
| | | | many of them already)
* - MFHPierre Joye2008-11-064-24/+27
| | | | | | | - add 64bit typedef support - fix vc6 build (1/2) - still broken/does not build cleanly, more to come
* - revert previous commit (borked editor)Pierre Joye2008-11-061-62/+1
|
* - MFB: bump yearPierre Joye2008-11-061-1/+62
|
* More cleanup of config-win.h and missed merge, which actually occured in 5_3Andrey Hristov2008-11-062-24/+7
|
* Don't enable mysqlnd when pdo_mysql is being built with libmysqlJohannes Schlüter2008-11-061-3/+1
|
* Get rid of many defines (which simplifies the code a lot),Andrey Hristov2008-11-0615-226/+168
| | | | | as well as uint->unsigned int
* - MFH:Pierre Joye2008-11-064-8/+25
| | | | | | | - Fix linux build (static) - add gd[Format]Version[Int|String] first methods to work around the png header issues
* - Export DateTime and DateTimeZone class entries so that external extensionsDerick Rethans2008-11-062-45/+60
| | | | | can make use of it as well.
* Support versions of valgrind from SVN. The version is shown as 3.4.0.SVNScott MacVicar2008-11-061-1/+1
|
* Fix buffer overread in libmagic and sync a skipped change from 4.26Scott MacVicar2008-11-062-9/+11
|
* ChangeLog update2008-11-062-0/+147
|
* Fix #46421 (Take care about /)Etienne Kneuss2008-11-061-5/+5
|
* Fix #45976 (Move SXE from SPL to SimpleXML)Etienne Kneuss2008-11-0615-85/+46
|
* - Fixed wrong checkFelipe Pena2008-11-052-11/+17
| | | | | - Improved test
* sync zend_ini_scanner.cArnaud Le Blanc2008-11-052-3/+3
|
* Added parse_ini_string() function (grange at lemonde dot fr, Arnaud)Arnaud Le Blanc2008-11-055-1/+694
| | | | | | | | | [DOC] new function parse_ini_string() proto array parse_ini_string(string ini_string [, bool process_sections [, int scanner_mode]]) Same as parse_ini_file() except that it takes a string instead of a filename.
* Fixed bug#46445 (run-tests2.php is missing or README.TESTING2 is unneeded)Hannes Magnusson2008-11-051-14/+14
|
* - Fixed an issue with the * format specifier for parsing from a user-definedDerick Rethans2008-11-053-98/+151
| | | | | format.
* New tests for syslogKalle Sommer Nielsen2008-11-052-0/+35
|
* typo fix (thx chris jones for spotting)Lukas Smith2008-11-051-1/+1
|
* ChangeLog update2008-11-052-0/+459
|
* added note about running scripts/dev/creditsLukas Smith2008-11-041-19/+25
|
* ext/msql has been moved from php-src to PECL adhead of PHP 5.3Lukas Smith2008-11-046-1634/+0
|
* Open STDIN and php://stdin streams with the relevantArnaud Le Blanc2008-11-043-1/+76
| | | | | | wrapper when the file descriptor is a socket (inetd, etc) Fixes bug #43731
* initialize memoryArnaud Le Blanc2008-11-041-0/+2
|
* - add png and jpeg version infoPierre Joye2008-11-041-1/+7
|
* - Bug #44154: [DOC] Return 3 elements at all times. If the dbh stmt doesn't haveDavid Coallier2008-11-041-1/+8
| | | | | | | | | | | an error code we used to return an array with one element. For the sake of consistency and verification of returned values at userland we are now returning an array with 3 elements. Note the two last elements are null but present - Bug #44153: [DOC] If the error code returned by the DBH is null, we return a null value. This is used in order to help with empty error codes.
* Fixed stream_get_line() to behave as documented on non-blocking streamsArnaud Le Blanc2008-11-042-0/+69
|
* Avoids fclose() from complaining that stream_socket_pair() streamsArnaud Le Blanc2008-11-042-0/+27
| | | | | have not been closed
* - Fix testMarcus Boerger2008-11-041-0/+2
|
* ChangeLog update2008-11-042-0/+214
|
* - MFB dos2unixMarcus Boerger2008-11-040-0/+0
|
* Fixed bug #46024 (stream_select() doesn't return the correct number)Arnaud Le Blanc2008-11-042-0/+52
|
* - CleanupMarcus Boerger2008-11-041-1/+1
|
* - Improved fixFelipe Pena2008-11-032-5/+40
|
* cleanupArnaud Le Blanc2008-11-031-0/+1
|
* Fixed bug #44607 (stream_get_line unable to correctly identify theArnaud Le Blanc2008-11-032-10/+37
| | | | | "ending" in the stream content)
* - Fix test (string -> unicode)Felipe Pena2008-11-031-12/+12
|
* - New testFelipe Pena2008-11-031-0/+50
|
* - Fixed endless loop in PDOStatement::debugDumpParams()Felipe Pena2008-11-032-0/+32
| | | | | patch by: Jonah H. Harris <jonah.harris at gmail dot com>
* Use a better function name for closure related errors and debug_backtrace()Johannes Schlüter2008-11-033-3/+68
|
* Actual name of the file is WinResRc.h - silly to make people rename their ↵Elizabeth Marie Smith2008-11-031-1/+1
| | | | header files
* Fix the windows buildAndrey Hristov2008-11-031-31/+33
|
* - Fixed compiler warningFelipe Pena2008-11-031-1/+2
|
* Fixed bug #45303 (Opening php:// wrapper in append mode resultsArnaud Le Blanc2008-11-032-0/+14
| | | | | in a warning)
* Fixed bug #43353 (wrong detection of 'data' wrapper causes notice)Arnaud Le Blanc2008-11-032-1/+19
|
* - Fixed bug #44327 (PDORow::queryString property & numeric offsets / Crash)Felipe Pena2008-11-032-0/+68
|