]>
granicus.if.org Git - php/log
Stig Bakken [Fri, 8 Dec 2000 02:30:43 +0000 (02:30 +0000)]
* applied fetch modes patch for odbc by Richard M. Yumul
* added DB::isManip so we have _one_ place for testing whether something
is a data manipulation query
* when passed a string as its first constructor arg, DB_Error now uses
the error code DB_ERROR rather than just 0
* implemented auto-commit for ibase (not yet fully tested)
* fixed persistent connections in odbc
<changelog@php.net> [Fri, 8 Dec 2000 02:09:08 +0000 (02:09 +0000)]
ChangeLog update
Stig Bakken [Fri, 8 Dec 2000 00:21:09 +0000 (00:21 +0000)]
added TODO comment
Sascha Schumann [Fri, 8 Dec 2000 00:12:35 +0000 (00:12 +0000)]
Namespace protect parse_date interface and implementation
Stig Bakken [Thu, 7 Dec 2000 19:53:27 +0000 (19:53 +0000)]
* added Sebastian's affectedRows() and numRows() for MySQL
* added regression test for DB_mysql::affectedRows
* fixed some PEAR_Error based tests that had broken (line number change)
Sascha Schumann [Thu, 7 Dec 2000 19:28:13 +0000 (19:28 +0000)]
Hardcode strlen due to problems on SCO OpenServer 5.0.4 which defines
strlen to __std_hdr_strlen.
David Hedbor [Thu, 7 Dec 2000 19:01:13 +0000 (19:01 +0000)]
Fix for Pike 7.1 (error -> Pike_error). Caudium bug #12486.
Sascha Schumann [Thu, 7 Dec 2000 16:34:37 +0000 (16:34 +0000)]
Enable libgcc, if we are building on Solaris with GCC.
Sascha Schumann [Thu, 7 Dec 2000 15:33:30 +0000 (15:33 +0000)]
Hardcode the readdir entry as well
Andrei Zmievski [Thu, 7 Dec 2000 14:54:52 +0000 (14:54 +0000)]
We don't want any hard errors in PHP scripts unless absolutely necessary.
Kristian Köhntopp [Thu, 7 Dec 2000 14:14:00 +0000 (14:14 +0000)]
Fugbix in call_user_func_array() if second argument is empty.
Sascha Schumann [Thu, 7 Dec 2000 13:07:18 +0000 (13:07 +0000)]
Axe rest of DAV leftovers and use STD_PHP_INI_ENTRY in the INI section
Sascha Schumann [Thu, 7 Dec 2000 12:09:38 +0000 (12:09 +0000)]
Hardcode all functions which are mentioned in the Large File Support Spec
http://ewe3.sas.com/standards/large.file/specs/api+.007.html
Sascha Schumann [Thu, 7 Dec 2000 11:27:35 +0000 (11:27 +0000)]
Fix Makefile template.
Stanislav Malyshev [Thu, 7 Dec 2000 11:13:49 +0000 (11:13 +0000)]
Enable DB2 shared build
foobar [Thu, 7 Dec 2000 11:01:32 +0000 (11:01 +0000)]
Fixed bug #8145
foobar [Thu, 7 Dec 2000 10:44:16 +0000 (10:44 +0000)]
Added note that openssl 0.9.6 is required.
Stanislav Malyshev [Thu, 7 Dec 2000 10:36:45 +0000 (10:36 +0000)]
Whitespace fix
Stanislav Malyshev [Thu, 7 Dec 2000 10:36:10 +0000 (10:36 +0000)]
Allow var $foo = array(ABC => 1) constructs
# It still doesn't work good with constants, but at least doesn't leak now
Uwe Steinmann [Thu, 7 Dec 2000 10:04:18 +0000 (10:04 +0000)]
- set propper min version
Sascha Schumann [Thu, 7 Dec 2000 10:03:21 +0000 (10:03 +0000)]
Fix ext_skel on Solaris
Submitted by: Sam Liddicott <sam.liddicott@ananova.com>
Stanislav Malyshev [Thu, 7 Dec 2000 09:39:16 +0000 (09:39 +0000)]
Fix memory leak - get_current_key mallocs it's result, no need to
copy it.
Stig Bakken [Thu, 7 Dec 2000 08:06:41 +0000 (08:06 +0000)]
* make it possible to override the start directory for "make test"
Joey Smith [Thu, 7 Dec 2000 02:50:46 +0000 (02:50 +0000)]
Close bug #7013.
<changelog@php.net> [Thu, 7 Dec 2000 02:09:19 +0000 (02:09 +0000)]
ChangeLog update
Chuck Hagenbuch [Thu, 7 Dec 2000 01:06:58 +0000 (01:06 +0000)]
Contribute Horde's Log:: abstraction class to PEAR.
foobar [Thu, 7 Dec 2000 00:22:36 +0000 (00:22 +0000)]
The new openssl extension requires OpenSSL version >= 0.9.6
Sascha Schumann [Wed, 6 Dec 2000 21:24:10 +0000 (21:24 +0000)]
INIT_DATA/UPDATE_DATA assumed that pData elements of the size of a void
pointer would actually be aligned like a void pointer. This lead
to bus errors on architectures which don't allow unaligned 32-bit accesses.
Andre Langhorst [Wed, 6 Dec 2000 18:55:52 +0000 (18:55 +0000)]
updated with =& new syntax
Andre Langhorst [Wed, 6 Dec 2000 18:29:03 +0000 (18:29 +0000)]
made run-tests.php windows compatible
Andre Langhorst [Wed, 6 Dec 2000 17:56:53 +0000 (17:56 +0000)]
added $this in constructor test (fails currently)
Sascha Schumann [Wed, 6 Dec 2000 17:34:58 +0000 (17:34 +0000)]
Fix indentation of configure output
Andre Langhorst [Wed, 6 Dec 2000 16:22:01 +0000 (16:22 +0000)]
added OO test (will fail currently)
Stanislav Malyshev [Wed, 6 Dec 2000 15:08:18 +0000 (15:08 +0000)]
Fix T1 static build
Stanislav Malyshev [Wed, 6 Dec 2000 14:28:10 +0000 (14:28 +0000)]
Update README
Stanislav Malyshev [Wed, 6 Dec 2000 14:10:40 +0000 (14:10 +0000)]
Fix prototypes
Fix prefect_square return
Stig Bakken [Wed, 6 Dec 2000 02:53:14 +0000 (02:53 +0000)]
* cleanup
Stig Bakken [Wed, 6 Dec 2000 02:52:37 +0000 (02:52 +0000)]
#With "php -f file.php", file.php is unable to parse command-line
#options because they are swallowed by PHP. Use "-q" option instead to
#avoid this but still supress HTTP headers.
<changelog@php.net> [Wed, 6 Dec 2000 02:09:15 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 6 Dec 2000 02:09:12 +0000 (02:09 +0000)]
NEWS update
Andrei Zmievski [Tue, 5 Dec 2000 22:58:36 +0000 (22:58 +0000)]
@- Removed ext/dav due to obsolescence. (Andrei)
Chuck Hagenbuch [Tue, 5 Dec 2000 21:12:45 +0000 (21:12 +0000)]
spaces after commas. all whitespace.
Andi Gutmans [Tue, 5 Dec 2000 18:45:58 +0000 (18:45 +0000)]
- Support for $var =& new foo() syntax. This allows you to use objects
which create extra references to themselves in the constructor.
Stanislav Malyshev [Tue, 5 Dec 2000 15:35:20 +0000 (15:35 +0000)]
Make GMP use Zend's memory functions
Stanislav Malyshev [Tue, 5 Dec 2000 14:47:40 +0000 (14:47 +0000)]
Fix prototypes
Stanislav Malyshev [Tue, 5 Dec 2000 14:17:38 +0000 (14:17 +0000)]
Add check for conversion base
Zeev Suraski [Tue, 5 Dec 2000 13:04:05 +0000 (13:04 +0000)]
Expose all timeout functions
Stig Bakken [Tue, 5 Dec 2000 12:15:18 +0000 (12:15 +0000)]
* applied patch by Stig-Ørjan Smelror <Stig.Orjan.Smelror@lincom.no>
Stig Bakken [Tue, 5 Dec 2000 12:11:30 +0000 (12:11 +0000)]
Applied IBM DB2 patch by Walter Franzini <walter@sys-net.it>
@ext/odbc: IBM DB2 patch by Walter Franzini <walter@sys-net.it>
Sascha Schumann [Tue, 5 Dec 2000 11:05:24 +0000 (11:05 +0000)]
Pass core_globals to new inline functions
Submitted by: Sebastian Bergmann
Stig Bakken [Tue, 5 Dec 2000 07:00:57 +0000 (07:00 +0000)]
* MySQL sequence emulation using auto_increment
* fixed indentation
<changelog@php.net> [Tue, 5 Dec 2000 02:09:29 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 5 Dec 2000 02:09:26 +0000 (02:09 +0000)]
NEWS update
David Hedbor [Mon, 4 Dec 2000 23:12:40 +0000 (23:12 +0000)]
Removed a fatal condition to allow for harmless user error plus some other
small changes.
Chuck Hagenbuch [Mon, 4 Dec 2000 21:03:17 +0000 (21:03 +0000)]
have PEAR::isError() not take parameters by reference for now.
Andi Gutmans [Mon, 4 Dec 2000 20:10:13 +0000 (20:10 +0000)]
- Fix up the NEWS item. We need to make sure that this release we really
do put a link to the NEWS file on the downloads page.
Andi Gutmans [Mon, 4 Dec 2000 18:28:35 +0000 (18:28 +0000)]
- Explanation about Zend change. I'll move it to the branch when I'm happy
with the way it's explained. It's rather hard to explain it well.
Sascha Schumann [Mon, 4 Dec 2000 17:56:36 +0000 (17:56 +0000)]
This branch will become 4.0.5. New entries should only be added to the
4.0.4 area, if you merge them.
Sebastian Bergmann [Mon, 4 Dec 2000 17:13:29 +0000 (17:13 +0000)]
Added nextid() method to DB_common. Added lock() and unlock() methods to DB_mysql.
foobar [Mon, 4 Dec 2000 17:07:27 +0000 (17:07 +0000)]
@- Made ldap_get_entries() return an array even if there are no entries
in search result. (Jani)
# This was actually the original behaviour and the correct one.
# I messed it up when I fixed another bug in it a while ago..
# Fixes bug #8054
Uwe Steinmann [Mon, 4 Dec 2000 16:34:06 +0000 (16:34 +0000)]
- new function hw_new_document_from_file()
Sascha Schumann [Mon, 4 Dec 2000 16:05:00 +0000 (16:05 +0000)]
Automatically carry over macro definitions from Apache.
We don't take everything, because apxs' CFLAGS also includes
optimization, debugging, et cetera flags.
PR: #7211
Dan Kalowsky [Mon, 4 Dec 2000 15:47:30 +0000 (15:47 +0000)]
added name for credits on work for Solid interface..
Stanislav Malyshev [Mon, 4 Dec 2000 15:10:58 +0000 (15:10 +0000)]
GD shared build fixes - should fix problem with gd.so not being linked
with right libraries
Sterling Hughes [Mon, 4 Dec 2000 15:05:23 +0000 (15:05 +0000)]
close the filehandle if it is a tempfile.
Sascha Schumann [Mon, 4 Dec 2000 12:26:53 +0000 (12:26 +0000)]
Move code from macros to inline functions to ease debugging
Sascha Schumann [Mon, 4 Dec 2000 10:22:46 +0000 (10:22 +0000)]
Handle the case of no-handlers properly and make handlers a proper C "string".
Sebastian Bergmann [Mon, 4 Dec 2000 07:05:16 +0000 (07:05 +0000)]
No comment.
Sebastian Bergmann [Mon, 4 Dec 2000 06:56:29 +0000 (06:56 +0000)]
I couldn't read it in order to understand it in order to extend it :-)
<changelog@php.net> [Mon, 4 Dec 2000 02:09:17 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 4 Dec 2000 02:09:10 +0000 (02:09 +0000)]
NEWS update
Sterling Hughes [Sun, 3 Dec 2000 19:17:09 +0000 (19:17 +0000)]
- Fix the handling of resource entries
- Fix the fd_dealloc() function
Sterling Hughes [Sun, 3 Dec 2000 19:13:41 +0000 (19:13 +0000)]
Another attempt at fixing 8036
Sterling Hughes [Sun, 3 Dec 2000 15:30:14 +0000 (15:30 +0000)]
Windows ist ser schlecht
Stanislav Malyshev [Sun, 3 Dec 2000 13:42:54 +0000 (13:42 +0000)]
Fix #8079 - filetype now knows about sockets
Sascha Schumann [Sun, 3 Dec 2000 10:58:18 +0000 (10:58 +0000)]
Workaround for these two symptoms:
Some sed tools don't match strings which are not terminated with LF.
Some shells still support the ^ as a synonym for the pipe character.
Submitted by: Stanislav Malyshev
Hartmut Holzgraefe [Sun, 3 Dec 2000 10:45:53 +0000 (10:45 +0000)]
changed run-tests.php to use 'php -q' instead of 'php -f'
Sascha Schumann [Sun, 3 Dec 2000 08:37:43 +0000 (08:37 +0000)]
Merge with php_4_0_4
<changelog@php.net> [Sun, 3 Dec 2000 02:09:18 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 3 Dec 2000 02:09:15 +0000 (02:09 +0000)]
NEWS update
Zeev Suraski [Sun, 3 Dec 2000 00:07:29 +0000 (00:07 +0000)]
Fix DB build (hopefully, untested)
Zeev Suraski [Sat, 2 Dec 2000 17:27:11 +0000 (17:27 +0000)]
- Get the MySQL module a bit uptodate.
- Fix a bug in mysql_do_connect() - it would corrupt the host argument, if it contained a port
(or could corrupt the INI value, so that the port argument would work only the first time
around)
Sascha Schumann [Sat, 2 Dec 2000 13:43:50 +0000 (13:43 +0000)]
Include <ext/standard/info.h> for php_info-related functions.
Sascha Schumann [Sat, 2 Dec 2000 13:27:10 +0000 (13:27 +0000)]
Noone defines PACKAGE/VERSION anymore.
Sascha Schumann [Sat, 2 Dec 2000 13:27:07 +0000 (13:27 +0000)]
Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppress
defining PACKAGE/VERSION.
Sascha Schumann [Sat, 2 Dec 2000 13:26:03 +0000 (13:26 +0000)]
Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppress
defining PACKAGE/VERSION.
Alexander Feldman [Sat, 2 Dec 2000 11:59:20 +0000 (11:59 +0000)]
@- Added extension for the cracklib library. (Alexander Feldman)
Sterling Hughes [Sat, 2 Dec 2000 10:28:55 +0000 (10:28 +0000)]
First attempt at fixing 8036
Sascha Schumann [Sat, 2 Dec 2000 08:21:10 +0000 (08:21 +0000)]
Branched off 4.0.4. This trunk becomes 4.0.5-dev.
<changelog@php.net> [Sat, 2 Dec 2000 02:09:17 +0000 (02:09 +0000)]
ChangeLog update
David Hedbor [Fri, 1 Dec 2000 23:34:01 +0000 (23:34 +0000)]
Minor cosmetic changes.
David Hedbor [Fri, 1 Dec 2000 23:10:49 +0000 (23:10 +0000)]
More config.m4 fixes.
David Hedbor [Fri, 1 Dec 2000 22:23:37 +0000 (22:23 +0000)]
Updated config test to also work with debian pike 7 cvs etc.
Egon Schmid [Fri, 1 Dec 2000 15:25:22 +0000 (15:25 +0000)]
Fixed some protos.
Egon Schmid [Fri, 1 Dec 2000 15:03:25 +0000 (15:03 +0000)]
Fixed some protos.
Sascha Schumann [Fri, 1 Dec 2000 14:56:30 +0000 (14:56 +0000)]
Get rid of HAVE_EXTNAME. This dates back to PHP 3 where source files
were unconditionally compiled. It is not necessary in PHP 4.
Egon Schmid [Fri, 1 Dec 2000 14:32:14 +0000 (14:32 +0000)]
Fixed some protos.
Sascha Schumann [Fri, 1 Dec 2000 13:57:24 +0000 (13:57 +0000)]
Add newline. Recent GCC snapshots segfault, if the input file is completely
empty. Should I report this? This appears to be quite lame.
Sascha Schumann [Fri, 1 Dec 2000 12:29:29 +0000 (12:29 +0000)]
Please avoid potential buffer overflows in new code. If you deal
with strings, consider storing the string length along with the string
data. That will make your life easier.
Sascha Schumann [Fri, 1 Dec 2000 12:14:30 +0000 (12:14 +0000)]
Remove *.o