]> granicus.if.org Git - php/log
php
21 years agoShow number of classes
Marcus Boerger [Sun, 25 Apr 2004 11:22:56 +0000 (11:22 +0000)]
Show number of classes

21 years agoBFN
Marcus Boerger [Sun, 25 Apr 2004 11:19:57 +0000 (11:19 +0000)]
BFN

21 years agoFix several issues
Marcus Boerger [Sun, 25 Apr 2004 11:14:11 +0000 (11:14 +0000)]
Fix several issues
- bugfix #27063
- bugfix #27929
- bugfix #28099
- bugfix #28125
# The amount of code is needed to solve the return by reference problem.
# dual_it and derived also need their own iterator handlers to be able
# to return by reference.

21 years ago- RC3-dev
Andi Gutmans [Sun, 25 Apr 2004 10:13:08 +0000 (10:13 +0000)]
- RC3-dev

21 years ago- This was forgotten
Andi Gutmans [Sun, 25 Apr 2004 09:15:57 +0000 (09:15 +0000)]
- This was forgotten

21 years ago- RC2
Andi Gutmans [Sun, 25 Apr 2004 08:32:50 +0000 (08:32 +0000)]
- RC2

21 years agoSpell it out.
Wez Furlong [Sun, 25 Apr 2004 00:41:34 +0000 (00:41 +0000)]
Spell it out.

21 years agoChangeLog update
<changelog@php.net> [Sun, 25 Apr 2004 00:34:28 +0000 (00:34 +0000)]
ChangeLog update

21 years agoFixed test.
Ilia Alshanetsky [Sat, 24 Apr 2004 22:38:51 +0000 (22:38 +0000)]
Fixed test.

21 years agoChangeLog update
<changelog@php.net> [Sat, 24 Apr 2004 00:34:14 +0000 (00:34 +0000)]
ChangeLog update

21 years ago- Fixed bug #27923. foreach() without a key should not check if the key
Andi Gutmans [Fri, 23 Apr 2004 21:53:46 +0000 (21:53 +0000)]
- Fixed bug #27923. foreach() without a key should not check if the key
- is a reference (Adam)

21 years agoNEWS
Andi Gutmans [Fri, 23 Apr 2004 21:51:39 +0000 (21:51 +0000)]
NEWS

21 years agoThis was already in NEWS for the branch, removing
Derick Rethans [Fri, 23 Apr 2004 18:20:20 +0000 (18:20 +0000)]
This was already in NEWS for the branch, removing

21 years agoCleanup NEWS
Derick Rethans [Fri, 23 Apr 2004 18:19:03 +0000 (18:19 +0000)]
Cleanup NEWS

21 years agoMFB: Fix for bug #27810
Rasmus Lerdorf [Fri, 23 Apr 2004 18:08:58 +0000 (18:08 +0000)]
MFB: Fix for bug #27810

21 years agomove libxml error handler ro rinit/rshutdown to keep it local to php
Rob Richards [Fri, 23 Apr 2004 17:31:44 +0000 (17:31 +0000)]
move libxml error handler ro rinit/rshutdown to keep it local to php

21 years agoFixed bug #28087 (Do not force mysql.trace_mode to 0 on every request).
Ilia Alshanetsky [Fri, 23 Apr 2004 17:03:52 +0000 (17:03 +0000)]
Fixed bug #28087 (Do not force mysql.trace_mode to 0 on every request).

21 years ago- Fixed buffer overflow in phpinfo() for Zend Extension Api NO.
Derick Rethans [Fri, 23 Apr 2004 13:28:25 +0000 (13:28 +0000)]
- Fixed buffer overflow in phpinfo() for Zend Extension Api NO.

21 years agoAnother one bites the dust
Wez Furlong [Fri, 23 Apr 2004 13:28:05 +0000 (13:28 +0000)]
Another one bites the dust

21 years agoSupport for <![CDATA[ ]]> for string/hexbinary/base64binary data
Dmitry Stogov [Fri, 23 Apr 2004 12:22:41 +0000 (12:22 +0000)]
Support for <![CDATA[ ]]> for string/hexbinary/base64binary data

