]> granicus.if.org Git - php/log
php
23 years agoadded [com] section
Harald Radi [Tue, 20 Mar 2001 22:45:10 +0000 (22:45 +0000)]
added [com] section

23 years ago@Using ITypeInfo instead of IDispatch if possible. This makes DCOM calls
Harald Radi [Tue, 20 Mar 2001 22:35:30 +0000 (22:35 +0000)]
@Using ITypeInfo instead of IDispatch if possible. This makes DCOM calls
@and even COM calls much faster.
@All ini settings are now prefixed by 'com.'.
@Now you need not provide a path to the file containing the typelib, you can
@also provide the GUID of the TypeLib - entry or an IID for preloading
@type - information. (phanto)
memory leak was reportet, i'm not sure that it is fixed by now, but it should be.

23 years agoadded com.h
Harald Radi [Tue, 20 Mar 2001 22:25:10 +0000 (22:25 +0000)]
added com.h

23 years agoremove some unneccessary casts, remove unneccessary error casts, standardize
Sterling Hughes [Tue, 20 Mar 2001 21:30:42 +0000 (21:30 +0000)]
remove some unneccessary casts, remove unneccessary error casts, standardize
the coding format for some of the stuff.

23 years agoFix erronous out of bounds error message in rand(min,max)
Fredrik Öhrn [Tue, 20 Mar 2001 20:48:42 +0000 (20:48 +0000)]
Fix erronous out of bounds error message in rand(min,max)

23 years agoFixing crash when result conrains 0 rows
Frank M. Kromann [Tue, 20 Mar 2001 20:25:55 +0000 (20:25 +0000)]
Fixing crash when result conrains 0 rows

23 years agoreally fix the build
Fredrik Öhrn [Tue, 20 Mar 2001 20:04:42 +0000 (20:04 +0000)]
really fix the build

23 years agoConverting to c-style comments.
Frank M. Kromann [Tue, 20 Mar 2001 19:21:45 +0000 (19:21 +0000)]
Converting to c-style comments.
Adding prototypes to all exported function

23 years agomake qtdom compile on Mandrake-cooker
Thies C. Arntzen [Tue, 20 Mar 2001 19:19:31 +0000 (19:19 +0000)]
make qtdom compile on Mandrake-cooker

23 years agofix dsp
Daniel Beulshausen [Tue, 20 Mar 2001 17:45:10 +0000 (17:45 +0000)]
fix dsp

23 years agoNuke another warning.
Sebastian Bergmann [Tue, 20 Mar 2001 17:04:45 +0000 (17:04 +0000)]
Nuke another warning.

23 years ago- fixed lot of compiler warnings
Uwe Steinmann [Tue, 20 Mar 2001 16:20:42 +0000 (16:20 +0000)]
- fixed lot of compiler warnings

23 years agofix registry per directory values
Daniel Beulshausen [Tue, 20 Mar 2001 15:44:55 +0000 (15:44 +0000)]
fix registry per directory values
# they never really worked for me before

23 years ago- news about domxml
Uwe Steinmann [Tue, 20 Mar 2001 15:03:33 +0000 (15:03 +0000)]
- news about domxml

23 years ago- test script for rewritten domxml module
Uwe Steinmann [Tue, 20 Mar 2001 15:02:10 +0000 (15:02 +0000)]
- test script for rewritten domxml module

23 years ago- complete rewrite of domxml module.
Uwe Steinmann [Tue, 20 Mar 2001 15:01:13 +0000 (15:01 +0000)]
- complete rewrite of domxml module.
  It is now mostly conform to DOM Level 2 though some classes and
  methods are still missing

23 years agofix build
Sascha Schumann [Tue, 20 Mar 2001 12:50:27 +0000 (12:50 +0000)]
fix build

