| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fix test | Felipe Pena | 2009-03-24 | 1 | -1/+1 |
* | - GEPJ.. (thx to Derick for the head!) | Pierre Joye | 2009-03-24 | 1 | -1/+1 |
* | - fix logic after my build fix, thx to Hannes for the head up! | Pierre Joye | 2009-03-24 | 1 | -1/+1 |
* | - #47757 rename JPG to JPEG in phpinfo | Pierre Joye | 2009-03-24 | 1 | -1/+1 |
* | - fix build | Pierre Joye | 2009-03-24 | 1 | -1/+1 |
* | Fix bug #42362 - certain status codes never have output, so sending the gzip ... | Scott MacVicar | 2009-03-24 | 1 | -1/+1 |
* | MFH: | Felipe Pena | 2009-03-23 | 4 | -5/+52 |
* | Improved parameter handling | Ilia Alshanetsky | 2009-03-23 | 1 | -15/+9 |
* | - Updated to version 2009.4 (2009d) | Derick Rethans | 2009-03-23 | 1 | -584/+601 |
* | Improved parameter parsing | Ilia Alshanetsky | 2009-03-22 | 1 | -3/+3 |
* | - Updated to version 2009.3 (2009c) | Derick Rethans | 2009-03-22 | 1 | -31/+31 |
* | - fix build, add new cp850 file | Pierre Joye | 2009-03-20 | 1 | -1/+1 |
* | added skip if for root | Zoe Slattery | 2009-03-20 | 5 | -0/+47 |
* | MFB: Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension) | Ilia Alshanetsky | 2009-03-19 | 1 | -1/+1 |
* | MFH | Steph Fox | 2009-03-19 | 2 | -11/+24 |
* | MFH: Avoid 2 conversions when decoding numbers | Matt Wilmas | 2009-03-19 | 1 | -6/+17 |
* | MFH: Fix #47231 (offsetGet error using incorrect offset) | Etienne Kneuss | 2009-03-19 | 1 | -1/+1 |
* | MFH: Add test covering for #47671 | Etienne Kneuss | 2009-03-19 | 1 | -0/+30 |
* | MFH: Fix #47671 (cloning SplObjectStorage instances) | Etienne Kneuss | 2009-03-19 | 1 | -75/+106 |
* | Improved parameter parsing | Ilia Alshanetsky | 2009-03-19 | 1 | -2/+2 |
* | New tests for various date extension functions. Tested on Windows, Linux and ... | andy wharmby | 2009-03-18 | 83 | -0/+14261 |
* | - Add support for CP850 encoding (patch by Denis Giffeler) | Moriyoshi Koizumi | 2009-03-18 | 12 | -1/+263 |
* | - MFH: Synching .dsp file (I am not sure whether I really should do this) | Moriyoshi Koizumi | 2009-03-18 | 1 | -0/+12 |
* | MFH: Fixed libgd #186 (Tiling true colour with palette image does not work) | Takeshi Abe | 2009-03-18 | 2 | -8/+48 |
* | New tests for date extension DateTime methods Tested on Windows, Linux and li... | andy wharmby | 2009-03-18 | 42 | -0/+5749 |
* | New tests for date extension DateTimeZone methods Tested on Windows, Linux an... | andy wharmby | 2009-03-18 | 20 | -0/+2068 |
* | Fixed floating point mathematic speed degradation (Christian) | Dmitry Stogov | 2009-03-18 | 1 | -9/+3 |
* | - #43073, TrueType bounding box is wrong for angle<>0 | Pierre Joye | 2009-03-18 | 1 | -8/+16 |
* | MFH Missing skip in tests | Scott MacVicar | 2009-03-17 | 1 | -0/+2 |
* | MFH Replace magic values with a define for json encoding, makes reading it a ... | Scott MacVicar | 2009-03-17 | 1 | -7/+10 |
* | Fixed compiler warning | Ilia Alshanetsky | 2009-03-17 | 1 | -3/+3 |
* | MFH Add PHP_JSON_FORCE_OBJECT for forcing an object output of an array | Scott MacVicar | 2009-03-17 | 2 | -1/+13 |
* | - MFH: Year++ | Felipe Pena | 2009-03-17 | 2 | -2/+2 |
* | MFH: Fixed bug #46882 (Serialize / Unserialize misbehaviour under OS with dif... | Matt Wilmas | 2009-03-17 | 3 | -18/+72 |
* | - s,win32,windows, and add myself to the list | Pierre Joye | 2009-03-17 | 1 | -1/+1 |
* | MFH Deal with overflow when decoding large numbers | Scott MacVicar | 2009-03-17 | 1 | -2/+3 |
* | MFH: mark mysqlnd's threading (which can be used for background pre-fetching) | Johannes Schlüter | 2009-03-17 | 1 | -1/+1 |
* | MFH: Fix the build because the macro name has changed | Andrey Hristov | 2009-03-17 | 1 | -4/+5 |
* | - MFH: Make iconv filter accept '.' as the delimiter between encoding names as | Moriyoshi Koizumi | 2009-03-17 | 1 | -1/+1 |
* | MFH Fix bug #47359 - Use the official unofficial mimetype for bmp files, this... | Scott MacVicar | 2009-03-17 | 7 | -7/+7 |
* | MFH Fix bug #47678 - Allow loadExtension to be disabled in SQLite3 | Scott MacVicar | 2009-03-17 | 3 | -1/+17 |
* | MFH Fix bug #47644 - Valid integers are truncated with json_decode() | Scott MacVicar | 2009-03-17 | 2 | -4/+47 |
* | Fix INI blocks | Christopher Jones | 2009-03-17 | 5 | -5/+5 |
* | Removed unneeded HashPosition variable (php_implode() doesn't change the inte... | Matt Wilmas | 2009-03-17 | 1 | -5/+0 |
* | test for /ext/tidy from stefan priebsch | Zoe Slattery | 2009-03-16 | 1 | -0/+41 |
* | - MFH: Fixed bug #47616 (curl keeps crashing) | Felipe Pena | 2009-03-16 | 1 | -0/+1 |
* | - fix the build for win (vc6 or vc9) | Pierre Joye | 2009-03-16 | 8 | -24/+36 |
* | Fixed test | Dmitry Stogov | 2009-03-16 | 1 | -28/+28 |
* | Fixed compiler warnings | Ilia Alshanetsky | 2009-03-16 | 1 | -2/+2 |
* | Closes bug #47667 | Mikko Koppanen | 2009-03-16 | 2 | -0/+43 |