]> granicus.if.org Git - php/log
php
23 years agomodified some function name in ext/mbstring based on naming convension and mbstr_http...
Rui Hirokawa [Tue, 1 May 2001 23:44:20 +0000 (23:44 +0000)]
modified some function name in ext/mbstring based on naming convension and mbstr_http_input() implemented.

23 years agoFix bug #10563
foobar [Tue, 1 May 2001 23:22:55 +0000 (23:22 +0000)]
Fix bug #10563

23 years agoFixing some proto types and return values
Frank M. Kromann [Tue, 1 May 2001 22:04:11 +0000 (22:04 +0000)]
Fixing some proto types and return values

23 years agolooks like i missed something
Hartmut Holzgraefe [Tue, 1 May 2001 19:15:43 +0000 (19:15 +0000)]
looks like i missed something

23 years agoAdd TODO
John Donagher [Tue, 1 May 2001 19:08:27 +0000 (19:08 +0000)]
Add TODO

23 years ago- Optimizer the previous patch a bit by nuking memset()
Andi Gutmans [Tue, 1 May 2001 18:13:59 +0000 (18:13 +0000)]
- Optimizer the previous patch a bit by nuking memset()

23 years agoAdding support for BINARY, VARBINARY and IMAGE column types.
Frank M. Kromann [Tue, 1 May 2001 18:01:08 +0000 (18:01 +0000)]
Adding support for BINARY, VARBINARY and IMAGE column types.
Thanks to Brad LaFountain.

23 years agoPatch from Sascha that abstracts session serializers. WDDX extension
Andrei Zmievski [Tue, 1 May 2001 17:01:51 +0000 (17:01 +0000)]
Patch from Sascha that abstracts session serializers. WDDX extension
now implements the encode/decode functions and registers them with
the session module.

23 years ago- Remove C++ comment
Andi Gutmans [Tue, 1 May 2001 16:33:09 +0000 (16:33 +0000)]
- Remove C++ comment

23 years ago- Fix snprintf() to work with nan and inf properly
Andi Gutmans [Tue, 1 May 2001 16:29:52 +0000 (16:29 +0000)]
- Fix snprintf() to work with nan and inf properly

23 years agohartmfixed and extended the ini parameter and module globals stuff
Hartmut Holzgraefe [Tue, 1 May 2001 16:21:58 +0000 (16:21 +0000)]
hartmfixed and extended the ini parameter and module globals stuff

once again: someone test this please!

23 years agomodified some function name in mbstring based on php's naming convension.
Rui Hirokawa [Tue, 1 May 2001 09:20:51 +0000 (09:20 +0000)]
modified some function name in mbstring based on php's naming convension.

23 years ago- Bump up Zend version
Andi Gutmans [Tue, 1 May 2001 07:20:36 +0000 (07:20 +0000)]
- Bump up Zend version

23 years ago- Remove unused variable
Andi Gutmans [Tue, 1 May 2001 07:16:57 +0000 (07:16 +0000)]
- Remove unused variable

23 years ago- Fix for bug #10518 (Thanks to kettler@gmx.net)
Derick Rethans [Tue, 1 May 2001 07:09:09 +0000 (07:09 +0000)]
- Fix for bug #10518 (Thanks to kettler@gmx.net)

23 years agosimplified some function's name in ext/mbstring.
Rui Hirokawa [Tue, 1 May 2001 05:21:29 +0000 (05:21 +0000)]
simplified some function's name in ext/mbstring.

23 years ago- Remove some stale code
John Donagher [Tue, 1 May 2001 05:04:43 +0000 (05:04 +0000)]
- Remove some stale code
- Fix spelling mistakes
- Add build-time version detection
- Add support for v3 Verisign SDK
@ pfpro extension now supports version 3 of the Verisign SDK (John Donagher)

23 years agofix for bug 6491, http://www.php.net/bugs.php?id=6491, removes a bit of
Sterling Hughes [Tue, 1 May 2001 03:48:27 +0000 (03:48 +0000)]
fix for bug 6491, http://www.php.net/bugs.php?id=6491, removes a bit of
(what I think is) broken logic.

#  This is as discussed on the mailing list previously.  This change
#  does fix the problem, however, the extra code was in there for a
#  reason (I'm guessing :), i'm ready to revert this patch in a jiffy
#  if someone has a good reason why that (just removed) extra logic
#  should be in there.

23 years agoCheck for the existance of the iconv library
Sterling Hughes [Tue, 1 May 2001 03:26:04 +0000 (03:26 +0000)]
Check for the existance of the iconv library

# Not sure if this is correct, I can verify that it doesn't break anything
# and it logically looks like it would work.  Can someone test this (BSD
# and/or Windows)

