Commit Graph

43513 Commits

Author SHA1 Message Date
Felipe Pena
43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
cbfbdabbff ChangeLog update 2008-11-17 01:32:31 +00:00
Pierre Joye
4096353dfe - MFB: skip if pcntl is not present 2008-11-16 23:22:02 +00:00
Pierre Joye
23018b92b8 - #46127, php_openssl_tcp_sockop_accept forgets to set context on accepted stream 2008-11-16 23:03:59 +00:00
Ilia Alshanetsky
9a5ba8a441 MFB: Fixed memory leak inside readline_callback_handler_install() function 2008-11-16 18:02:17 +00:00
c91c898fc4 ChangeLog update 2008-11-16 01:35:43 +00:00
Felipe Pena
983eab9565 - Fixed strlen function entry (missing arginfo struct size, thanks Philip!) 2008-11-16 00:44:01 +00:00
Arnaud Le Blanc
e1fcaeef9d Added stream_cast() and stream_set_options() to user-space stream
wrappers, allowing stream_select(), stream_set_blocking(),
stream_set_timeout() and stream_set_write_buffer() to work with user-space
stream wrappers.
Will document.
2008-11-15 12:50:17 +00:00
c732c57442 ChangeLog update 2008-11-15 01:32:15 +00:00
Hannes Magnusson
ee616e41dd Interfaces extend other interfaces, not implement 2008-11-14 19:22:09 +00:00
Sanjay Mantoor
ecbcdf3057 New testcases for gmdate function 2008-11-14 09:14:30 +00:00
Arnaud Le Blanc
97c13507db Fix proto line 2008-11-14 06:00:33 +00:00
2ed5b9a67d ChangeLog update 2008-11-14 01:32:08 +00:00
Hannes Magnusson
4750e76dd9 Document the xmlrpc_errors option, it is totally unrelated to the extension 2008-11-13 19:05:36 +00:00
Stanislav Malyshev
01deabb5cd MFB - Add error_log option to log directly to SAPI 2008-11-13 18:51:21 +00:00
Ilia Alshanetsky
c037b6175f MFB: Fixed a bug inside dba_replace() that could cause file truncation with
invalid keys
2008-11-13 18:21:54 +00:00
Felipe Pena
ed247d6d41 - Better fix 2008-11-13 18:14:31 +00:00
Pierre Joye
9c9bd52036 - declarations go first.... 2008-11-13 14:36:56 +00:00
Arnaud Le Blanc
d27e9eac93 MFB: Updated header_handler in apache2filter and apache_hooks 2008-11-13 13:41:59 +00:00
Felipe Pena
c37e9fd8bb - Fixed invalid reads 2008-11-13 13:07:50 +00:00
Felipe Pena
e79849c905 - Fix build 2008-11-13 11:32:04 +00:00
Arnaud Le Blanc
047870a61f MFB: Added header_remove() (chsc at peytz dotdk, Arnaud) 2008-11-13 10:33:08 +00:00
Arnaud Le Blanc
f24bc6f421 Added stream_context_get_params()
[DOC] proto bool stream_context_get_params(resource context|stream)
      Get parameters of a file context (parameters set by
      stream_context_set_params())
2008-11-13 05:46:51 +00:00
Felipe Pena
03d10e4f30 - Fixed macro redefinition warning 2008-11-13 01:34:57 +00:00
3d7986ce1d ChangeLog update 2008-11-13 01:32:14 +00:00
Felipe Pena
4979fc17e3 - Fixed a macro redefinition on BSD for different purpose 2008-11-12 23:37:47 +00:00
Felipe Pena
330dc7f034 - Removed unused variables 2008-11-12 17:26:19 +00:00
Felipe Pena
f73e20f602 - Fix test 2008-11-12 17:17:38 +00:00
Pierre Joye
f5553f3494 - fix #14962 (makes 2nd argument really optional)
- replace ZEND_ENGINE_2_1 test with PHP_ZIP_USE_OO, version independent
- sync tests with 5.3
2008-11-12 11:24:48 +00:00
Pierre Joye
3f12e9e699 - not necessary anymore 2008-11-12 11:20:38 +00:00
294d51d7a9 ChangeLog update 2008-11-12 01:32:32 +00:00
Felipe Pena
217eb324da - New parameter parsing API 2008-11-11 17:52:47 +00:00
Felipe Pena
f464bb8d05 - New tests 2008-11-11 17:52:08 +00:00
Felipe Pena
539536fb3c - New test 2008-11-11 16:12:18 +00:00
Felipe Pena
08aad5f7f7 - 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)
2008-11-11 13:26:26 +00:00
Pierre Joye
0abf7238d2 - fix build with all curl versions, even very old (thx Felipe for having found all versions info) 2008-11-11 12:25:37 +00:00
Jani Taskinen
ac43ac897f fix build 2008-11-11 11:56:39 +00:00
Arnaud Le Blanc
fc938b54c7 Fixed stream_get_contents() when using $maxlength and socket is not
closed. indeyets@php.net on #46049.
2008-11-11 01:55:19 +00:00
3358613c4b ChangeLog update 2008-11-11 01:32:21 +00:00
Arnaud Le Blanc
dec12b2549 Fixed bug #44818 (php://memory writeable when opened read only) 2008-11-11 00:44:36 +00:00
Arnaud Le Blanc
2fe765b5f4 Fixed bug #45585 (fread() return value for EOF inconsistent
between PHP 5 and 6)
2008-11-11 00:40:05 +00:00
Pierre Joye
e1ab50627b - make the curl phpinfo more verbose 2008-11-10 22:58:44 +00:00
Felipe Pena
b7d8550397 - Make expected result compatible with recent Firebird version 2008-11-10 22:33:00 +00:00
Kalle Sommer Nielsen
20c6f29fe4 State that bugs should be sorted desc. 2008-11-10 22:10:21 +00:00
David Coallier
a6cb5393c6 - MFB (Which was an MFH)
- Bug #44153 (ErrorCode returns NULL when no error)
- Bug #44154 (ErrorInfo to ALWAYS have 3 elements)
2008-11-10 20:34:53 +00:00
Andrey Hristov
68d9aac6d2 Remove unneeded cast 2008-11-10 20:04:56 +00:00
Sean Coates
b2e1b180eb (MFB because I'm a bad person) test to ensure that ArrayObject can act as an array 2008-11-10 19:22:11 +00:00
Ilia Alshanetsky
e767480c8f Fixed compiler warnings 2008-11-10 19:03:57 +00:00
Felipe Pena
c9765a29e8 - New tests 2008-11-10 18:01:36 +00:00
Felipe Pena
cd092a8287 - Fixed tests (thanks Timm) 2008-11-10 15:07:09 +00:00