Moriyoshi Koizumi
4758b109a5
Do the same test as ext/standard/test/strings/strtoupper.phpt does
2002-10-22 20:34:53 +00:00
Moriyoshi Koizumi
68a5d1bca3
Improved determine_charset() to use mbstring.internal_encoding when the last
...
param is a null string. (If the param is omitted, it takes iso-8859-1 as
the default charset in favour of backwards compatibility.)
2002-10-22 20:11:48 +00:00
Melvyn Sopacua
d6e639a02f
test for locale support in strtoupper
2002-10-22 19:39:17 +00:00
Ilia Alshanetsky
62aefeb01f
Fixed ZTS build.
2002-10-22 18:54:09 +00:00
Marcus Boerger
14626a1836
ups - the other way round of course
2002-10-22 18:47:41 +00:00
Marcus Boerger
376dcd80bb
Updated tests
2002-10-22 18:40:30 +00:00
Marcus Boerger
822e9b6e56
Fix this extension.
...
#The problem was that the extension suspected the hash list to be a
#straight forward list with no closed elements.
2002-10-22 18:39:05 +00:00
Marcus Boerger
e2a62e21c2
Fix for cases when new_length is NULL
2002-10-22 18:27:56 +00:00
Ilia Alshanetsky
30abd18322
Fixed a possible segmentation fault in file() function.
2002-10-22 18:07:11 +00:00
Ilia Alshanetsky
9f6a8748e1
Small corrections to the expected output.
2002-10-22 17:38:13 +00:00
Ilia Alshanetsky
6b67dc8dd5
Fixed implode test
2002-10-22 17:17:56 +00:00
Jon Parise
f62fc1a0ef
Correct case for README.TESTING.
2002-10-22 12:28:49 +00:00
Marcus Boerger
32a77eff78
Update documentation
2002-10-22 09:00:52 +00:00
Frank M. Kromann
938a78a85b
Fixing check to enable dl() for both cgi and cgi-fcgi
2002-10-22 07:00:51 +00:00
foobar
7d3dc68a79
Nuke tabs.
2002-10-21 23:41:55 +00:00
foobar
f93096ecb6
Removed tabs and combined those multiple AC_CHECK_FUNCS calls to one.
2002-10-21 23:41:38 +00:00
Ilia Alshanetsky
d8480c8088
Fixed symlink/link functions on ZTS builds.
...
Made URL detection in symlink code use php_stream_locate_url_wrapper().
2002-10-21 23:35:29 +00:00
foobar
0abca4f60a
Cleanup. (no tabs here!)
2002-10-21 22:58:52 +00:00
Wez Furlong
dabf1053cd
Refine stream_select() to work with streams that have data in their read
...
buffers.
When selecting for read, the streams are examined; if any of them have
pending read data, no actual select(2) call is performed; instead the
streams with buffered data are returned; just like a regular select
call.
Prevent erroneous warning in stream_select when obtaining the fd.
2002-10-21 22:54:37 +00:00
Sterling Hughes
102c945501
no need to double fetch
2002-10-21 22:35:59 +00:00
Hartmut Holzgraefe
eb137d3d80
@ updated FDF extension to work with current Adodeb fdftk 5.0 (hartmut)
...
reworked some existing stuff
added some functions suporting stuff that have been added since fdftk 2.0
emulating read from/save to strings by transparently using temp. files
(activeX version of fdftk has this, but not plain C version :( )
2002-10-21 19:55:28 +00:00
Hartmut Holzgraefe
f768d343f5
fixed build for getopt_long-less platforms,
...
removed left-over todo comments
2002-10-21 19:24:48 +00:00
foobar
3fd56c2995
Changed --with-gd to behave same way as --with-mysql does.
2002-10-21 19:19:08 +00:00
Moriyoshi Koizumi
bce3d0cf7d
Renamed the test cases.
2002-10-21 19:19:05 +00:00
Jon Parise
20e6ed36ec
Convert C++ style comments to C style comments.
2002-10-21 19:12:13 +00:00
Hartmut Holzgraefe
30ed5a5483
killed some warnings identified by sebastian
2002-10-21 19:08:18 +00:00
Hartmut Holzgraefe
8b7e9d7774
some changes to how request input data (Content-Lenght >0) is handled
...
- webdav-specific stuff removed (should be handled using httpd.conf
LIMIT or equivalents)
- always_populate_raw_post_data now working on any method, not just
POST (and webdav methods with allow_webdav_methods), when
Content-Length is greater zero
- raw input data is also available using php://input stream,
this way one doesn't have to care about memory_limit
- input data is now always consumed (although maybe ignored,
this fixes we had withproblems with keep-alive connections
@ raw POST data is now available as php://input stream (hartmut)
2002-10-21 16:41:06 +00:00
Hartmut Holzgraefe
b67b00efcd
getopt() now supports long options on platforms that have getopt_long()
...
getopt() now working independant of register_argc_argv settings
2002-10-21 16:07:21 +00:00
Hartmut Holzgraefe
ed75204a85
ZTS build fix
2002-10-21 14:56:42 +00:00
Thies C. Arntzen
31e4d62378
#19948
2002-10-21 11:00:40 +00:00
Moriyoshi Koizumi
4eadff2233
More style fixes...
2002-10-21 10:47:41 +00:00
Moriyoshi Koizumi
d953754d74
Let them say why they are skipped
2002-10-21 10:35:02 +00:00
Melvyn Sopacua
b4b26c2f9b
Skip this when strtoupper doesn't behave as expected, because casefolding
...
depends on this.
2002-10-21 08:55:07 +00:00
foobar
3be17e3f26
- Prevent resetting the PHP_*_DIR variables if already set.
2002-10-21 02:46:13 +00:00
Moriyoshi Koizumi
821349465a
style keisatsu :)
2002-10-21 02:39:53 +00:00
Moriyoshi Koizumi
cee696d9e7
Added a new test case to confirm the inconsistent regex behaviour reported
...
on php-users@php.gr.jp (10830)
2002-10-21 02:27:51 +00:00
Moriyoshi Koizumi
fe7c6debd9
Changed the dafault option for consistency
2002-10-21 02:24:06 +00:00
Moriyoshi Koizumi
f45231a8ed
Added mb_strtolower() and mb_strtoupper()
...
@- Added mb_strtolower() and mb_strtoupper(). (Moriyoshi)
2002-10-21 01:44:59 +00:00
foobar
2a81281fd2
Align with other configure --help texts
2002-10-21 00:35:17 +00:00
foobar
e232b212ba
There is no point doing this test. Some systems think root can always execute so this is always true.
2002-10-21 00:30:05 +00:00
Moriyoshi Koizumi
852117694a
Changed mb_regex_set_options() more informative
2002-10-20 15:11:04 +00:00
Derick Rethans
3322581c04
- Only include ftok() if it is available
2002-10-20 13:35:56 +00:00
Derick Rethans
c5a73b31f6
- Remove #ifdefs around ftok function so that it is also available when
...
none of the IPC extensions are enabled.
2002-10-20 10:18:20 +00:00
Moriyoshi Koizumi
7fb4938981
ZTS fixes
2002-10-20 07:16:20 +00:00
Masaki Fujimoto
a6ecdca0ef
fixed highlight related bugs (in case shift_jis input/output filters are enabled)
2002-10-20 02:57:40 +00:00
Maxim Maletsky
4efcd0f5d1
fixed proto: OCIExecute() returns boolean, not integer
2002-10-20 02:20:13 +00:00
Derick Rethans
11961b1311
- Hopefully fix test file problems
2002-10-19 19:17:13 +00:00
Ilia Alshanetsky
3443f07b3f
Silence compile warning.
2002-10-19 17:13:14 +00:00
Maxim Maletsky
fd04def23b
a silly comment typo
2002-10-19 16:11:16 +00:00
Maxim Maletsky
39afab2039
- fixed proto for OciBindByName to represent the forth parameter optional
2002-10-19 15:51:04 +00:00