]> granicus.if.org Git - php/log
php
22 years agofix segfault
Wez Furlong [Fri, 12 Apr 2002 18:17:19 +0000 (18:17 +0000)]
fix segfault

22 years agoGone they are.. files related to the old build-system
Sascha Schumann [Fri, 12 Apr 2002 17:28:41 +0000 (17:28 +0000)]
Gone they are.. files related to the old build-system

22 years ago - MFB (4_2_0)
Jan Lehnardt [Fri, 12 Apr 2002 16:54:01 +0000 (16:54 +0000)]
 - MFB (4_2_0)

22 years agoIni settings for internal encoding and decoding of Unicode and JIS formatted user...
Marcus Boerger [Fri, 12 Apr 2002 16:35:56 +0000 (16:35 +0000)]
Ini settings for internal encoding and decoding of Unicode and JIS formatted user comments.
@- Ini settings for encoding/decoding Unicode/JIS user comments (Marcus)

22 years agoRemoving a unused local variable.
Frank M. Kromann [Fri, 12 Apr 2002 16:25:31 +0000 (16:25 +0000)]
Removing a unused local variable.
Setting the size before returning the value in readgzfile

22 years ago-new function php_mb_check_encoding_list
Marcus Boerger [Fri, 12 Apr 2002 16:17:16 +0000 (16:17 +0000)]
-new function php_mb_check_encoding_list
-mark module globals as const (thread safety)

22 years agoThis test should be skipped if(!cgi)
Sander Roobol [Fri, 12 Apr 2002 15:25:54 +0000 (15:25 +0000)]
This test should be skipped if(!cgi)

22 years ago-fix mb_detect_order
Marcus Boerger [Fri, 12 Apr 2002 14:24:54 +0000 (14:24 +0000)]
-fix mb_detect_order
-php_mbstring_parse_encoding_list/array return 0 on any illegal input

22 years ago- added method DomNode->remove_child()
Uwe Steinmann [Fri, 12 Apr 2002 13:23:07 +0000 (13:23 +0000)]
- added method DomNode->remove_child()

22 years ago- fixed stupid compile error
Uwe Steinmann [Fri, 12 Apr 2002 11:47:48 +0000 (11:47 +0000)]
- fixed stupid compile error

22 years ago- insert_before(): copy node before doing the insert
Uwe Steinmann [Fri, 12 Apr 2002 11:32:23 +0000 (11:32 +0000)]
- insert_before(): copy node before doing the insert
- append_child(): actually do an append child and not and add sibling
- what is called xmlDtd in libxml is actually the class DocumentType
  in DOM. The domxml extension used a class DomDtd which is not defined
in the DOM standard. Instead of using DomDtd DomDocumentType is now
used. DomDtd has been renamed to Dtd but has not meaning anymore.
- added more functions

22 years agoSync with php4dllts.
Sebastian Bergmann [Fri, 12 Apr 2002 05:35:50 +0000 (05:35 +0000)]
Sync with php4dllts.

22 years agoEnable CGI binary for testing. CGI binary should be used when it's
Yasuo Ohgaki [Fri, 12 Apr 2002 01:34:06 +0000 (01:34 +0000)]
Enable CGI binary for testing. CGI binary should be used when it's
available, since some tests cannot be performed by CLI. (And
many of them are just failing now)
Fixed SAPI and VERSION output.

22 years agoBe nice to php.ini-recommended users.
Yasuo Ohgaki [Fri, 12 Apr 2002 01:13:01 +0000 (01:13 +0000)]
Be nice to php.ini-recommended users.
php.ini-recommended uses output buffer resulting delayed output during
"make test". User php.ini file is used anyway, since run-tests.php
invoke php for each test from there.

22 years agoThis exif test was failing because the \0's in the expected output had
Rasmus Lerdorf [Fri, 12 Apr 2002 01:07:46 +0000 (01:07 +0000)]
This exif test was failing because the \0's in the expected output had
disappeared.  It may be CVS doing this.  I have put the nulls back, but we
may have to mark this as a binary file in th cvswrappers, or rewrite the
test to not output nulls.

22 years agoUpdate Sablotron version supported.
Yasuo Ohgaki [Fri, 12 Apr 2002 00:44:59 +0000 (00:44 +0000)]
Update Sablotron version supported.

