summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MFH:Andrey Hristov2008-11-1818-15/+1253
| | | | | | Asynchronous queries for mysqli, when mysqlnd is enabled. Includes 4 tests for mysqli_poll
* Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and ↵Ant Phillips2008-11-1856-0/+4914
| | | | Linux 64 bit).
* - MFH: declaration has to be first...Pierre Joye2008-11-181-1/+1
|
* - MFB: fix titlePierre Joye2008-11-181-1/+1
|
* - #41033, enable signing with DSA keysPierre Joye2008-11-184-1/+56
|
* MFH:Felipe Pena2008-11-171-105/+31
| | | | | | - Changed 'strlen' to use ZEND_FUNCTION(strlen) - Removed duplicated arginfo structs
* Missed test for previous commitScott MacVicar2008-11-171-0/+22
|
* MFH Add openssl_random_pseudo_bytes() in order to expose access to a PRG, ↵Scott MacVicar2008-11-171-0/+53
| | | | | | | | | | this wraps around whatever the OS provides. - OpenBSD uses arc4random() - Windows uses the Windows Crypto API - FreeBSD, Linux, etc use /dev/random or /dev/urandom if available [DOC]
* MFH Fix #46033 - Segfault when instantiating SQLite3stmt and SQLite3Result ↵Scott MacVicar2008-11-171-3/+70
| | | | directly.
* Improve use syntaxStanislav Malyshev2008-11-172-2/+35
| | | | | [DOC] use \foo\bar is the same as use foo\bar
* MFH Sync libsqlite to 3.6.5Scott MacVicar2008-11-173-4773/+6226
|
* MFH: Feature request #46595. Use cc as default compiler and fallback to gcc.David Soria Parra2008-11-172-1/+2
|
* Commit tests for ext/reflectionAnt Phillips2008-11-178-0/+362
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-17116-2439/+4
|
* - MFB: skip if pcntl is not presentPierre Joye2008-11-161-1/+2
|
* - entry for #46127Pierre Joye2008-11-161-0/+2
|
* - MFH: #46127, php_openssl_tcp_sockop_accept forgets to set context on ↵Pierre Joye2008-11-163-0/+91
| | | | accepted stream
* Fixed memory leak inside readline_callback_handler_install() functionIlia Alshanetsky2008-11-161-2/+3
|
* - MFH: Fixed strlen function entry (missing arginfo struct size, thanks Philip!)Felipe Pena2008-11-161-1/+1
|
* MFH: Added stream_cast() and stream_set_options() to user-space streamArnaud Le Blanc2008-11-154-2/+427
| | | | | | | | wrappers, allowing stream_select(), stream_set_blocking(), stream_set_timeout() and stream_set_write_buffer() to work with user-space stream wrappers. Will document.
* MFH: Interfaces extend other interfaces, not implementHannes Magnusson2008-11-141-1/+5
|
* New testcases for gmdate functionSanjay Mantoor2008-11-1416-0/+1175
|
* MFH: Fix proto lineArnaud Le Blanc2008-11-141-1/+1
|
* MFH: Document the xmlrpc_errors optionHannes Magnusson2008-11-132-8/+10
|
* [DOC] Add option for error_log to send directly to SAPI loggerStanislav Malyshev2008-11-131-1/+8
|
* Fixed a bug inside dba_replace() that could cause file truncation withIlia Alshanetsky2008-11-131-1/+3
| | | | | invalid keys
* - MFH: Better fixFelipe Pena2008-11-132-15/+9
|
* - MFH: declaration goes first...Pierre Joye2008-11-132-4/+4
|
* Updated header_handler in apache2filter and apache_hooksArnaud Le Blanc2008-11-132-44/+78
|
* - MFH: Fixed invalid readsFelipe Pena2008-11-132-3/+3
|
* Added header_remove() (chsc at peytz dotdk, Arnaud)Arnaud Le Blanc2008-11-1310-69/+299
| | | | | | | | | | | | | | | | | | | | | | | | | [DOC] proto void header_remove([string header_name]) Removes an HTTP header previously set using header() The header_name parameter is optionnal, all headers are removed if it is not set [SAPIs] The header_handler callback in sapi_module_struct has been changed, it now take a new argument. When it is set to SAPI_HEADER_DELETE, sapi_header->header is the name of an header, header_handler has to delete it. When it is set to SAPI_HEADER_DELETE_ALL, header_handler has to delete all headers. When sapi_header_op_enum is SAPI_HEADER_ADD or _REPLACE, sapi_header->header is in the form "Name: value", header_handler has to add or replace the given header. In all cases, header_handler must not free sapi_header or sapi_header->header. SAPI_HEADER_ADD must be returned if the header has been added or replaced, or 0 in other cases.
* MFH: Added stream_context_get_params()Arnaud Le Blanc2008-11-135-0/+157
|
* - Fixed testsFelipe Pena2008-11-132-4/+4
|
* - MFH: Fixed macro redefinition warningFelipe Pena2008-11-131-0/+1
|
* - MFH: Fixed a macro redefinition on BSD for different purposeFelipe Pena2008-11-121-0/+1
|
* - MFH: Removed unused variablesFelipe Pena2008-11-121-3/+0
|
* - Fix testFelipe Pena2008-11-121-1/+1
|
* - Silent valgrindFelipe Pena2008-11-121-1/+1
|
* - MFH:Pierre Joye2008-11-123-12/+44
| | | | | | - #14962, makes extractTo 2nd argument really optional - replace ZEND_ENGINE_2_1 by PHP_ZIP_USE_OO
* make sure the slash is actually thre before reading past itAntony Dovgal2008-11-121-3/+3
|
* fix potential crash in zend_do_assign due to opcodes reallocStanislav Malyshev2008-11-121-2/+9
|
* fix crash - using old opline after reallocStanislav Malyshev2008-11-121-3/+6
|
* Removed unused varsIlia Alshanetsky2008-11-121-2/+0
|
* fix memleakStanislav Malyshev2008-11-112-262/+258
|
* Namespace resolution streamlining patchStanislav Malyshev2008-11-1130-689/+443
| | | | | [DOC] new resolution rules should be documented soon
* some new testsStanislav Malyshev2008-11-1110-0/+135
|
* - MFH: New parameter parsing APIFelipe Pena2008-11-111-75/+50
|
* - New testsFelipe Pena2008-11-114-0/+122
|
* - Fixed bug #46546 (Segmentation fault when using declare statement with ↵Felipe Pena2008-11-112-1/+18
| | | | | | | non-string value) # This issue only happens in this branch
* MFH:Felipe Pena2008-11-113-4/+42
| | | | | | - Added ZEND_FETCH_RESOURCE2_NO_RETURN() (a version of ZEND_FETCH_RESOURCE2 but without the ZEND_VERIFY_RESOURCE() which contains RETURN_FALSE) - Fixed bug #46543 (ibase_trans() memory leaks when using wrong parameters)