| Commit message (Expand) | Author | Age | Files | Lines |
* | - zend_spprintf() is actually used elsewhere in the engine | Marcus Boerger | 2006-05-09 | 2 | -1/+4 |
* | MFB: Fixed bug #37376 (fastcgi.c compile fail with gcc 2.95.4). | Ilia Alshanetsky | 2006-05-09 | 1 | -5/+7 |
* | - MFB WS/CS, zend_spprintf() must not be exported | Marcus Boerger | 2006-05-09 | 2 | -4/+4 |
* | - MFB Missing check | Marcus Boerger | 2006-05-09 | 1 | -1/+1 |
* | - MFB: WS | Marcus Boerger | 2006-05-09 | 4 | -4/+2 |
* | Add pcre_last_error() and backtrack/recursion limit settings. | Andrei Zmievski | 2006-05-09 | 2 | -14/+135 |
* | Add char_enum_types(). | Andrei Zmievski | 2006-05-09 | 3 | -2/+87 |
* | merge from 5.2 | Georg Richter | 2006-05-09 | 3 | -0/+112 |
* | Merge from 5.2 | Georg Richter | 2006-05-09 | 13 | -348/+426 |
* | - #7586 (pecl), filter is not reseted between element | Pierre Joye | 2006-05-09 | 2 | -3/+65 |
* | - one line inline doc | Pierre Joye | 2006-05-09 | 1 | -9/+4 |
* | ChangeLog update | | 2006-05-09 | 1 | -0/+58 |
* | - fix logic, scalar is the default | Pierre Joye | 2006-05-09 | 1 | -3/+3 |
* | - remove unused arg and use the right one | Pierre Joye | 2006-05-09 | 1 | -3/+2 |
* | Fix and adjust. | Andrei Zmievski | 2006-05-09 | 1 | -11/+8 |
* | Add char_enum_names(). | Andrei Zmievski | 2006-05-09 | 3 | -0/+120 |
* | Been a long day.. | Andrei Zmievski | 2006-05-08 | 3 | -1/+58 |
* | And going, and going... | Andrei Zmievski | 2006-05-08 | 3 | -11/+78 |
* | A few more property functinos. | Andrei Zmievski | 2006-05-08 | 3 | -4/+91 |
* | - this one too must be changed | Pierre Joye | 2006-05-08 | 1 | -1/+1 |
* | Added constants.c to the windows build | Edin Kadribasic | 2006-05-08 | 1 | -1/+1 |
* | - update/add inline docs | Pierre Joye | 2006-05-08 | 1 | -16/+18 |
* | - #6567, wrong php dependency | Pierre Joye | 2006-05-08 | 2 | -1/+2 |
* | - sync them | Pierre Joye | 2006-05-08 | 2 | -3/+3 |
* | - fix tsrm build | Pierre Joye | 2006-05-08 | 1 | -1/+1 |
* | - #6136, ini_set should not be able to change the filter.default | Pierre Joye | 2006-05-08 | 3 | -2/+6 |
* | - set unsafe_raw as default, will be set back to string for php6. 5. | Pierre Joye | 2006-05-08 | 1 | -1/+1 |
* | - add input_get_args (input_get is kept untouched for now) | Pierre Joye | 2006-05-08 | 7 | -32/+280 |
* | MFB: Fixed memory leaks when working with cursors in PDO PostgreSQL driver. | Ilia Alshanetsky | 2006-05-08 | 2 | -0/+4 |
* | - #37360, bad gif size | Pierre Joye | 2006-05-08 | 3 | -3/+17 |
* | - CS (spaces > tabs) | Pierre Joye | 2006-05-08 | 1 | -425/+417 |
* | ChangeLog update | | 2006-05-08 | 1 | -0/+66 |
* | fix test, sorry. | Nuno Lopes | 2006-05-07 | 1 | -4/+4 |
* | convert a few more functions to unicode and adapt the tests as well | Nuno Lopes | 2006-05-07 | 3 | -6/+33 |
* | - MFB: #37346, invalid colormap format | Pierre Joye | 2006-05-07 | 3 | -8/+30 |
* | ChangeLog update | | 2006-05-07 | 1 | -0/+24 |
* | MFB: Enable parallel build against Apache 2.2 libs and headers | Edin Kadribasic | 2006-05-07 | 1 | -0/+17 |
* | MFB: Enable separate build dir for SAPIs, the same way it is possible for EXT... | Edin Kadribasic | 2006-05-07 | 1 | -5/+11 |
* | fix thread safe build | Nuno Lopes | 2006-05-06 | 1 | -1/+1 |
* | fix tests in Unicode mode | Nuno Lopes | 2006-05-06 | 3 | -1/+755 |
* | use the new zend_unicode_to_ascii() function. this should also fix windows bu... | Nuno Lopes | 2006-05-06 | 1 | -9/+2 |
* | Added php_get_tmpdir() function that returns the default directory for | Hartmut Holzgraefe | 2006-05-06 | 4 | -0/+13 |
* | ChangeLog update | | 2006-05-06 | 2 | -0/+37 |
* | Adding property.c to windows build | Frank M. Kromann | 2006-05-05 | 1 | -1/+1 |
* | Register slightly under half a metric ton of constants. | Andrei Zmievski | 2006-05-05 | 4 | -3/+619 |
* | Fixed bug #37251 (deadlock when custom error handler is to catch array type h... | Dmitry Stogov | 2006-05-05 | 4 | -17/+43 |
* | Fixed bug #37313 (sigemptyset() used without including <signal.h>). (jdolecek) | Dmitry Stogov | 2006-05-05 | 1 | -1/+1 |
* | ChangeLog update | | 2006-05-05 | 2 | -0/+57 |
* | plug a leak | Antony Dovgal | 2006-05-04 | 1 | -0/+2 |
* | Don't use fixed size buffer in zend_uchar_from_uname(); | Andrei Zmievski | 2006-05-04 | 1 | -8/+9 |