]> granicus.if.org Git - php/log
php
24 years agoThis commit was manufactured by cvs2svn to create tag 'php_4_0_4RC4'. php-4.0.4RC4
SVN Migration [Thu, 14 Dec 2000 14:18:38 +0000 (14:18 +0000)]
This commit was manufactured by cvs2svn to create tag 'php_4_0_4RC4'.

24 years ago- Update 4.0.4 branches NEWS file
Andi Gutmans [Tue, 5 Dec 2000 17:12:30 +0000 (17:12 +0000)]
- Update 4.0.4 branches NEWS file

24 years agoMerge from HEAD
Sascha Schumann [Tue, 5 Dec 2000 11:07:11 +0000 (11:07 +0000)]
Merge from HEAD

24 years agoMerge entries manually
Sascha Schumann [Mon, 4 Dec 2000 18:00:25 +0000 (18:00 +0000)]
Merge entries manually

24 years agoMerge changes from head branch.
foobar [Mon, 4 Dec 2000 17:26:11 +0000 (17:26 +0000)]
Merge changes from head branch.

24 years agoMerged with HEAD, 1.21
Sascha Schumann [Mon, 4 Dec 2000 16:15:39 +0000 (16:15 +0000)]
Merged with HEAD, 1.21

24 years agoMerged with HEAD, 1.8
Sascha Schumann [Mon, 4 Dec 2000 16:15:26 +0000 (16:15 +0000)]
Merged with HEAD, 1.8

24 years agoMerged with HEAD, 1.35
Sascha Schumann [Mon, 4 Dec 2000 16:14:09 +0000 (16:14 +0000)]
Merged with HEAD, 1.35

24 years agoMerge from HEAD
Sascha Schumann [Mon, 4 Dec 2000 12:27:47 +0000 (12:27 +0000)]
Merge from HEAD

24 years agoMerge changes from HEAD.
Sascha Schumann [Mon, 4 Dec 2000 10:24:06 +0000 (10:24 +0000)]
Merge changes from HEAD.

24 years agoImport the MySQL updates from the main branch
Zeev Suraski [Sun, 3 Dec 2000 21:25:28 +0000 (21:25 +0000)]
Import the MySQL updates from the main branch

24 years agochanged run-tests.php to use 'php -q' instead of 'php -f'
Hartmut Holzgraefe [Sun, 3 Dec 2000 10:45:57 +0000 (10:45 +0000)]
changed run-tests.php to use 'php -q' instead of 'php -f'

24 years agoFix the bug with -f not filling in the $argv[] arguments.
Zeev Suraski [Sun, 3 Dec 2000 01:09:13 +0000 (01:09 +0000)]
Fix the bug with -f not filling in the $argv[] arguments.
I'm not sure what used to be the behavior - but the new code puts the -f
argument as $argv[0], which is the Right Thing to do IMHO...  Comments
welcome

24 years agoDon't mislead people...
Zeev Suraski [Sun, 3 Dec 2000 00:39:56 +0000 (00:39 +0000)]
Don't mislead people...

24 years agoCommit the fix to the 4.0.4 branch
Zeev Suraski [Sun, 3 Dec 2000 00:26:35 +0000 (00:26 +0000)]
Commit the fix to the 4.0.4 branch

24 years agoMerge changes from HEAD
Sascha Schumann [Sat, 2 Dec 2000 13:46:08 +0000 (13:46 +0000)]
Merge changes from HEAD

24 years ago4.0.4RC3 is coming.
Sascha Schumann [Sat, 2 Dec 2000 08:14:57 +0000 (08:14 +0000)]
4.0.4RC3 is coming.

24 years agoThis commit was manufactured by cvs2svn to create branch 'php_4_0_4'.
SVN Migration [Sat, 2 Dec 2000 02:09:18 +0000 (02:09 +0000)]
This commit was manufactured by cvs2svn to create branch 'php_4_0_4'.

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.

24 years ago- Allow passing references which are returned from functions and new
Andi Gutmans [Mon, 27 Nov 2000 18:46:23 +0000 (18:46 +0000)]
- Allow passing references which are returned from functions and new
- statements to be passed by reference.

