]> granicus.if.org Git - php/log
php
20 years agoAnother one bites the dust
Wez Furlong [Fri, 23 Apr 2004 13:28:05 +0000 (13:28 +0000)]
Another one bites the dust

20 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

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

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

20 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

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

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

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

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

20 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.

20 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.

20 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

20 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.

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

20 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.

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

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

20 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

20 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).

20 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

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

20 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)

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

20 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).

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

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

20 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

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

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

20 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.

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

20 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)

20 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

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

20 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.

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

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

20 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.

20 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

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

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

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

20 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

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

20 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.

20 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.

20 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>

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

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

20 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

20 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

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

20 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.

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

20 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

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

20 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)

20 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

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

20 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.

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

20 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)

20 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.

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

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

20 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

20 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

20 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.

20 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

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

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

20 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.

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

20 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

20 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).

20 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.

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

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

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

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

20 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.

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

20 years agoAccording to Wez, this is not needed.
Edin Kadribasic [Wed, 14 Apr 2004 13:56:18 +0000 (13:56 +0000)]
According to Wez, this is not needed.
It also breaks win32 build.

20 years ago- RC2-dev
Andi Gutmans [Wed, 14 Apr 2004 11:24:17 +0000 (11:24 +0000)]
- RC2-dev

20 years ago- RC2RC1
Andi Gutmans [Wed, 14 Apr 2004 11:03:47 +0000 (11:03 +0000)]
- RC2RC1

20 years ago- Enable iconv by default
Derick Rethans [Wed, 14 Apr 2004 07:42:38 +0000 (07:42 +0000)]
- Enable iconv by default

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

20 years agoClassnames shall start with an uppercase character
Marcus Boerger [Tue, 13 Apr 2004 20:25:49 +0000 (20:25 +0000)]
Classnames shall start with an uppercase character

20 years agoUpdate error messages in tests
Marcus Boerger [Tue, 13 Apr 2004 19:08:54 +0000 (19:08 +0000)]
Update error messages in tests

20 years agoNew tests (and ordering of tests)
Marcus Boerger [Tue, 13 Apr 2004 19:06:39 +0000 (19:06 +0000)]
New tests (and ordering of tests)

20 years agoBugfix #27979
Marcus Boerger [Tue, 13 Apr 2004 19:06:16 +0000 (19:06 +0000)]
Bugfix #27979

20 years agoAnother setting leak in session code (bug #27963).
Ilia Alshanetsky [Tue, 13 Apr 2004 18:18:22 +0000 (18:18 +0000)]
Another setting leak in session code (bug #27963).

20 years agoExport symbols needed by bz2_filter
Sara Golemon [Tue, 13 Apr 2004 17:54:47 +0000 (17:54 +0000)]
Export symbols needed by bz2_filter

20 years agoThis wasn't updated for new parameters for object handlers yet...
Wez Furlong [Tue, 13 Apr 2004 17:51:36 +0000 (17:51 +0000)]
This wasn't updated for new parameters for object handlers yet...

20 years agoBFN
foobar [Tue, 13 Apr 2004 17:28:23 +0000 (17:28 +0000)]
BFN

20 years agofix bug #27979
Stanislav Malyshev [Tue, 13 Apr 2004 16:21:24 +0000 (16:21 +0000)]
fix bug #27979

20 years agoFix debug_backtrace to show arguments again
Zeev Suraski [Tue, 13 Apr 2004 16:07:19 +0000 (16:07 +0000)]
Fix debug_backtrace to show arguments again
We need to merge code from debug_backtrace & debug_print_backtrace at
some point!

20 years ago- Fix API no of Engine 2. The first number is the engine version and the
Andi Gutmans [Tue, 13 Apr 2004 15:27:36 +0000 (15:27 +0000)]
- Fix API no of Engine 2. The first number is the engine version and the
- rest is the API_NO. This way engine2_api_no is always greater than
- engine1_api_no.

20 years ago- Add hook for exception handler (Derick)
Andi Gutmans [Tue, 13 Apr 2004 15:19:21 +0000 (15:19 +0000)]
- Add hook for exception handler (Derick)

20 years agoFixed bug #27963 (Session lifetime setting may leak between requests).
Ilia Alshanetsky [Tue, 13 Apr 2004 00:39:05 +0000 (00:39 +0000)]
Fixed bug #27963 (Session lifetime setting may leak between requests).