]> granicus.if.org Git - php/log
php
23 years agoFix for Tomcat 4.
Sebastian Bergmann [Sat, 27 Oct 2001 23:14:49 +0000 (23:14 +0000)]
Fix for Tomcat 4.

23 years ago- fix crash bug
Derick Rethans [Sat, 27 Oct 2001 18:22:56 +0000 (18:22 +0000)]
- fix crash bug

23 years ago- Fix for bugs #9640 and #13789
Derick Rethans [Sat, 27 Oct 2001 17:50:26 +0000 (17:50 +0000)]
- Fix for bugs #9640 and #13789

23 years agoThese were supposed to match
Rasmus Lerdorf [Sat, 27 Oct 2001 12:22:22 +0000 (12:22 +0000)]
These were supposed to match

23 years agoGet rid of post_off-hack which was only suitable for POST data
Sascha Schumann [Sat, 27 Oct 2001 12:08:10 +0000 (12:08 +0000)]
Get rid of post_off-hack which was only suitable for POST data
which fit into the small thttpd read buffer.  Do a small recv
after content-length bytes have been read to accomodate non-conforming
user-agents.

23 years agoImproved handling of posts
Sascha Schumann [Sat, 27 Oct 2001 11:27:39 +0000 (11:27 +0000)]
Improved handling of posts

23 years agoModified the error message a bit. Happy now Andi? :)
foobar [Sat, 27 Oct 2001 10:14:14 +0000 (10:14 +0000)]
Modified the error message a bit. Happy now Andi? :)

23 years agoMFTGZE1
Zeev Suraski [Sat, 27 Oct 2001 09:43:38 +0000 (09:43 +0000)]
MFTGZE1

23 years ago* actually implement -s/-S options :-)
Stig Bakken [Sat, 27 Oct 2001 07:52:12 +0000 (07:52 +0000)]
* actually implement -s/-S options :-)

23 years agoFixed bug: #13844
foobar [Sat, 27 Oct 2001 06:26:02 +0000 (06:26 +0000)]
Fixed bug: #13844

23 years ago@- Fixed HTTP file upload support to handle big files better. (Jani)
foobar [Sat, 27 Oct 2001 05:26:24 +0000 (05:26 +0000)]
@- Fixed HTTP file upload support to handle big files better. (Jani)
# There are some minor memleaks still..I tried to eliminate them but
# without luck. I'd be glad if someone could check this code out.
# Also, this uses the Apache libapreq. So there might be need to add some
# license thingie there too?

23 years ago- Prevent PHP from starting if output_handler is set and
foobar [Sat, 27 Oct 2001 05:22:19 +0000 (05:22 +0000)]
- Prevent PHP from starting if output_handler is set and
  zlib.output_compression is on
- Added notes to the bundled php.ini files about this.

23 years ago@- Added array_chunk() function that splits an array into chunks of specified
Andrei Zmievski [Sat, 27 Oct 2001 05:11:15 +0000 (05:11 +0000)]
@- Added array_chunk() function that splits an array into chunks of specified
@  size. (Andrei)

23 years agoChangeLog update
<changelog@php.net> [Sat, 27 Oct 2001 00:10:14 +0000 (00:10 +0000)]
ChangeLog update

23 years agoConvert to use new parameter parsing API.
Andrei Zmievski [Fri, 26 Oct 2001 21:07:59 +0000 (21:07 +0000)]
Convert to use new parameter parsing API.

23 years agoremoved
Stig Bakken [Fri, 26 Oct 2001 20:05:34 +0000 (20:05 +0000)]
removed

23 years agoTypo in constant naming.
Frank M. Kromann [Fri, 26 Oct 2001 18:42:46 +0000 (18:42 +0000)]
Typo in constant naming.

23 years agofix visual studio .net warning
Harald Radi [Fri, 26 Oct 2001 17:52:41 +0000 (17:52 +0000)]
fix visual studio .net warning

23 years agoRemoved unused code
Frank M. Kromann [Fri, 26 Oct 2001 17:50:33 +0000 (17:50 +0000)]
Removed unused code

23 years agoAdd Win32 generated files.
Sebastian Bergmann [Fri, 26 Oct 2001 14:54:46 +0000 (14:54 +0000)]
Add Win32 generated files.

