2008-07-26 |
Arnaud Le Blanc | Fix bug #45622 (isset($arrayObject->p) misbehaves with... |
commit | commitdiff | tree | snapshot |
2008-07-26 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2008-07-26 |
Scott MacVicar | Forgot to add these earlier |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Scott MacVicar | SQLite3 extension, still has 2 failing tests that will... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Felipe Pena | - Added arginfo |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Antony Dovgal | fix warnings |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Moriyoshi Koizumi | - Fix warnings |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Moriyoshi Koizumi | - Fix wrong cast |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Felipe Pena | - Fixed the parameter type expected. set_time_limit... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Jani Taskinen | - Fix PDO configure dependancy: If --disable-pdo is... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Moriyoshi Koizumi | - fix a typo in mb_stripos() that caused segfault. |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Andrey Hristov | Fix bug#45019 Segmentation fault with SELECT ? and... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Rob Richards | fix zts build |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Pierre Joye | - fix EXT_FOO_SHARED usage as dep mgt broke it (one... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Jani Taskinen | - Fixed a minor problem in not enabling c++/g++ when... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Felipe Pena | - MFB: New parameter parsing API (set_time_limit) |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Felipe Pena | - Fix build |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Antony Dovgal | fix typo |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Dmitry Stogov | Fixed support for static methods |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Moriyoshi Koizumi | - Allow the results of a partial run to be saved when... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Jani Taskinen | MFB: generated with a bit newer re2c |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Jani Taskinen | - Enable fileinfo by default |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Jani Taskinen | - Cleanup after test |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Dmitry Stogov | Fixed uninitialized data |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Wallner | - Changed HTTP stream wrapper to accept any code betwee... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Derick Rethans | - No C++ comments. |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Derick Rethans | - Updating the libmagic patch. |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Derick Rethans | - Fixed size calculation. |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Dmitry Stogov | Substitute persistent constants by their values at... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Moriyoshi Koizumi | - Suppress signedness warnings. |
commit | commitdiff | tree | snapshot |
2008-07-25 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Jani Taskinen | - Revert accidental commit. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Moriyoshi Koizumi | - Suppress signedness warnings. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Moriyoshi Koizumi | * Constify read-only arguments. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Felipe Pena | - Added TSRMLS_DC to apply_func_args_t and zend_hash_ap... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Moriyoshi Koizumi | - Fix win32 build |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Pierre Joye | - force static for now, broken now |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Arnaud Le Blanc | Fixed bug #45614 (ArrayIterator::current(), ::key(... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Christopher... | 1. Fix macro version test for constants |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Antony Dovgal | use "r" instead of "z" when accepting resources |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Ulf Wendel | Test for PS fallback logic in prepare() |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Antony Dovgal | we don't do fstat, hence st struct is uninitalized |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Antony Dovgal | silence compile warning |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Antony Dovgal | fix folding |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Arnaud Le Blanc | MFB: Added tests for #42663 |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Antony Dovgal | don't ignore .patch if it's in CVS |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Antony Dovgal | drop freeing of uninitialized variable |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Antony Dovgal | do not include libmagic/file.c into the build |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Scott MacVicar | Remove non existent defines, change THREADSAFE to SQLIT... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Andrey Hristov | Added test file |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Antony Dovgal | set GCC to "no" if ICC was detected |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Moriyoshi Koizumi | - Fix tests. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Dmitry Stogov | Optimized ZEND_SIGNED_MULTIPLY_LONG() (Matt) |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Moriyoshi Koizumi | - Fixed warnings. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Derick Rethans | - Bundle the data file - you can still use the external... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Moriyoshi Koizumi | - Add mbstring.http_output_conv_mimetypes that allows... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Ulf Wendel | Make the test pass on 32bit and not bail out because... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Felipe Pena | - New parameter parsing API |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Dmitry Stogov | Fixed bug #45178 (memory corruption on assignment resul... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Scott MacVicar | Add .cvsignore, update config.w32 and remove the other... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Dmitry Stogov | LSB parent/self forwarding |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Arnaud Le Blanc | Allow filters to work on INPUT_SERVER in CLI (bug ... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Steph Fox | - Make test x-platform |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Steph Fox | - Introduce SPL_FILE_DIR_UNIXPATHS. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Antony Dovgal | fix test |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Felipe Pena | - Fixed tests |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Felipe Pena | - Improved parameter handling |
commit | commitdiff | tree | snapshot |
2008-07-24 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Scott MacVicar | MFB: Update pdo_sqlite to use the amalgamation, much... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Hartmut Holzgraefe | corrected library search path order in tests |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Lars Strojny | array_intersect_ukey tests by Sanjay Mantoor |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Stanislav Malyshev | implement bug #14266 |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Stanislav Malyshev | typoes |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Derick Rethans | - Fixed an issue with "first <weekday> of" in case... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Felipe Pena | - Fixed tests |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Felipe Pena | - New parameter parsing API |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Derick Rethans | - Fixed bug #43452 (strings containing a weekday, or... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Stanislav Malyshev | add test |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Stanislav Malyshev | add locale_accept_from_http |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Felipe Pena | - Fixed bug #45605 (array_uintersect_assoc gives incorr... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Lars Strojny | Allowing "%unicode|string%" as a placeholder. In 6... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Jani Taskinen | Fix test (bug #44985) |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Andrey Hristov | Fixed bug#44897 - failed to prepare statement |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Ulf Wendel | This little detail seems MySQL version/setup dependent |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Antony Dovgal | invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Antony Dovgal | fix test |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Antony Dovgal | fix tests names |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Antony Dovgal | fix test |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Antony Dovgal | sync test with other branches |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Hartmut Holzgraefe | MFB + Unicode: |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Arnaud Le Blanc | Fix tests: need simplexml |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Antony Dovgal | add PHP_STREAM_FLAG_FCLOSE to zip streams |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Antony Dovgal | add PHP_STREAM_FLAG_FCLOSE, bz2 streams can be closed... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Arnaud Le Blanc | Fix tests: soap tests in schema/ needs the xml extension |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Arnaud Le Blanc | Fix test: use canonical name to avoid problems with... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Marcus Boerger | - MFH [DOC] Add FilesystemIterator::SKIP_DOTS (flag... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Marcus Boerger | - Add new classes |
commit | commitdiff | tree | snapshot |
2008-07-23 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Andrey Hristov | Two less failing tests, one of which was definitely... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Marcus Boerger | - Add MultipleIterator (Arnaud, Marcus) |
commit | commitdiff | tree | snapshot |
next |