Jani Taskinen
|
9bb7a2fcc7
|
MFB52: cs+ws (and synced the folding wrap style!)
|
2007-09-27 13:16:09 +00:00 |
|
Dmitry Stogov
|
3542f7a6dc
|
Improved ext/soap to support element names in context of XMLShema's <any>
|
2007-09-27 10:02:04 +00:00 |
|
Antony Dovgal
|
22dff490b0
|
fix coverity issue #412
|
2007-09-27 09:18:36 +00:00 |
|
Antony Dovgal
|
4919bc45c5
|
fix coverity issue #411
|
2007-09-27 09:14:56 +00:00 |
|
Dmitry Stogov
|
070e0e30b9
|
Revert ws-breaking patch
|
2007-09-27 08:28:46 +00:00 |
|
Raghubansh Kumar
|
ed72c6c50b
|
new testcases for strrev() function
|
2007-09-26 14:42:15 +00:00 |
|
Antony Dovgal
|
ca861401ff
|
fix proto
|
2007-09-26 10:54:56 +00:00 |
|
Raghubansh Kumar
|
38d1ab072f
|
New testcases for crc32() function
|
2007-09-26 06:11:28 +00:00 |
|
Rui Hirokawa
|
9fb312447e
|
added support "entity" as substitute_character settin accoding to bug #39404
|
2007-09-24 11:50:54 +00:00 |
|
Ilia Alshanetsky
|
17f9597ba3
|
MFB: Fixed memory leak inside pack() (coverity issues #398,#399,#400)
|
2007-09-22 15:26:51 +00:00 |
|
Raghubansh Kumar
|
360f022c1a
|
New testcases for strspn() function
|
2007-09-22 10:49:49 +00:00 |
|
Raghubansh Kumar
|
8a44a00593
|
New testcases for strcspn() function
|
2007-09-22 10:37:46 +00:00 |
|
Raghubansh Kumar
|
53569976d4
|
New testcases for strtok() function
|
2007-09-22 07:41:14 +00:00 |
|
Raghubansh Kumar
|
db756ffc96
|
replaced by array_search_variation1.phpt, hence removed.
|
2007-09-22 06:57:42 +00:00 |
|
Raghubansh Kumar
|
1c35a6365e
|
update and split of testcases for functions array_search() and in_array()
|
2007-09-22 06:55:59 +00:00 |
|
Antony Dovgal
|
fba42a8530
|
check the return value of getgroups() for -1 (coverity issue #390)
|
2007-09-21 14:05:01 +00:00 |
|
Antony Dovgal
|
cd519f058c
|
plug leak on error (coverity issue #405)
|
2007-09-21 13:50:47 +00:00 |
|
Antony Dovgal
|
6b3e9fe528
|
plug leak on error (coverity issue #407)
|
2007-09-21 13:41:02 +00:00 |
|
Dmitry Stogov
|
f5ee0dc18e
|
Improved speed of array_diff_key(), array_diff_assoc() and array_udiff_assoc().
|
2007-09-21 13:11:16 +00:00 |
|
Antony Dovgal
|
691de1aa72
|
fix invalid read when opendir over FTP fails (coverity issue #462)
|
2007-09-21 12:57:23 +00:00 |
|
Nuno Lopes
|
c5df1d8673
|
oops.. thats what you get for commiting code without compiling nor testing..
|
2007-09-20 22:44:17 +00:00 |
|
Stanislav Malyshev
|
39253a5418
|
better fix for iconv_substr
|
2007-09-20 22:38:25 +00:00 |
|
Nuno Lopes
|
c891118ce9
|
MFB: fix crash in tidy_get_body() and related functions when the node doesnt exist
|
2007-09-20 22:30:49 +00:00 |
|
Stanislav Malyshev
|
6d5fce416f
|
MFB length check fix (Mattias Bengtsson)
|
2007-09-20 21:57:11 +00:00 |
|
Stanislav Malyshev
|
3a5dc95ae4
|
add test for dl() with long name
|
2007-09-20 18:45:03 +00:00 |
|
Jani Taskinen
|
9eb9d74932
|
- Fixed skipif block
|
2007-09-20 14:27:58 +00:00 |
|
Jani Taskinen
|
b11587f988
|
- Fix test descriptions to be in sync
|
2007-09-20 13:39:04 +00:00 |
|
Ilia Alshanetsky
|
c55bf5fc80
|
MFB: Fixed test for glob() affected by previous patch
|
2007-09-20 13:29:22 +00:00 |
|
Rob Richards
|
2fab025256
|
fix bug #42139 (XMLReader option constants are broken using XML())
add test
|
2007-09-20 09:30:17 +00:00 |
|
Dmitry Stogov
|
d5473d816e
|
Improved speed of array_intersect_key(), array_intersect_assoc() and array_uintersect_assoc(). (100 times faster on arrays with 100000 elements)
|
2007-09-20 09:23:11 +00:00 |
|
Antony Dovgal
|
2b17f226b9
|
if one of regular expressions in the array fails, return NULL right away
this fixes "String is not zero-terminated" error and makes the behaviour consistent with regexps passed as strings
|
2007-09-20 08:10:20 +00:00 |
|
Ilia Alshanetsky
|
3d1534d185
|
MFB: Fixed regression in glob() when enforcing safe_mode/open_basedir checks
on paths containing '*'
|
2007-09-19 22:40:02 +00:00 |
|
Antony Dovgal
|
8df615e0d6
|
fix test name
|
2007-09-19 11:25:51 +00:00 |
|
Johannes Schlüter
|
eaab9fc9c4
|
- Fix build (filename is a zval * here, not a zval** like in 5_2)
|
2007-09-19 01:08:38 +00:00 |
|
Stanislav Malyshev
|
16059f2b18
|
MFB one more test
|
2007-09-19 00:49:25 +00:00 |
|
Stanislav Malyshev
|
5fce3f4e02
|
MFB length tests
|
2007-09-19 00:42:20 +00:00 |
|
Stanislav Malyshev
|
8ecd0a4943
|
MFB: limit iconv parameters here too
|
2007-09-19 00:38:48 +00:00 |
|
Stanislav Malyshev
|
71929ac5ee
|
limit iconv parameter sizes - workaround for libc bug
|
2007-09-19 00:37:43 +00:00 |
|
Stanislav Malyshev
|
0cf2068b3b
|
use right variable name
|
2007-09-19 00:06:05 +00:00 |
|
Rui Hirokawa
|
1dcec80d7b
|
fixed bug #42502 va_* cannot detect.
|
2007-09-18 21:35:13 +00:00 |
|
Stanislav Malyshev
|
a8f965bf80
|
limit dl() argument length (patch by Christian Hoffmann)
|
2007-09-18 20:21:04 +00:00 |
|
Ilia Alshanetsky
|
c701d46a4b
|
MFB: Fixed bug #42189 (xmlrpc_set_type() crashes php on invalid datetime
values).
|
2007-09-18 19:52:27 +00:00 |
|
Raghubansh Kumar
|
adb9c195f5
|
better output matching/fixes
|
2007-09-15 07:32:16 +00:00 |
|
Raghubansh Kumar
|
59d3bd8544
|
New testcase for strncasecmp()
|
2007-09-14 19:17:08 +00:00 |
|
Raghubansh Kumar
|
78fdb30718
|
New testcases for chop()
|
2007-09-14 19:14:52 +00:00 |
|
Raghubansh Kumar
|
35405b401a
|
Removing from file dir as it was wrongly committed to this dir
|
2007-09-14 19:10:04 +00:00 |
|
Raghubansh Kumar
|
3aae429b88
|
New testcases for wordwrap()
|
2007-09-14 19:09:11 +00:00 |
|
Zoe Slattery
|
05da39cb03
|
Changing to use %a to match recent run-tests.php patch
|
2007-09-14 16:56:34 +00:00 |
|
Nuno Lopes
|
db5f5d6bd7
|
MFB: change run-tests.php to add %a
|
2007-09-14 15:36:29 +00:00 |
|
Nuno Lopes
|
619ddc2679
|
MFB: fix expected output
|
2007-09-14 15:04:46 +00:00 |
|