24 years agofix path operations, under win32
Daniel Beulshausen [Mon, 27 Nov 2000 18:21:48 +0000 (18:21 +0000)]
fix path operations, under win32

24 years agoUpdate class constants before trying to get default properties.
Andrei Zmievski [Mon, 27 Nov 2000 17:00:54 +0000 (17:00 +0000)]
Update class constants before trying to get default properties.

24 years agoAdd a note about what a missing const specifier does mean in the context
Sascha Schumann [Mon, 27 Nov 2000 13:33:33 +0000 (13:33 +0000)]
Add a note about what a missing const specifier does mean in the context
of the request_info structure.

24 years agoThe result of conv_z_macros and some manual conversion of
Sascha Schumann [Mon, 27 Nov 2000 13:31:21 +0000 (13:31 +0000)]
The result of conv_z_macros and some manual conversion of
"return_value.*=.*IS_STRING" constructs to RETVAL_STRINGL.

24 years agoOh man, gcc's logic is really flawed
Sascha Schumann [Mon, 27 Nov 2000 13:28:26 +0000 (13:28 +0000)]
Oh man, gcc's logic is really flawed

24 years agoMove build-defs.h(.in) and php_config.h to main
Sascha Schumann [Mon, 27 Nov 2000 13:27:51 +0000 (13:27 +0000)]
Move build-defs.h(.in) and php_config.h to main

24 years agoKill a warning (code is correct)
Sascha Schumann [Mon, 27 Nov 2000 13:13:25 +0000 (13:13 +0000)]
Kill a warning (code is correct)

24 years agoupdate win32 extension section
Daniel Beulshausen [Mon, 27 Nov 2000 11:57:30 +0000 (11:57 +0000)]
update win32 extension section

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

24 years agoAdded a brief section documenting the preference of tabs over spaces.
Jon Parise [Sun, 26 Nov 2000 21:45:44 +0000 (21:45 +0000)]
Added a brief section documenting the preference of tabs over spaces.
There are a few touch-ups in this commit, too.

24 years agoGNU GMP - arbitrary precision nubers library
Stanislav Malyshev [Sun, 26 Nov 2000 18:36:16 +0000 (18:36 +0000)]
GNU GMP - arbitrary precision nubers library

24 years agoFix windows build
Zeev Suraski [Sun, 26 Nov 2000 14:25:31 +0000 (14:25 +0000)]
Fix windows build

24 years ago- Add bcmath to the standard UNIX build
Zeev Suraski [Sun, 26 Nov 2000 09:34:01 +0000 (09:34 +0000)]
- Add bcmath to the standard UNIX build
- Change a couple of malloc()'s and free()'s to emalloc()'s and efree()'s

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

24 years agoAdd get_defined_functions() and get_defined_vars(). Clean up constant() entry a...
Sterling Hughes [Sat, 25 Nov 2000 16:37:26 +0000 (16:37 +0000)]
Add get_defined_functions() and get_defined_vars().  Clean up constant() entry a bit.

# Are we not ready for a release yet?

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

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

24 years ago@ Added the call_user_func_array() function which gives you the ability to
Sterling Hughes [Fri, 24 Nov 2000 21:05:25 +0000 (21:05 +0000)]
@ Added the call_user_func_array() function which gives you the ability to
@ call a user function by passing an array of parameters as the second
@ argument.

@ Added the constant() function which returns the value of a constant given
@ the constant's name.

24 years agoDeclaring variables is generally a good thing
Sterling Hughes [Fri, 24 Nov 2000 16:26:35 +0000 (16:26 +0000)]
Declaring variables is generally a good thing

24 years agofixed bug 7961
Andre Langhorst [Fri, 24 Nov 2000 16:17:58 +0000 (16:17 +0000)]
fixed bug 7961

24 years agoFix segfault when non-array in params or arguments is given to
Sterling Hughes [Fri, 24 Nov 2000 15:07:01 +0000 (15:07 +0000)]
Fix segfault when non-array in params or arguments is given to
xslt_transform() or xslt_run().

Update xslt_output_begintransform() to new output buffering syntax (torben@php.net)

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

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

