Anantha Kesari H Y
72a35f8a4b
New file added for NetWare.
2003-01-03 11:36:57 +00:00
Anantha Kesari H Y
afaf7cc24e
File modified for NetWare.
2003-01-03 11:36:24 +00:00
Anantha Kesari H Y
f4543e57f4
New file added for NetWare.
2003-01-03 11:12:40 +00:00
Derick Rethans
8f82834a79
- Update this one as well
2003-01-03 10:52:23 +00:00
Derick Rethans
32254e0938
- Remove double "Win32 COM" functions line
2003-01-03 10:48:38 +00:00
Derick Rethans
530e7120b2
- Whitespace
2003-01-03 10:39:22 +00:00
Anantha Kesari H Y
12192da2c4
Modified for NetWare.
2003-01-03 08:34:34 +00:00
Sara Golemon
7b37272381
Added stream_get_wrappers()
2003-01-03 08:02:36 +00:00
Moriyoshi Koizumi
f76df0ba1b
Added test cases for iconv_strlen() and iconv_substr()
2003-01-03 05:48:51 +00:00
Moriyoshi Koizumi
a3330b5ab3
Fixed iconv_mime_decode() so it would give more awareness to stateful codesets
2003-01-03 05:38:50 +00:00
Moriyoshi Koizumi
e1dd919204
Fixed infinite loop of iconv_mime_encode() in case the specified line length is too short to contain a proper mime-encoded string
2003-01-03 05:34:05 +00:00
Moriyoshi Koizumi
c703ad78d0
Give mo' shift-sequence awareness to iconv_mime_encode
2003-01-03 05:32:13 +00:00
Moriyoshi Koizumi
354a42fd5f
More shift-sequence awareness for iconv_substr()
2003-01-03 05:28:25 +00:00
Moriyoshi Koizumi
1f8cee7666
Added missing casting operators
2003-01-03 05:26:44 +00:00
Moriyoshi Koizumi
bf48e7bc9f
MFB
2003-01-03 05:16:12 +00:00
Moriyoshi Koizumi
6144a7288e
MFB: fixed shift-out sequence unawareness issue
2003-01-03 05:14:34 +00:00
Moriyoshi Koizumi
f962ba6abb
Fixed small leaks in array_map() in case the first parameter is NULL like
...
array_map(NULL, array(...));
2003-01-03 05:05:12 +00:00
449029d2df
ChangeLog update
2003-01-03 01:37:02 +00:00
Harald Radi
f1f96c86d1
fixing typo
2003-01-03 00:17:41 +00:00
foobar
c74f56611b
- Removed entries that are going to 4.3.1
...
- Grouped the entries a bit.
2003-01-03 00:06:23 +00:00
Stig Bakken
7f41f5d586
* allways fall back to PHP_SYSCONFDIR
2003-01-02 23:48:32 +00:00
Ilia Alshanetsky
f65e8488d7
Fixed a small memory leak when a NULL variable is passed to
...
openssl_csr_sign() as the first argument.
2003-01-02 21:18:59 +00:00
d4f9701392
ChangeLog update
2003-01-02 20:00:47 +00:00
Ilia Alshanetsky
0ff59a1353
Fixed bug #21338 (crash inside html_entity_decode() when "" is passed).
...
Added test case for the bug.
2003-01-02 19:49:30 +00:00
Ilia Alshanetsky
b46352043c
Raise required OpenSSL version to 0.9.6.
2003-01-02 19:20:57 +00:00
174f6b6f88
rotate changelog
2003-01-02 18:48:06 +00:00
Derick Rethans
b9e54cb693
- Fixed bug #21169 : Compile Failure, and lots of warnings on UnixWare
2003-01-02 18:01:10 +00:00
Anantha Kesari H Y
455257974b
NetWare related changes/modifications.
2003-01-02 14:29:00 +00:00
Zeev Suraski
895b5fc2b6
Fix .dsp
2003-01-02 14:19:29 +00:00
Zeev Suraski
77208ec4d6
Fix incorrect linkage of access-levels, when using private methods
2003-01-02 13:58:08 +00:00
Derick Rethans
da9eb594c6
- Fix warnings on UnixWare
2003-01-02 13:31:10 +00:00
Derick Rethans
19ae16a693
- Fix "make test" when CC was set to something with a parameter
2003-01-02 13:01:33 +00:00
Frank M. Kromann
4da2e804e0
Allow base64 functions to be called from an extension buils as .so/.dll (iconv)
2003-01-01 18:11:18 +00:00
Zeev Suraski
70446a6416
build fixes
2003-01-01 13:26:17 +00:00
Derick Rethans
6197460836
- Fix tests if Zend Optimizer is loaded
2003-01-01 12:43:59 +00:00
Zeev Suraski
9b09ba614d
Win32 build fix
2003-01-01 12:38:55 +00:00
Sebastian Bergmann
a5f58cd6e5
Add filter.c, user_filters.c. Group stream related sources.
2003-01-01 12:36:43 +00:00
Sebastian Bergmann
0ab3a13612
Fix warnings.
2003-01-01 12:36:06 +00:00
Wez Furlong
97a0102b81
Tidy up
2003-01-01 11:21:40 +00:00
Wez Furlong
f58628ca4d
Move rot13 filter into a new filters.c source file.
...
Tidy up some other filter related code.
# win32 -> someone please add user_filters.c and filters.c to the .dsp
2003-01-01 11:04:44 +00:00
Stanislav Malyshev
30dafe2f42
use handler for Z_OBJPROP
2003-01-01 10:57:35 +00:00
Wez Furlong
a28eaf64d0
Workaround for glibc 2.2.9x and later "a+" bug that does not seek to EOF for
...
files fopen()ed with that mode.
2003-01-01 09:58:17 +00:00
Zeev Suraski
57b9b0112d
Fix Wez's problem
2003-01-01 09:34:39 +00:00
Moriyoshi Koizumi
c4e8b2baab
Added various functions that relies on the iconv facility:
...
iconv_strlen(), iconv_substr(), iconv_strpos(), iconv_strrpos(),
iconv_mime_encode(), iconv_mime_decode()
# hope this be a new year gift for you. Happy new year!
2002-12-31 19:13:16 +00:00
Wez Furlong
350b0bbeac
Implement user-space filters.
...
See ext/standard/tests/file/userfilters.phpt for an example of their use.
2002-12-31 18:39:36 +00:00
Sebastian Bergmann
61ce6bc8f1
Bump year.
2002-12-31 16:18:29 +00:00
Sebastian Bergmann
b506f5c8f8
Bump year.
2002-12-31 16:08:15 +00:00
Sebastian Bergmann
2c5d4b8c23
Bump year.
2002-12-31 15:59:15 +00:00
Rasmus Lerdorf
f88e29bc0d
Fix for bug #21311
2002-12-31 15:18:52 +00:00
Wez Furlong
abc4b4bb99
Fix for #21304 (gzopen did not report errors on open; "a" mode broken)
2002-12-31 11:42:15 +00:00