]>
granicus.if.org Git - php/log
Edin Kadribasic [Mon, 6 Jan 2003 01:08:59 +0000 (01:08 +0000)]
Fixed win32 build.
Ilia Alshanetsky [Mon, 6 Jan 2003 00:47:40 +0000 (00:47 +0000)]
Fixed bug #21445.
Sara Golemon [Sun, 5 Jan 2003 22:24:49 +0000 (22:24 +0000)]
Fixes to stream_get_wrappers() and stream_get_filters() handle hash table layouts better, plus some picune whitespace fixes
Georg Richter [Sun, 5 Jan 2003 20:53:06 +0000 (20:53 +0000)]
fixed bug #21435
Sebastian Bergmann [Sun, 5 Jan 2003 16:32:01 +0000 (16:32 +0000)]
Define HAVE_GD_GIF_READ.
Zeev Suraski [Sun, 5 Jan 2003 16:11:10 +0000 (16:11 +0000)]
Remove unnnecessary initialization
Zeev Suraski [Sun, 5 Jan 2003 16:10:35 +0000 (16:10 +0000)]
Initialize lineno using the new infrastructure
Zeev Suraski [Sun, 5 Jan 2003 16:09:59 +0000 (16:09 +0000)]
MFZE1 - lineno fix
Sebastian Bergmann [Sun, 5 Jan 2003 15:58:29 +0000 (15:58 +0000)]
Revert config.w32.h.in -> config.w32.h build step per discussion with Zeev.
Zeev Suraski [Sun, 5 Jan 2003 15:09:11 +0000 (15:09 +0000)]
Make the .dsp use the php4build build directories
Edin Kadribasic [Sun, 5 Jan 2003 13:54:30 +0000 (13:54 +0000)]
MFB:
Made xslt_set_encoding() available on windows (bug #20640).
Ilia Alshanetsky [Sun, 5 Jan 2003 04:29:14 +0000 (04:29 +0000)]
Fixed a memory leak in setlocale() & localeconv().
Sara Golemon [Sun, 5 Jan 2003 03:24:38 +0000 (03:24 +0000)]
Added stream_get_filters(); to list registered filters
<changelog@php.net> [Sun, 5 Jan 2003 01:33:04 +0000 (01:33 +0000)]
ChangeLog update
Derick Rethans [Sun, 5 Jan 2003 00:56:17 +0000 (00:56 +0000)]
- Fix some of the netware crap
Derick Rethans [Sat, 4 Jan 2003 23:55:57 +0000 (23:55 +0000)]
- Change Warnings to Notices
Ilia Alshanetsky [Sat, 4 Jan 2003 23:31:55 +0000 (23:31 +0000)]
CS fixes.
Marcus Boerger [Sat, 4 Jan 2003 20:06:32 +0000 (20:06 +0000)]
Fix ZTS-ZE2 build
Marcus Boerger [Sat, 4 Jan 2003 19:19:59 +0000 (19:19 +0000)]
better to check for existance first
Marcus Boerger [Sat, 4 Jan 2003 19:18:43 +0000 (19:18 +0000)]
Fix ZTS-ZE2 build
Moriyoshi Koizumi [Sat, 4 Jan 2003 18:49:48 +0000 (18:49 +0000)]
Forgot to include these functions in the list
Derick Rethans [Sat, 4 Jan 2003 18:35:37 +0000 (18:35 +0000)]
- Fix typo
Moriyoshi Koizumi [Sat, 4 Jan 2003 13:52:54 +0000 (13:52 +0000)]
Fixed cut'n'paste failure
Moriyoshi Koizumi [Sat, 4 Jan 2003 13:45:03 +0000 (13:45 +0000)]
NEWS update for new iconv functions
Moriyoshi Koizumi [Sat, 4 Jan 2003 13:39:59 +0000 (13:39 +0000)]
Added test case for iconv_mime_encode()
Derick Rethans [Sat, 4 Jan 2003 12:33:46 +0000 (12:33 +0000)]
- Fixed bug #21232 (Unresolved references to PQsetnonblocking). (Patch by
Floyd <floyd@studiodust.com>)
Martin Jansen [Sat, 4 Jan 2003 11:56:35 +0000 (11:56 +0000)]
* Update copyright year to 2003.
<changelog@php.net> [Sat, 4 Jan 2003 01:34:30 +0000 (01:34 +0000)]
NEWS update
<changelog@php.net> [Sat, 4 Jan 2003 01:32:59 +0000 (01:32 +0000)]
ChangeLog update
Alex Waugh [Fri, 3 Jan 2003 22:05:12 +0000 (22:05 +0000)]
Provide alternative for glibc brokenness test when cross compiling
Derick Rethans [Fri, 3 Jan 2003 21:33:31 +0000 (21:33 +0000)]
- Fix docrefs
Derick Rethans [Fri, 3 Jan 2003 21:30:49 +0000 (21:30 +0000)]
- Fix typo (patch by Joseph Tate)
Moriyoshi Koizumi [Fri, 3 Jan 2003 20:33:53 +0000 (20:33 +0000)]
Added test case for iconv_mime_decode()
Moriyoshi Koizumi [Fri, 3 Jan 2003 20:02:23 +0000 (20:02 +0000)]
Added test cases for iconv_strpos() and iconv_strrpos()
Moriyoshi Koizumi [Fri, 3 Jan 2003 20:01:13 +0000 (20:01 +0000)]
Fixed an iconv_strrpos() bug that the function doesn't return accurate
position of last occurrence
Derick Rethans [Fri, 3 Jan 2003 19:50:41 +0000 (19:50 +0000)]
- Update todo
Derick Rethans [Fri, 3 Jan 2003 19:49:44 +0000 (19:49 +0000)]
- Removed support for libmcrypt 2.2.x to allow cleaner code. Another reason
to upgrade libmcrypt to a 2.5.x series as the older ones have too much bugs
to be safely used with PHP.
- Updated macro's, php_errors and parameter parsing.
@- Removed support for libmcrypt 2.2.x to allow cleaner code. Another reason
@ to upgrade libmcrypt to a 2.5.x series as the older ones have too much bugs
@ to be safely used with PHP. (Derick)
Ilia Alshanetsky [Fri, 3 Jan 2003 18:33:28 +0000 (18:33 +0000)]
Fixed a bug that would cause flock() to never set the 3rd argument.
CS fixes & switched to new parameter parsing API.
Ilia Alshanetsky [Fri, 3 Jan 2003 17:12:35 +0000 (17:12 +0000)]
Fixed a memory leak that occurs if the location specified by redirect header
cannot be opened.
Ilia Alshanetsky [Fri, 3 Jan 2003 17:05:16 +0000 (17:05 +0000)]
Further fixes related to bug #21267.
Anantha Kesari H Y [Fri, 3 Jan 2003 16:06:02 +0000 (16:06 +0000)]
Modified for NetWare.
Anantha Kesari H Y [Fri, 3 Jan 2003 15:59:02 +0000 (15:59 +0000)]
Modifications for NetWare.
Anantha Kesari H Y [Fri, 3 Jan 2003 15:39:43 +0000 (15:39 +0000)]
New file added for NetWare.
Anantha Kesari H Y [Fri, 3 Jan 2003 15:21:33 +0000 (15:21 +0000)]
Some existing files modified and a couple of files removed for NetWare.
Anantha Kesari H Y [Fri, 3 Jan 2003 15:17:43 +0000 (15:17 +0000)]
NetWare related changes/modifications.
Anantha Kesari H Y [Fri, 3 Jan 2003 14:37:42 +0000 (14:37 +0000)]
Modified for NetWare.
Anantha Kesari H Y [Fri, 3 Jan 2003 14:31:31 +0000 (14:31 +0000)]
Modified for NetWare.
Moriyoshi Koizumi [Fri, 3 Jan 2003 14:29:49 +0000 (14:29 +0000)]
Added offset validity check for iconv_strpos()
Anantha Kesari H Y [Fri, 3 Jan 2003 14:24:34 +0000 (14:24 +0000)]
New file added for NetWare.
Anantha Kesari H Y [Fri, 3 Jan 2003 14:24:07 +0000 (14:24 +0000)]
Modified for NetWare.
Anantha Kesari H Y [Fri, 3 Jan 2003 12:48:14 +0000 (12:48 +0000)]
A new file added and some old files modified for NetWare.
Edin Kadribasic [Fri, 3 Jan 2003 12:15:36 +0000 (12:15 +0000)]
Checking in files for Ananth Kesari <hyanantha@novell.com>
Anantha Kesari H Y [Fri, 3 Jan 2003 11:53:09 +0000 (11:53 +0000)]
File modified for NetWare.
Anantha Kesari H Y [Fri, 3 Jan 2003 11:46:20 +0000 (11:46 +0000)]
A few New files added and some old files modified for NetWare.
Anantha Kesari H Y [Fri, 3 Jan 2003 11:40:52 +0000 (11:40 +0000)]
New files added for NetWare.
Anantha Kesari H Y [Fri, 3 Jan 2003 11:36:57 +0000 (11:36 +0000)]
New file added for NetWare.
Anantha Kesari H Y [Fri, 3 Jan 2003 11:36:24 +0000 (11:36 +0000)]
File modified for NetWare.
Anantha Kesari H Y [Fri, 3 Jan 2003 11:12:40 +0000 (11:12 +0000)]
New file added for NetWare.
Derick Rethans [Fri, 3 Jan 2003 10:52:23 +0000 (10:52 +0000)]
- Update this one as well
Derick Rethans [Fri, 3 Jan 2003 10:48:38 +0000 (10:48 +0000)]
- Remove double "Win32 COM" functions line
Derick Rethans [Fri, 3 Jan 2003 10:39:22 +0000 (10:39 +0000)]
- Whitespace
Anantha Kesari H Y [Fri, 3 Jan 2003 08:34:34 +0000 (08:34 +0000)]
Modified for NetWare.
Sara Golemon [Fri, 3 Jan 2003 08:02:36 +0000 (08:02 +0000)]
Added stream_get_wrappers()
Moriyoshi Koizumi [Fri, 3 Jan 2003 05:48:51 +0000 (05:48 +0000)]
Added test cases for iconv_strlen() and iconv_substr()
Moriyoshi Koizumi [Fri, 3 Jan 2003 05:38:50 +0000 (05:38 +0000)]
Fixed iconv_mime_decode() so it would give more awareness to stateful codesets
Moriyoshi Koizumi [Fri, 3 Jan 2003 05:34:05 +0000 (05:34 +0000)]
Fixed infinite loop of iconv_mime_encode() in case the specified line length is too short to contain a proper mime-encoded string
Moriyoshi Koizumi [Fri, 3 Jan 2003 05:32:13 +0000 (05:32 +0000)]
Give mo' shift-sequence awareness to iconv_mime_encode
Moriyoshi Koizumi [Fri, 3 Jan 2003 05:28:25 +0000 (05:28 +0000)]
More shift-sequence awareness for iconv_substr()
Moriyoshi Koizumi [Fri, 3 Jan 2003 05:26:44 +0000 (05:26 +0000)]
Added missing casting operators
Moriyoshi Koizumi [Fri, 3 Jan 2003 05:16:12 +0000 (05:16 +0000)]
MFB
Moriyoshi Koizumi [Fri, 3 Jan 2003 05:14:34 +0000 (05:14 +0000)]
MFB: fixed shift-out sequence unawareness issue
Moriyoshi Koizumi [Fri, 3 Jan 2003 05:05:12 +0000 (05:05 +0000)]
Fixed small leaks in array_map() in case the first parameter is NULL like
array_map(NULL, array(...));
<changelog@php.net> [Fri, 3 Jan 2003 01:37:02 +0000 (01:37 +0000)]
ChangeLog update
Harald Radi [Fri, 3 Jan 2003 00:17:41 +0000 (00:17 +0000)]
fixing typo
foobar [Fri, 3 Jan 2003 00:06:23 +0000 (00:06 +0000)]
- Removed entries that are going to 4.3.1
- Grouped the entries a bit.
Stig Bakken [Thu, 2 Jan 2003 23:48:32 +0000 (23:48 +0000)]
* allways fall back to PHP_SYSCONFDIR
Ilia Alshanetsky [Thu, 2 Jan 2003 21:18:59 +0000 (21:18 +0000)]
Fixed a small memory leak when a NULL variable is passed to
openssl_csr_sign() as the first argument.
<changelog@php.net> [Thu, 2 Jan 2003 20:00:47 +0000 (20:00 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 2 Jan 2003 19:49:30 +0000 (19:49 +0000)]
Fixed bug #21338 (crash inside html_entity_decode() when "" is passed).
Added test case for the bug.
Ilia Alshanetsky [Thu, 2 Jan 2003 19:20:57 +0000 (19:20 +0000)]
Raise required OpenSSL version to 0.9.6.
<changelog@php.net> [Thu, 2 Jan 2003 18:48:06 +0000 (18:48 +0000)]
rotate changelog
Derick Rethans [Thu, 2 Jan 2003 18:01:10 +0000 (18:01 +0000)]
- Fixed bug #21169: Compile Failure, and lots of warnings on UnixWare
Anantha Kesari H Y [Thu, 2 Jan 2003 14:29:00 +0000 (14:29 +0000)]
NetWare related changes/modifications.
Zeev Suraski [Thu, 2 Jan 2003 14:19:29 +0000 (14:19 +0000)]
Fix .dsp
Zeev Suraski [Thu, 2 Jan 2003 13:58:08 +0000 (13:58 +0000)]
Fix incorrect linkage of access-levels, when using private methods
Derick Rethans [Thu, 2 Jan 2003 13:31:10 +0000 (13:31 +0000)]
- Fix warnings on UnixWare
Derick Rethans [Thu, 2 Jan 2003 13:01:33 +0000 (13:01 +0000)]
- Fix "make test" when CC was set to something with a parameter
Frank M. Kromann [Wed, 1 Jan 2003 18:11:18 +0000 (18:11 +0000)]
Allow base64 functions to be called from an extension buils as .so/.dll (iconv)
Zeev Suraski [Wed, 1 Jan 2003 13:26:17 +0000 (13:26 +0000)]
build fixes
Derick Rethans [Wed, 1 Jan 2003 12:43:59 +0000 (12:43 +0000)]
- Fix tests if Zend Optimizer is loaded
Zeev Suraski [Wed, 1 Jan 2003 12:38:55 +0000 (12:38 +0000)]
Win32 build fix
Sebastian Bergmann [Wed, 1 Jan 2003 12:36:43 +0000 (12:36 +0000)]
Add filter.c, user_filters.c. Group stream related sources.
Sebastian Bergmann [Wed, 1 Jan 2003 12:36:06 +0000 (12:36 +0000)]
Fix warnings.
Wez Furlong [Wed, 1 Jan 2003 11:21:40 +0000 (11:21 +0000)]
Tidy up
Wez Furlong [Wed, 1 Jan 2003 11:04:44 +0000 (11:04 +0000)]
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
Stanislav Malyshev [Wed, 1 Jan 2003 10:57:35 +0000 (10:57 +0000)]
use handler for Z_OBJPROP
Wez Furlong [Wed, 1 Jan 2003 09:58:17 +0000 (09:58 +0000)]
Workaround for glibc 2.2.9x and later "a+" bug that does not seek to EOF for
files fopen()ed with that mode.
Zeev Suraski [Wed, 1 Jan 2003 09:34:39 +0000 (09:34 +0000)]
Fix Wez's problem
Moriyoshi Koizumi [Tue, 31 Dec 2002 19:13:16 +0000 (19:13 +0000)]
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!
Wez Furlong [Tue, 31 Dec 2002 18:39:36 +0000 (18:39 +0000)]
Implement user-space filters.
See ext/standard/tests/file/userfilters.phpt for an example of their use.