23 years agoConvert to use new parameter parsing API.
Andrei Zmievski [Fri, 26 Oct 2001 14:50:58 +0000 (14:50 +0000)]
Convert to use new parameter parsing API.

23 years ago- Fix Zeev's MFZE1
Andi Gutmans [Fri, 26 Oct 2001 14:13:42 +0000 (14:13 +0000)]
- Fix Zeev's MFZE1

23 years agoZTS fixes
Thies C. Arntzen [Fri, 26 Oct 2001 12:54:55 +0000 (12:54 +0000)]
ZTS fixes

23 years ago* implemented "pear list-packages", the first sub-command using xmlrpc
Stig Bakken [Fri, 26 Oct 2001 11:45:21 +0000 (11:45 +0000)]
* implemented "pear list-packages", the first sub-command using xmlrpc

23 years agono need to free these it seems
Sterling Hughes [Fri, 26 Oct 2001 11:17:34 +0000 (11:17 +0000)]
no need to free these it seems

23 years ago* PEAR_Config class to maintain system and per-user configuration for
Stig Bakken [Fri, 26 Oct 2001 10:07:43 +0000 (10:07 +0000)]
* PEAR_Config class to maintain system and per-user configuration for
  PEAR installations
* PEAR_Remote class to communicate with the backend server (xmlrpc)
* change pear script's option parsing to "-d foo=bar" style
* added -c/-C (user/system config file) and -s/-S (store user/system config)
  options

23 years agoChangeLog update
<changelog@php.net> [Fri, 26 Oct 2001 00:10:08 +0000 (00:10 +0000)]
ChangeLog update

23 years agomake it compile again and nuke most warnings
Thies C. Arntzen [Thu, 25 Oct 2001 06:51:13 +0000 (06:51 +0000)]
make it compile again and nuke most warnings

23 years agoChangeLog update
<changelog@php.net> [Thu, 25 Oct 2001 00:10:18 +0000 (00:10 +0000)]
ChangeLog update

23 years agoLet's suppress this warning if always_populate is enabled
Rasmus Lerdorf [Wed, 24 Oct 2001 20:10:30 +0000 (20:10 +0000)]
Let's suppress this warning if always_populate is enabled

23 years agoFixed logic bug introduced by me. Bug: #13796
foobar [Wed, 24 Oct 2001 10:42:31 +0000 (10:42 +0000)]
Fixed logic bug introduced by me. Bug: #13796

23 years agoC++ comment pollution removed.
foobar [Wed, 24 Oct 2001 09:06:33 +0000 (09:06 +0000)]
C++ comment pollution removed.

23 years ago- switched src and dest in memcpy. This caused a segm fault in hw_new_document_from_f...
Uwe Steinmann [Wed, 24 Oct 2001 08:33:09 +0000 (08:33 +0000)]
- switched src and dest in memcpy. This caused a segm fault in hw_new_document_from_file()

23 years ago- freeing memory wasn't always done right
Uwe Steinmann [Wed, 24 Oct 2001 08:31:54 +0000 (08:31 +0000)]
- freeing memory wasn't always done right

