]>
granicus.if.org Git - php/log
Sean Bright [Mon, 9 Apr 2001 21:12:54 +0000 (21:12 +0000)]
Constand should be case sensitive.
# Thanks Sterling
Jon Parise [Mon, 9 Apr 2001 21:08:47 +0000 (21:08 +0000)]
Fix whitespace (use tabs).
Sean Bright [Mon, 9 Apr 2001 20:56:49 +0000 (20:56 +0000)]
Stop SIGSEGV on Apache startup. Patch from <adam@indexdata.dk>
Sascha Schumann [Mon, 9 Apr 2001 15:47:19 +0000 (15:47 +0000)]
Revert mega patch.
This patch has at least the following deficiences:
- the CGI is built using objects from another SAPI module.
This usually results in unsatisfied symbol references.
- the CGI makefile is not created properly
- building CGI cannot be disabled
foobar [Mon, 9 Apr 2001 15:46:24 +0000 (15:46 +0000)]
Fix bug #10212.
Rasmus Lerdorf [Mon, 9 Apr 2001 15:44:24 +0000 (15:44 +0000)]
printf argnum (parameter swapping) support from Morten Poulsen
Marc Boeren [Mon, 9 Apr 2001 11:53:39 +0000 (11:53 +0000)]
Added optional 'comparison_type' parameter to compare functions, to force
either text or number comparison. (Mc)
Uwe Steinmann [Mon, 9 Apr 2001 11:53:06 +0000 (11:53 +0000)]
- added domxml_version() to retrieve version of libxml
Sascha Schumann [Mon, 9 Apr 2001 11:35:10 +0000 (11:35 +0000)]
Fix current CVS breakage
<changelog@php.net> [Mon, 9 Apr 2001 01:09:28 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 9 Apr 2001 01:09:23 +0000 (01:09 +0000)]
NEWS update
Stig Bakken [Sun, 8 Apr 2001 22:30:17 +0000 (22:30 +0000)]
* CGI version is always installed!
* replaced --disable-pear with --with-pear=DIR (or --without-pear),
is backwards compatible
* use --datadir, --libdir and --sysconfdir configure options to determine
where PEAR files, shared extensions and php.ini goes
* simplified the extension version directory name
Stig Bakken [Sun, 8 Apr 2001 21:57:13 +0000 (21:57 +0000)]
@Add DIRECTORY_SEPARATOR constant ('/' on UNIX, '\' on Windows) (Stig)
Holger Zimmermann [Sun, 8 Apr 2001 11:04:27 +0000 (11:04 +0000)]
Contribute the MSVC project file. Someone could add this to the php4ts workspace.
Holger Zimmermann [Sun, 8 Apr 2001 10:49:07 +0000 (10:49 +0000)]
Reorganized the #define's in the header.
Holger Zimmermann [Sun, 8 Apr 2001 08:25:20 +0000 (08:25 +0000)]
Updated copyright agreement regarding move of Pi3Web to sourceforge.
Jon Parise [Sun, 8 Apr 2001 01:13:07 +0000 (01:13 +0000)]
Use tabs instead of spaces.
<changelog@php.net> [Sun, 8 Apr 2001 01:09:18 +0000 (01:09 +0000)]
ChangeLog update
foobar [Sat, 7 Apr 2001 21:46:43 +0000 (21:46 +0000)]
ws pollution removed.
Jon Parise [Sat, 7 Apr 2001 18:22:29 +0000 (18:22 +0000)]
Fix compilation (strict compilers require constant initializers).
André Langhorst [Sat, 7 Apr 2001 15:43:06 +0000 (15:43 +0000)]
fix proto
foobar [Sat, 7 Apr 2001 02:48:19 +0000 (02:48 +0000)]
fixed protos
<changelog@php.net> [Sat, 7 Apr 2001 01:09:19 +0000 (01:09 +0000)]
ChangeLog update
foobar [Fri, 6 Apr 2001 23:17:31 +0000 (23:17 +0000)]
Fixed some bugs.
foobar [Fri, 6 Apr 2001 18:01:52 +0000 (18:01 +0000)]
Killed some compile warnings.
Sean Bright [Fri, 6 Apr 2001 17:48:34 +0000 (17:48 +0000)]
Fixed possible overflow again.
# Heh...
Jon Parise [Fri, 6 Apr 2001 16:24:55 +0000 (16:24 +0000)]
Comment out the 'include_path' variable by default.
# Leaving it blank overrides the default include path, which contains the
# PEAR directory.
# The other option is to have the build system generate this file and expand
# @PEAR_INSTALLDIR@ on this line to reflect the system default.
Jon Parise [Fri, 6 Apr 2001 16:04:25 +0000 (16:04 +0000)]
Make this message more grammatically correct.
Jon Parise [Fri, 6 Apr 2001 16:01:20 +0000 (16:01 +0000)]
Fix expansion of PEAR_INSTALLDIR.
Sean Bright [Fri, 6 Apr 2001 14:42:06 +0000 (14:42 +0000)]
Fixed possible overflow.
foobar [Fri, 6 Apr 2001 01:50:40 +0000 (01:50 +0000)]
fixed typo in CVS id
<changelog@php.net> [Fri, 6 Apr 2001 01:09:22 +0000 (01:09 +0000)]
ChangeLog update
foobar [Thu, 5 Apr 2001 18:48:03 +0000 (18:48 +0000)]
spaces to tabs
Andi Gutmans [Thu, 5 Apr 2001 14:02:08 +0000 (14:02 +0000)]
- Whitespace
Andi Gutmans [Thu, 5 Apr 2001 14:00:54 +0000 (14:00 +0000)]
- Lock the whole thing for now in order not to have a race condition.
It shouldn't effect performance too much because usually threads are
reused a few times before they are nuked by the web server, at least
under IIS and Zeus.
Andi Gutmans [Thu, 5 Apr 2001 13:23:32 +0000 (13:23 +0000)]
- Nuke README.BCMATH
Daniel Beulshausen [Thu, 5 Apr 2001 12:41:25 +0000 (12:41 +0000)]
add printer ext to php.ini & maintain extensions file
Romolo Manfredini [Thu, 5 Apr 2001 12:29:24 +0000 (12:29 +0000)]
pg_close not closing right connection.
Sascha Schumann [Thu, 5 Apr 2001 11:03:21 +0000 (11:03 +0000)]
Remove manual entry
Sascha Schumann [Thu, 5 Apr 2001 10:56:04 +0000 (10:56 +0000)]
Fix static Apache builds which were broken by the last commit.
Wez Furlong [Thu, 5 Apr 2001 08:40:27 +0000 (08:40 +0000)]
Fix for Bug #10168 (is_dst undeclared)
foobar [Thu, 5 Apr 2001 05:38:18 +0000 (05:38 +0000)]
Fix bugs: #10157, #7549
<changelog@php.net> [Thu, 5 Apr 2001 01:09:19 +0000 (01:09 +0000)]
ChangeLog update
Andi Gutmans [Wed, 4 Apr 2001 21:43:04 +0000 (21:43 +0000)]
- Revert previous fix because dtor's which access thread local storage
might stop working. Need to fix this! We can either mutex the whole thing
which is slow (this is how it was before the race condition was introduced)
or find a different solution.
Thies C. Arntzen [Wed, 4 Apr 2001 21:40:41 +0000 (21:40 +0000)]
make it compile with 6.5.x
postgresql notices are now send to the standard error-log
foobar [Wed, 4 Apr 2001 20:52:44 +0000 (20:52 +0000)]
This branch is 4.0.6-dev..
foobar [Wed, 4 Apr 2001 20:46:26 +0000 (20:46 +0000)]
Added new configuration directives:
arg_separator.input and arg_separator.output
Frank M. Kromann [Wed, 4 Apr 2001 20:10:14 +0000 (20:10 +0000)]
Adding empty RSHUTDOWN function.
foobar [Wed, 4 Apr 2001 17:13:40 +0000 (17:13 +0000)]
Killed 2 compile warnings.
Andi Gutmans [Wed, 4 Apr 2001 17:05:10 +0000 (17:05 +0000)]
- Fix race condition in ts_free_thread().
Andi Gutmans [Wed, 4 Apr 2001 16:33:06 +0000 (16:33 +0000)]
- Use tabs and not spaces !!!
Andi Gutmans [Wed, 4 Apr 2001 16:25:29 +0000 (16:25 +0000)]
- This can explain lots of instability on multi-threaded platforms!
Jason Greene [Wed, 4 Apr 2001 04:41:01 +0000 (04:41 +0000)]
This is a temporary fix to the previous patch that breaks the build.
This keeps the functionality of searching for glibtool or libtool,
but have you checked the rest of the build process to see if this is
compatible? Regardless, 'which' returns a value on some os's when nothing is
found which breaks the previous patches test. Also the unary negation after
an if is not compatible with true bourne.
-Jason
<changelog@php.net> [Wed, 4 Apr 2001 01:09:12 +0000 (01:09 +0000)]
ChangeLog update
foobar [Wed, 4 Apr 2001 00:37:06 +0000 (00:37 +0000)]
Cookies use ; as argument separator.
# And also the first step for the possible configure option
foobar [Wed, 4 Apr 2001 00:06:49 +0000 (00:06 +0000)]
Cleaned up a bit. Removed some checks for header files that are
already checked in configure.in
Wilfredo Sanchez [Tue, 3 Apr 2001 23:30:49 +0000 (23:30 +0000)]
Separate CPPFLAGS from CFLAGS.
Wilfredo Sanchez [Tue, 3 Apr 2001 23:05:08 +0000 (23:05 +0000)]
Note INSTALL_ROOT change
Daniel Beulshausen [Tue, 3 Apr 2001 22:36:27 +0000 (22:36 +0000)]
use V_STAT
Daniel Beulshausen [Tue, 3 Apr 2001 21:39:18 +0000 (21:39 +0000)]
resolve realpath if in v-dir mode
Wilfredo Sanchez [Tue, 3 Apr 2001 21:16:07 +0000 (21:16 +0000)]
Undo oopsie
Wilfredo Sanchez [Tue, 3 Apr 2001 20:59:50 +0000 (20:59 +0000)]
Add INSTALL_ROOT variable to specify install location.
Wilfredo Sanchez [Tue, 3 Apr 2001 19:07:32 +0000 (19:07 +0000)]
Find libtool if it's called glibtool.
Frank M. Kromann [Tue, 3 Apr 2001 18:09:02 +0000 (18:09 +0000)]
Fixing crash when listing databsaes
Fixing rowcount to woirk when the result contains an array og data.
foobar [Tue, 3 Apr 2001 10:51:16 +0000 (10:51 +0000)]
SCO (and maybe others) do not have this defined.
Jon Parise [Tue, 3 Apr 2001 03:12:49 +0000 (03:12 +0000)]
Cleaner (and probably safer) condition handling.
<changelog@php.net> [Tue, 3 Apr 2001 01:09:16 +0000 (01:09 +0000)]
ChangeLog update
Wez Furlong [Mon, 2 Apr 2001 23:14:01 +0000 (23:14 +0000)]
changed the flags parameters to be a bitfield + constants (I don't know what
I was thinking!). Added a couple of extra parameters so that the equivalent
functionality of the openssl smime command can be pretty much used in full.
Added some more error reporting.
Anil Madhavapeddy [Mon, 2 Apr 2001 16:45:27 +0000 (16:45 +0000)]
Free the correct output buffer, to avoid a segfault on a HEAD request
when using output buffering with a custom handler (patch by zeev@)
James Moore [Mon, 2 Apr 2001 16:37:50 +0000 (16:37 +0000)]
remove rogue ZEND_GET_MODULE()
Nick Gorham [Mon, 2 Apr 2001 15:18:47 +0000 (15:18 +0000)]
Added small change to php_odbc module, to check for failed SQLDisconnects
and to close any outstanding transactions if the call fails, then disconnect
again. This can cause chaos with SQL Server, this regards a SELECT as
starting a transaction, and will leave it open if the result set is not all
read.
Andrei Zmievski [Mon, 2 Apr 2001 13:20:16 +0000 (13:20 +0000)]
Use correct string length.
foobar [Mon, 2 Apr 2001 09:06:33 +0000 (09:06 +0000)]
Fixed a typo. Bug: #10103
Marc Boeren [Mon, 2 Apr 2001 08:51:35 +0000 (08:51 +0000)]
Inserted a few extra initialisations, just in case. Had some problems in a
different module, this solved it there, hance the added insurance. (Mc)
Wez Furlong [Mon, 2 Apr 2001 01:31:08 +0000 (01:31 +0000)]
added some more error reporting and did a little tidying.
<changelog@php.net> [Mon, 2 Apr 2001 01:09:19 +0000 (01:09 +0000)]
ChangeLog update
Wez Furlong [Sun, 1 Apr 2001 23:06:15 +0000 (23:06 +0000)]
Added whole bunch of PKCS7 (S/MIME) functions and made the key/cert params
a bit more friendly to use. See the README for more info.
Sebastian Bergmann [Sun, 1 Apr 2001 14:13:09 +0000 (14:13 +0000)]
Fixed some glitches in NEWS. (Yes, you may call me pedantic :-)
foobar [Sun, 1 Apr 2001 06:20:45 +0000 (06:20 +0000)]
According to GD documentation the macros should be used instead..
foobar [Sun, 1 Apr 2001 05:55:21 +0000 (05:55 +0000)]
Fixed bug #10095.
foobar [Sun, 1 Apr 2001 05:42:07 +0000 (05:42 +0000)]
Fixed bug #8137 and killed some compile warnings.
<changelog@php.net> [Sun, 1 Apr 2001 02:09:16 +0000 (02:09 +0000)]
ChangeLog update
Zeev Suraski [Sat, 31 Mar 2001 22:53:19 +0000 (22:53 +0000)]
Fix headers handling with output buffering
<changelog@php.net> [Sat, 31 Mar 2001 02:09:21 +0000 (02:09 +0000)]
ChangeLog update
Fredrik Öhrn [Fri, 30 Mar 2001 20:36:18 +0000 (20:36 +0000)]
Implemented cpdf_set_viewer_preferences (previously a stub).
Added new functions: cpdf_set_font_directories and cpdf_set_font_map_file.
Anil Madhavapeddy [Fri, 30 Mar 2001 17:44:08 +0000 (17:44 +0000)]
Send the correct Vary headers, if we negotiate a gzip/deflate session
via Accept-Encoding. This obeys a SHOULD directive in RFC2616
PR: 10070
Sascha Schumann [Fri, 30 Mar 2001 14:02:20 +0000 (14:02 +0000)]
Replace the incomprehensible newline escaping with @NEWLINE@
Fixes the build on Darwin 1.2
Ulf Wendel [Fri, 30 Mar 2001 09:16:54 +0000 (09:16 +0000)]
- Renamed the file following Thies suggestion
100% beginners compatible politics of the PHP core guys: I was (again) allowed to make a mistake without beeing kicked - cool, thanks!
<changelog@php.net> [Fri, 30 Mar 2001 02:09:17 +0000 (02:09 +0000)]
ChangeLog update
Ulf Wendel [Thu, 29 Mar 2001 22:01:52 +0000 (22:01 +0000)]
- uuups, modified the package.dtd, undo
Ulf Wendel [Thu, 29 Mar 2001 21:54:27 +0000 (21:54 +0000)]
- Added a package xml file for IT[X] templates
Chuck Hagenbuch [Thu, 29 Mar 2001 19:54:27 +0000 (19:54 +0000)]
Fix a couple of warnings when calling PEAR::raiseError() statically.
Ulf Wendel [Thu, 29 Mar 2001 15:01:16 +0000 (15:01 +0000)]
- package XML for the Cache
I'm not sure how to use the package.dtd to document packages and if at all the Cache can be it's own package, but one has to start with it... Sterling, Stig can you give me a hint?
James Moore [Thu, 29 Mar 2001 12:07:37 +0000 (12:07 +0000)]
Output php version at end of tests.
Wez Furlong [Thu, 29 Mar 2001 09:37:09 +0000 (09:37 +0000)]
Fixed leak in php_iconv_string. Also returns FAILURE on failure,
rather than -1
<changelog@php.net> [Thu, 29 Mar 2001 02:09:19 +0000 (02:09 +0000)]
ChangeLog update
foobar [Thu, 29 Mar 2001 00:22:45 +0000 (00:22 +0000)]
Fixed bug: #10040.
Tomas V.V.Cox [Wed, 28 Mar 2001 23:52:21 +0000 (23:52 +0000)]
pgsql.php
* better handling of $rownum param in fetchInto()
* changed property numrows[] to num_rows[]
DB.php
* $rowmun in fetch* now defaults to NULL
mysql.php
* added default $fetchmode to ordered
* removed extra checks in connect()
* fetchrow() now uses fetchInto()
* added the "fetch absolute row numbers" feature to fetchInto()
(not tested)
ifx.php
* better handling of $rownum param in fetchInto()
foobar [Wed, 28 Mar 2001 22:30:21 +0000 (22:30 +0000)]
Make file() work again.
# For some reason if libbind is linked with PHP the file() function
# won't work with URLs. Do we even need libbind?
André Langhorst [Wed, 28 Mar 2001 20:08:49 +0000 (20:08 +0000)]
fix typo