23 years agorenamed jstring to mbstring.
Rui Hirokawa [Tue, 1 May 2001 01:52:55 +0000 (01:52 +0000)]
renamed jstring to mbstring.

23 years agod
Rui Hirokawa [Tue, 1 May 2001 01:46:05 +0000 (01:46 +0000)]
d

23 years agoChangeLog update
<changelog@php.net> [Tue, 1 May 2001 01:09:24 +0000 (01:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Tue, 1 May 2001 01:09:21 +0000 (01:09 +0000)]
NEWS update

23 years ago- Fix for Bug id #10071
Andi Gutmans [Mon, 30 Apr 2001 22:47:51 +0000 (22:47 +0000)]
- Fix for Bug id #10071
PR:
Submitted by:
Reviewed by:
Obtained from:

23 years agosome more example code for modules using --with-something
Hartmut Holzgraefe [Mon, 30 Apr 2001 19:06:26 +0000 (19:06 +0000)]
some more example code for modules using --with-something
works for me (linux/bash) but please give it a test drive

23 years agoremove last minute garbage that snuck in...
Sterling Hughes [Mon, 30 Apr 2001 16:30:46 +0000 (16:30 +0000)]
remove last minute garbage that snuck in...

23 years agoAs per Andi's suggestions.
Sterling Hughes [Mon, 30 Apr 2001 15:32:02 +0000 (15:32 +0000)]
As per Andi's suggestions.

23 years ago# Wayyyyy too many entries, if anyone has an idea to maybe cut this down to
Sterling Hughes [Mon, 30 Apr 2001 15:14:02 +0000 (15:14 +0000)]
# Wayyyyy too many entries, if anyone has an idea to maybe cut this down to
# one or two anouncements, speak!! :)

update the news file in accordance with my previous commit...

23 years agoAdd some missing constants.
Sterling Hughes [Mon, 30 Apr 2001 14:46:04 +0000 (14:46 +0000)]
Add some missing constants.

23 years ago# Ok, big ass change list. Most of the changes are NEW's worthy, so
Sterling Hughes [Mon, 30 Apr 2001 14:36:19 +0000 (14:36 +0000)]
# Ok, big ass change list.  Most of the changes are NEW's worthy, so
# I'll enter them directly there, not here....  The non-newsworthy code
# is:

Added REGISTER_CURL_CONSTANT() a wrapper around REGISTER_LONG_CONSTANT()
Re-vamp the internal php_curl structure.
Properly free allocated slist's and HttpPost structures
many whitespace changes
speed improvements (in the post handling and slist area's)

# Furthermore, as a side note, while the code I'm committing is correct,
# no one will be able to compile it yet and test it, as it requires a
# patched version of curl (if you really want to try it out and can't
# wait a day or two, send me a private mail)

23 years agomake pgsql build under win32 again
Daniel Beulshausen [Mon, 30 Apr 2001 14:23:41 +0000 (14:23 +0000)]
make pgsql build under win32 again

23 years agoTimeout setting for yaz_wait. Force call by reference for yaz_ccl_parse
Adam Dickmeiss [Mon, 30 Apr 2001 14:11:15 +0000 (14:11 +0000)]
Timeout setting for yaz_wait. Force call by reference for yaz_ccl_parse
and yaz_scan_result.

23 years agoadded japanse http input (POST/GET/Cookie) handler. It is nessceary to add input...
Rui Hirokawa [Mon, 30 Apr 2001 13:27:53 +0000 (13:27 +0000)]
added japanse http input (POST/GET/Cookie) handler. It is nessceary to add input encoding conversion functionality for ext/jstring.

23 years agoadded japanese string function module.
Rui Hirokawa [Mon, 30 Apr 2001 13:24:46 +0000 (13:24 +0000)]
added japanese string function module.

23 years ago- Add mistakenly removen closing bracket
Andi Gutmans [Mon, 30 Apr 2001 13:05:11 +0000 (13:05 +0000)]
- Add mistakenly removen closing bracket

23 years ago- Get rid of warning
Andi Gutmans [Mon, 30 Apr 2001 13:04:27 +0000 (13:04 +0000)]
- Get rid of warning

23 years ago*must* use HwSLS_FETCH()
Daniel Beulshausen [Mon, 30 Apr 2001 12:53:58 +0000 (12:53 +0000)]
*must* use HwSLS_FETCH()

23 years ago- Change macros from V_ to VCWD_ because of AIX name clash
Andi Gutmans [Mon, 30 Apr 2001 12:45:02 +0000 (12:45 +0000)]
- Change macros from V_ to VCWD_ because of AIX name clash

23 years agomake dsp supporting gd2
Daniel Beulshausen [Mon, 30 Apr 2001 12:14:36 +0000 (12:14 +0000)]
make dsp supporting gd2

23 years agoUdm_Cat_List and Udm_Cat_Path functions has been added.
Sergey Kartashoff [Mon, 30 Apr 2001 11:11:19 +0000 (11:11 +0000)]
Udm_Cat_List and Udm_Cat_Path functions has been added.
@ Udm_Cat_List and Udm_Cat_Path functions has been added.

23 years agolook in Release_TS_inline for php4ts.lib as well
Daniel Beulshausen [Mon, 30 Apr 2001 11:09:03 +0000 (11:09 +0000)]
look in Release_TS_inline for php4ts.lib as well

23 years agomake dotnet module build again & fix dsp ouput dir
Daniel Beulshausen [Mon, 30 Apr 2001 10:57:31 +0000 (10:57 +0000)]
make dotnet module build again & fix dsp ouput dir

23 years agonewer libxml libs are called libxml2.lib
Daniel Beulshausen [Mon, 30 Apr 2001 10:33:17 +0000 (10:33 +0000)]
newer libxml libs are called libxml2.lib

23 years ago- Fix crash bugs when rfc822_qprint and rfc822_base64 return NULL
Andi Gutmans [Mon, 30 Apr 2001 10:23:13 +0000 (10:23 +0000)]
- Fix crash bugs when rfc822_qprint and rfc822_base64 return NULL

23 years ago# mnoGoSearch module TODO updated
Sergey Kartashoff [Mon, 30 Apr 2001 10:04:47 +0000 (10:04 +0000)]
# mnoGoSearch module TODO updated

23 years agofix ouput directory
Daniel Beulshausen [Mon, 30 Apr 2001 10:01:36 +0000 (10:01 +0000)]
fix ouput directory

23 years agofix win32 build
Daniel Beulshausen [Mon, 30 Apr 2001 09:57:16 +0000 (09:57 +0000)]
fix win32 build

23 years agoAdded UDM_FIELD_CATEGORY parameter to get current document
Sergey Kartashoff [Mon, 30 Apr 2001 08:57:41 +0000 (08:57 +0000)]
Added UDM_FIELD_CATEGORY parameter to get current document
category in the mnoGoSearch module

23 years ago- Interactive mode is back in 4.0.6
Andi Gutmans [Mon, 30 Apr 2001 07:11:51 +0000 (07:11 +0000)]
- Interactive mode is back in 4.0.6

23 years ago- Try to solve crash on OS400. There is actually no reason I can see for
Andi Gutmans [Mon, 30 Apr 2001 05:39:37 +0000 (05:39 +0000)]
- Try to solve crash on OS400. There is actually no reason I can see for
  why his fix should solve a crash but it doesn't harm.

23 years ago- Fix crash bug in interactive mode
Andi Gutmans [Mon, 30 Apr 2001 04:50:34 +0000 (04:50 +0000)]
- Fix crash bug in interactive mode

23 years ago@ - Added key_exists() to check if a given key or index exists in an
David Croft [Mon, 30 Apr 2001 04:06:09 +0000 (04:06 +0000)]
@ - Added key_exists() to check if a given key or index exists in an
@ array or object (David Croft)
Added key_exists() to check if a given key or index exists in an array or object

23 years agoChangeLog update
<changelog@php.net> [Mon, 30 Apr 2001 01:09:11 +0000 (01:09 +0000)]
ChangeLog update

23 years agolayout
Zeev Suraski [Sun, 29 Apr 2001 18:21:37 +0000 (18:21 +0000)]
layout

23 years ago- Remove leak from opendir() under Windows. Maybe readdir.c should be
Andi Gutmans [Sun, 29 Apr 2001 18:06:56 +0000 (18:06 +0000)]
- Remove leak from opendir() under Windows. Maybe readdir.c should be
  changed to use emalloc()
PR:
Submitted by:
Reviewed by:
Obtained from:

23 years ago- Some news
Andi Gutmans [Sun, 29 Apr 2001 18:02:20 +0000 (18:02 +0000)]
- Some news

23 years ago- Fix bug Bug id #5987. It could be fixed by changing readdir.c but I
Andi Gutmans [Sun, 29 Apr 2001 17:57:23 +0000 (17:57 +0000)]
- Fix bug Bug id #5987. It could be fixed by changing readdir.c but I
- prefered not to touch that code but to treat windows a bit differently
- in dir.c
PR:
Submitted by:
Reviewed by:
Obtained from:

23 years agoAccept the fix suggestion from bug #9562
Zeev Suraski [Sun, 29 Apr 2001 17:33:11 +0000 (17:33 +0000)]
Accept the fix suggestion from bug #9562

23 years ago- 'Fix' for bug #10145
Derick Rethans [Sun, 29 Apr 2001 15:48:07 +0000 (15:48 +0000)]
- 'Fix' for bug #10145

23 years agoAdded not about 'thread-safing' all extensions for 4.1.
Sebastian Bergmann [Sun, 29 Apr 2001 13:35:52 +0000 (13:35 +0000)]
Added not about 'thread-safing' all extensions for 4.1.

23 years agoFix proto decription.
Sean Bright [Sun, 29 Apr 2001 13:30:56 +0000 (13:30 +0000)]
Fix proto decription.

23 years agoReally fix bug #10362.
Sean Bright [Sun, 29 Apr 2001 13:16:05 +0000 (13:16 +0000)]
Really fix bug #10362.
# My previous fix caused a segfault when there were parens in an unallowed
# tag :(  Thanks Andi.

23 years ago- Whitespace
Andi Gutmans [Sun, 29 Apr 2001 13:06:00 +0000 (13:06 +0000)]
- Whitespace

23 years ago- Improve overwrite detection in debug mode.
Andi Gutmans [Sun, 29 Apr 2001 13:00:46 +0000 (13:00 +0000)]
- Improve overwrite detection in debug mode.

23 years ago- Update to work with latest Zend
Andi Gutmans [Sun, 29 Apr 2001 12:58:50 +0000 (12:58 +0000)]
- Update to work with latest Zend
PR:
Submitted by:
Reviewed by:
Obtained from:

23 years agowhitespace fix
Zeev Suraski [Sun, 29 Apr 2001 11:37:03 +0000 (11:37 +0000)]
whitespace fix

23 years agoFix bug #10545.
foobar [Sun, 29 Apr 2001 10:14:18 +0000 (10:14 +0000)]
Fix bug #10545.

23 years ago- Previous patch for too early freeing of resources seemed to have worked.
Andi Gutmans [Sun, 29 Apr 2001 09:21:38 +0000 (09:21 +0000)]
- Previous patch for too early freeing of resources seemed to have worked.
- Clean it up a bit.

23 years ago- Try and solve the too early resource destruction problem.
Andi Gutmans [Sun, 29 Apr 2001 06:33:50 +0000 (06:33 +0000)]
- Try and solve the too early resource destruction problem.

23 years agoChangeLog update
<changelog@php.net> [Sun, 29 Apr 2001 01:09:13 +0000 (01:09 +0000)]
ChangeLog update

23 years agoFix for bug #10362
Sean Bright [Sat, 28 Apr 2001 23:07:51 +0000 (23:07 +0000)]
Fix for bug #10362

23 years ago# Actually fix the bug this time (I fixed another bug last time :)
Sterling Hughes [Sat, 28 Apr 2001 21:44:44 +0000 (21:44 +0000)]
# Actually fix the bug this time (I fixed another bug last time :)

23 years agofix bug #10541
Sterling Hughes [Sat, 28 Apr 2001 21:37:45 +0000 (21:37 +0000)]
fix bug #10541

23 years agoinclude limits.h if available
Zeev Suraski [Sat, 28 Apr 2001 20:21:42 +0000 (20:21 +0000)]
include limits.h if available

23 years agoFix bug 5661
Zeev Suraski [Sat, 28 Apr 2001 20:13:25 +0000 (20:13 +0000)]
Fix bug 5661

23 years agoZend shallow copy needs to be fixed
James Moore [Sat, 28 Apr 2001 19:30:48 +0000 (19:30 +0000)]
Zend shallow copy needs to be fixed

23 years agoadd/fix pi3web dsp
Daniel Beulshausen [Sat, 28 Apr 2001 18:46:56 +0000 (18:46 +0000)]
add/fix pi3web dsp

23 years ago- Move all cases into switch().
Andi Gutmans [Sat, 28 Apr 2001 18:20:46 +0000 (18:20 +0000)]
- Move all cases into switch().

23 years ago- Just some little whitespace stuff.
Andi Gutmans [Sat, 28 Apr 2001 15:59:39 +0000 (15:59 +0000)]
- Just some little whitespace stuff.

23 years ago- Don't add/remove cached memory blocks from blocks list as this will slow
Andi Gutmans [Sat, 28 Apr 2001 15:45:50 +0000 (15:45 +0000)]
- Don't add/remove cached memory blocks from blocks list as this will slow
- down performance a bit.

23 years ago- Fix for bugs #9042, #8212, and #8962. Patch from <tunacat@yahoo.com>
Sean Bright [Sat, 28 Apr 2001 13:16:18 +0000 (13:16 +0000)]
- Fix for bugs #9042, #8212, and #8962. Patch from <tunacat@yahoo.com>
- Fixed proto for exec()

23 years agoResources weren't being properly destroyed by the convert_to_*() functions
Zeev Suraski [Sat, 28 Apr 2001 02:06:35 +0000 (02:06 +0000)]
Resources weren't being properly destroyed by the convert_to_*() functions

23 years agoChangeLog update
<changelog@php.net> [Sat, 28 Apr 2001 01:09:17 +0000 (01:09 +0000)]
ChangeLog update

23 years ago- Commit test passed
Andi Gutmans [Fri, 27 Apr 2001 19:11:35 +0000 (19:11 +0000)]
- Commit test passed

23 years ago- Testing commit script
Andi Gutmans [Fri, 27 Apr 2001 19:10:58 +0000 (19:10 +0000)]
- Testing commit script

23 years ago- More whitespace fixes while I'm at it.
Andi Gutmans [Fri, 27 Apr 2001 18:53:25 +0000 (18:53 +0000)]
- More whitespace fixes while I'm at it.

23 years ago- Whitespace changes to be standard like the rest of Zend
Andi Gutmans [Fri, 27 Apr 2001 18:51:56 +0000 (18:51 +0000)]
- Whitespace changes to be standard like the rest of Zend

23 years ago- Fix some ws to be like the rest of TSRM
Andi Gutmans [Fri, 27 Apr 2001 18:50:35 +0000 (18:50 +0000)]
- Fix some ws to be like the rest of TSRM

23 years agoadd notes about support directories
Daniel Beulshausen [Fri, 27 Apr 2001 18:00:14 +0000 (18:00 +0000)]
add notes about support directories

23 years agoadd instructions for Netscape/iPlanet servers
Daniel Beulshausen [Fri, 27 Apr 2001 17:48:11 +0000 (17:48 +0000)]
add instructions for Netscape/iPlanet servers

23 years agoget rid of MS's _popen/_pclose
Daniel Beulshausen [Fri, 27 Apr 2001 16:41:53 +0000 (16:41 +0000)]
get rid of MS's _popen/_pclose

23 years ago- Added note about error messages
Derick Rethans [Fri, 27 Apr 2001 13:57:49 +0000 (13:57 +0000)]
- Added note about error messages

23 years agoMake old readdir_r code compatible with HPUX and Solaris.
Sascha Schumann [Fri, 27 Apr 2001 11:14:48 +0000 (11:14 +0000)]
Make old readdir_r code compatible with HPUX and Solaris.

23 years agoAdd the xslt_make_array and xslt_free_array api functions (C level).
Sterling Hughes [Fri, 27 Apr 2001 05:00:52 +0000 (05:00 +0000)]
Add the xslt_make_array and xslt_free_array api functions (C level).
Change the naming to be a bit more standard for a few of the existing
api functions.

Make the sablotron backend compile with these changes.

23 years agoChangeLog update
<changelog@php.net> [Fri, 27 Apr 2001 01:09:16 +0000 (01:09 +0000)]
ChangeLog update

23 years ago- Convert cfunction -> function.
Andi Gutmans [Thu, 26 Apr 2001 19:42:08 +0000 (19:42 +0000)]
- Convert cfunction -> function.

23 years agofix for bug #8994, courtesy tom.anheyer@berlinonline.de
Sterling Hughes [Thu, 26 Apr 2001 13:47:17 +0000 (13:47 +0000)]
fix for bug #8994, courtesy tom.anheyer@berlinonline.de

# Are we having another RC, and if so, can I MFH in time for it?

23 years agoEnforce the right number of params for mysql_fetch_*() functions, related to bug...
Matt McClanahan [Thu, 26 Apr 2001 08:22:12 +0000 (08:22 +0000)]
Enforce the right number of params for mysql_fetch_*() functions, related to bug 9839.

23 years agoAdd a readme, this is a substitute to the e-mail I was going to send. it
Sterling Hughes [Thu, 26 Apr 2001 05:38:17 +0000 (05:38 +0000)]
Add a readme, this is a substitute to the e-mail I was going to send.  it
gives a basic overview of the new xslt extension and goes into the details
of the api, etc.

23 years ago- use get_current_key_ex() in order to receive key length and not having
Andi Gutmans [Thu, 26 Apr 2001 02:54:27 +0000 (02:54 +0000)]
- use get_current_key_ex() in order to receive key length and not having
- to use strlen() everywhere.