23 years agoChangeLog update
<changelog@php.net> [Tue, 20 Mar 2001 02:09:20 +0000 (02:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Tue, 20 Mar 2001 02:09:17 +0000 (02:09 +0000)]
NEWS update

23 years agoRemove some unnecessary error checking
Sterling Hughes [Tue, 20 Mar 2001 01:46:41 +0000 (01:46 +0000)]
Remove some unnecessary error checking

23 years agoRemoved skipif.php + Fixed tests to use skipif.inc instead.
foobar [Tue, 20 Mar 2001 01:22:07 +0000 (01:22 +0000)]
Removed skipif.php + Fixed tests to use skipif.inc instead.

23 years agoRemoved unnessary file.
foobar [Tue, 20 Mar 2001 01:06:25 +0000 (01:06 +0000)]
Removed unnessary file.

23 years ago@- Added array_map() function that applies a callback to the elements
Andrei Zmievski [Mon, 19 Mar 2001 21:20:02 +0000 (21:20 +0000)]
@- Added array_map() function that applies a callback to the elements
@  of given arrays and returns the result. It can also be used with a
@  null callback to transpose arrays. (Andrei)

23 years ago- Add support for isset($var1, $var2, $var3); - Will be true only if all
Andi Gutmans [Mon, 19 Mar 2001 19:31:14 +0000 (19:31 +0000)]
- Add support for isset($var1, $var2, $var3); - Will be true only if all
- variables are set.

23 years agoRemoved redundant initialization.
Fredrik Öhrn [Mon, 19 Mar 2001 17:01:36 +0000 (17:01 +0000)]
Removed redundant initialization.

23 years agoAltered README.Zeus to give instructions on building FastCGI.
Ben Mansell [Mon, 19 Mar 2001 11:23:57 +0000 (11:23 +0000)]
Altered README.Zeus to give instructions on building FastCGI.
Changed --with-zeus configure option into --with-isapi, since its more
descriptive (and since there are now different ways to configure PHP+Zeus)

23 years ago@ New FastCGI server module
Ben Mansell [Mon, 19 Mar 2001 11:03:29 +0000 (11:03 +0000)]
@ New FastCGI server module
New FastCGI server module. Based on the thttpd server module with
large chunks of code ripped from the cgi module. Also modifies
Makefile.in and configure.in in order to make it build properly.
# This initial checkin has been tested with the Zeus web server,
# but should work with any server that has a correct FastCGI
# implementation.

23 years agoChangeLog update
<changelog@php.net> [Mon, 19 Mar 2001 02:09:18 +0000 (02:09 +0000)]
ChangeLog update

23 years agoMuch needed cleanup and new functions added
Fredrik Öhrn [Sun, 18 Mar 2001 22:16:47 +0000 (22:16 +0000)]
Much needed cleanup and new functions added
-------------------------------------------

Cleaned up stringhandling for binary safeness.

All functions now maintain a global 'errno' variable.

All functions now print warning messages on failure.

Added error code constants.

Fixed bug #8041 while maintaining backward compatibility.

New functions:
  yp_all         traverse a map
  yp_cat         retrive an entire map in one go
  yp_errno       get last error code
  yp_err_string  get a human readable error message

23 years agoSolved compile failure due to clash bewteen IMAP and ClibPDF headers.
Fredrik Öhrn [Sun, 18 Mar 2001 18:32:58 +0000 (18:32 +0000)]
Solved compile failure due to clash bewteen IMAP and ClibPDF headers.

23 years agoPrevent mem leak
foobar [Sun, 18 Mar 2001 09:25:40 +0000 (09:25 +0000)]
Prevent mem leak

23 years agoFix possible crash if content-type is not set.
foobar [Sun, 18 Mar 2001 08:00:10 +0000 (08:00 +0000)]
Fix possible crash if content-type is not set.

23 years agoFix the fix. Plus killed some compile warnings.
foobar [Sun, 18 Mar 2001 05:52:40 +0000 (05:52 +0000)]
Fix the fix. Plus killed some compile warnings.

23 years agoFix reference to nuked function
Zeev Suraski [Sun, 18 Mar 2001 02:35:10 +0000 (02:35 +0000)]
Fix reference to nuked function

23 years agoThese functions are not necessary - that's what sapi_register_post_entry()
Zeev Suraski [Sun, 18 Mar 2001 02:32:04 +0000 (02:32 +0000)]
These functions are not necessary - that's what sapi_register_post_entry()
and sapi_unregister_post_entry() are for...

Also, please maintain K&R code layout, it's very messy to have different
styles intermixed in the same codebase, and especially in the same files!

23 years agoChangeLog update
<changelog@php.net> [Sun, 18 Mar 2001 02:09:17 +0000 (02:09 +0000)]
ChangeLog update

23 years agoRecode delayed loading in a much simpler way (switched back to php_ini.c 1.49)
Zeev Suraski [Sat, 17 Mar 2001 23:35:32 +0000 (23:35 +0000)]
Recode delayed loading in a much simpler way (switched back to php_ini.c 1.49)

23 years agofixed a (C++) warning about implicit conversion from void*
Stephen van Egmond [Sat, 17 Mar 2001 20:35:38 +0000 (20:35 +0000)]
fixed a (C++) warning about implicit conversion from void*

23 years agoGarbageCollection was moved into a PEAR-Deconstructor
Christian Stocker [Sat, 17 Mar 2001 16:06:31 +0000 (16:06 +0000)]
GarbageCollection was moved into a PEAR-Deconstructor

23 years agofix dependencys
Daniel Beulshausen [Sat, 17 Mar 2001 12:30:27 +0000 (12:30 +0000)]
fix dependencys

23 years agoFix the output buffering bug Andre found
Zeev Suraski [Sat, 17 Mar 2001 03:03:50 +0000 (03:03 +0000)]
Fix the output buffering bug Andre found

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

23 years agoNEWS update
<changelog@php.net> [Sat, 17 Mar 2001 02:09:15 +0000 (02:09 +0000)]
NEWS update

23 years ago@- Added array_filter(), which allows filtering of array elements via
Andrei Zmievski [Fri, 16 Mar 2001 20:46:33 +0000 (20:46 +0000)]
@- Added array_filter(), which allows filtering of array elements via
@  the specified callback. (Andrei)

23 years agoAll user callbacks should be to EG(function_table).
Andrei Zmievski [Fri, 16 Mar 2001 19:51:08 +0000 (19:51 +0000)]
All user callbacks should be to EG(function_table).

23 years agoFixing build on Win32 by adding missing BLS_FETCH();
Frank M. Kromann [Fri, 16 Mar 2001 19:48:40 +0000 (19:48 +0000)]
Fixing build on Win32 by adding missing  BLS_FETCH();

23 years ago@- Fixed all relevant array functions to avoid moving the internal array
Andrei Zmievski [Fri, 16 Mar 2001 19:29:23 +0000 (19:29 +0000)]
@- Fixed all relevant array functions to avoid moving the internal array
@ pointer during operations. (Andrei)

23 years agoThis has got to be the last one..
foobar [Fri, 16 Mar 2001 18:18:01 +0000 (18:18 +0000)]
This has got to be the last one..

23 years ago- Inserting links without any delimiters is now possible
Uwe Steinmann [Fri, 16 Mar 2001 17:40:38 +0000 (17:40 +0000)]
- Inserting links without any delimiters is now possible

23 years ago.php files should not be ignored. Typo?
foobar [Fri, 16 Mar 2001 17:10:46 +0000 (17:10 +0000)]
.php files should not be ignored. Typo?

23 years ago- Fixed mem leak
Derick Rethans [Fri, 16 Mar 2001 15:59:45 +0000 (15:59 +0000)]
- Fixed mem leak

23 years agoMissed this one.
foobar [Fri, 16 Mar 2001 14:45:46 +0000 (14:45 +0000)]
Missed this one.

23 years agoMake compile again when ZTS is enabled and imap-2000 is used. Bug #9762
foobar [Fri, 16 Mar 2001 13:17:54 +0000 (13:17 +0000)]
Make compile again when ZTS is enabled and imap-2000 is used. Bug #9762

23 years agoDon't do anything, if the user wants no PDF.
Sascha Schumann [Fri, 16 Mar 2001 12:23:31 +0000 (12:23 +0000)]
Don't do anything, if the user wants no PDF.

23 years agoThis should fix problems in systems without libbind.
foobar [Fri, 16 Mar 2001 07:13:06 +0000 (07:13 +0000)]
This should fix problems in systems without libbind.

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

23 years agoAdded a check for the one function missing in <= 0.1.0 versions of ming lib.
foobar [Fri, 16 Mar 2001 02:06:34 +0000 (02:06 +0000)]
Added a check for the one function missing in <= 0.1.0 versions of ming lib.

23 years agosybase_affected_rows implementation submitted by John F. Dumas <jdumas@locutus.kingwo...
Brian Bruns [Fri, 16 Mar 2001 01:21:32 +0000 (01:21 +0000)]
sybase_affected_rows implementation submitted by John F. Dumas <jdumas@locutus.kingwoodcable.com>

23 years agoKilled a compile warning + made ming extension compile with the older ming libs.
foobar [Fri, 16 Mar 2001 00:37:35 +0000 (00:37 +0000)]
Killed a compile warning + made ming extension compile with the older ming libs.

23 years agoMissing files.
foobar [Fri, 16 Mar 2001 00:36:47 +0000 (00:36 +0000)]
Missing files.

23 years agoBeutify + fix some errors in finding libs and header files.
foobar [Fri, 16 Mar 2001 00:36:31 +0000 (00:36 +0000)]
Beutify + fix some errors in finding libs and header files.

23 years agofix win32 build
Daniel Beulshausen [Thu, 15 Mar 2001 20:45:49 +0000 (20:45 +0000)]
fix win32 build

23 years ago- Nuke commented code
Andi Gutmans [Thu, 15 Mar 2001 18:58:07 +0000 (18:58 +0000)]
- Nuke commented code

23 years agoWhitespace (spaces to four-column tabs)
Jon Parise [Thu, 15 Mar 2001 05:07:31 +0000 (05:07 +0000)]
Whitespace (spaces to four-column tabs)

23 years agoChangeLog update
<changelog@php.net> [Thu, 15 Mar 2001 02:09:19 +0000 (02:09 +0000)]
ChangeLog update

23 years agoAdding webteam to credits.
James Moore [Wed, 14 Mar 2001 21:28:58 +0000 (21:28 +0000)]
Adding webteam to credits.

23 years agoForgot this one..
foobar [Wed, 14 Mar 2001 13:43:58 +0000 (13:43 +0000)]
Forgot this one..

23 years agoMissing.
foobar [Wed, 14 Mar 2001 13:42:33 +0000 (13:42 +0000)]
Missing.

23 years agoFix ZTS build
Sascha Schumann [Wed, 14 Mar 2001 13:38:03 +0000 (13:38 +0000)]
Fix ZTS build

23 years ago-fixed prototype and indention
Uwe Steinmann [Wed, 14 Mar 2001 06:33:46 +0000 (06:33 +0000)]
-fixed prototype and indention

23 years agoChangeLog update
<changelog@php.net> [Wed, 14 Mar 2001 02:09:18 +0000 (02:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Wed, 14 Mar 2001 02:09:15 +0000 (02:09 +0000)]
NEWS update

23 years agoMake get_browser() read its information from $HTTP_SERVER_VARS[] if available
Zeev Suraski [Tue, 13 Mar 2001 23:20:23 +0000 (23:20 +0000)]
Make get_browser() read its information from $HTTP_SERVER_VARS[] if available

23 years agoImplement mysql_unbuffered_query() - uses mysql_use_result() instead of
Zeev Suraski [Tue, 13 Mar 2001 22:52:53 +0000 (22:52 +0000)]
Implement mysql_unbuffered_query() - uses mysql_use_result() instead of
mysql_store_result()

23 years agocleanup.
foobar [Tue, 13 Mar 2001 22:50:02 +0000 (22:50 +0000)]
cleanup.

23 years agofix broken m4, you should have all checking code withing your withval test
Jason Greene [Tue, 13 Mar 2001 22:44:49 +0000 (22:44 +0000)]
fix broken m4, you should have all checking code withing your withval test

-Jason

23 years agoExtension was enabled by default..
foobar [Tue, 13 Mar 2001 22:33:53 +0000 (22:33 +0000)]
Extension was enabled by default..

23 years agoCentralize query code
Zeev Suraski [Tue, 13 Mar 2001 21:42:43 +0000 (21:42 +0000)]
Centralize query code

23 years agoUse a container struct instead of MYSQL directly
Zeev Suraski [Tue, 13 Mar 2001 21:13:19 +0000 (21:13 +0000)]
Use a container struct instead of MYSQL directly

23 years agoAdding FrontBase extension to modules
Frank M. Kromann [Tue, 13 Mar 2001 21:02:52 +0000 (21:02 +0000)]
Adding FrontBase extension to modules

23 years agoInitial check-in of FrontBase extension
Frank M. Kromann [Tue, 13 Mar 2001 20:58:47 +0000 (20:58 +0000)]
Initial check-in of FrontBase extension

23 years agoFix off-by-one on config values set from Apache config
Stanislav Malyshev [Tue, 13 Mar 2001 18:39:38 +0000 (18:39 +0000)]
Fix off-by-one on config values set from Apache config
# It didn't really hurt, since the extra character was always \0,
# but the phpinfo() display came out ugly.

23 years agoRemove config.h instead of php_config.h
Andrei Zmievski [Tue, 13 Mar 2001 17:54:38 +0000 (17:54 +0000)]
Remove config.h instead of php_config.h

23 years agoReplace memcpy and sprintf with smart_strs.
Sascha Schumann [Tue, 13 Mar 2001 17:14:47 +0000 (17:14 +0000)]
Replace memcpy and sprintf with smart_strs.

23 years agobuf is gone. Don't reference it.
Sascha Schumann [Tue, 13 Mar 2001 17:11:43 +0000 (17:11 +0000)]
buf is gone. Don't reference it.

23 years agoAdded yaz_database. Option bit ExtendedServices set for InitRequest.
Adam Dickmeiss [Tue, 13 Mar 2001 17:04:06 +0000 (17:04 +0000)]
Added yaz_database. Option bit ExtendedServices set for InitRequest.

23 years agoReplace another sprintf
Sascha Schumann [Tue, 13 Mar 2001 16:58:36 +0000 (16:58 +0000)]
Replace another sprintf

23 years agoNuke calls to sprintf, snprintf, strcat, strcpy and rely on
Sascha Schumann [Tue, 13 Mar 2001 16:53:34 +0000 (16:53 +0000)]
Nuke calls to sprintf, snprintf, strcat, strcpy and rely on
memcpy and smart_strs.

23 years agoFixing compiler warning on win32
Frank M. Kromann [Tue, 13 Mar 2001 16:39:47 +0000 (16:39 +0000)]
Fixing compiler warning on win32

23 years agoChanged email
Frank M. Kromann [Tue, 13 Mar 2001 16:33:39 +0000 (16:33 +0000)]
Changed email

23 years agofix bug in php_gmtime_r
Daniel Beulshausen [Tue, 13 Mar 2001 11:09:37 +0000 (11:09 +0000)]
fix bug in php_gmtime_r

23 years ago@- IMPORTANT: removed /F modifier handling from preg_replace(). Instead
Andrei Zmievski [Tue, 13 Mar 2001 05:24:03 +0000 (05:24 +0000)]
@- IMPORTANT: removed /F modifier handling from preg_replace(). Instead
@  one should use new preg_replace_callback() function. (Andrei)

23 years agoChangeLog update
<changelog@php.net> [Tue, 13 Mar 2001 02:09:20 +0000 (02:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Tue, 13 Mar 2001 02:09:17 +0000 (02:09 +0000)]
NEWS update

23 years agochanged scalar args and returns to doubles, added Ming_setScale function,
Dave Hayden [Tue, 13 Mar 2001 01:57:43 +0000 (01:57 +0000)]
changed scalar args and returns to doubles, added Ming_setScale function,
added SWFTEXTFIELD_HTML flag, fixed SWFTextField_setIndentation glitch

23 years agoForgot to add it here
Colin Viebrock [Mon, 12 Mar 2001 19:35:28 +0000 (19:35 +0000)]
Forgot to add it here

23 years agoName length is already known.
Andrei Zmievski [Mon, 12 Mar 2001 16:40:55 +0000 (16:40 +0000)]
Name length is already known.

23 years ago- Missed second place.
Andi Gutmans [Mon, 12 Mar 2001 16:27:26 +0000 (16:27 +0000)]
- Missed second place.

23 years ago- Nuke snprintf()
Andi Gutmans [Mon, 12 Mar 2001 16:23:19 +0000 (16:23 +0000)]
- Nuke snprintf()

23 years ago- White space
Andi Gutmans [Mon, 12 Mar 2001 15:45:01 +0000 (15:45 +0000)]
- White space