Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rely on win32/php_stdint.h on Windows for stdint types | Andrey Hristov | 2008-11-06 | 2 | -7/+31 |
| | |||||
* | - MFH, has this feature before Vista/2k8 (use the same test in 5.3) | Pierre Joye | 2008-11-06 | 1 | -1/+1 |
| | |||||
* | - prevent warning when some types or macros are already defines (ICU defines ↵ | Pierre Joye | 2008-11-06 | 1 | -16/+42 |
| | | | | many of them already) | ||||
* | - MFH | Pierre Joye | 2008-11-06 | 4 | -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 Joye | 2008-11-06 | 1 | -62/+1 |
| | |||||
* | - MFB: bump year | Pierre Joye | 2008-11-06 | 1 | -1/+62 |
| | |||||
* | More cleanup of config-win.h and missed merge, which actually occured in 5_3 | Andrey Hristov | 2008-11-06 | 2 | -24/+7 |
| | |||||
* | Don't enable mysqlnd when pdo_mysql is being built with libmysql | Johannes Schlüter | 2008-11-06 | 1 | -3/+1 |
| | |||||
* | Get rid of many defines (which simplifies the code a lot), | Andrey Hristov | 2008-11-06 | 15 | -226/+168 |
| | | | | | as well as uint->unsigned int | ||||
* | - MFH: | Pierre Joye | 2008-11-06 | 4 | -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 extensions | Derick Rethans | 2008-11-06 | 2 | -45/+60 |
| | | | | | can make use of it as well. | ||||
* | Support versions of valgrind from SVN. The version is shown as 3.4.0.SVN | Scott MacVicar | 2008-11-06 | 1 | -1/+1 |
| | |||||
* | Fix buffer overread in libmagic and sync a skipped change from 4.26 | Scott MacVicar | 2008-11-06 | 2 | -9/+11 |
| | |||||
* | ChangeLog update | 2008-11-06 | 2 | -0/+147 | |
| | |||||
* | Fix #46421 (Take care about /) | Etienne Kneuss | 2008-11-06 | 1 | -5/+5 |
| | |||||
* | Fix #45976 (Move SXE from SPL to SimpleXML) | Etienne Kneuss | 2008-11-06 | 15 | -85/+46 |
| | |||||
* | - Fixed wrong check | Felipe Pena | 2008-11-05 | 2 | -11/+17 |
| | | | | | - Improved test | ||||
* | sync zend_ini_scanner.c | Arnaud Le Blanc | 2008-11-05 | 2 | -3/+3 |
| | |||||
* | Added parse_ini_string() function (grange at lemonde dot fr, Arnaud) | Arnaud Le Blanc | 2008-11-05 | 5 | -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 Magnusson | 2008-11-05 | 1 | -14/+14 |
| | |||||
* | - Fixed an issue with the * format specifier for parsing from a user-defined | Derick Rethans | 2008-11-05 | 3 | -98/+151 |
| | | | | | format. | ||||
* | New tests for syslog | Kalle Sommer Nielsen | 2008-11-05 | 2 | -0/+35 |
| | |||||
* | typo fix (thx chris jones for spotting) | Lukas Smith | 2008-11-05 | 1 | -1/+1 |
| | |||||
* | ChangeLog update | 2008-11-05 | 2 | -0/+459 | |
| | |||||
* | added note about running scripts/dev/credits | Lukas Smith | 2008-11-04 | 1 | -19/+25 |
| | |||||
* | ext/msql has been moved from php-src to PECL adhead of PHP 5.3 | Lukas Smith | 2008-11-04 | 6 | -1634/+0 |
| | |||||
* | Open STDIN and php://stdin streams with the relevant | Arnaud Le Blanc | 2008-11-04 | 3 | -1/+76 |
| | | | | | | wrapper when the file descriptor is a socket (inetd, etc) Fixes bug #43731 | ||||
* | initialize memory | Arnaud Le Blanc | 2008-11-04 | 1 | -0/+2 |
| | |||||
* | - add png and jpeg version info | Pierre Joye | 2008-11-04 | 1 | -1/+7 |
| | |||||
* | - Bug #44154: [DOC] Return 3 elements at all times. If the dbh stmt doesn't have | David Coallier | 2008-11-04 | 1 | -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 streams | Arnaud Le Blanc | 2008-11-04 | 2 | -0/+69 |
| | |||||
* | Avoids fclose() from complaining that stream_socket_pair() streams | Arnaud Le Blanc | 2008-11-04 | 2 | -0/+27 |
| | | | | | have not been closed | ||||
* | - Fix test | Marcus Boerger | 2008-11-04 | 1 | -0/+2 |
| | |||||
* | ChangeLog update | 2008-11-04 | 2 | -0/+214 | |
| | |||||
* | - MFB dos2unix | Marcus Boerger | 2008-11-04 | 0 | -0/+0 |
| | |||||
* | Fixed bug #46024 (stream_select() doesn't return the correct number) | Arnaud Le Blanc | 2008-11-04 | 2 | -0/+52 |
| | |||||
* | - Cleanup | Marcus Boerger | 2008-11-04 | 1 | -1/+1 |
| | |||||
* | - Improved fix | Felipe Pena | 2008-11-03 | 2 | -5/+40 |
| | |||||
* | cleanup | Arnaud Le Blanc | 2008-11-03 | 1 | -0/+1 |
| | |||||
* | Fixed bug #44607 (stream_get_line unable to correctly identify the | Arnaud Le Blanc | 2008-11-03 | 2 | -10/+37 |
| | | | | | "ending" in the stream content) | ||||
* | - Fix test (string -> unicode) | Felipe Pena | 2008-11-03 | 1 | -12/+12 |
| | |||||
* | - New test | Felipe Pena | 2008-11-03 | 1 | -0/+50 |
| | |||||
* | - Fixed endless loop in PDOStatement::debugDumpParams() | Felipe Pena | 2008-11-03 | 2 | -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üter | 2008-11-03 | 3 | -3/+68 |
| | |||||
* | Actual name of the file is WinResRc.h - silly to make people rename their ↵ | Elizabeth Marie Smith | 2008-11-03 | 1 | -1/+1 |
| | | | | header files | ||||
* | Fix the windows build | Andrey Hristov | 2008-11-03 | 1 | -31/+33 |
| | |||||
* | - Fixed compiler warning | Felipe Pena | 2008-11-03 | 1 | -1/+2 |
| | |||||
* | Fixed bug #45303 (Opening php:// wrapper in append mode results | Arnaud Le Blanc | 2008-11-03 | 2 | -0/+14 |
| | | | | | in a warning) | ||||
* | Fixed bug #43353 (wrong detection of 'data' wrapper causes notice) | Arnaud Le Blanc | 2008-11-03 | 2 | -1/+19 |
| | |||||
* | - Fixed bug #44327 (PDORow::queryString property & numeric offsets / Crash) | Felipe Pena | 2008-11-03 | 2 | -0/+68 |
| |