23 years agoChangeLog update
<changelog@php.net> [Wed, 24 Oct 2001 00:13:09 +0000 (00:13 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Wed, 24 Oct 2001 00:13:06 +0000 (00:13 +0000)]
NEWS update

23 years agoOk, now actually make it work - maybe...
Rasmus Lerdorf [Tue, 23 Oct 2001 20:48:30 +0000 (20:48 +0000)]
Ok, now actually make it work - maybe...

23 years agoMinor tweaks
Rasmus Lerdorf [Tue, 23 Oct 2001 19:57:45 +0000 (19:57 +0000)]
Minor tweaks

23 years ago@- $HTTP_RAW_POST_DATA was not populated on a missing content-type even when
Rasmus Lerdorf [Tue, 23 Oct 2001 19:34:29 +0000 (19:34 +0000)]
@- $HTTP_RAW_POST_DATA was not populated on a missing content-type even when
@  always_populate_raw_post_data was on - fixed. (Rasmus)
$HTTP_RAW_POST_DATA was not populated on a missing content-type even when
always_populate_raw_post_data was on - fixed. (Rasmus)

23 years agoAs suggested on php-dev, array_fill() is probably a better name for this
Rasmus Lerdorf [Tue, 23 Oct 2001 18:46:35 +0000 (18:46 +0000)]
As suggested on php-dev, array_fill() is probably a better name for this
function.

23 years agoPatch for correct handling of DATETIME values.
Frank M. Kromann [Tue, 23 Oct 2001 16:34:52 +0000 (16:34 +0000)]
Patch for correct handling of DATETIME values.
The patch is implemented with a parameter in php.ini controling if
datetime values are converted with the new or the old method.
Thanks to Michael Bretterklieber <mbretter@jawa.at>

23 years agoCheck that realpath is available. Bug: #9469
foobar [Tue, 23 Oct 2001 11:14:51 +0000 (11:14 +0000)]
Check that realpath is available. Bug: #9469
# TSRM still uses it without checking. I can't fix that.

23 years agoFix these to give correct results even if register_globals=off or
foobar [Tue, 23 Oct 2001 11:11:29 +0000 (11:11 +0000)]
Fix these to give correct results even if register_globals=off or
register_argc_argv=off.

23 years agoFixed bug: #13782
foobar [Tue, 23 Oct 2001 10:31:56 +0000 (10:31 +0000)]
Fixed bug: #13782

23 years agoSupport also --with-gd (without path). Please test this!
foobar [Tue, 23 Oct 2001 09:19:11 +0000 (09:19 +0000)]
Support also --with-gd (without path). Please test this!

23 years agoThis patch should reduce the amount of 'bogus' bug reports when people
foobar [Tue, 23 Oct 2001 08:52:14 +0000 (08:52 +0000)]
This patch should reduce the amount of 'bogus' bug reports when people
have two or more different versions of GD library installed.

23 years agoMFZE1
Zeev Suraski [Tue, 23 Oct 2001 01:23:36 +0000 (01:23 +0000)]
MFZE1

23 years agoProlong the death of dl() for a little while longer.
Zeev Suraski [Tue, 23 Oct 2001 01:18:54 +0000 (01:18 +0000)]
Prolong the death of dl() for a little while longer.

23 years agoChangeLog update
<changelog@php.net> [Tue, 23 Oct 2001 00:10:31 +0000 (00:10 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Tue, 23 Oct 2001 00:10:28 +0000 (00:10 +0000)]
NEWS update

23 years agoUse references instead of making a copy each time in array_init(). About
Rasmus Lerdorf [Mon, 22 Oct 2001 20:49:27 +0000 (20:49 +0000)]
Use references instead of making a copy each time in array_init().  About
twice as fast for a high number of elements.  2.80 seconds for the copy
of 1,000,000 elements and 1.39s for the reference version.  Need to chunk
it every 62k or so because refcount is a short.

23 years agoFix-up.
Andrei Zmievski [Mon, 22 Oct 2001 20:37:11 +0000 (20:37 +0000)]
Fix-up.

23 years agoAdding some docs for new parameter parsing API. They really should be more
Andrei Zmievski [Mon, 22 Oct 2001 20:28:57 +0000 (20:28 +0000)]
Adding some docs for new parameter parsing API. They really should be more
fleshed out.

23 years agoRemove redundant conversion.
Andrei Zmievski [Mon, 22 Oct 2001 19:46:48 +0000 (19:46 +0000)]
Remove redundant conversion.

23 years agonew-style parameter parsing
Hartmut Holzgraefe [Mon, 22 Oct 2001 19:36:46 +0000 (19:36 +0000)]
new-style parameter parsing

23 years agoFix build.
Andrei Zmievski [Mon, 22 Oct 2001 16:25:43 +0000 (16:25 +0000)]
Fix build.

23 years agoFix ZTS build.
Andrei Zmievski [Mon, 22 Oct 2001 16:07:34 +0000 (16:07 +0000)]
Fix ZTS build.

23 years ago@- Added session_cache_expire() function. (patch from anuradha@gnu.org)
Andrei Zmievski [Mon, 22 Oct 2001 15:18:06 +0000 (15:18 +0000)]
@- Added session_cache_expire() function. (patch from anuradha@gnu.org)

23 years ago.cvsignore now everywhere in ext/standard
Jeroen van Wolffelaar [Mon, 22 Oct 2001 09:48:44 +0000 (09:48 +0000)]
.cvsignore now everywhere in ext/standard

23 years agoMake math tests pass, round & co don't work this way, and there was an error
Jeroen van Wolffelaar [Mon, 22 Oct 2001 09:44:27 +0000 (09:44 +0000)]
Make math tests pass, round & co don't work this way, and there was an error
in expected output

23 years agoYet another missing .cvsignore file
foobar [Mon, 22 Oct 2001 05:18:33 +0000 (05:18 +0000)]
Yet another missing .cvsignore file

23 years agoMissing .cvsignore files added.
foobar [Mon, 22 Oct 2001 02:53:39 +0000 (02:53 +0000)]
Missing .cvsignore files added.

23 years agoUse of deprecated stuff and having error_reporting(E_ALL) made the tests fail.
foobar [Mon, 22 Oct 2001 02:53:08 +0000 (02:53 +0000)]
Use of deprecated stuff and having error_reporting(E_ALL) made the tests fail.

23 years agoDeprecated style used
foobar [Mon, 22 Oct 2001 02:49:34 +0000 (02:49 +0000)]
Deprecated style used

23 years agoAdded missing entry.
foobar [Mon, 22 Oct 2001 02:38:19 +0000 (02:38 +0000)]
Added missing entry.

23 years agoFixed bug: #12617
foobar [Mon, 22 Oct 2001 02:35:10 +0000 (02:35 +0000)]
Fixed bug: #12617

23 years agoFixed bug: #12443
foobar [Mon, 22 Oct 2001 02:28:00 +0000 (02:28 +0000)]
Fixed bug: #12443

23 years agoMissing .cvsignore file
foobar [Mon, 22 Oct 2001 02:18:33 +0000 (02:18 +0000)]
Missing .cvsignore file

23 years agoChangeLog update
<changelog@php.net> [Mon, 22 Oct 2001 00:11:40 +0000 (00:11 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Mon, 22 Oct 2001 00:11:36 +0000 (00:11 +0000)]
NEWS update

23 years agoCheck if PCRE support is compiled in and only use the pcre functions if
Rasmus Lerdorf [Sun, 21 Oct 2001 17:41:15 +0000 (17:41 +0000)]
Check if PCRE support is compiled in and only use the pcre functions if
it is.  Otherwise just set the realm to the safe mode user id if it isn't.

23 years agoMFB
Sterling Hughes [Sun, 21 Oct 2001 17:23:39 +0000 (17:23 +0000)]
MFB

23 years agoOops, leftover crud
Rasmus Lerdorf [Sun, 21 Oct 2001 07:45:32 +0000 (07:45 +0000)]
Oops, leftover crud

23 years agoMotivated by bug #13607 I wrote up a simple array_init() function that
Rasmus Lerdorf [Sun, 21 Oct 2001 07:42:35 +0000 (07:42 +0000)]
Motivated by bug #13607 I wrote up a simple array_init() function that
lets you quickly create an array and initialize each element to a certain
value.
@ Add array_init() function (Rasmus)

23 years agomissing entry
foobar [Sun, 21 Oct 2001 03:02:40 +0000 (03:02 +0000)]
missing entry

23 years agoFixed bugs: #13251, #9827, #11363
foobar [Sun, 21 Oct 2001 03:01:17 +0000 (03:01 +0000)]
Fixed bugs: #13251, #9827, #11363

23 years agoChangeLog update
<changelog@php.net> [Sun, 21 Oct 2001 00:12:45 +0000 (00:12 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Sun, 21 Oct 2001 00:12:40 +0000 (00:12 +0000)]
NEWS update

23 years agoThis made no sense before. Hide Authorization in getallheaders() but
Rasmus Lerdorf [Sun, 21 Oct 2001 00:03:55 +0000 (00:03 +0000)]
This made no sense before.  Hide Authorization in getallheaders() but
display it from phpinfo()?  Ouch!
@ Hide Authorization header from phpinfo() output in safe_mode (Rasmus)

23 years ago# Butt-ugly looking code here, but I need regular expressions to do this.
Rasmus Lerdorf [Sat, 20 Oct 2001 22:01:56 +0000 (22:01 +0000)]
# Butt-ugly looking code here, but I need regular expressions to do this.
Re-instated safe-mode realm mangling as it was in php 2 and 3 albeit
in a somewhat more robust way.
@ Re-instated safe-mode realm mangling (Rasmus)

23 years agoMFHZ1
Andrei Zmievski [Sat, 20 Oct 2001 13:55:47 +0000 (13:55 +0000)]
MFHZ1

23 years agoFix warning,
Andrei Zmievski [Sat, 20 Oct 2001 13:45:29 +0000 (13:45 +0000)]
Fix warning,

23 years ago- Fix for bug #13413
Derick Rethans [Sat, 20 Oct 2001 10:58:33 +0000 (10:58 +0000)]
- Fix for bug #13413

23 years agoChangeLog update
<changelog@php.net> [Sat, 20 Oct 2001 00:10:16 +0000 (00:10 +0000)]
ChangeLog update

23 years agoconvert to use new parameter parsing API.
Andrei Zmievski [Fri, 19 Oct 2001 19:48:35 +0000 (19:48 +0000)]
convert to use new parameter parsing API.

23 years agoConverting to use new parameter parsing API.
Andrei Zmievski [Fri, 19 Oct 2001 19:21:58 +0000 (19:21 +0000)]
Converting to use new parameter parsing API.

23 years agoFixed other protos.
Egon Schmid [Fri, 19 Oct 2001 19:21:28 +0000 (19:21 +0000)]
Fixed other protos.

23 years agoFix news entry
Jason Greene [Fri, 19 Oct 2001 18:45:33 +0000 (18:45 +0000)]
Fix news entry

23 years agoFixed another proto.
Egon Schmid [Fri, 19 Oct 2001 18:42:25 +0000 (18:42 +0000)]
Fixed another proto.

23 years agoConver to use new parameter parsing API.
Andrei Zmievski [Fri, 19 Oct 2001 18:26:30 +0000 (18:26 +0000)]
Conver to use new parameter parsing API.

23 years agoFixed last argument in strlcat() call.
Edin Kadribasic [Fri, 19 Oct 2001 18:06:37 +0000 (18:06 +0000)]
Fixed last argument in strlcat() call.

23 years agoConvert to use new parameter parsing API.
Andrei Zmievski [Fri, 19 Oct 2001 17:16:12 +0000 (17:16 +0000)]
Convert to use new parameter parsing API.

23 years agoChanged strncpy=>strlcpy; strncat=>strlcat
Edin Kadribasic [Fri, 19 Oct 2001 15:54:05 +0000 (15:54 +0000)]
Changed strncpy=>strlcpy; strncat=>strlcat

23 years agoChangeLog update
<changelog@php.net> [Fri, 19 Oct 2001 00:09:58 +0000 (00:09 +0000)]
ChangeLog update

23 years agoReverting the last fix for ZTS and adding TSRMLS_FETCH() to make it work.
Frank M. Kromann [Thu, 18 Oct 2001 19:24:51 +0000 (19:24 +0000)]
Reverting the last fix for ZTS and adding TSRMLS_FETCH() to make it work.

23 years agoAdding include path for having curl header and libraries in php_build\curl
Frank M. Kromann [Thu, 18 Oct 2001 17:47:35 +0000 (17:47 +0000)]
Adding include path for having curl header and libraries in php_build\curl

23 years agoFixing ZTS build on win32
Frank M. Kromann [Thu, 18 Oct 2001 17:46:57 +0000 (17:46 +0000)]
Fixing ZTS build on win32

23 years agofix ws issue introduce in my use_trans_sid commit...
Sterling Hughes [Thu, 18 Oct 2001 09:12:39 +0000 (09:12 +0000)]
fix ws issue introduce in my use_trans_sid commit...

# still getting used to emacs

23 years agofix formatting, this line really was too long ;)
Sterling Hughes [Thu, 18 Oct 2001 09:10:05 +0000 (09:10 +0000)]
fix formatting, this line really was too long ;)

23 years agoforce use of the session.use_trans_sid setting
Sterling Hughes [Thu, 18 Oct 2001 09:05:16 +0000 (09:05 +0000)]
force use of the session.use_trans_sid setting