Commit Graph

43739 Commits

Author SHA1 Message Date
Mark Karpeles
a540179fe6 - ext/wddx: classes providing __sleep() are stored without properties (fixed) 2008-11-20 14:34:35 +00:00
Mark Karpeles
7bba0a337c - MFB (PHP_5_2): #46496, wddx_serialize treats input as ISO-8859-1 (Mark Karpeles)
# - The tests are failing for now (not handling PHP6 specific string types), this will be fixed in a few days
2008-11-20 11:50:51 +00:00
Pierre Joye
3c5b675727 - declarations must be.. 1st 2008-11-20 10:20:37 +00:00
91d70cce20 ChangeLog update 2008-11-20 01:32:19 +00:00
Arnaud Le Blanc
085b11a8cb CS 2008-11-19 17:54:24 +00:00
Andrey Hristov
d38e2142c1 Fix a small bug that mysqlnd::next_result didn't care about an error in a
multi-statement. In an inner layer the error has been already set, thus it
needed better massage on the top level.
2008-11-19 17:41:25 +00:00
Felipe Pena
12c2d80194 - Fixed tests 2008-11-19 16:59:17 +00:00
Arnaud Le Blanc
629c74a10a Improved ArrayObject performance (made spl_hash_verify_pos() an O(1)
and removed some spl_array_get_hash_table() calls). Fixes #46039
2008-11-19 14:42:27 +00:00
Pierre Joye
ffb726203b - new naming and allow libcurl static build
- c/p error for zlib
2008-11-19 09:28:54 +00:00
Etienne Kneuss
8251921307 Fix #46241 (stacked error_handlers, error_handling in general) 2008-11-19 01:59:07 +00:00
d3b716d604 ChangeLog update 2008-11-19 01:32:00 +00:00
Alexey Zakhlestin
7764b84794 MFB: new parameter-parsing api 2008-11-18 19:09:15 +00:00
Pierre Joye
a8ca54cd9a - mac eol to win eol 2008-11-18 19:03:22 +00:00
Andrey Hristov
a04cd72975 Fix windows build - pure C compiler 2008-11-18 18:02:06 +00:00
Andrey Hristov
983f575f22 Asynchronous queries for mysqli, when mysqlnd is enabled.
Includes 4 tests for mysqli_poll
2008-11-18 16:54:38 +00:00
Ant Phillips
ddb2c05841 Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:37:57 +00:00
Pierre Joye
f305ddbe53 - declaration has to be first... 2008-11-18 14:25:54 +00:00
Pierre Joye
2fcfc0e9e3 - mfb: fix title 2008-11-18 02:13:53 +00:00
Pierre Joye
934f3293a6 - MFB: #41033, enable signing with DSA keys 2008-11-18 02:12:48 +00:00
c937eca3dd ChangeLog update 2008-11-18 01:32:11 +00:00
Felipe Pena
1acef6ff72 - Changed 'strlen' to use ZEND_FUNCTION(strlen)
- Removed duplicated arginfo structs
2008-11-17 22:15:13 +00:00
Scott MacVicar
355c955639 Add openssl_random_pseudo_bytes() in order to expose access to a PRG, 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]
2008-11-17 21:54:20 +00:00
Scott MacVicar
09fabbbbfc Fix #46033 - Segfault when instantiating SQLite3stmt and SQLite3Result directly. 2008-11-17 19:32:31 +00:00
Scott MacVicar
b7d28c4815 Sync libsqlite to 3.6.5 2008-11-17 17:13:11 +00:00
David Soria Parra
9aa93cc8d3 Feature request #46595. Use cc as default compiler and fallback to gcc. [DOC] 2008-11-17 15:12:33 +00:00
Ant Phillips
d7ed58db8b Commit tests for ext/reflection 2008-11-17 12:50:18 +00:00
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