]> granicus.if.org Git - php/log
php
24 years agoFix indentation of configure output
Sascha Schumann [Wed, 6 Dec 2000 17:34:58 +0000 (17:34 +0000)]
Fix indentation of configure output

24 years agoadded OO test (will fail currently)
Andre Langhorst [Wed, 6 Dec 2000 16:22:01 +0000 (16:22 +0000)]
added OO test (will fail currently)

24 years agoFix T1 static build
Stanislav Malyshev [Wed, 6 Dec 2000 15:08:18 +0000 (15:08 +0000)]
Fix T1 static build

24 years agoUpdate README
Stanislav Malyshev [Wed, 6 Dec 2000 14:28:10 +0000 (14:28 +0000)]
Update README

24 years agoFix prototypes
Stanislav Malyshev [Wed, 6 Dec 2000 14:10:40 +0000 (14:10 +0000)]
Fix prototypes
Fix prefect_square return

24 years ago* cleanup
Stig Bakken [Wed, 6 Dec 2000 02:53:14 +0000 (02:53 +0000)]
* cleanup

24 years ago#With "php -f file.php", file.php is unable to parse command-line
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.

24 years agoChangeLog update
<changelog@php.net> [Wed, 6 Dec 2000 02:09:15 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Wed, 6 Dec 2000 02:09:12 +0000 (02:09 +0000)]
NEWS update

24 years ago@- Removed ext/dav due to obsolescence. (Andrei)
Andrei Zmievski [Tue, 5 Dec 2000 22:58:36 +0000 (22:58 +0000)]
@- Removed ext/dav due to obsolescence. (Andrei)

24 years agospaces after commas. all whitespace.
Chuck Hagenbuch [Tue, 5 Dec 2000 21:12:45 +0000 (21:12 +0000)]
spaces after commas. all whitespace.

24 years ago- Support for $var =& new foo() syntax. This allows you to use objects
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.

24 years agoMake GMP use Zend's memory functions
Stanislav Malyshev [Tue, 5 Dec 2000 15:35:20 +0000 (15:35 +0000)]
Make GMP use Zend's memory functions

24 years agoFix prototypes
Stanislav Malyshev [Tue, 5 Dec 2000 14:47:40 +0000 (14:47 +0000)]
Fix prototypes

24 years agoAdd check for conversion base
Stanislav Malyshev [Tue, 5 Dec 2000 14:17:38 +0000 (14:17 +0000)]
Add check for conversion base

24 years agoExpose all timeout functions
Zeev Suraski [Tue, 5 Dec 2000 13:04:05 +0000 (13:04 +0000)]
Expose all timeout functions

24 years ago* applied patch by Stig-Ørjan Smelror <Stig.Orjan.Smelror@lincom.no>
Stig Bakken [Tue, 5 Dec 2000 12:15:18 +0000 (12:15 +0000)]
* applied patch by Stig-Ørjan Smelror <Stig.Orjan.Smelror@lincom.no>

24 years agoApplied IBM DB2 patch by Walter Franzini <walter@sys-net.it>
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>

24 years agoPass core_globals to new inline functions
Sascha Schumann [Tue, 5 Dec 2000 11:05:24 +0000 (11:05 +0000)]
Pass core_globals to new inline functions

Submitted by: Sebastian Bergmann

24 years ago* MySQL sequence emulation using auto_increment
Stig Bakken [Tue, 5 Dec 2000 07:00:57 +0000 (07:00 +0000)]
* MySQL sequence emulation using auto_increment
* fixed indentation

24 years agoChangeLog update
<changelog@php.net> [Tue, 5 Dec 2000 02:09:29 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Tue, 5 Dec 2000 02:09:26 +0000 (02:09 +0000)]
NEWS update

24 years agoRemoved a fatal condition to allow for harmless user error plus some other
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.

24 years agohave PEAR::isError() not take parameters by reference for now.
Chuck Hagenbuch [Mon, 4 Dec 2000 21:03:17 +0000 (21:03 +0000)]
have PEAR::isError() not take parameters by reference for now.

24 years ago- Fix up the NEWS item. We need to make sure that this release we really
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.

24 years ago- Explanation about Zend change. I'll move it to the branch when I'm happy
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.

