summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - MFH pcre_get_compiled_regex_cache() supportMarcus Boerger2006-05-092-15/+29
|
* - MFH as discussedMarcus Boerger2006-05-0931-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 Alshanetsky2006-05-092-5/+8
|
* *** empty log message ***Andrei Zmievski2006-05-091-0/+2
|
* MFHAndrei Zmievski2006-05-092-14/+135
|
* removed unused macro parameterGeorg Richter2006-05-091-3/+3
|
* Update newsEdin Kadribasic2006-05-081-0/+2
|
* moved zend_class_entry variables to mysqli.cGeorg Richter2006-05-082-6/+13
|
* MFH: Add implementation of curl_multi_info_readBrian France2006-05-082-9/+57
|
* tweaks and optimizationsAndrey Hristov2006-05-081-69/+58
| | | | | #tested on 32b and 64b
* Fixed memory leaks when working with cursors in PDO PostgreSQL driver.Ilia Alshanetsky2006-05-082-0/+4
|
* - more CSPierre Joye2006-05-081-15/+23
|
* - MFH: #37360, bad gif sizePierre Joye2006-05-083-3/+17
|
* - CS (spaces > tabs)Pierre Joye2006-05-081-426/+417
|
* INSTALL_HEADERS takes absolute filenames there in the second arg.Rasmus Lerdorf2006-05-071-1/+1
| | | | | This makes pecl/mailparse build again
* - #37346, invalid colormap formatPierre Joye2006-05-073-7/+29
|
* Fixed bug #37348 (make PEAR install ignore open_basedir).Ilia Alshanetsky2006-05-072-1/+2
|
* - MFH %v for s[np]printfMarcus Boerger2006-05-072-0/+2
|
* MFH: Added pg_field_table() as per req: #36750Edin Kadribasic2006-05-072-0/+91
|
* Enable parallel build against Apache 2.2 libs and headersEdin Kadribasic2006-05-071-0/+17
|
* Enable separate build dir for SAPIs, the same way it is possible for EXTENSIONsEdin Kadribasic2006-05-071-5/+11
|
* Fixed bug #37244 (Added strict flag to base64_decode() that enforcesIlia Alshanetsky2006-05-063-24/+35
| | | | | RFC3548 compliance).
* Creation of the 5.2 branchIlia Alshanetsky2006-05-063-6/+8
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.SVN Migration2006-05-0546-0/+5446
|
* - treat interfaces and classes gracefully in print_inhMichael Wallner2006-05-051-5/+43
|
* - add print_inh (prints a very simple class tree, ie. extensible)Michael Wallner2006-05-051-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 Stogov2006-05-052-1/+5
|
* plug a leakAntony Dovgal2006-05-041-0/+2
|
* MFH: several minor fixes: nuke compile warnings etc.Antony Dovgal2006-05-042-19/+19
|
* Note addition of new class constantsSara Golemon2006-05-041-0/+1
|
* Back to devIlia Alshanetsky2006-05-032-5/+5
|
* go with 5.1.4Ilia Alshanetsky2006-05-032-7/+7
|
* News entry for exporting PDO::PARAM_EVT_* constantsSara Golemon2006-05-031-0/+1
|
* mfh(r-1.129) Expose PARAM_EVT_* constantsSara Golemon2006-05-031-0/+8
|
* - remove debug partPierre Joye2006-05-031-1/+0
| | | | | nota bene, there is still work in this area, but this is a start
* - add test for multipart POSTPierre Joye2006-05-031-0/+42
| | | | | - also first example of the POST_RAW section
* - add support for POST_RAW, allow to pass raw POST dataPierre Joye2006-05-031-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 leakAntony Dovgal2006-05-031-0/+1
|
* more POST+array testsAntony Dovgal2006-05-038-0/+155
|
* Fixed bug #37205 (incompatibility with mod_fastcgi)Dmitry Stogov2006-05-032-18/+4
|
* Prepare news file for releaseIlia Alshanetsky2006-05-031-2/+2
|
* Revert previous optimization if preparation for 5.1.4Ilia Alshanetsky2006-05-031-2/+2
|
* Fixed bug #37291 (FastCGI now longer works with isapi_fcgi.dll)Dmitry Stogov2006-05-031-0/+1
|
* Fixed incompatibility with isapi_fcgi.dllDmitry Stogov2006-05-031-0/+4
|
* Fixed bug #37276 (problems witch $_POST array)Dmitry Stogov2006-05-032-1/+2
|
* - document the --with-pdo-sqlite[=dir]Pierre Joye2006-05-031-0/+3
|
* BFNRob Richards2006-05-031-1/+2
| | | | | re-order news
* Fix bug #37277 (cloning Dom Documents or Nodes does not work)Rob Richards2006-05-034-3/+27
| | | | | | Proper fix for bug #36859 add test
* MFHDmitry Stogov2006-05-031-1/+1
|
* typoDmitry Stogov2006-05-021-0/+1
|