Commit Graph

43739 Commits

Author SHA1 Message Date
Ilia Alshanetsky
926c4f4a25 MFB: Fixed bug #46711 (cURL curl_setopt leaks memory in foreach loops). 2008-11-30 17:35:56 +00:00
99aee67e67 ChangeLog update 2008-11-30 01:32:21 +00:00
Hannes Magnusson
ff413c2304 Fix arginfo 2008-11-30 00:22:52 +00:00
Hannes Magnusson
6221154fed Fixed proto 2008-11-30 00:12:11 +00:00
Uwe Schindler
d2e97a0e09 support stat cache of webserver (like apache does) 2008-11-29 23:43:43 +00:00
Uwe Schindler
4a2fd02927 Some nsapi.h specific ifdefs unified & corrected 2008-11-29 19:57:23 +00:00
Uwe Schindler
ba4ed0395a remove one stat call and replace by cached one 2008-11-29 19:36:40 +00:00
Sebastian Bergmann
eb33ee45cd Fix #46718: ReflectionProperty::setValue() and ReflectionProperty::setAccessible(). 2008-11-29 15:58:30 +00:00
Uwe Schindler
ca51af4219 - Implement the changes needed for http://news.php.net/php.cvs/54228
- Additionally implement flushing in NSAPI and fix some small things
2008-11-29 14:44:26 +00:00
c9a668db55 ChangeLog update 2008-11-29 01:32:19 +00:00
Stanislav Malyshev
3143bd3bf1 MFB: init BG(page_uid) and BG(page_gid) 2008-11-29 00:47:51 +00:00
Stanislav Malyshev
c73e385315 MFB: init server context before config variables are processed 2008-11-29 00:46:27 +00:00
Johannes Schlüter
1275a176e9 Change to zend_parse_parameters 2008-11-28 20:36:48 +00:00
Johannes Schlüter
aabcde4dc6 New param parsing for ext/mysql 2008-11-28 20:21:35 +00:00
Matt Wilmas
df5f8f885d Updated description to match docs 2008-11-28 19:05:42 +00:00
Zoe Slattery
34ab302873 Committing include files required for tests. Tests and bug reports to follow. 2008-11-28 17:39:13 +00:00
Felipe Pena
a8d6e81434 - Fixed memory leaks in createFunction and createAggregate methods 2008-11-28 15:36:34 +00:00
Johannes Schlüter
5522a99905 No infinite loop in case the connection broke 2008-11-28 14:37:43 +00:00
Dmitry Stogov
2c70ca4ab0 Fixed bug #41534 (SoapClient over HTTPS fails to reestablish connection) 2008-11-28 14:21:08 +00:00
Jani Taskinen
7c7b85e09d Last file.. 2008-11-28 13:23:04 +00:00
Dmitry Stogov
dcd2ff33e0 Fixed bug #46366 (bad cwd with / as pathinfo) 2008-11-28 11:57:11 +00:00
Ant Phillips
54fe780817 Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:42:21 +00:00
18237ba8e3 ChangeLog update 2008-11-28 01:32:28 +00:00
Pierre Joye
85204e95f8 - fix build.. 2008-11-27 21:57:15 +00:00
Scott MacVicar
da92e56c8e Move mhash extension registration code into the hash module startup. This allows extension_loaded('mhash'); to work. 2008-11-27 21:11:51 +00:00
Scott MacVicar
36660c01ab Add asprintf, use regular system malloc and free and add checks in configure.in for the functions 2008-11-27 19:45:16 +00:00
Dmitry Stogov
e5454b359a Fixed bug #46409 (__invoke method called outside of object context when using array_map) 2008-11-27 19:02:45 +00:00
Ilia Alshanetsky
496ec83e38 MFB: Fixed bug #46696 (cURL fails in upload files with specified
content-type)
2008-11-27 17:03:22 +00:00
Dmitry Stogov
ba9d662784 Fixed bug #44882 (SOAP extension object decoding bug) 2008-11-27 14:50:06 +00:00
Ant Phillips
0920ed8861 Directory tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-27 14:49:14 +00:00
Ant Phillips
d88187cf94 Latest and greatest versions of these session tests - checked on 6.0 snap on Windows, Linux and Linux 64 bit. 2008-11-27 13:49:45 +00:00
Dmitry Stogov
8cdff55a26 Fixed bug #46427 (SoapClient() stumbles over its "stream_context" parameter) 2008-11-27 11:25:52 +00:00
Scott MacVicar
83feedac48 Update libsqlite to 3.6.6.2 2008-11-27 08:40:58 +00:00
Felipe Pena
0d181765d5 - New parameter parsing API 2008-11-27 02:16:56 +00:00
add52dbc38 ChangeLog update 2008-11-27 01:32:24 +00:00
Ant Phillips
977a9400fe File system tests: checked on PHP 6.0 latest snap (Windows, Linux and Linux 64 bit) - there are quite a large number of failing test cases (all marked with an XFAIL section), they wiill have bugs raised to cover the issues real soon now... 2008-11-26 17:48:41 +00:00
Antony Dovgal
3c06283750 fix test 2008-11-26 11:30:42 +00:00
Felipe Pena
36e7442c2f - New test 2008-11-26 10:16:30 +00:00
Arnaud Le Blanc
c8f24ea5bd Fixed bug #46673 (stream_lock call with wrong paramater) 2008-11-26 04:18:24 +00:00
Arnaud Le Blanc
181c08a32a Missed file from commit for #44181 & #44182 2008-11-26 04:08:07 +00:00
Arnaud Le Blanc
eef1ad9ddf [DOC] Added ENT_IGNORE as a compatibility flag for htmlentities() and
htmlspecialchars() to skip multibyte sequences intead of returning an
empty string (as iconv's //IGNORE). These functions will still never
return an invalid or incomplete multibyte sequence.
Example: htmlspecialchars("...", ENT_QUOTES | ENT_COMPAT, "utf-8");
2008-11-26 02:57:32 +00:00
Arnaud Le Blanc
763a92d7e0 MFB 5.2 2008-11-26 02:43:43 +00:00
eadaffad27 ChangeLog update 2008-11-26 01:32:21 +00:00
Arnaud Le Blanc
9891ad135f Fixed bug #42473 (ob_start php://output and headers) 2008-11-26 01:20:10 +00:00
Arnaud Le Blanc
1064f9721b Fixed bugs #44181 & #44182 (extract() and references)
(robin_fernandes at uk dot ibm dot com)
2008-11-26 00:59:13 +00:00
Ilia Alshanetsky
42df01cf6e MFB: Upgraded bundled sqlite to version 3.6.6.1. 2008-11-25 23:53:34 +00:00
Stanislav Malyshev
3a54f031e4 cleanup 2008-11-25 22:23:28 +00:00
Arnaud Le Blanc
76e5580b2e Fixed endless loop in cli when ignore_user_abort is on 2008-11-25 03:49:21 +00:00
20e2c0b8fe ChangeLog update 2008-11-25 01:32:38 +00:00
Stanislav Malyshev
f778e6c4f9 MFB: fix php_value application order for Apache 2008-11-25 00:33:11 +00:00