24 years agoThis branch will become 4.0.5. New entries should only be added to the
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.

24 years agoAdded nextid() method to DB_common. Added lock() and unlock() methods to DB_mysql.
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.

24 years ago@- Made ldap_get_entries() return an array even if there are no entries
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

24 years ago- new function hw_new_document_from_file()
Uwe Steinmann [Mon, 4 Dec 2000 16:34:06 +0000 (16:34 +0000)]
- new function hw_new_document_from_file()

24 years agoAutomatically carry over macro definitions from Apache.
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

24 years agoadded name for credits on work for Solid interface..
Dan Kalowsky [Mon, 4 Dec 2000 15:47:30 +0000 (15:47 +0000)]
added name for credits on work for Solid interface..

24 years agoGD shared build fixes - should fix problem with gd.so not being linked
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

24 years agoclose the filehandle if it is a tempfile.
Sterling Hughes [Mon, 4 Dec 2000 15:05:23 +0000 (15:05 +0000)]
close the filehandle if it is a tempfile.

24 years agoMove code from macros to inline functions to ease debugging
Sascha Schumann [Mon, 4 Dec 2000 12:26:53 +0000 (12:26 +0000)]
Move code from macros to inline functions to ease debugging

24 years agoHandle the case of no-handlers properly and make handlers a proper C "string".
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".

24 years agoNo comment.
Sebastian Bergmann [Mon, 4 Dec 2000 07:05:16 +0000 (07:05 +0000)]
No comment.

24 years agoI couldn't read it in order to understand it in order to extend it :-)
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 :-)

24 years agoChangeLog update
<changelog@php.net> [Mon, 4 Dec 2000 02:09:17 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Mon, 4 Dec 2000 02:09:10 +0000 (02:09 +0000)]
NEWS update

24 years ago- Fix the handling of resource entries
Sterling Hughes [Sun, 3 Dec 2000 19:17:09 +0000 (19:17 +0000)]
- Fix the handling of resource entries
- Fix the fd_dealloc() function

24 years agoAnother attempt at fixing 8036
Sterling Hughes [Sun, 3 Dec 2000 19:13:41 +0000 (19:13 +0000)]
Another attempt at fixing 8036

24 years agoWindows ist ser schlecht
Sterling Hughes [Sun, 3 Dec 2000 15:30:14 +0000 (15:30 +0000)]
Windows ist ser schlecht

24 years agoFix #8079 - filetype now knows about sockets
Stanislav Malyshev [Sun, 3 Dec 2000 13:42:54 +0000 (13:42 +0000)]
Fix #8079 - filetype now knows about sockets

24 years agoWorkaround for these two symptoms:
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

24 years agochanged run-tests.php to use 'php -q' instead of 'php -f'
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'

24 years agoMerge with php_4_0_4
Sascha Schumann [Sun, 3 Dec 2000 08:37:43 +0000 (08:37 +0000)]
Merge with php_4_0_4

24 years agoChangeLog update
<changelog@php.net> [Sun, 3 Dec 2000 02:09:18 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Sun, 3 Dec 2000 02:09:15 +0000 (02:09 +0000)]
NEWS update

24 years agoFix DB build (hopefully, untested)
Zeev Suraski [Sun, 3 Dec 2000 00:07:29 +0000 (00:07 +0000)]
Fix DB build (hopefully, untested)

24 years ago- Get the MySQL module a bit uptodate.
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)

24 years agoInclude <ext/standard/info.h> for php_info-related functions.
Sascha Schumann [Sat, 2 Dec 2000 13:43:50 +0000 (13:43 +0000)]
Include <ext/standard/info.h> for php_info-related functions.

24 years agoNoone defines PACKAGE/VERSION anymore.
Sascha Schumann [Sat, 2 Dec 2000 13:27:10 +0000 (13:27 +0000)]
Noone defines PACKAGE/VERSION anymore.

24 years agoUse the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppress
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.

24 years agoUse the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppress
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.

24 years ago@- Added extension for the cracklib library. (Alexander Feldman)
Alexander Feldman [Sat, 2 Dec 2000 11:59:20 +0000 (11:59 +0000)]
@- Added extension for the cracklib library. (Alexander Feldman)

