Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - MFH pcre_get_compiled_regex_cache() support | Marcus Boerger | 2006-05-09 | 2 | -15/+29 |
| | |||||
* | - MFH as discussed | Marcus Boerger | 2006-05-09 | 31 | -846/+737 |
| | | | | | | | | | | | | | | | | | | | | | . zend_exception_get_default() -> zend_exception_get_default(TSRMLS_D) . zend_get_error_exception() -> zend_get_error_exception(TSRMLS_D) . added E_RECOVERABLE_ERROR . added ZEND_TOSTRING_FUNC_NAME . added __tostring function cache to zend_class_entry . added ZEND_NAMED_ME . modified ZEND_ME_MAPPING to support method flags . added ZEND_MN . method entries now use prefix "zim_" instead of "zif_" . drop EG(ze1_compatibility_mode) . changed cast handler, now without (int should_free): typedef int (*zend_object_cast_t)(zval *readobj, zval *retval, int type TSRMLS_DC); . changed get_iterator, now receives whether value is by ref: zend_object_iterator *(*get_iterator)(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC); . added zend_objects_store_add_ref_by_handle . added zend_objects_store_del_ref_by_handle . convert_to_explicit_type(pzv, type) | ||||
* | Fixed bug #37376 (fastcgi.c compile fail with gcc 2.95.4). | Ilia Alshanetsky | 2006-05-09 | 2 | -5/+8 |
| | |||||
* | *** empty log message *** | Andrei Zmievski | 2006-05-09 | 1 | -0/+2 |
| | |||||
* | MFH | Andrei Zmievski | 2006-05-09 | 2 | -14/+135 |
| | |||||
* | removed unused macro parameter | Georg Richter | 2006-05-09 | 1 | -3/+3 |
| | |||||
* | Update news | Edin Kadribasic | 2006-05-08 | 1 | -0/+2 |
| | |||||
* | moved zend_class_entry variables to mysqli.c | Georg Richter | 2006-05-08 | 2 | -6/+13 |
| | |||||
* | MFH: Add implementation of curl_multi_info_read | Brian France | 2006-05-08 | 2 | -9/+57 |
| | |||||
* | tweaks and optimizations | Andrey Hristov | 2006-05-08 | 1 | -69/+58 |
| | | | | | #tested on 32b and 64b | ||||
* | Fixed memory leaks when working with cursors in PDO PostgreSQL driver. | Ilia Alshanetsky | 2006-05-08 | 2 | -0/+4 |
| | |||||
* | - more CS | Pierre Joye | 2006-05-08 | 1 | -15/+23 |
| | |||||
* | - MFH: #37360, bad gif size | Pierre Joye | 2006-05-08 | 3 | -3/+17 |
| | |||||
* | - CS (spaces > tabs) | Pierre Joye | 2006-05-08 | 1 | -426/+417 |
| | |||||
* | INSTALL_HEADERS takes absolute filenames there in the second arg. | Rasmus Lerdorf | 2006-05-07 | 1 | -1/+1 |
| | | | | | This makes pecl/mailparse build again | ||||
* | - #37346, invalid colormap format | Pierre Joye | 2006-05-07 | 3 | -7/+29 |
| | |||||
* | Fixed bug #37348 (make PEAR install ignore open_basedir). | Ilia Alshanetsky | 2006-05-07 | 2 | -1/+2 |
| | |||||
* | - MFH %v for s[np]printf | Marcus Boerger | 2006-05-07 | 2 | -0/+2 |
| | |||||
* | MFH: Added pg_field_table() as per req: #36750 | Edin Kadribasic | 2006-05-07 | 2 | -0/+91 |
| | |||||
* | Enable parallel build against Apache 2.2 libs and headers | Edin Kadribasic | 2006-05-07 | 1 | -0/+17 |
| | |||||
* | Enable separate build dir for SAPIs, the same way it is possible for EXTENSIONs | Edin Kadribasic | 2006-05-07 | 1 | -5/+11 |
| | |||||
* | Fixed bug #37244 (Added strict flag to base64_decode() that enforces | Ilia Alshanetsky | 2006-05-06 | 3 | -24/+35 |
| | | | | | RFC3548 compliance). | ||||
* | Creation of the 5.2 branch | Ilia Alshanetsky | 2006-05-06 | 3 | -6/+8 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_2'. | SVN Migration | 2006-05-05 | 46 | -0/+5446 |
| | |||||
* | - treat interfaces and classes gracefully in print_inh | Michael Wallner | 2006-05-05 | 1 | -5/+43 |
| | |||||
* | - add print_inh (prints a very simple class tree, ie. extensible) | Michael Wallner | 2006-05-05 | 1 | -7/+80 |
| | | | | | | - add print_pi (prints property_info) - add ____print_str (print strings binary safely, for hash keys etc) | ||||
* | Fixed bug #37313 (sigemptyset() used without including <signal.h>). (jdolecek) | Dmitry Stogov | 2006-05-05 | 2 | -1/+5 |
| | |||||
* | plug a leak | Antony Dovgal | 2006-05-04 | 1 | -0/+2 |
| | |||||
* | MFH: several minor fixes: nuke compile warnings etc. | Antony Dovgal | 2006-05-04 | 2 | -19/+19 |
| | |||||
* | Note addition of new class constants | Sara Golemon | 2006-05-04 | 1 | -0/+1 |
| | |||||
* | Back to dev | Ilia Alshanetsky | 2006-05-03 | 2 | -5/+5 |
| | |||||
* | go with 5.1.4 | Ilia Alshanetsky | 2006-05-03 | 2 | -7/+7 |
| | |||||
* | News entry for exporting PDO::PARAM_EVT_* constants | Sara Golemon | 2006-05-03 | 1 | -0/+1 |
| | |||||
* | mfh(r-1.129) Expose PARAM_EVT_* constants | Sara Golemon | 2006-05-03 | 1 | -0/+8 |
| | |||||
* | - remove debug part | Pierre Joye | 2006-05-03 | 1 | -1/+0 |
| | | | | | nota bene, there is still work in this area, but this is a start | ||||
* | - add test for multipart POST | Pierre Joye | 2006-05-03 | 1 | -0/+42 |
| | | | | | - also first example of the POST_RAW section | ||||
* | - add support for POST_RAW, allow to pass raw POST data | Pierre Joye | 2006-05-03 | 1 | -7/+46 |
| | | | | | | - add support for TEST_PHP_CGI_EXECUTABLE env variable, it is now possible to set both TEST_PHP_EXECUTABLE and CGI | ||||
* | MFH: plug leak | Antony Dovgal | 2006-05-03 | 1 | -0/+1 |
| | |||||
* | more POST+array tests | Antony Dovgal | 2006-05-03 | 8 | -0/+155 |
| | |||||
* | Fixed bug #37205 (incompatibility with mod_fastcgi) | Dmitry Stogov | 2006-05-03 | 2 | -18/+4 |
| | |||||
* | Prepare news file for release | Ilia Alshanetsky | 2006-05-03 | 1 | -2/+2 |
| | |||||
* | Revert previous optimization if preparation for 5.1.4 | Ilia Alshanetsky | 2006-05-03 | 1 | -2/+2 |
| | |||||
* | Fixed bug #37291 (FastCGI now longer works with isapi_fcgi.dll) | Dmitry Stogov | 2006-05-03 | 1 | -0/+1 |
| | |||||
* | Fixed incompatibility with isapi_fcgi.dll | Dmitry Stogov | 2006-05-03 | 1 | -0/+4 |
| | |||||
* | Fixed bug #37276 (problems witch $_POST array) | Dmitry Stogov | 2006-05-03 | 2 | -1/+2 |
| | |||||
* | - document the --with-pdo-sqlite[=dir] | Pierre Joye | 2006-05-03 | 1 | -0/+3 |
| | |||||
* | BFN | Rob Richards | 2006-05-03 | 1 | -1/+2 |
| | | | | | re-order news | ||||
* | Fix bug #37277 (cloning Dom Documents or Nodes does not work) | Rob Richards | 2006-05-03 | 4 | -3/+27 |
| | | | | | | Proper fix for bug #36859 add test | ||||
* | MFH | Dmitry Stogov | 2006-05-03 | 1 | -1/+1 |
| | |||||
* | typo | Dmitry Stogov | 2006-05-02 | 1 | -0/+1 |
| |