21 years agoIn-HEAD bugfix# 28115
Sara Golemon [Fri, 23 Apr 2004 03:37:20 +0000 (03:37 +0000)]
In-HEAD bugfix# 28115

21 years agoChangeLog update
<changelog@php.net> [Fri, 23 Apr 2004 00:36:46 +0000 (00:36 +0000)]
ChangeLog update

21 years agoAvoid warning to interfere test result
Marcus Boerger [Thu, 22 Apr 2004 22:55:18 +0000 (22:55 +0000)]
Avoid warning to interfere test result

21 years agoEmpty query checks, bug #28112.
Ilia Alshanetsky [Thu, 22 Apr 2004 22:34:29 +0000 (22:34 +0000)]
Empty query checks, bug #28112.

21 years agoAdd test for bug #28112
Marcus Boerger [Thu, 22 Apr 2004 22:29:41 +0000 (22:29 +0000)]
Add test for bug #28112

21 years agobugfix #28112
Marcus Boerger [Thu, 22 Apr 2004 22:26:02 +0000 (22:26 +0000)]
bugfix #28112

21 years agoAdd test
Wez Furlong [Thu, 22 Apr 2004 14:29:33 +0000 (14:29 +0000)]
Add test

21 years agoA working fix for the safearray mapping bug.
Wez Furlong [Thu, 22 Apr 2004 14:27:11 +0000 (14:27 +0000)]
A working fix for the safearray mapping bug.

21 years agoThe fix for the vc7 libc putenv bug is also needed here to avoid a crash.
Wez Furlong [Thu, 22 Apr 2004 14:26:03 +0000 (14:26 +0000)]
The fix for the vc7 libc putenv bug is also needed here to avoid a crash.

21 years agoDepercating mime_magic in favor of PECL::fileinfo
Hartmut Holzgraefe [Thu, 22 Apr 2004 01:24:12 +0000 (01:24 +0000)]
Depercating mime_magic in favor of PECL::fileinfo

21 years ago(probable) fix for Bug #27974: PHP Arrays are not mapped to VARIANTs.
Wez Furlong [Thu, 22 Apr 2004 00:50:49 +0000 (00:50 +0000)]
(probable) fix for Bug #27974: PHP Arrays are not mapped to VARIANTs.

21 years agoChangeLog update
<changelog@php.net> [Thu, 22 Apr 2004 00:35:20 +0000 (00:35 +0000)]
ChangeLog update

21 years agoFixed possible crash inside pg_copy_(to|from) function if delimiter is more
Ilia Alshanetsky [Thu, 22 Apr 2004 00:31:55 +0000 (00:31 +0000)]
Fixed possible crash inside pg_copy_(to|from) function if delimiter is more
then 1 character long.

21 years agoMore C++ comments.
Ilia Alshanetsky [Wed, 21 Apr 2004 23:16:34 +0000 (23:16 +0000)]
More C++ comments.

21 years agoC++ comments are ungood ;).
Ilia Alshanetsky [Wed, 21 Apr 2004 23:06:26 +0000 (23:06 +0000)]
C++ comments are ungood ;).

21 years agoNews about the ssl server socket bug
Wez Furlong [Wed, 21 Apr 2004 23:02:56 +0000 (23:02 +0000)]
News about the ssl server socket bug

21 years agoFix bug #28096 - stream_socket_accept() on an SSL server socket doesn't
Wez Furlong [Wed, 21 Apr 2004 23:02:06 +0000 (23:02 +0000)]
Fix bug #28096 - stream_socket_accept() on an SSL server socket doesn't
enable SSL on the accepted socket.

- Add cipher list context option
- Add helpful hint about why SSL server socket fails with mysterious
  error (eg: you need an SSL certificate for most ciphers).

21 years agolibmagic will only consume up to HOWMANY (hardcoded to 65536) bytes
Hartmut Holzgraefe [Wed, 21 Apr 2004 22:49:35 +0000 (22:49 +0000)]
libmagic will only consume up to HOWMANY (hardcoded to 65536) bytes
from a file, so lets save bandwith and memory by limiting us to this

21 years agoSupport for multiref data
Dmitry Stogov [Wed, 21 Apr 2004 16:57:18 +0000 (16:57 +0000)]
Support for multiref data

