]>
granicus.if.org Git - php/log
Rob Richards [Mon, 1 Mar 2004 12:43:34 +0000 (12:43 +0000)]
use php_libxml_import_node for transform functions
Derick Rethans [Mon, 1 Mar 2004 12:25:03 +0000 (12:25 +0000)]
- Typo fix (by Jan)
Rob Richards [Mon, 1 Mar 2004 12:09:24 +0000 (12:09 +0000)]
Fix bug #27436 dom_import_simplexml innaccurate
extensions register callbacks to export nodes
prevents segfault passing invalid objects to import functions
Moriyoshi Koizumi [Mon, 1 Mar 2004 10:46:58 +0000 (10:46 +0000)]
- Use past tense
Moriyoshi Koizumi [Mon, 1 Mar 2004 10:46:14 +0000 (10:46 +0000)]
- NFN
Moriyoshi Koizumi [Mon, 1 Mar 2004 10:44:22 +0000 (10:44 +0000)]
- Fix test.
Moriyoshi Koizumi [Mon, 1 Mar 2004 10:42:28 +0000 (10:42 +0000)]
- Add support for more ISO8601 style formats.
. Timezone specifier (ex. 20040301T00:00:00+1900)
. Week specifier "W" (ex. 1997W021)
- Modified test case to test new features.
Derick Rethans [Mon, 1 Mar 2004 08:07:25 +0000 (08:07 +0000)]
- Fixed bug #27443 (defined() returns wrong type).
Jon Parise [Mon, 1 Mar 2004 07:02:23 +0000 (07:02 +0000)]
Cast the php_stream_dirent to a 'const char *' for estrndup() to avoid a
compiler warning.
Sara Golemon [Mon, 1 Mar 2004 05:40:14 +0000 (05:40 +0000)]
context parameter for opendir() and dir()
Sara Golemon [Mon, 1 Mar 2004 05:33:19 +0000 (05:33 +0000)]
Must addref the resource when we make a new zval reference to it that will be exported to userspace.
<changelog@php.net> [Mon, 1 Mar 2004 01:32:12 +0000 (01:32 +0000)]
ChangeLog update
Moriyoshi Koizumi [Sun, 29 Feb 2004 19:07:56 +0000 (19:07 +0000)]
- Yet another BFN
Andi Gutmans [Sun, 29 Feb 2004 18:31:29 +0000 (18:31 +0000)]
- Apply fixes by Timm.
Andi Gutmans [Sun, 29 Feb 2004 18:25:50 +0000 (18:25 +0000)]
- Change prototype isA check not to check the constructor.
- Only give an E_STRICT for non-isA compliant code as opposed to
E_COMPILE_ERROR.
Stanislav Malyshev [Sun, 29 Feb 2004 16:01:21 +0000 (16:01 +0000)]
add ZEND_API there too for opcode handlers
Derick Rethans [Sun, 29 Feb 2004 16:00:50 +0000 (16:00 +0000)]
- Initialize memory to \0 so that we can reliable detect whether a specific
opcode element is in use.
#- Stas thinks it's OK ;-)
Anil Madhavapeddy [Sun, 29 Feb 2004 15:58:17 +0000 (15:58 +0000)]
Move the _prependPath function into PEAR_Downloader from PEAR_Installer,
as PEAR_Downloader uses it (and PEAR_Installer inherits PEAR_Downloader).
Unbreaks 'pear install -R'
Stanislav Malyshev [Sun, 29 Feb 2004 15:04:22 +0000 (15:04 +0000)]
export opcode table
Moriyoshi Koizumi [Sun, 29 Feb 2004 05:22:57 +0000 (05:22 +0000)]
- BFN
Moriyoshi Koizumi [Sun, 29 Feb 2004 05:21:36 +0000 (05:21 +0000)]
- Bugfix #27287 (wddx segfaults during deserialization)
<changelog@php.net> [Sun, 29 Feb 2004 01:32:18 +0000 (01:32 +0000)]
ChangeLog update
Moriyoshi Koizumi [Sun, 29 Feb 2004 00:26:36 +0000 (00:26 +0000)]
- Fix segfaults on deserialisation of referenced variables.
# ALLOC_INIT_ZVAL() initialises the type field to IS_NULL, while
# MAKE_STD_ZVAL() doesn't. This caused a kind of random crash
# when zval_ptr_dtor() was applied on an intact zval created by
# the latter method.
#
# Please check relevant bugs again. There should be some that
# have already been marked as bogus.
Ilia Alshanetsky [Sat, 28 Feb 2004 22:58:51 +0000 (22:58 +0000)]
Remove unused variable.
Moriyoshi Koizumi [Sat, 28 Feb 2004 21:08:29 +0000 (21:08 +0000)]
- Reordering.
Ilia Alshanetsky [Sat, 28 Feb 2004 21:00:16 +0000 (21:00 +0000)]
Memory allocation check.
Moriyoshi Koizumi [Sat, 28 Feb 2004 20:58:48 +0000 (20:58 +0000)]
- BFN & misc.
Moriyoshi Koizumi [Sat, 28 Feb 2004 20:52:05 +0000 (20:52 +0000)]
- Remove redundant files that are irrelevant to the build.
Moriyoshi Koizumi [Sat, 28 Feb 2004 20:46:06 +0000 (20:46 +0000)]
- Forgot to add those.
Moriyoshi Koizumi [Sat, 28 Feb 2004 20:45:27 +0000 (20:45 +0000)]
- Upgrade bundled oniguruma regex library to 2.2.2 (Rui, Moriyoshi)
. Supports various encodings such as BIG5, GB2312 and ISO-8859-*
. Fixes bug #26677 (mbstring compile errors with IRIX)
. Many thanks to K.Kosako.
- Remove redundant files that are not relevant to the build.
<changelog@php.net> [Sat, 28 Feb 2004 01:32:09 +0000 (01:32 +0000)]
ChangeLog update
Rasmus Lerdorf [Fri, 27 Feb 2004 23:31:28 +0000 (23:31 +0000)]
As discussed a while ago. There is no reason to disallow command-line
arguments for the cgi version when run in a cgi context. Our own test
framework is in fact broken because of this unnecessary restriction.
Frank M. Kromann [Fri, 27 Feb 2004 23:03:07 +0000 (23:03 +0000)]
Define buffer size macro and add a comment about the buffer size.
Marcus Boerger [Fri, 27 Feb 2004 18:20:53 +0000 (18:20 +0000)]
Add some comments
Dmitry Stogov [Fri, 27 Feb 2004 14:52:24 +0000 (14:52 +0000)]
win32 specific fixes
Dmitry Stogov [Fri, 27 Feb 2004 12:49:00 +0000 (12:49 +0000)]
fix: Incorrect error message
Marcus Boerger [Fri, 27 Feb 2004 09:17:55 +0000 (09:17 +0000)]
The order of error has changed here. So the expectations must change too.
Marcus Boerger [Fri, 27 Feb 2004 09:14:55 +0000 (09:14 +0000)]
Fixes for abstract classes/methods
Greg Beaver [Fri, 27 Feb 2004 02:27:00 +0000 (02:27 +0000)]
fix #640, error in comment for getStaticProperty
Greg Beaver [Fri, 27 Feb 2004 02:24:06 +0000 (02:24 +0000)]
get_class -> is_a
<changelog@php.net> [Fri, 27 Feb 2004 01:32:32 +0000 (01:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Fri, 27 Feb 2004 00:29:10 +0000 (00:29 +0000)]
Fixed possible crash inside sqlite_escape_string() and
sqlite_udf_encode_binary().
Frank M. Kromann [Thu, 26 Feb 2004 20:31:14 +0000 (20:31 +0000)]
Adding function to change user passwords
Marcus Boerger [Thu, 26 Feb 2004 20:11:28 +0000 (20:11 +0000)]
Fixes for abstract classes
Marcus Boerger [Thu, 26 Feb 2004 19:59:49 +0000 (19:59 +0000)]
Fix __METHOD__ (noticed by Davey Sahfik)
Marcus Boerger [Thu, 26 Feb 2004 19:51:08 +0000 (19:51 +0000)]
Add new test (from pierre)
foobar [Thu, 26 Feb 2004 13:22:11 +0000 (13:22 +0000)]
Fix typo
foobar [Thu, 26 Feb 2004 12:33:23 +0000 (12:33 +0000)]
ws & cs fixes
Georg Richter [Thu, 26 Feb 2004 12:24:21 +0000 (12:24 +0000)]
prototype fix for mysqli_ping
Georg Richter [Thu, 26 Feb 2004 11:40:35 +0000 (11:40 +0000)]
added MySQLI ini entries
added ini parameter for mysql->reconnect
Georg Richter [Thu, 26 Feb 2004 08:27:24 +0000 (08:27 +0000)]
removed blocking calls to mysql_set_server_option (MYSQLI_DISABLE_MQ)
added mysqli_multi_query to function table
changed stmt->affected_rows property (http://bugs.mysql.com/?id=2247) for 4.1.2
<changelog@php.net> [Thu, 26 Feb 2004 01:32:27 +0000 (01:32 +0000)]
ChangeLog update
foobar [Thu, 26 Feb 2004 01:08:04 +0000 (01:08 +0000)]
Remove bogus test: see bug #20993
Marcus Boerger [Thu, 26 Feb 2004 01:06:18 +0000 (01:06 +0000)]
Fix problem with Reflection_Property (patch from Timm slightly modified).
foobar [Thu, 26 Feb 2004 00:13:30 +0000 (00:13 +0000)]
MFB: typofix
Ilia Alshanetsky [Thu, 26 Feb 2004 00:02:27 +0000 (00:02 +0000)]
Handle situation where feof() occurs before the HTTP header is retrieved.
foobar [Wed, 25 Feb 2004 23:38:03 +0000 (23:38 +0000)]
- Fixed bug #27368 (php.ini-* has lone CR in the end)
# regex taken from win32/sendmail.c (suggested by Sara)
# And Andrei invited Wez to his speech on the cruise.. :)
Derick Rethans [Wed, 25 Feb 2004 22:55:47 +0000 (22:55 +0000)]
- Fix tests after change to highlight_string()
Ilia Alshanetsky [Wed, 25 Feb 2004 22:10:09 +0000 (22:10 +0000)]
Fixed bug #21760 (Use of uninitialized pointer inside php_read()).
Fixed 3 possible crashes due to integer overflow or invalid user input
inside the sockets extension.
Marcus Boerger [Wed, 25 Feb 2004 21:39:59 +0000 (21:39 +0000)]
As Andi found out the dtor may increase the refcount.
foobar [Wed, 25 Feb 2004 21:06:59 +0000 (21:06 +0000)]
ws + cs
Marcus Boerger [Wed, 25 Feb 2004 20:38:56 +0000 (20:38 +0000)]
Temp fix for ctor signature until inheritance fix is complete
foobar [Wed, 25 Feb 2004 20:37:11 +0000 (20:37 +0000)]
Revert and add the compatibility option.
foobar [Wed, 25 Feb 2004 20:23:15 +0000 (20:23 +0000)]
typofix
Ard Biesheuvel [Wed, 25 Feb 2004 20:16:27 +0000 (20:16 +0000)]
Wordsize fixes
foobar [Wed, 25 Feb 2004 19:42:56 +0000 (19:42 +0000)]
style
foobar [Wed, 25 Feb 2004 18:54:15 +0000 (18:54 +0000)]
Test for bug #27395
Andi Gutmans [Wed, 25 Feb 2004 17:48:20 +0000 (17:48 +0000)]
- More NEWS
Zeev Suraski [Wed, 25 Feb 2004 17:23:50 +0000 (17:23 +0000)]
Fix leak in foreach ($o->mthd()->arr)
Zeev Suraski [Wed, 25 Feb 2004 14:58:47 +0000 (14:58 +0000)]
Fix signature
Marcus - please make sure that this is ok. Generally you are no longer
allowed to override a method and with an incompatible signature
Zeev Suraski [Wed, 25 Feb 2004 14:57:43 +0000 (14:57 +0000)]
This is no longer valid out of the box PHP 5 code.
We tried to enable compatibility mode but the test engine doesn't appear
to take the --INI-- section into account in compile time, so it didn't
work...
Zeev Suraski [Wed, 25 Feb 2004 14:56:45 +0000 (14:56 +0000)]
- Improve ARG_INFO() macros to support supplying required_num_args
- Initial fix for foreach($o->mthd()->arr) crash (now leaks)
Dmitry Stogov [Wed, 25 Feb 2004 14:37:06 +0000 (14:37 +0000)]
HTTP compression (memory leak was fixed)
Dmitry Stogov [Wed, 25 Feb 2004 14:34:50 +0000 (14:34 +0000)]
fix: XMLSchema <choice> support was improved to support elements with minOccurs=0
Derick Rethans [Wed, 25 Feb 2004 14:14:47 +0000 (14:14 +0000)]
- Use <span> instead of <font> in highlight_string(). (Patch by mg@iceni.pl)
Dmitry Stogov [Wed, 25 Feb 2004 14:04:41 +0000 (14:04 +0000)]
HTTP compression support (gzip and deflate)
foobar [Wed, 25 Feb 2004 13:29:30 +0000 (13:29 +0000)]
Do not corrupt mysql build with mysqli build stuff. (should fix #27387)
foobar [Wed, 25 Feb 2004 13:11:00 +0000 (13:11 +0000)]
Improve error messages
Zeev Suraski [Wed, 25 Feb 2004 12:45:07 +0000 (12:45 +0000)]
update
Zeev Suraski [Wed, 25 Feb 2004 10:58:06 +0000 (10:58 +0000)]
- Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't only affect auto-clone).
- Perform implementation checks even with simple inheritance (off when
compatibility mode is enabled).
- Restore default arguments in interfaces and handle it correctly.
- Move registration of internal classes later in the startup sequence
in order to have INI options available.
Zeev Suraski [Wed, 25 Feb 2004 10:57:10 +0000 (10:57 +0000)]
- Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't only affect auto-clone).
- Perform implementation checks even with simple inheritance (off when
compatibility mode is enabled).
- Restore default arguments in interfaces and handle it correctly.
- Move registration of internal classes later in the startup sequence
in order to have INI options available.
Derick Rethans [Wed, 25 Feb 2004 10:43:36 +0000 (10:43 +0000)]
- Fixed bug #27391 (typo in Fatal Error message).
Sebastian Bergmann [Wed, 25 Feb 2004 09:36:46 +0000 (09:36 +0000)]
ZTS fix.
Zeev Suraski [Wed, 25 Feb 2004 09:25:37 +0000 (09:25 +0000)]
- Abstract methods cannot have defaults for arguments
- Make function foo($a, $b=null) satisfy both foo($a) and foo($a, $b)
prototypes
Sebastian Bergmann [Wed, 25 Feb 2004 08:58:56 +0000 (08:58 +0000)]
Proto fixes.
Marcus Boerger [Wed, 25 Feb 2004 08:16:54 +0000 (08:16 +0000)]
Fix object destruction/free in shutdown
- set destructor_called even when no dtor is given
- use free_storage even when no dtor hat to be called
Marcus Boerger [Wed, 25 Feb 2004 07:47:56 +0000 (07:47 +0000)]
Checking once for dtor is enough
<changelog@php.net> [Wed, 25 Feb 2004 01:32:26 +0000 (01:32 +0000)]
ChangeLog update
Marcus Boerger [Tue, 24 Feb 2004 23:39:12 +0000 (23:39 +0000)]
Fix class flags when handling abstract methods
Ilia Alshanetsky [Tue, 24 Feb 2004 21:52:40 +0000 (21:52 +0000)]
Fixed bug #27383 (Potential crash inside fopen_wrapper, while parsing
response code).
George Schlossnagle [Tue, 24 Feb 2004 21:49:28 +0000 (21:49 +0000)]
fix for bug 27384
Frank M. Kromann [Tue, 24 Feb 2004 19:08:28 +0000 (19:08 +0000)]
Add missing export.
Ard Biesheuvel [Tue, 24 Feb 2004 15:47:38 +0000 (15:47 +0000)]
More wordsize/alignment fixes
Dmitry Stogov [Tue, 24 Feb 2004 15:35:53 +0000 (15:35 +0000)]
Documentation update
Zeev Suraski [Tue, 24 Feb 2004 15:13:13 +0000 (15:13 +0000)]
Remove empty comment
Dmitry Stogov [Tue, 24 Feb 2004 15:06:42 +0000 (15:06 +0000)]
WSDL support for <soap:headerfault> was implemented
Rob Richards [Tue, 24 Feb 2004 12:03:32 +0000 (12:03 +0000)]
fix win32 compile with libxml 2.6
fix mem leaks
Dmitry Stogov [Tue, 24 Feb 2004 10:14:09 +0000 (10:14 +0000)]
Fixed value of attribute is default value of attribute
Dmitry Stogov [Tue, 24 Feb 2004 10:13:25 +0000 (10:13 +0000)]
fix: anotaion -> anotation
Dmitry Stogov [Tue, 24 Feb 2004 10:12:45 +0000 (10:12 +0000)]
constants for MIME/DIME encoding were added