]>
granicus.if.org Git - php/log
Moriyoshi Koizumi [Wed, 8 Oct 2003 01:51:32 +0000 (01:51 +0000)]
Oops..
Moriyoshi Koizumi [Wed, 8 Oct 2003 01:49:31 +0000 (01:49 +0000)]
Better fix for bug #25758
Ilia Alshanetsky [Wed, 8 Oct 2003 01:16:44 +0000 (01:16 +0000)]
Fixed bug #25758 (var_export does not escape ' & \ inside array keys)
foobar [Wed, 8 Oct 2003 00:54:29 +0000 (00:54 +0000)]
BFN
<changelog@php.net> [Wed, 8 Oct 2003 00:33:46 +0000 (00:33 +0000)]
ChangeLog update
Rasmus Lerdorf [Tue, 7 Oct 2003 22:39:54 +0000 (22:39 +0000)]
MFB bison configure test fix
Wez Furlong [Tue, 7 Oct 2003 18:50:07 +0000 (18:50 +0000)]
A much better fix for moniker based COM object creation.
We now support binding monikers to remote machines.
However, MSDN docs indicate that this isn't yet implemented
as of Win2000.
Zeev Suraski [Tue, 7 Oct 2003 16:04:08 +0000 (16:04 +0000)]
Fix bug #17997 (Warning when switch & reference are combined)
Zeev Suraski [Tue, 7 Oct 2003 15:47:25 +0000 (15:47 +0000)]
Fix cast callbacks
Zeev Suraski [Tue, 7 Oct 2003 10:05:10 +0000 (10:05 +0000)]
Fix the fix :)
Not thoroughly tested, but appears to work fine
Marcus Boerger [Tue, 7 Oct 2003 09:40:39 +0000 (09:40 +0000)]
Fix version test
Marcus Boerger [Tue, 7 Oct 2003 09:33:20 +0000 (09:33 +0000)]
Bugfix #25770 Segfault with PHP and bison 1.875
Corne' Cornelius [Tue, 7 Oct 2003 09:29:58 +0000 (09:29 +0000)]
- Fixed bug #18534 (ifx_close() leaves open session)
- (ifx_do_close) Added
Stanislav Malyshev [Tue, 7 Oct 2003 08:46:16 +0000 (08:46 +0000)]
Fix $_SERVER['argv'] and $_SERVER['argc']
Ilia Alshanetsky [Tue, 7 Oct 2003 00:36:31 +0000 (00:36 +0000)]
Cleaned up previous patch.
<changelog@php.net> [Tue, 7 Oct 2003 00:33:18 +0000 (00:33 +0000)]
ChangeLog update
foobar [Mon, 6 Oct 2003 23:33:00 +0000 (23:33 +0000)]
- Fixed bug #25764 (ldap_get_option() crashes when called with unbinded ldap link)
Rob Richards [Mon, 6 Oct 2003 21:28:01 +0000 (21:28 +0000)]
some namespace fixes
fix compiler warning
Tomas V.V.Cox [Mon, 6 Oct 2003 15:15:56 +0000 (15:15 +0000)]
better version checks (contributed by Roman)
Wez Furlong [Mon, 6 Oct 2003 15:10:38 +0000 (15:10 +0000)]
potential fix for #25759, although it will need further review.
Moriyoshi Koizumi [Mon, 6 Oct 2003 01:07:15 +0000 (01:07 +0000)]
BFN
Moriyoshi Koizumi [Mon, 6 Oct 2003 01:04:49 +0000 (01:04 +0000)]
Forgot about this one
Moriyoshi Koizumi [Mon, 6 Oct 2003 01:02:28 +0000 (01:02 +0000)]
Fixed bug #25756 (SimpleXML's validate_schema_file() broken)
<changelog@php.net> [Mon, 6 Oct 2003 00:33:56 +0000 (00:33 +0000)]
ChangeLog update
Shane Caraveo [Sun, 5 Oct 2003 21:53:08 +0000 (21:53 +0000)]
fix crash building nodeName
Shane Caraveo [Sun, 5 Oct 2003 21:49:47 +0000 (21:49 +0000)]
fix crash accessing tagName without namespace
Shane Caraveo [Sun, 5 Oct 2003 20:45:27 +0000 (20:45 +0000)]
Add schema and relaxNG validation support
domdocument->schemaValidate(string filename)
domdocument->schemaValidateSource(string xml)
domdocument->relaxNGValidate(string filename)
domdocument->relaxNGValidateSource(string xml)
also fix domelement->setAttributeNS
Ilia Alshanetsky [Sun, 5 Oct 2003 19:37:02 +0000 (19:37 +0000)]
Fixed clobbering of the source array, when merging complex
multi-dimensional arrays. Bug reported by Lukas Smith.
Tomas V.V.Cox [Sun, 5 Oct 2003 19:10:56 +0000 (19:10 +0000)]
use realpath instead of chdir
(Roman Neuhauser <neuhauser@bellavista.cz>)
Martin Jansen [Sun, 5 Oct 2003 16:42:18 +0000 (16:42 +0000)]
* Fixing #64
Shane Caraveo [Sun, 5 Oct 2003 16:37:50 +0000 (16:37 +0000)]
remove a debug printf
Tomas V.V.Cox [Sun, 5 Oct 2003 15:22:21 +0000 (15:22 +0000)]
Don't reapply the error_message_prefix if an error
object is passed to raiseError()
Moriyoshi Koizumi [Sun, 5 Oct 2003 13:59:15 +0000 (13:59 +0000)]
Fix the macro to prevent it from falling over in a mess
Moriyoshi Koizumi [Sun, 5 Oct 2003 13:53:16 +0000 (13:53 +0000)]
Fix test to make sure it can find the external xml file relatively to
the script file.
Rob Richards [Sun, 5 Oct 2003 13:14:21 +0000 (13:14 +0000)]
fix segfault if xpath expression string is invalid
Rob Richards [Sun, 5 Oct 2003 11:52:22 +0000 (11:52 +0000)]
implement isDefaultNameSpace and baseURI
nodeName and tagName return qualified names
fix removeAttributeNode - takes domAttr as parameter
better uri and file handling for document load method
fix possible segfault when document is freed
set get_property_ptr_ptr handler to NULL
Zeev Suraski [Sun, 5 Oct 2003 08:27:31 +0000 (08:27 +0000)]
Remove unused callback
Zeev Suraski [Sun, 5 Oct 2003 08:08:49 +0000 (08:08 +0000)]
Sync with new API
Zeev Suraski [Sun, 5 Oct 2003 07:52:28 +0000 (07:52 +0000)]
Remove redundant callback, simplify API
Shane Caraveo [Sun, 5 Oct 2003 01:54:46 +0000 (01:54 +0000)]
this little piggy broke lots of things...eg. _function_check_flag in reflection api.
<changelog@php.net> [Sun, 5 Oct 2003 00:32:02 +0000 (00:32 +0000)]
ChangeLog update
Moriyoshi Koizumi [Sat, 4 Oct 2003 21:09:38 +0000 (21:09 +0000)]
NFN
Moriyoshi Koizumi [Sat, 4 Oct 2003 21:06:29 +0000 (21:06 +0000)]
Change fgetcsv() so that the second parameter is also optional.
Tomas V.V.Cox [Sat, 4 Oct 2003 17:16:35 +0000 (17:16 +0000)]
Better fix #61
Tomas V.V.Cox [Sat, 4 Oct 2003 16:17:31 +0000 (16:17 +0000)]
Fix: #61 [NEW]: error with pear install in pear 1.3b1
by outputting a full error message plus some help
Tomas V.V.Cox [Sat, 4 Oct 2003 13:02:58 +0000 (13:02 +0000)]
notes++
Bug #25413 Add local installed packages to list-all
(thanks to Christian DickMann)
Tomas V.V.Cox [Sat, 4 Oct 2003 12:57:34 +0000 (12:57 +0000)]
Bug #25413 Add local installed packages to list-all
(thanks to Christian DickMann)
Moriyoshi Koizumi [Sat, 4 Oct 2003 12:23:11 +0000 (12:23 +0000)]
Fix autoconf(2.13) build
Sergey Kartashoff [Sat, 4 Oct 2003 08:27:37 +0000 (08:27 +0000)]
- Updated README for mnogosearch extension
Greg Beaver [Sat, 4 Oct 2003 03:58:00 +0000 (03:58 +0000)]
fix warning in rare case (file doesn't exist in package.xml)
Moriyoshi Koizumi [Sat, 4 Oct 2003 03:18:48 +0000 (03:18 +0000)]
New feature news.
Moriyoshi Koizumi [Sat, 4 Oct 2003 02:51:19 +0000 (02:51 +0000)]
Fix fgetcsv() to correctly support international characters
# note: mblen() is not a mbstring function, but is part of the ANSI standard
# which is even supported by Microsoft's libc.
foobar [Sat, 4 Oct 2003 01:04:31 +0000 (01:04 +0000)]
- Fixed bug #25752 (ext/ncurses: ncurses.h instead of curses.h with BSD).
foobar [Sat, 4 Oct 2003 00:43:06 +0000 (00:43 +0000)]
ws
<changelog@php.net> [Sat, 4 Oct 2003 00:32:39 +0000 (00:32 +0000)]
ChangeLog update
Moriyoshi Koizumi [Fri, 3 Oct 2003 22:42:38 +0000 (22:42 +0000)]
BFN
Moriyoshi Koizumi [Fri, 3 Oct 2003 22:41:43 +0000 (22:41 +0000)]
Fixed bug #24766 (strange result array from unpack())
Moriyoshi Koizumi [Fri, 3 Oct 2003 22:02:55 +0000 (22:02 +0000)]
Bug #25738 (alloca() related problems on the Darwin platform)
Ilia Alshanetsky [Fri, 3 Oct 2003 18:05:42 +0000 (18:05 +0000)]
More ZTS stuff.
Moriyoshi Koizumi [Fri, 3 Oct 2003 16:59:44 +0000 (16:59 +0000)]
Add regression test for bug #25745
Moriyoshi Koizumi [Fri, 3 Oct 2003 16:57:41 +0000 (16:57 +0000)]
Ensure lval to have a *boolean* value.
Moriyoshi Koizumi [Fri, 3 Oct 2003 15:50:01 +0000 (15:50 +0000)]
Bug #25745 (ctype functions don't deal with non-ascii characters properly)
Ilia Alshanetsky [Fri, 3 Oct 2003 13:03:40 +0000 (13:03 +0000)]
Fixed bug #25744 (make ZTS build of ext/sybase compile)
foobar [Fri, 3 Oct 2003 05:47:07 +0000 (05:47 +0000)]
- Added test for bug #24766
# This bug is caused by the HANDLE_NUMERIC() change in ZE2 vs ZE1
foobar [Fri, 3 Oct 2003 05:24:33 +0000 (05:24 +0000)]
Aligned configure help texts.
foobar [Fri, 3 Oct 2003 04:29:13 +0000 (04:29 +0000)]
Really fixed bug #25719.
(basically reverted to the original style of openssl checks found in 4.3.3)
Moriyoshi Koizumi [Fri, 3 Oct 2003 01:13:44 +0000 (01:13 +0000)]
Alignment fix
Ilia Alshanetsky [Fri, 3 Oct 2003 01:07:35 +0000 (01:07 +0000)]
Fixed compile warnings.
<changelog@php.net> [Fri, 3 Oct 2003 00:31:49 +0000 (00:31 +0000)]
ChangeLog update
Moriyoshi Koizumi [Thu, 2 Oct 2003 22:50:28 +0000 (22:50 +0000)]
Add a test case for bug #25708
Moriyoshi Koizumi [Thu, 2 Oct 2003 22:20:48 +0000 (22:20 +0000)]
Fixed bug #25708 (extract($GLOBALS, EXTR_REFS) mangles $GLOBALS)
Moriyoshi Koizumi [Thu, 2 Oct 2003 19:45:05 +0000 (19:45 +0000)]
A temporary voodoo hack to avoid memory leaks.
# Stuff of this kind must be removed if any neater way is out there.
Moriyoshi Koizumi [Thu, 2 Oct 2003 19:23:00 +0000 (19:23 +0000)]
Fix for the fix for #25707
Moriyoshi Koizumi [Thu, 2 Oct 2003 19:07:59 +0000 (19:07 +0000)]
Add support for hexadecimal-style numeric entities (&#x..;)
Moriyoshi Koizumi [Thu, 2 Oct 2003 19:06:44 +0000 (19:06 +0000)]
Drop multibyte character support in html_entity_decode().
# This has never worked as expected.
Frank M. Kromann [Thu, 2 Oct 2003 18:49:30 +0000 (18:49 +0000)]
FrontBase uses ws2_win32 lib now
Frank M. Kromann [Thu, 2 Oct 2003 18:49:18 +0000 (18:49 +0000)]
Fixing type cast
Marcus Boerger [Thu, 2 Oct 2003 18:11:10 +0000 (18:11 +0000)]
This check is no longer needed (Andrei)
foobar [Thu, 2 Oct 2003 14:55:49 +0000 (14:55 +0000)]
fix skipif for these tests
Tomas V.V.Cox [Thu, 2 Oct 2003 11:58:29 +0000 (11:58 +0000)]
starting b3 (hope this could be 1.3 final)
Tomas V.V.Cox [Thu, 2 Oct 2003 11:54:00 +0000 (11:54 +0000)]
Go with 1.3b2
Moriyoshi Koizumi [Thu, 2 Oct 2003 11:02:54 +0000 (11:02 +0000)]
Remove leftovers
Moriyoshi Koizumi [Thu, 2 Oct 2003 10:47:12 +0000 (10:47 +0000)]
Alignment fix
Moriyoshi Koizumi [Thu, 2 Oct 2003 07:49:14 +0000 (07:49 +0000)]
Fix php_regex_encoding() so it can handle two additional encoding names
mbfilter supports by default.
Moriyoshi Koizumi [Thu, 2 Oct 2003 06:57:21 +0000 (06:57 +0000)]
Fixed bug #25707 (html_entity_decode over-decodes &lt;)
Ilia Alshanetsky [Thu, 2 Oct 2003 03:24:36 +0000 (03:24 +0000)]
Fixed bug #25701 (On flush() set headers_sent in apache2handler)
foobar [Thu, 2 Oct 2003 00:35:09 +0000 (00:35 +0000)]
Should fix bug #25719
<changelog@php.net> [Thu, 2 Oct 2003 00:32:43 +0000 (00:32 +0000)]
ChangeLog update
Andrei Zmievski [Wed, 1 Oct 2003 23:11:59 +0000 (23:11 +0000)]
Made the $argc and $argv always available as globals in CLI, and not as
$_SERVER vars which depended on variables_order anyway. No more
silliness.
foobar [Wed, 1 Oct 2003 02:53:23 +0000 (02:53 +0000)]
- Always look into /usr/local before /usr
- Added breaks to make sure the preferred value is used.
<changelog@php.net> [Wed, 1 Oct 2003 00:32:39 +0000 (00:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 30 Sep 2003 22:36:43 +0000 (22:36 +0000)]
Always prefer user specified paths over the default /usr /usr/local.
This may fix compilation problems with on systems with multiple copies of
the same library.
foobar [Tue, 30 Sep 2003 18:08:12 +0000 (18:08 +0000)]
Fixed bug #25703 (openssl checks failed)
Tomas V.V.Cox [Tue, 30 Sep 2003 15:22:42 +0000 (15:22 +0000)]
Give more info about release states in list-upgrades
Andrey Hristov [Tue, 30 Sep 2003 15:22:33 +0000 (15:22 +0000)]
Move the test to new file.
Andrey Hristov [Tue, 30 Sep 2003 15:06:05 +0000 (15:06 +0000)]
fix
Andrey Hristov [Tue, 30 Sep 2003 15:00:36 +0000 (15:00 +0000)]
smash a segmentation fault
Andrey Hristov [Tue, 30 Sep 2003 12:43:58 +0000 (12:43 +0000)]
Memory leak fixed (no need of MFH since this is code specific to PHP5)
Stanislav Malyshev [Tue, 30 Sep 2003 09:52:11 +0000 (09:52 +0000)]
MF4: allow realpath() for win32 non-ZTS
Stanislav Malyshev [Tue, 30 Sep 2003 09:49:40 +0000 (09:49 +0000)]
MF4: Have realpath now