21 years agoFixed bug #19749 (shouldn't mmap() files larger than memory_limit)
Wez Furlong [Wed, 21 Apr 2004 12:02:47 +0000 (12:02 +0000)]
Fixed bug #19749 (shouldn't mmap() files larger than memory_limit)

21 years ago- RC2-dev
Andi Gutmans [Wed, 21 Apr 2004 10:34:27 +0000 (10:34 +0000)]
- RC2-dev

21 years ago- Prepare for RC2RC2 (if everything is OK especially Zeev's interface
Andi Gutmans [Wed, 21 Apr 2004 09:59:52 +0000 (09:59 +0000)]
- Prepare for RC2RC2 (if everything is OK especially Zeev's interface
- patch I'll roll RC2 tomorrow).

21 years agoyaz moved
Wez Furlong [Wed, 21 Apr 2004 08:57:16 +0000 (08:57 +0000)]
yaz moved

21 years agoMoved ext/yaz to PECL.
Wez Furlong [Wed, 21 Apr 2004 08:56:34 +0000 (08:56 +0000)]
Moved ext/yaz to PECL.

21 years agoRestore fatal error in case a method that's supposed to implement an
Zeev Suraski [Wed, 21 Apr 2004 08:44:37 +0000 (08:44 +0000)]
Restore fatal error in case a method that's supposed to implement an
interface/abstract method, breaks its prototype

21 years ago- Reorder news
Derick Rethans [Wed, 21 Apr 2004 07:23:40 +0000 (07:23 +0000)]
- Reorder news

21 years agoChangeLog update
<changelog@php.net> [Wed, 21 Apr 2004 00:35:41 +0000 (00:35 +0000)]
ChangeLog update

21 years agoFixed possible memory leaks.
Ilia Alshanetsky [Wed, 21 Apr 2004 00:11:28 +0000 (00:11 +0000)]
Fixed possible memory leaks.
Prevent shm_attach() from destroying non-shm resources.

21 years agomssql related fixes
Frank M. Kromann [Tue, 20 Apr 2004 23:55:02 +0000 (23:55 +0000)]
mssql related fixes

21 years agoFix #28007. Compile fails when the SHORT type is undefined (older versions of FreeTDS)
Frank M. Kromann [Tue, 20 Apr 2004 23:37:08 +0000 (23:37 +0000)]
Fix #28007. Compile fails when the SHORT type is undefined (older versions of FreeTDS)

21 years agoFix problem getting return value from stored procedure when it returns multiple results
Frank M. Kromann [Tue, 20 Apr 2004 23:30:51 +0000 (23:30 +0000)]
Fix problem getting return value from stored procedure when it returns multiple results

21 years agominor update
John Coggeshall [Tue, 20 Apr 2004 18:29:16 +0000 (18:29 +0000)]
minor update

21 years agoNo need for exception function, and renamed the 'error_buf' prop to
John Coggeshall [Tue, 20 Apr 2004 18:28:09 +0000 (18:28 +0000)]
No need for exception function, and renamed the 'error_buf' prop to
errorBuffer to conform with the rest of the ext.

21 years ago- Fix news
Andi Gutmans [Tue, 20 Apr 2004 14:18:56 +0000 (14:18 +0000)]
- Fix news

21 years ago- More news
Andi Gutmans [Tue, 20 Apr 2004 14:15:57 +0000 (14:15 +0000)]
- More news

21 years ago- Fix bug #27283 - Exceptions where the last catch() statement was sometimes
Andi Gutmans [Tue, 20 Apr 2004 14:14:55 +0000 (14:14 +0000)]
- Fix bug #27283 - Exceptions where the last catch() statement was sometimes
- skipped.

21 years ago- make static methods calls work from within xslt
Christian Stocker [Tue, 20 Apr 2004 09:24:24 +0000 (09:24 +0000)]
- make static methods calls work from within xslt
- extended tests

21 years agoChangeLog update
<changelog@php.net> [Tue, 20 Apr 2004 00:35:29 +0000 (00:35 +0000)]
ChangeLog update

21 years agoFixed compiler warnings.
Ilia Alshanetsky [Tue, 20 Apr 2004 00:26:48 +0000 (00:26 +0000)]
Fixed compiler warnings.

21 years agoAdd new tests (by magnus)
Marcus Boerger [Tue, 20 Apr 2004 00:00:51 +0000 (00:00 +0000)]
Add new tests (by magnus)

21 years agoadd ext/libxml/ to the headers path
Rob Richards [Mon, 19 Apr 2004 19:46:00 +0000 (19:46 +0000)]
add ext/libxml/ to the headers path

21 years agoinitial revision
Rob Richards [Mon, 19 Apr 2004 18:55:02 +0000 (18:55 +0000)]
initial revision
requires PHP 5

21 years agoshow ini entries and classes for extensions.
Marcus Boerger [Mon, 19 Apr 2004 18:02:49 +0000 (18:02 +0000)]
show ini entries and classes for extensions.

21 years agoFix #27865; don't dup STDIN, STDOUT or STDERR when running under CLI.
Wez Furlong [Mon, 19 Apr 2004 17:41:39 +0000 (17:41 +0000)]
Fix #27865; don't dup STDIN, STDOUT or STDERR when running under CLI.

21 years ago- Is it really this hard?</jani>
Derick Rethans [Mon, 19 Apr 2004 15:15:49 +0000 (15:15 +0000)]
- Is it really this hard?</jani>

21 years agoAdding tidy error handling news
John Coggeshall [Mon, 19 Apr 2004 15:14:31 +0000 (15:14 +0000)]
Adding tidy error handling news

21 years agoand the news
Wez Furlong [Mon, 19 Apr 2004 15:08:11 +0000 (15:08 +0000)]
and the news

21 years agoAdd pty support to proc_open() for systems with Unix98 ptys.
Wez Furlong [Mon, 19 Apr 2004 15:07:30 +0000 (15:07 +0000)]
Add pty support to proc_open() for systems with Unix98 ptys.
# With permission from Andi

21 years agoNo need to export anything. Fixes win32 build
Edin Kadribasic [Mon, 19 Apr 2004 14:13:41 +0000 (14:13 +0000)]
No need to export anything. Fixes win32 build

21 years agoChangeLog update
<changelog@php.net> [Mon, 19 Apr 2004 00:34:18 +0000 (00:34 +0000)]
ChangeLog update

21 years agoSimplify code via the use of macros.
Ilia Alshanetsky [Sun, 18 Apr 2004 21:49:10 +0000 (21:49 +0000)]
Simplify code via the use of macros.

21 years ago- Whitespace
Derick Rethans [Sun, 18 Apr 2004 14:04:48 +0000 (14:04 +0000)]
- Whitespace

21 years agoFixing a tidy_getopt() bug, and converting all exceptions to E_WARNING
John Coggeshall [Sun, 18 Apr 2004 07:58:19 +0000 (07:58 +0000)]
Fixing a tidy_getopt() bug, and converting all exceptions to E_WARNING

21 years agoChangeLog update
<changelog@php.net> [Sun, 18 Apr 2004 00:34:17 +0000 (00:34 +0000)]
ChangeLog update

21 years ago- MFH: Fix for bug #28042 (greek letters in html to entitity mapping not
Derick Rethans [Sat, 17 Apr 2004 23:08:02 +0000 (23:08 +0000)]
- MFH: Fix for bug #28042 (greek letters in html to entitity mapping not
  correct)

21 years agoRetval may not be set when zend_execute() is overloaded
Marcus Boerger [Sat, 17 Apr 2004 14:02:40 +0000 (14:02 +0000)]
Retval may not be set when zend_execute() is overloaded

21 years agoChangeLog update
<changelog@php.net> [Sat, 17 Apr 2004 00:34:11 +0000 (00:34 +0000)]
ChangeLog update

21 years agoFixed construct bug and Windows build.
John Coggeshall [Fri, 16 Apr 2004 21:51:59 +0000 (21:51 +0000)]
Fixed construct bug and Windows build.

21 years ago- Fix initializations
Derick Rethans [Fri, 16 Apr 2004 18:55:19 +0000 (18:55 +0000)]
- Fix initializations

21 years agoset Sybase default APPNAME to ("PHP " PHP_VERSION)
Uwe Schindler [Fri, 16 Apr 2004 16:27:19 +0000 (16:27 +0000)]
set Sybase default APPNAME to ("PHP " PHP_VERSION)

21 years agoModified error handling:
John Coggeshall [Fri, 16 Apr 2004 15:46:41 +0000 (15:46 +0000)]
Modified error handling:

  - Trivial errors have been reduced to E_NOTICEs if possible
  - Bad, but not script-stopping errors (i.e. file not file) are E_WARNING
  - Truly bad things that make the extension unusable are not E_ERROR

  Exceptions are thrown only in a OO context for E_WARNINGs.

21 years agoChangeLog update
<changelog@php.net> [Fri, 16 Apr 2004 00:36:43 +0000 (00:36 +0000)]
ChangeLog update

21 years agoBugfix #28012, now for snprintf
Marcus Boerger [Thu, 15 Apr 2004 23:08:22 +0000 (23:08 +0000)]
Bugfix #28012, now for snprintf

21 years agoBugfix #28012 spprintf() output inconsistent for %p
Marcus Boerger [Thu, 15 Apr 2004 23:04:49 +0000 (23:04 +0000)]
Bugfix #28012 spprintf() output inconsistent for %p

21 years agoHandle failure in get_current_data
Marcus Boerger [Thu, 15 Apr 2004 21:32:34 +0000 (21:32 +0000)]
Handle failure in get_current_data

21 years ago- Temporary fix for bug #27869
Andi Gutmans [Thu, 15 Apr 2004 17:25:51 +0000 (17:25 +0000)]
- Temporary fix for bug #27869
- George, you need to implement clone in order for "clone" and
- compatibility mode to work.

21 years agoFix bug that prevented --without-gd from working
Wez Furlong [Thu, 15 Apr 2004 16:09:36 +0000 (16:09 +0000)]
Fix bug that prevented --without-gd from working

21 years agotypo
Hartmut Holzgraefe [Thu, 15 Apr 2004 15:27:08 +0000 (15:27 +0000)]
typo

21 years agobe a bit more explanatory ...
Hartmut Holzgraefe [Thu, 15 Apr 2004 15:03:26 +0000 (15:03 +0000)]
be a bit more explanatory ...

21 years agoFixed test failure if session.use_trans_sid is enabled.
Ilia Alshanetsky [Thu, 15 Apr 2004 13:37:50 +0000 (13:37 +0000)]
Fixed test failure if session.use_trans_sid is enabled.

21 years agoRemove duplicate entries
foobar [Thu, 15 Apr 2004 12:25:57 +0000 (12:25 +0000)]
Remove duplicate entries

21 years agobeen stable for a long time now
Wez Furlong [Thu, 15 Apr 2004 11:52:40 +0000 (11:52 +0000)]
been stable for a long time now

21 years agoFixed bug #27681 (soap extension fails without HAVE_TM_GMTOFF).
Dmitry Stogov [Thu, 15 Apr 2004 10:27:53 +0000 (10:27 +0000)]
Fixed bug #27681 (soap extension fails without HAVE_TM_GMTOFF).

21 years agoCalls to zend_exception_error() were removed.
Dmitry Stogov [Thu, 15 Apr 2004 09:35:27 +0000 (09:35 +0000)]
Calls to zend_exception_error() were removed.

21 years agoreorder..is this so hard..? :)
foobar [Thu, 15 Apr 2004 02:37:42 +0000 (02:37 +0000)]
reorder..is this so hard..? :)

21 years agoChangeLog update
<changelog@php.net> [Thu, 15 Apr 2004 00:35:44 +0000 (00:35 +0000)]
ChangeLog update

21 years agoBFN
Marcus Boerger [Wed, 14 Apr 2004 23:41:22 +0000 (23:41 +0000)]
BFN

21 years agoBugfix #27997
Marcus Boerger [Wed, 14 Apr 2004 23:26:56 +0000 (23:26 +0000)]
Bugfix #27997

21 years agoDeclare variables before calling functions. This makes tidy compile on Win32.
Frank M. Kromann [Wed, 14 Apr 2004 19:01:45 +0000 (19:01 +0000)]
Declare variables before calling functions. This makes tidy compile on Win32.

21 years ago- Add comment
Andi Gutmans [Wed, 14 Apr 2004 17:12:04 +0000 (17:12 +0000)]
- Add comment