]> granicus.if.org Git - php/log
php
22 years agoHopefully fix the other warnings that my last warning-fixing commit caused.
Wez Furlong [Mon, 23 Sep 2002 15:21:16 +0000 (15:21 +0000)]
Hopefully fix the other warnings that my last warning-fixing commit caused.

22 years ago(PHP touch) Remove an extraneous time() call.
Sascha Schumann [Mon, 23 Sep 2002 14:59:24 +0000 (14:59 +0000)]
(PHP touch) Remove an extraneous time() call.

Yasuo added this line in rev 1.90 for no apparent reason.

22 years agofix some warnings.
Wez Furlong [Mon, 23 Sep 2002 14:50:21 +0000 (14:50 +0000)]
fix some warnings.

22 years agoFix warning.
Sebastian Bergmann [Mon, 23 Sep 2002 14:20:02 +0000 (14:20 +0000)]
Fix warning.

22 years agoFix bug #19525
Zeev Suraski [Mon, 23 Sep 2002 14:18:42 +0000 (14:18 +0000)]
Fix bug #19525

22 years ago(php_get_session_var) Always return FAILURE if no data source was found.
Sascha Schumann [Mon, 23 Sep 2002 14:04:50 +0000 (14:04 +0000)]
(php_get_session_var) Always return FAILURE if no data source was found.

Noticed by: Sebastian Bergmann

22 years agoRevise buffer/seek code a little.
Wez Furlong [Mon, 23 Sep 2002 13:22:10 +0000 (13:22 +0000)]
Revise buffer/seek code a little.
Tidy up user streams even more.
Make test case quite aggressive.

22 years agoCompat fix
Zeev Suraski [Mon, 23 Sep 2002 12:10:07 +0000 (12:10 +0000)]
Compat fix

22 years agoWe leak quite a few things intentionally, if you want to debug it - enable
Zeev Suraski [Mon, 23 Sep 2002 11:35:22 +0000 (11:35 +0000)]
We leak quite a few things intentionally, if you want to debug it - enable
explicitly please..

22 years agoFixed bug #17662
Ilia Alshanetsky [Mon, 23 Sep 2002 04:10:25 +0000 (04:10 +0000)]
Fixed bug #17662

22 years agoImplement contstants on win32
Jason Greene [Mon, 23 Sep 2002 03:34:21 +0000 (03:34 +0000)]
Implement contstants on win32
@Implement platform independant socket error constants, which benefits error handling

22 years agoImplement read buffering in streams.
Wez Furlong [Mon, 23 Sep 2002 01:47:04 +0000 (01:47 +0000)]
Implement read buffering in streams.
Eliminate similar code from network.c.
Implement fgets equivalent at the streams level, which can detect
the mac, dos and unix line endings and handle them appropriately.
The default behaviour is unix (and dos) line endings.
An ini option to control this behaviour will follow.
# Don't forget to make clean!
# I've done some testing but would appreciate feedback from
# people with scripts/extensions that seek around a lot.

22 years agoUse generic getnameinfo for address-to-name translation, if available.
Sascha Schumann [Mon, 23 Sep 2002 00:49:12 +0000 (00:49 +0000)]
Use generic getnameinfo for address-to-name translation, if available.

This adds support for IPv6 addresses.

22 years agoChangeLog update
<changelog@php.net> [Mon, 23 Sep 2002 00:33:28 +0000 (00:33 +0000)]
ChangeLog update

22 years agoFixed bug #19395
Ilia Alshanetsky [Sun, 22 Sep 2002 18:30:38 +0000 (18:30 +0000)]
Fixed bug #19395

22 years ago- update project file (no precompiled headers)
Derick Rethans [Sun, 22 Sep 2002 18:09:27 +0000 (18:09 +0000)]
- update project file (no precompiled headers)

22 years ago- Unbreak build
Derick Rethans [Sun, 22 Sep 2002 16:23:44 +0000 (16:23 +0000)]
- Unbreak build

22 years agotypo
James Cox [Sun, 22 Sep 2002 16:14:11 +0000 (16:14 +0000)]
typo