22 years agoNEWS update
<changelog@php.net> [Fri, 12 Apr 2002 00:26:32 +0000 (00:26 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Fri, 12 Apr 2002 00:25:06 +0000 (00:25 +0000)]
ChangeLog update

22 years agoCGI/CLI take file and dir for -c option by this.
Yasuo Ohgaki [Fri, 12 Apr 2002 00:20:29 +0000 (00:20 +0000)]
CGI/CLI take file and dir for -c option by this.
@ Both 'file' and 'path to php.ini' is allowed for "-c" cli/cgi option. (Yasuo)

22 years agointerpret empty to_encoding as encoding not set what results in current_internal_encoding
Marcus Boerger [Thu, 11 Apr 2002 22:52:43 +0000 (22:52 +0000)]
interpret empty to_encoding as encoding not set what results in current_internal_encoding

22 years agoFixed (again) the news entry..NEWS file is not a manual.
foobar [Thu, 11 Apr 2002 22:42:10 +0000 (22:42 +0000)]
Fixed (again) the news entry..NEWS file is not a manual.

22 years agofixed a bug which causes crash when charset is not set.
Rui Hirokawa [Thu, 11 Apr 2002 22:27:00 +0000 (22:27 +0000)]
fixed a bug which causes crash when charset is not set.

22 years agoFix a problem where php-generated data was pushed down the entire output
Aaron Bannert [Thu, 11 Apr 2002 20:34:56 +0000 (20:34 +0000)]
Fix a problem where php-generated data was pushed down the entire output
filter chain instead of just down the rest of the chain. This fix will
speed up some unnecessary overhead introduced in the last patch.

Suggested by:  Cliff Woolley <jwoolley@apache.org>

22 years agofixed type
Harald Radi [Thu, 11 Apr 2002 20:32:03 +0000 (20:32 +0000)]
fixed type

22 years agoPHP filters and Apache 2 aren't quite a perfect match yet, so we have
Aaron Bannert [Thu, 11 Apr 2002 19:25:08 +0000 (19:25 +0000)]
PHP filters and Apache 2 aren't quite a perfect match yet, so we have
to do some trickery with the server_context to make sure it is always
valid within the current thread.

This patch makes sure the server_context is created in apache's
post_read_request hook phase, and then registeres a cleanup that
will NULL out the server context when the request goes out of scope.
Then, inside the output filters, if the server_context is null we
throw an error. Finally, instead of saving the output filter in
the server_context, now we store the entire request_rec pointer
in there.

POST bodies appear to be working now, although they are very inefficient.
The input filter is still just realloc()ing for whatever data comes
down the input pipe, and then sending this to PHP. This means that
we are doing some really nasty memory management on big POST bodies.
For now this it allows for unlimited input bodies, which means that
a big POST could potentially DoS a box by making it run out of memory.
We might want to put a limit on here just in case, at least until
we figure out how to consume input data more efficiently into php.

22 years agoFixing project files so that they load
Joseph Tate [Thu, 11 Apr 2002 17:52:26 +0000 (17:52 +0000)]
Fixing project files so that they load

22 years agoDon't depend on the context provided by the filter (f->ctx) anymore. In
Aaron Bannert [Thu, 11 Apr 2002 17:34:17 +0000 (17:34 +0000)]
Don't depend on the context provided by the filter (f->ctx) anymore. In
Apache 2 the input and output filter contexts are kept unique. We now
only depend on SG(server_context) for each request, and assume that
the same thread will process the entire request. At some point it
would be wise to separate the input and output contexts.

22 years agoReturn the number of bytes consumed, not the number of bytes left.
Aaron Bannert [Thu, 11 Apr 2002 17:22:11 +0000 (17:22 +0000)]
Return the number of bytes consumed, not the number of bytes left.

Suggested by:  Brian Havard <brianh@kheldar.apana.org.au>

22 years ago - add quotes. Cought by: Roman Neuhauser <neuhauser@mail.cz>
Jan Lehnardt [Thu, 11 Apr 2002 17:20:47 +0000 (17:20 +0000)]
 - add quotes. Cought by: Roman Neuhauser <neuhauser@mail.cz>

22 years agoUpdate README.
Sebastian Bergmann [Thu, 11 Apr 2002 17:01:51 +0000 (17:01 +0000)]
Update README.

22 years agoAdded versioning to dll and exe files created under windows.
Joseph Tate [Thu, 11 Apr 2002 16:31:22 +0000 (16:31 +0000)]
Added versioning to dll and exe files created under windows.

#Note that these do not require modification when the version number changes.
#Utilizes the new partitioned version number defines in php_version.h

@ Added version info to the dll and exe files created under Windows. (jtate)

22 years agosync with PHP_MAJOR_VERSION changes to configure.in
Wez Furlong [Thu, 11 Apr 2002 15:50:32 +0000 (15:50 +0000)]
sync with PHP_MAJOR_VERSION changes to configure.in

22 years agoApply patch for MAJOR_VERSION etc. by Joseph Tate
Wez Furlong [Thu, 11 Apr 2002 15:15:33 +0000 (15:15 +0000)]
Apply patch for MAJOR_VERSION etc. by Joseph Tate

22 years agoFix ZTS build
Yasuo Ohgaki [Thu, 11 Apr 2002 13:40:19 +0000 (13:40 +0000)]
Fix ZTS build
# Please check caller when you add TSRMLS_DC. Especically if it's PHPAPI function...
# find . -name "*.c" | xargs grep php_mail

22 years agoFix declarations (Thanks Sebastian)
Wez Furlong [Thu, 11 Apr 2002 12:13:17 +0000 (12:13 +0000)]
Fix declarations (Thanks Sebastian)

22 years agouse DIRECTORY_SEPERATOR
Alexander Merz [Thu, 11 Apr 2002 10:51:27 +0000 (10:51 +0000)]
use DIRECTORY_SEPERATOR

22 years agothread safe
Marcus Boerger [Thu, 11 Apr 2002 08:07:22 +0000 (08:07 +0000)]
thread safe

22 years agofix build (hopefully for BSD, too)
Marcus Boerger [Thu, 11 Apr 2002 07:28:24 +0000 (07:28 +0000)]
fix build (hopefully for BSD, too)

22 years agofix warning
Marcus Boerger [Thu, 11 Apr 2002 07:26:53 +0000 (07:26 +0000)]
fix warning

22 years agofix testproblem
Marcus Boerger [Thu, 11 Apr 2002 06:41:55 +0000 (06:41 +0000)]
fix testproblem

22 years agoPatch by Aaron Bannert <aaron@clove.org> and Cliff Woolley <jwoolley@virginia.edu>.
Sebastian Bergmann [Thu, 11 Apr 2002 06:01:54 +0000 (06:01 +0000)]
Patch by Aaron Bannert <aaron@clove.org> and Cliff Woolley <jwoolley@virginia.edu>.

22 years agoproperly reset ac_extra in PHP_NEW_EXTENSION
Sascha Schumann [Thu, 11 Apr 2002 05:47:03 +0000 (05:47 +0000)]
properly reset ac_extra in PHP_NEW_EXTENSION

redirect stderr to /dev/null to silence xargs

Noticed by: Andrei

22 years agoTSRMG => TSRMLS
Yasuo Ohgaki [Thu, 11 Apr 2002 05:06:16 +0000 (05:06 +0000)]
TSRMG => TSRMLS

22 years agoNEWS update
<changelog@php.net> [Thu, 11 Apr 2002 00:25:15 +0000 (00:25 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Thu, 11 Apr 2002 00:23:36 +0000 (00:23 +0000)]
ChangeLog update

22 years agofix warning
Wez Furlong [Wed, 10 Apr 2002 23:51:48 +0000 (23:51 +0000)]
fix warning

22 years agoImplement stream context and status notification system.
Wez Furlong [Wed, 10 Apr 2002 22:42:32 +0000 (22:42 +0000)]
Implement stream context and status notification system.
Bump the BC for zlib notice to a warning
# See my RFC to php-dev a few days ago

22 years agoMFZE1
foobar [Wed, 10 Apr 2002 21:33:34 +0000 (21:33 +0000)]
MFZE1

22 years agoMFZE1
foobar [Wed, 10 Apr 2002 21:23:01 +0000 (21:23 +0000)]
MFZE1

22 years ago- Added __FUNCTION__ and __CLASS__ constants.
foobar [Wed, 10 Apr 2002 21:22:10 +0000 (21:22 +0000)]
- Added __FUNCTION__ and __CLASS__ constants.

22 years ago* add download command to description
Stig Bakken [Wed, 10 Apr 2002 21:09:58 +0000 (21:09 +0000)]
* add download command to description

22 years agoImplemented "pear download <pakage>"
Tomas V.V.Cox [Wed, 10 Apr 2002 15:15:12 +0000 (15:15 +0000)]
Implemented "pear download <pakage>"

22 years agoDo not show the "tag it!" message when verbose=0
Tomas V.V.Cox [Wed, 10 Apr 2002 15:10:49 +0000 (15:10 +0000)]
Do not show the "tag it!" message when verbose=0
# Forgot to commit that before

22 years agoAdded single display()
Tomas V.V.Cox [Wed, 10 Apr 2002 15:09:36 +0000 (15:09 +0000)]
Added single display()

22 years ago- extension to access a Hyperwave Server based on the official
Uwe Steinmann [Wed, 10 Apr 2002 13:33:59 +0000 (13:33 +0000)]
- extension to access a Hyperwave Server based on the official
  Hypwerwave SDK. The function of this module is similar to the
existing hyperwave extension but the api is very different.

22 years agofix a warnig and an error (found by Sebastioan)
Marcus Boerger [Wed, 10 Apr 2002 13:02:53 +0000 (13:02 +0000)]
fix a warnig and an error (found by Sebastioan)

22 years agochanged mbstring to make thread safe.
Rui Hirokawa [Wed, 10 Apr 2002 12:47:41 +0000 (12:47 +0000)]
changed mbstring to make thread safe.

22 years agoHelp for command "shell-test"
Tomas V.V.Cox [Wed, 10 Apr 2002 12:40:06 +0000 (12:40 +0000)]
Help for command "shell-test"

22 years agoAdded "pear package -n" (only output the created package file name)
Tomas V.V.Cox [Wed, 10 Apr 2002 12:23:31 +0000 (12:23 +0000)]
Added "pear package -n" (only output the created package file name)

22 years agows changes
Sascha Schumann [Wed, 10 Apr 2002 12:22:36 +0000 (12:22 +0000)]
ws changes

22 years agoReplace all memsets with variable initializations
Sascha Schumann [Wed, 10 Apr 2002 12:16:31 +0000 (12:16 +0000)]
Replace all memsets with variable initializations

Change flow of code in functions to end in the "positive" branch.

Changes verified using the original php3 dba tests.

22 years agotoo quick. full speed back.
Sascha Schumann [Wed, 10 Apr 2002 11:12:19 +0000 (11:12 +0000)]
too quick. full speed back.

22 years agoPlease test patches which are merged into the release branch.
Sascha Schumann [Wed, 10 Apr 2002 11:10:17 +0000 (11:10 +0000)]
Please test patches which are merged into the release branch.

db2 has a standard UNIX API which in turn means that
it returns non-zero in error conditions.

22 years agoFix Win32 build.
Sebastian Bergmann [Wed, 10 Apr 2002 11:08:44 +0000 (11:08 +0000)]
Fix Win32 build.

22 years agoLet people know this stuff is experimental.
foobar [Wed, 10 Apr 2002 09:42:38 +0000 (09:42 +0000)]
Let people know this stuff is experimental.

22 years ago- Fix defines
Derick Rethans [Wed, 10 Apr 2002 06:22:12 +0000 (06:22 +0000)]
- Fix defines

22 years agonew ini setting log_errors_max_len
Marcus Boerger [Wed, 10 Apr 2002 01:27:44 +0000 (01:27 +0000)]
new ini setting log_errors_max_len
@-New ini setting log_errors_max_len controls maximum length for error
@ messages. Set it to 0 for infinite. Default is 1024 (old behaviour) (Marcus)

22 years agofix exif using vspprintf
Marcus Boerger [Wed, 10 Apr 2002 01:18:52 +0000 (01:18 +0000)]
fix exif using vspprintf

22 years agomake (v)spprintf available
Marcus Boerger [Wed, 10 Apr 2002 01:13:18 +0000 (01:13 +0000)]
make (v)spprintf available

22 years agointroducing spprintf and vspprintf
Marcus Boerger [Wed, 10 Apr 2002 01:09:22 +0000 (01:09 +0000)]
introducing spprintf and vspprintf
#mail follows

22 years ago-preface for new vpprintf
Marcus Boerger [Wed, 10 Apr 2002 01:07:49 +0000 (01:07 +0000)]
-preface for new vpprintf
#reordered and renamed some functions and removed some static

22 years agoChangeLog update
<changelog@php.net> [Wed, 10 Apr 2002 00:23:15 +0000 (00:23 +0000)]
ChangeLog update

22 years ago* ignore dirs and libfiles in older releases (changelog)
Stig Bakken [Tue, 9 Apr 2002 22:30:44 +0000 (22:30 +0000)]
* ignore dirs and libfiles in older releases (changelog)

22 years ago* ignore files in older releases (changelog)
Stig Bakken [Tue, 9 Apr 2002 21:48:19 +0000 (21:48 +0000)]
* ignore files in older releases (changelog)

22 years agoFix bug #15835.
jim winstead [Tue, 9 Apr 2002 20:18:09 +0000 (20:18 +0000)]
Fix bug #15835.

22 years ago* drop the ondemand connect stuff for now
Stig Bakken [Tue, 9 Apr 2002 18:57:28 +0000 (18:57 +0000)]
* drop the ondemand connect stuff for now

22 years ago* add preferred_state
Stig Bakken [Tue, 9 Apr 2002 18:51:31 +0000 (18:51 +0000)]
* add preferred_state

22 years ago* drop file replace= attribute
Stig Bakken [Tue, 9 Apr 2002 18:50:54 +0000 (18:50 +0000)]
* drop file replace= attribute

22 years ago* remove extra end-fold
Stig Bakken [Tue, 9 Apr 2002 17:32:39 +0000 (17:32 +0000)]
* remove extra end-fold

22 years agoeekk -- and ssb thought my macro's were icky :)
Sterling Hughes [Tue, 9 Apr 2002 17:25:13 +0000 (17:25 +0000)]
eekk -- and ssb thought my macro's were icky :)

22 years ago* package-validate uses package.xml as default param
Stig Bakken [Tue, 9 Apr 2002 17:15:17 +0000 (17:15 +0000)]
* package-validate uses package.xml as default param

22 years ago* ext/xml/expat no longer has xmltok and xmlparse subdirs
Stig Bakken [Tue, 9 Apr 2002 16:06:07 +0000 (16:06 +0000)]
* ext/xml/expat no longer has xmltok and xmlparse subdirs

22 years agoMake the dependencies check look for the correct registry file
Tomas V.V.Cox [Tue, 9 Apr 2002 14:12:12 +0000 (14:12 +0000)]
Make the dependencies check look for the correct registry file

22 years agoWin95/98/Me doesn't support locking, please check patch on other systems
Alexander Merz [Tue, 9 Apr 2002 14:00:05 +0000 (14:00 +0000)]
Win95/98/Me doesn't support locking, please check patch on other systems

22 years agoFix package-list not showing the right Install path
Tomas V.V.Cox [Tue, 9 Apr 2002 13:49:47 +0000 (13:49 +0000)]
Fix package-list not showing the right Install path

22 years agoFix a problem when list-installed is called in a new installation
Tomas V.V.Cox [Tue, 9 Apr 2002 13:11:51 +0000 (13:11 +0000)]
Fix a problem when list-installed is called in a new installation

22 years agoit's been changed back to php.exe
James Cox [Tue, 9 Apr 2002 09:59:17 +0000 (09:59 +0000)]
it's been changed back to php.exe

22 years agoupdated, requires PHP4.2 php-cgi
Alexander Merz [Tue, 9 Apr 2002 09:28:04 +0000 (09:28 +0000)]
updated, requires PHP4.2 php-cgi

22 years ago* show full cvstag command
Stig Bakken [Tue, 9 Apr 2002 08:19:53 +0000 (08:19 +0000)]
* show full cvstag command

22 years ago* get rid of CommandResponse stufff
Stig Bakken [Tue, 9 Apr 2002 08:18:49 +0000 (08:18 +0000)]
* get rid of CommandResponse stufff

22 years ago* drop file replace= attribute
Stig Bakken [Tue, 9 Apr 2002 08:17:49 +0000 (08:17 +0000)]
* drop file replace= attribute

22 years ago* remove PEAR/Uploader.php
Stig Bakken [Tue, 9 Apr 2002 08:12:18 +0000 (08:12 +0000)]
* remove PEAR/Uploader.php

22 years ago* unused files
Stig Bakken [Tue, 9 Apr 2002 08:11:22 +0000 (08:11 +0000)]
* unused files

22 years ago* implemented role="script" and <replace> substitution during install
Stig Bakken [Tue, 9 Apr 2002 08:10:12 +0000 (08:10 +0000)]
* implemented role="script" and <replace> substitution during install

22 years agofix compile warnings
Sterling Hughes [Tue, 9 Apr 2002 06:13:00 +0000 (06:13 +0000)]
fix compile warnings

22 years agoNEWS update
<changelog@php.net> [Tue, 9 Apr 2002 00:22:01 +0000 (00:22 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Tue, 9 Apr 2002 00:20:15 +0000 (00:20 +0000)]
ChangeLog update

22 years ago* package definition for the base PEAR system
Stig Bakken [Tue, 9 Apr 2002 00:03:44 +0000 (00:03 +0000)]
* package definition for the base PEAR system

22 years agoHEADS UP, package.xml format change:
Stig Bakken [Tue, 9 Apr 2002 00:03:18 +0000 (00:03 +0000)]
HEADS UP, package.xml format change:
<file>foo.php</file> is now <file name="foo.php/>
Added tags for configure-like substitutions.
# the packager will handle both for a while

22 years agoAdded new features for msession beta 2
Mark L. Woodward [Mon, 8 Apr 2002 23:07:23 +0000 (23:07 +0000)]
Added new features for msession beta 2