24 years agoFirst attempt at fixing 8036
Sterling Hughes [Sat, 2 Dec 2000 10:28:55 +0000 (10:28 +0000)]
First attempt at fixing 8036

24 years agoBranched off 4.0.4. This trunk becomes 4.0.5-dev.
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.

24 years agoChangeLog update
<changelog@php.net> [Sat, 2 Dec 2000 02:09:17 +0000 (02:09 +0000)]
ChangeLog update

24 years agoMinor cosmetic changes.
David Hedbor [Fri, 1 Dec 2000 23:34:01 +0000 (23:34 +0000)]
Minor cosmetic changes.

24 years agoMore config.m4 fixes.
David Hedbor [Fri, 1 Dec 2000 23:10:49 +0000 (23:10 +0000)]
More config.m4 fixes.

24 years agoUpdated config test to also work with debian pike 7 cvs etc.
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.

24 years agoFixed some protos.
Egon Schmid [Fri, 1 Dec 2000 15:25:22 +0000 (15:25 +0000)]
Fixed some protos.

24 years agoFixed some protos.
Egon Schmid [Fri, 1 Dec 2000 15:03:25 +0000 (15:03 +0000)]
Fixed some protos.

24 years agoGet rid of HAVE_EXTNAME. This dates back to PHP 3 where source files
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.

24 years agoFixed some protos.
Egon Schmid [Fri, 1 Dec 2000 14:32:14 +0000 (14:32 +0000)]
Fixed some protos.

24 years agoAdd newline. Recent GCC snapshots segfault, if the input file is completely
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.

24 years agoPlease avoid potential buffer overflows in new code. If you deal
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.

24 years agoRemove *.o
Sascha Schumann [Fri, 1 Dec 2000 12:14:30 +0000 (12:14 +0000)]
Remove *.o

24 years ago- Fix swf build issues from bug #7612
Andi Gutmans [Fri, 1 Dec 2000 09:50:01 +0000 (09:50 +0000)]
- Fix swf build issues from bug #7612
- Not tested! Someone please compile it.

24 years agoChangeLog update
<changelog@php.net> [Fri, 1 Dec 2000 02:09:19 +0000 (02:09 +0000)]
ChangeLog update

24 years agoFixing bug 8061. Position counter starts a 0 but was compared with length.
Frank M. Kromann [Fri, 1 Dec 2000 01:55:31 +0000 (01:55 +0000)]
Fixing bug 8061. Position counter starts a 0 but was compared with length.
oops. the fix should be made twice.

24 years agoFixing bug 8061. Position counter starts a 0 but was compared with length.
Frank M. Kromann [Fri, 1 Dec 2000 01:26:42 +0000 (01:26 +0000)]
Fixing bug 8061. Position counter starts a 0 but was compared with length.

24 years agoBeautifying of phpinfo().
foobar [Fri, 1 Dec 2000 01:25:36 +0000 (01:25 +0000)]
Beautifying of phpinfo().

24 years agoChanged presentation of default values for textsize and textlimit in phpinfo().
Frank M. Kromann [Thu, 30 Nov 2000 22:24:00 +0000 (22:24 +0000)]
Changed presentation of default values for textsize and textlimit in phpinfo().
the value -1 means "Server default"

24 years agoupdated documentation and configuration
David Eriksson [Thu, 30 Nov 2000 22:03:18 +0000 (22:03 +0000)]
updated documentation and configuration

24 years agochanged variable names to *_class_functions
David Eriksson [Thu, 30 Nov 2000 22:01:58 +0000 (22:01 +0000)]
changed variable names to *_class_functions

24 years agofix configure --help option name...
Sterling Hughes [Thu, 30 Nov 2000 15:20:40 +0000 (15:20 +0000)]
fix configure --help option name...

24 years agoChangeLog update
<changelog@php.net> [Thu, 30 Nov 2000 02:09:11 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Thu, 30 Nov 2000 02:09:08 +0000 (02:09 +0000)]
NEWS update

24 years agoThe ODBC extension looks for settings named odbc. and not uodbc.
Frank M. Kromann [Wed, 29 Nov 2000 22:10:46 +0000 (22:10 +0000)]
The ODBC extension looks for settings named odbc. and not uodbc.