22 years agoNEWS update
<changelog@php.net> [Sun, 22 Sep 2002 00:35:39 +0000 (00:35 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Sun, 22 Sep 2002 00:34:53 +0000 (00:34 +0000)]
ChangeLog update

22 years ago- Fix ZTS build
Derick Rethans [Sat, 21 Sep 2002 18:25:04 +0000 (18:25 +0000)]
- Fix ZTS build

22 years agonews about various strip_tags() fixes.
Ilia Alshanetsky [Sat, 21 Sep 2002 17:48:53 +0000 (17:48 +0000)]
news about various strip_tags() fixes.

22 years agoAdded a test script for strip_tags() function.
Ilia Alshanetsky [Sat, 21 Sep 2002 17:34:45 +0000 (17:34 +0000)]
Added a test script for strip_tags() function.

22 years agoFixed bug #7472 as well as many other bugs with strip_tags implementation.
Ilia Alshanetsky [Sat, 21 Sep 2002 17:34:06 +0000 (17:34 +0000)]
Fixed bug #7472 as well as many other bugs with strip_tags implementation.

22 years agoImmediately unmap /nocache/ entries, so that the mmc cache does not get
Sascha Schumann [Sat, 21 Sep 2002 17:23:15 +0000 (17:23 +0000)]
Immediately unmap /nocache/ entries, so that the mmc cache does not get
polluted too much.

22 years agows fixes.
Andrey Hristov [Sat, 21 Sep 2002 16:10:33 +0000 (16:10 +0000)]
ws fixes.
#hope not to be flamed :)  what a wonderful day.

22 years agoFixed bug #15038, original patch by: phpman@toowards.com
Ilia Alshanetsky [Sat, 21 Sep 2002 15:42:33 +0000 (15:42 +0000)]
Fixed bug #15038, original patch by: phpman@toowards.com

22 years agoFixed bug #12934
Ilia Alshanetsky [Sat, 21 Sep 2002 15:41:20 +0000 (15:41 +0000)]
Fixed bug #12934
locatime() now returns an error message when passed a negative value.

22 years agoAdd '+' modifier.
Sascha Schumann [Sat, 21 Sep 2002 15:08:59 +0000 (15:08 +0000)]
Add '+' modifier.

       +      A sign (+ or -) always be placed  before  a  number
              produced by a signed conversion.  By default a sign
              is used only for negative numbers. A + overrides  a
              space if both are used.

22 years ago- Forgot to add an extra space.
Markus Fischer [Sat, 21 Sep 2002 15:03:24 +0000 (15:03 +0000)]
- Forgot to add an extra space.

22 years agoTest case for array_intersect() and array_intersect_assoc()
Andrey Hristov [Sat, 21 Sep 2002 14:50:55 +0000 (14:50 +0000)]
Test case for array_intersect() and array_intersect_assoc()

22 years agoNew function added - array_intersect_assoc() similar to array_intersect()
Andrey Hristov [Sat, 21 Sep 2002 14:50:04 +0000 (14:50 +0000)]
New function added - array_intersect_assoc() similar to array_intersect()
but the keys are also used in the comparison. So the result is a subset of
the result of array_intersect().
Test will be committed too.

22 years ago- Someone screwed this up.
Andi Gutmans [Sat, 21 Sep 2002 13:01:08 +0000 (13:01 +0000)]
- Someone screwed this up.

22 years agoChanged version from NO_VERSION_YET to 0.1
Tal Peer [Sat, 21 Sep 2002 10:58:46 +0000 (10:58 +0000)]
Changed version from NO_VERSION_YET to 0.1
@ - Fixed compilation errors when compiling with the fribidi extension (Bug #16414) (Tal)

22 years agoBecause track vars are always initialized, get_session_var failed
Sascha Schumann [Sat, 21 Sep 2002 05:46:32 +0000 (05:46 +0000)]
Because track vars are always initialized, get_session_var failed
to work in the register_globals=1 case.

It is now possible again to store session variables in global vars.

22 years agoFix double initialization
Zeev Suraski [Sat, 21 Sep 2002 01:53:15 +0000 (01:53 +0000)]
Fix double initialization

22 years agoChangeLog update
<changelog@php.net> [Sat, 21 Sep 2002 00:33:33 +0000 (00:33 +0000)]
ChangeLog update

22 years ago- Fix line-endings
Derick Rethans [Fri, 20 Sep 2002 20:15:24 +0000 (20:15 +0000)]
- Fix line-endings
- Changed afxres.h to winres.h to make it compile when MFC is not installed
  (see http://www.winprog.org/tutorial/errors.html,
  "Fatal error RC1015: cannot open include file 'afxres.h'.")

22 years agoChanging the magic_quotes_gpc setting has no effect at USER level
Sander Roobol [Fri, 20 Sep 2002 18:07:48 +0000 (18:07 +0000)]
Changing the magic_quotes_gpc setting has no effect at USER level
# this partially fixes the #19526 shit

22 years agofix typo
foobar [Fri, 20 Sep 2002 15:42:23 +0000 (15:42 +0000)]
fix typo

22 years agoSince the cyrus extension prints only one line, and no subsequent info,
Martin Kraemer [Fri, 20 Sep 2002 15:39:50 +0000 (15:39 +0000)]
Since the cyrus extension prints only one line, and no subsequent info,
it should have a similar appearance as the other one-liners.
Use php_info_print_table_row() instead of php_info_print_table_header(),
as in the other extensions.

22 years agoFixed bugs #12989 and #12120
Ilia Alshanetsky [Fri, 20 Sep 2002 11:48:47 +0000 (11:48 +0000)]
Fixed bugs #12989 and #12120

22 years agoSync MSVC project files.
Sebastian Bergmann [Fri, 20 Sep 2002 05:39:16 +0000 (05:39 +0000)]
Sync MSVC project files.

22 years agoAdded check for yaz version into configure.
foobar [Fri, 20 Sep 2002 02:46:38 +0000 (02:46 +0000)]
Added check for yaz version into configure.

22 years agoFixed bug #19487
Ilia Alshanetsky [Fri, 20 Sep 2002 01:25:55 +0000 (01:25 +0000)]
Fixed bug #19487

22 years agoAdded missing convert_to_* funcs. (should fix some crashes)
foobar [Fri, 20 Sep 2002 00:47:00 +0000 (00:47 +0000)]
Added missing convert_to_* funcs. (should fix some crashes)

22 years agoChangeLog update
<changelog@php.net> [Fri, 20 Sep 2002 00:35:19 +0000 (00:35 +0000)]
ChangeLog update

22 years ago- Make Colin happy
Derick Rethans [Thu, 19 Sep 2002 22:23:56 +0000 (22:23 +0000)]
- Make Colin happy

22 years agoChange phpinfo() to use CSS styling instead of HTML code.
Colin Viebrock [Thu, 19 Sep 2002 21:57:25 +0000 (21:57 +0000)]
Change phpinfo() to use CSS styling instead of HTML code.

It doesn't render as nicely as it used to on older browsers, but it
does result in smaller files, and opens the door to using your own CSS
to style it differently.

There is a patch to Zend/zend_ini.c, but I don't have enough Karma, so
Derick has the patch.

22 years agochange my email address
Colin Viebrock [Thu, 19 Sep 2002 21:51:34 +0000 (21:51 +0000)]
change my email address

22 years agoFixed bug #19504
Ilia Alshanetsky [Thu, 19 Sep 2002 20:14:58 +0000 (20:14 +0000)]
Fixed bug #19504
Alligned 'Enable sysvmsg support' message.

22 years ago- Align configure --help messages
Derick Rethans [Thu, 19 Sep 2002 20:14:35 +0000 (20:14 +0000)]
- Align configure --help messages

22 years agoFixed bug #19313
Ilia Alshanetsky [Thu, 19 Sep 2002 18:59:32 +0000 (18:59 +0000)]
Fixed bug #19313
Fixed argument count check for system/exec/passthru functions
Added a check to system/exec/passthru functions to make sure execution
parameter is not blank before attempting to execute it.

22 years agoFixed bug #19414
Ilia Alshanetsky [Thu, 19 Sep 2002 18:22:51 +0000 (18:22 +0000)]
Fixed bug #19414

22 years ago- Add fribidi extension
Derick Rethans [Thu, 19 Sep 2002 17:11:59 +0000 (17:11 +0000)]
- Add fribidi extension

22 years agoFix the last part of bug #13982 (ignore_user_abort() settings were 'leaking'
Zeev Suraski [Thu, 19 Sep 2002 16:01:53 +0000 (16:01 +0000)]
Fix the last part of bug #13982 (ignore_user_abort() settings were 'leaking'
between requests)

22 years agoMFZE1 - connection_status() fix
Zeev Suraski [Thu, 19 Sep 2002 15:58:01 +0000 (15:58 +0000)]
MFZE1 - connection_status() fix

22 years agoFix connection_status()
Zeev Suraski [Thu, 19 Sep 2002 15:54:23 +0000 (15:54 +0000)]
Fix connection_status()

22 years agoFix non ZTS build
Zeev Suraski [Thu, 19 Sep 2002 15:15:39 +0000 (15:15 +0000)]
Fix non ZTS build

22 years agoFix that obscure crash in Debug_TS mode
Zeev Suraski [Thu, 19 Sep 2002 15:12:20 +0000 (15:12 +0000)]
Fix that obscure crash in Debug_TS mode

22 years agoadding ODBC todo's
Dan Kalowsky [Thu, 19 Sep 2002 12:49:23 +0000 (12:49 +0000)]
adding ODBC todo's

22 years agoRemove compatibility for old YAZ versions (use ZOOM API only)
Adam Dickmeiss [Thu, 19 Sep 2002 12:20:07 +0000 (12:20 +0000)]
Remove compatibility for old YAZ versions (use ZOOM API only)

22 years agoNew option for yaz_connect: charset
Adam Dickmeiss [Thu, 19 Sep 2002 10:18:44 +0000 (10:18 +0000)]
New option for yaz_connect: charset

22 years agoRemove obsolete directory.
Sebastian Bergmann [Thu, 19 Sep 2002 09:09:28 +0000 (09:09 +0000)]
Remove obsolete directory.

22 years agoAdd support for cdb-0.75
Sascha Schumann [Thu, 19 Sep 2002 04:18:20 +0000 (04:18 +0000)]
Add support for cdb-0.75

The install_cdb.sh script fills the gap of installing header files and
creating a cdb library which programs can link against.

22 years agowhite space fix
Dan Kalowsky [Thu, 19 Sep 2002 02:32:48 +0000 (02:32 +0000)]
white space fix

22 years agoChangeLog update
<changelog@php.net> [Thu, 19 Sep 2002 00:34:48 +0000 (00:34 +0000)]
ChangeLog update

22 years agoFix the thread-safe initialization of the ZE2. This should solve some
Zeev Suraski [Wed, 18 Sep 2002 22:16:22 +0000 (22:16 +0000)]
Fix the thread-safe initialization of the ZE2.  This should solve some
sporadic crashes, as well as the problem with the built-in constants.

22 years agoRemove dead code
Zeev Suraski [Wed, 18 Sep 2002 22:15:02 +0000 (22:15 +0000)]
Remove dead code

22 years agoFix debug build options (looks like VC doesn't maintain indentation in the
Zeev Suraski [Wed, 18 Sep 2002 22:08:35 +0000 (22:08 +0000)]
Fix debug build options (looks like VC doesn't maintain indentation in the
.dsp...  Sorry Sebastian :)

22 years agoanother startup initialization fix - only ISAPI and CGI SAPI's tested,
Zeev Suraski [Wed, 18 Sep 2002 21:57:42 +0000 (21:57 +0000)]
another startup initialization fix - only ISAPI and CGI SAPI's tested,
minor compile buglets might occur in other SAPIs, but should be trivial
to fix...

22 years agowhite background please
James Cox [Wed, 18 Sep 2002 21:56:00 +0000 (21:56 +0000)]
white background please

22 years agoFixed bug #19446
Ilia Alshanetsky [Wed, 18 Sep 2002 21:34:30 +0000 (21:34 +0000)]
Fixed bug #19446

22 years agoAdded additional handlers for compressed swf files, which require
Ilia Alshanetsky [Wed, 18 Sep 2002 20:37:24 +0000 (20:37 +0000)]
Added additional handlers for compressed swf files, which require
entire file to be downloaded for successful decompression.

22 years agoAdd useful debugging function
Zeev Suraski [Wed, 18 Sep 2002 14:08:07 +0000 (14:08 +0000)]
Add useful debugging function

22 years agoPatch for Bug #19402 provided by Kevin Way (kevin.way@overtone.org)
Dan Kalowsky [Wed, 18 Sep 2002 11:57:17 +0000 (11:57 +0000)]
Patch for Bug #19402 provided by Kevin Way (kevin.way@overtone.org)

22 years agoTidy up some user stream code.
Wez Furlong [Wed, 18 Sep 2002 10:15:40 +0000 (10:15 +0000)]
Tidy up some user stream code.
Add a small test case (not yet complete).

22 years agosetlocale() will now accept multiple locale arguments, first match wins
Hartmut Holzgraefe [Wed, 18 Sep 2002 07:55:30 +0000 (07:55 +0000)]
setlocale() will now accept multiple locale arguments, first match wins

22 years agoChangeLog update
<changelog@php.net> [Wed, 18 Sep 2002 00:34:20 +0000 (00:34 +0000)]
ChangeLog update

22 years ago# err.. fix comment
Tal Peer [Tue, 17 Sep 2002 19:30:06 +0000 (19:30 +0000)]
# err.. fix comment

22 years ago# Fixed proto and header of log2vis()
Tal Peer [Tue, 17 Sep 2002 18:08:45 +0000 (18:08 +0000)]
# Fixed proto and header of log2vis()

22 years ago* The second argument of
Tal Peer [Tue, 17 Sep 2002 16:27:27 +0000 (16:27 +0000)]
* The second argument of
fribidi_log2vis now accepts a constant.
The old way (using strings) is still available
but deprecated.

22 years agoAdd tracking for hashtable allocation
Zeev Suraski [Tue, 17 Sep 2002 14:04:37 +0000 (14:04 +0000)]
Add tracking for hashtable allocation

22 years agoit should not only work for the failure case
Hartmut Holzgraefe [Tue, 17 Sep 2002 13:54:40 +0000 (13:54 +0000)]
it should not only work for the failure case
but also not fail (segfault) on the working case

22 years agostupid lino-typo .... :(
Hartmut Holzgraefe [Tue, 17 Sep 2002 12:59:36 +0000 (12:59 +0000)]
stupid lino-typo .... :(

22 years agoZE2 fix
Zeev Suraski [Tue, 17 Sep 2002 12:44:10 +0000 (12:44 +0000)]
ZE2 fix

22 years agowhitespace
Zeev Suraski [Tue, 17 Sep 2002 12:42:58 +0000 (12:42 +0000)]
whitespace

22 years agoMFZE1 - threading fix
Zeev Suraski [Tue, 17 Sep 2002 12:42:11 +0000 (12:42 +0000)]
MFZE1 - threading fix

22 years agoheaders_sent() may now return information about where output started
Hartmut Holzgraefe [Tue, 17 Sep 2002 12:37:26 +0000 (12:37 +0000)]
headers_sent() may now return information about where output started
using the optional $file and $line reference parameters

22 years agoCall zend_post_startup() - use local copies of the function, class and
Zeev Suraski [Tue, 17 Sep 2002 09:07:10 +0000 (09:07 +0000)]
Call zend_post_startup() - use local copies of the function, class and
constant tables in the startup thread

22 years agoChangeLog update
<changelog@php.net> [Tue, 17 Sep 2002 00:33:53 +0000 (00:33 +0000)]
ChangeLog update

22 years agooops.
Tal Peer [Mon, 16 Sep 2002 19:08:45 +0000 (19:08 +0000)]
oops.

22 years agoAdded myself
Tal Peer [Mon, 16 Sep 2002 18:35:26 +0000 (18:35 +0000)]
Added myself

22 years agotuning
foobar [Mon, 16 Sep 2002 15:49:18 +0000 (15:49 +0000)]
tuning

22 years ago- Require Fribidi 0.10.4 -> no more glib needed.
foobar [Mon, 16 Sep 2002 15:31:32 +0000 (15:31 +0000)]
- Require Fribidi 0.10.4 -> no more glib needed.
- Cleaned up a bit.

22 years agoShould fix #19425
foobar [Mon, 16 Sep 2002 13:13:52 +0000 (13:13 +0000)]
Should fix #19425

22 years agoUpdatation of symbols exported for NetWare
Anantha Kesari H Y [Mon, 16 Sep 2002 11:48:48 +0000 (11:48 +0000)]
Updatation of symbols exported for NetWare

22 years agoMFZE1
Andrei Zmievski [Mon, 16 Sep 2002 01:36:48 +0000 (01:36 +0000)]
MFZE1

22 years agoChangeLog update
<changelog@php.net> [Mon, 16 Sep 2002 00:35:19 +0000 (00:35 +0000)]
ChangeLog update

22 years agoMake zend actually strip comments. Bug #18151
Ilia Alshanetsky [Sun, 15 Sep 2002 23:37:26 +0000 (23:37 +0000)]
Make zend actually strip comments. Bug #18151