Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - add input_get_args (input_get is kept untouched for now) | Pierre Joye | 2006-05-08 | 7 | -32/+280 |
| | | | | | | - add FILTER_FLAG_SCALAR and FILTER_FLAG_ARRAY - update ReST doc and add an example | ||||
* | 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 ↵ | Edin Kadribasic | 2006-05-07 | 1 | -5/+11 |
| | | | | EXTENSIONs | ||||
* | 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 ↵ | Nuno Lopes | 2006-05-06 | 1 | -9/+2 |
| | | | | builds | ||||
* | Added php_get_tmpdir() function that returns the default directory for | Hartmut Holzgraefe | 2006-05-06 | 4 | -0/+13 |
| | | | | | temporary files (as requested in bug #35380) | ||||
* | 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 ↵ | Dmitry Stogov | 2006-05-05 | 4 | -17/+43 |
| | | | | hint error). | ||||
* | 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 |
| | |||||
* | Oops again. | Andrei Zmievski | 2006-05-04 | 1 | -0/+6 |
| | |||||
* | Oops. | Andrei Zmievski | 2006-05-04 | 1 | -0/+2 |
| | |||||
* | Implement char_from_name(). | Andrei Zmievski | 2006-05-04 | 1 | -0/+29 |
| | |||||
* | Add a global ASCII connverter, macros to return single codepoints | Andrei Zmievski | 2006-05-04 | 6 | -8/+34 |
| | | | | | (UCHAR32), and zend_unicode_to_ascii() function. | ||||
* | several minor fixes: nuke compile warnings etc. | Antony Dovgal | 2006-05-04 | 2 | -19/+19 |
| | |||||
* | Some more work on property/names stuff. | Andrei Zmievski | 2006-05-04 | 3 | -8/+113 |
| | |||||
* | Fix locale functions naming problem. | Andrei Zmievski | 2006-05-04 | 1 | -0/+7 |
| | |||||
* | fix build | Antony Dovgal | 2006-05-04 | 1 | -1/+0 |
| | |||||
* | ChangeLog update | 2006-05-04 | 1 | -0/+140 | |
| | |||||
* | Change prefix to char_ and rename some functions. | Andrei Zmievski | 2006-05-04 | 3 | -106/+109 |
| | |||||
* | Some more property functions. | Andrei Zmievski | 2006-05-03 | 3 | -3/+160 |
| | | | | | # I am pondering a different prefix.. | ||||
* | Expose PARAM_EVT_* constants | Sara Golemon | 2006-05-03 | 1 | -0/+8 |
| | |||||
* | - Add implementation of curl_multi_info_read (Brian) | Brian France | 2006-05-03 | 2 | -9/+57 |
| | | | | | Not adding to PHP 5_1, but should go into 5_2. | ||||
* | plug leak | Antony Dovgal | 2006-05-03 | 1 | -0/+1 |
| | |||||
* | more POST+arrays tests | Antony Dovgal | 2006-05-03 | 8 | -0/+155 |
| | |||||
* | Fixed bug #37205 (incompatibility with mod_fastcgi) | Dmitry Stogov | 2006-05-03 | 2 | -20/+6 |
| | |||||
* | Fixed incompatibility with isapi_fcgi.dll | Dmitry Stogov | 2006-05-03 | 1 | -0/+4 |
| | |||||
* | - update constants names | Pierre Joye | 2006-05-03 | 1 | -22/+28 |
| | |||||
* | - Added my doc so that other people can work on it. | Derick Rethans | 2006-05-03 | 1 | -0/+303 |
| | | | | | #- Please keep it RST compatible. | ||||
* | Fixed bug #37276 (problems witch $_POST array) | Dmitry Stogov | 2006-05-03 | 1 | -1/+1 |
| | |||||
* | add test | Rob Richards | 2006-05-03 | 1 | -0/+25 |
| | |||||
* | Fix bug #37277 (cloning Dom Documents or Nodes does not work) | Rob Richards | 2006-05-03 | 3 | -3/+2 |
| | | | | | Proper fix for bug #36859 | ||||
* | *** empty log message *** | Andrei Zmievski | 2006-05-03 | 1 | -0/+67 |
| | |||||
* | ChangeLog update | 2006-05-03 | 2 | -0/+46 | |
| | |||||
* | Some additional binary property functions. | Andrei Zmievski | 2006-05-02 | 2 | -0/+83 |
| | |||||
* | FALSE on empty string. | Andrei Zmievski | 2006-05-02 | 1 | -3/+8 |
| | |||||
* | Implement C/POSIX migration functions. | Andrei Zmievski | 2006-05-02 | 2 | -0/+100 |
| |