24 years agoFix the arg array size.
Andrei Zmievski [Fri, 24 Nov 2000 00:12:19 +0000 (00:12 +0000)]
Fix the arg array size.

24 years agoAdded README on usage, and added myself to CREDITS
Stig Venaas [Thu, 23 Nov 2000 19:30:47 +0000 (19:30 +0000)]
Added README on usage, and added myself to CREDITS

24 years agoVery initial work on chunked output buffering. It's really unoptimized at
Zeev Suraski [Thu, 23 Nov 2000 18:43:18 +0000 (18:43 +0000)]
Very initial work on chunked output buffering.  It's really unoptimized at
this time, and it can crash under some circumstances, but that's the
concept...

24 years agoThis submission introduces two features.
Andrei Zmievski [Thu, 23 Nov 2000 17:25:13 +0000 (17:25 +0000)]
This submission introduces two features.

The first one is support for Perl-style matching regexp delimiters, i.e.
using <[{( and )}]> to delimit the regular expressions.

The second one is a new 'F' modifier that allows you to specify a function name
in the replacement argument to preg_replace(). This function will be called
when the replacement needs to be made. It is passed an array of full matched
pattern and captured subpatterns and it is expected to return a string that
will be used for replacement. 'e' and 'F' modifiers cannot be used together.

@- Implemented support for Perl-style matching regexp delimiters in PCRE.
@  You can use <{[( and )]}> to delimit your expressions now. (Andrei)

@- Introduced new 'F' modifier in PCRE that lets you specify a function
@  name in the replacement argument to preg_replace() that will be called
@  at run-time to provide the replacement string. It is passed an array of
@  matched pattern and subpatterns. (Andrei)

24 years agoRevert bad commit.
foobar [Thu, 23 Nov 2000 16:31:58 +0000 (16:31 +0000)]
Revert bad commit.
# And now I'm ready to sleep..

24 years agooops, libcrypt shouln't be in the linker libs
Daniel Beulshausen [Thu, 23 Nov 2000 16:29:49 +0000 (16:29 +0000)]
oops, libcrypt shouln't be in the linker libs
by default

24 years agoFixed some compile warnings.
foobar [Thu, 23 Nov 2000 15:57:24 +0000 (15:57 +0000)]
Fixed some compile warnings.

24 years agoFixed Bug #7939 + some cleaning.
foobar [Thu, 23 Nov 2000 14:56:09 +0000 (14:56 +0000)]
Fixed Bug #7939 + some cleaning.

24 years ago- optional argument for hw_pipedocument() to specify link prefix
Uwe Steinmann [Thu, 23 Nov 2000 14:44:10 +0000 (14:44 +0000)]
- optional argument for hw_pipedocument() to specify link prefix

24 years agoI forgot to commit the .dsp update...
Zeev Suraski [Thu, 23 Nov 2000 14:34:09 +0000 (14:34 +0000)]
I forgot to commit the .dsp update...

24 years agomake ctype ext compile under windows
Daniel Beulshausen [Thu, 23 Nov 2000 14:14:40 +0000 (14:14 +0000)]
make ctype ext compile under windows

24 years agoFixed typo.
Sebastian Bergmann [Thu, 23 Nov 2000 14:06:50 +0000 (14:06 +0000)]
Fixed typo.

24 years agoadded missing SABLOTLS_FETCH()
Daniel Beulshausen [Thu, 23 Nov 2000 14:02:41 +0000 (14:02 +0000)]
added missing SABLOTLS_FETCH()

24 years agomake genfunclist in phpdoc happy
Hartmut Holzgraefe [Thu, 23 Nov 2000 12:16:35 +0000 (12:16 +0000)]
make genfunclist in phpdoc happy

24 years ago- The name of the extension has to be fdf and not fdftk
Uwe Steinmann [Thu, 23 Nov 2000 10:55:51 +0000 (10:55 +0000)]
- The name of the extension has to be fdf and not fdftk

24 years agofix libbcmath compile, updated dependencies & add
Daniel Beulshausen [Thu, 23 Nov 2000 10:17:37 +0000 (10:17 +0000)]
fix libbcmath compile, updated dependencies & add
libbcmath to linker options