24 years agoRemoved old version 6.5 code. Clinet Libraries for SQL Server 7.0 can be used with...
Frank M. Kromann [Wed, 29 Nov 2000 22:06:47 +0000 (22:06 +0000)]
Removed old version 6.5 code. Clinet Libraries for SQL Server 7.0 can be used  with version 6,5.
Minor changes to use som Zend macros to define globals.

24 years agoFixing wring resource handle returned from mssql_query().
Frank M. Kromann [Wed, 29 Nov 2000 17:08:22 +0000 (17:08 +0000)]
Fixing wring resource handle returned from mssql_query().
The error was introduced when adding mssql_fetch_batch().

24 years agoAdd .cvsignore
Stanislav Malyshev [Wed, 29 Nov 2000 15:50:18 +0000 (15:50 +0000)]
Add .cvsignore

24 years agoAdd more GMP functions, fix a couple of bugs
Stanislav Malyshev [Wed, 29 Nov 2000 15:49:18 +0000 (15:49 +0000)]
Add more GMP functions, fix a couple of bugs

24 years ago@ Added the is_null() function that will return true if a variable is of
Sterling Hughes [Wed, 29 Nov 2000 15:37:38 +0000 (15:37 +0000)]
@ Added the is_null() function that will return true if a variable is of
@ type null. (Sterling)

24 years agomade gd working correct under win32
Daniel Beulshausen [Wed, 29 Nov 2000 15:25:42 +0000 (15:25 +0000)]
made gd working correct under win32
# fixes the issues when running php threadsafe

24 years agoChangeLog update
<changelog@php.net> [Wed, 29 Nov 2000 02:09:13 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Wed, 29 Nov 2000 02:09:10 +0000 (02:09 +0000)]
NEWS update

24 years agoAdded the capability to specify a different HTTP Redirection response code
Jason Greene [Wed, 29 Nov 2000 01:22:49 +0000 (01:22 +0000)]
Added the capability to specify a different HTTP Redirection response code
before the Location Header.

Ex. header("HTTP/1.1 307 Temporary Redirect");
    header("Location: URL");

24 years agoOutput buffering was being enabled all the time - fixed
Zeev Suraski [Wed, 29 Nov 2000 01:02:27 +0000 (01:02 +0000)]
Output buffering was being enabled all the time - fixed

24 years agoOne file missing.
foobar [Tue, 28 Nov 2000 15:48:21 +0000 (15:48 +0000)]
One file missing.

24 years agoAdded missing .cvsignore files.
foobar [Tue, 28 Nov 2000 15:43:06 +0000 (15:43 +0000)]
Added missing .cvsignore files.

24 years agoFixed typo. bug #8001
foobar [Tue, 28 Nov 2000 09:39:01 +0000 (09:39 +0000)]
Fixed typo. bug #8001

24 years ago@- Fixed a bug which made readdir() unusable in some systems. (Jani)
foobar [Tue, 28 Nov 2000 09:13:22 +0000 (09:13 +0000)]
@- Fixed a bug which made readdir() unusable in some systems. (Jani)
# Bug report: #7390

24 years agoAC_CHECK_LIB prints out yes/no itself.
foobar [Tue, 28 Nov 2000 08:06:30 +0000 (08:06 +0000)]
AC_CHECK_LIB prints out yes/no itself.

24 years agoA field of mines
Sascha Schumann [Tue, 28 Nov 2000 06:54:16 +0000 (06:54 +0000)]
A field of mines

Submitted by: jon@csh.rit.edu

24 years agoChangeLog update
<changelog@php.net> [Tue, 28 Nov 2000 02:09:09 +0000 (02:09 +0000)]
ChangeLog update

24 years agoAdd note about an old change
Sascha Schumann [Tue, 28 Nov 2000 01:38:51 +0000 (01:38 +0000)]
Add note about an old change

24 years agoAlways add top_srcdir to the header file search path.
Sascha Schumann [Tue, 28 Nov 2000 01:20:21 +0000 (01:20 +0000)]
Always add top_srcdir to the header file search path.