]>
granicus.if.org Git - php/log
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'.
Andi Gutmans [Tue, 5 Dec 2000 17:12:30 +0000 (17:12 +0000)]
- Update 4.0.4 branches NEWS file
Sascha Schumann [Tue, 5 Dec 2000 11:07:11 +0000 (11:07 +0000)]
Merge from HEAD
Sascha Schumann [Mon, 4 Dec 2000 18:00:25 +0000 (18:00 +0000)]
Merge entries manually
foobar [Mon, 4 Dec 2000 17:26:11 +0000 (17:26 +0000)]
Merge changes from head branch.
Sascha Schumann [Mon, 4 Dec 2000 16:15:39 +0000 (16:15 +0000)]
Merged with HEAD, 1.21
Sascha Schumann [Mon, 4 Dec 2000 16:15:26 +0000 (16:15 +0000)]
Merged with HEAD, 1.8
Sascha Schumann [Mon, 4 Dec 2000 16:14:09 +0000 (16:14 +0000)]
Merged with HEAD, 1.35
Sascha Schumann [Mon, 4 Dec 2000 12:27:47 +0000 (12:27 +0000)]
Merge from HEAD
Sascha Schumann [Mon, 4 Dec 2000 10:24:06 +0000 (10:24 +0000)]
Merge changes from HEAD.
Zeev Suraski [Sun, 3 Dec 2000 21:25:28 +0000 (21:25 +0000)]
Import the MySQL updates from the main branch
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'
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
Zeev Suraski [Sun, 3 Dec 2000 00:39:56 +0000 (00:39 +0000)]
Don't mislead people...
Zeev Suraski [Sun, 3 Dec 2000 00:26:35 +0000 (00:26 +0000)]
Commit the fix to the 4.0.4 branch
Sascha Schumann [Sat, 2 Dec 2000 13:46:08 +0000 (13:46 +0000)]
Merge changes from HEAD
Sascha Schumann [Sat, 2 Dec 2000 08:14:57 +0000 (08:14 +0000)]
4.0.4RC3 is coming.
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'.
<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
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.
<changelog@php.net> [Fri, 1 Dec 2000 02:09:19 +0000 (02:09 +0000)]
ChangeLog update
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.
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.
foobar [Fri, 1 Dec 2000 01:25:36 +0000 (01:25 +0000)]
Beautifying of 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"
David Eriksson [Thu, 30 Nov 2000 22:03:18 +0000 (22:03 +0000)]
updated documentation and configuration
David Eriksson [Thu, 30 Nov 2000 22:01:58 +0000 (22:01 +0000)]
changed variable names to *_class_functions
Sterling Hughes [Thu, 30 Nov 2000 15:20:40 +0000 (15:20 +0000)]
fix configure --help option name...
<changelog@php.net> [Thu, 30 Nov 2000 02:09:11 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 30 Nov 2000 02:09:08 +0000 (02:09 +0000)]
NEWS update
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.
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.
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().
Stanislav Malyshev [Wed, 29 Nov 2000 15:50:18 +0000 (15:50 +0000)]
Add .cvsignore
Stanislav Malyshev [Wed, 29 Nov 2000 15:49:18 +0000 (15:49 +0000)]
Add more GMP functions, fix a couple of bugs
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)
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
<changelog@php.net> [Wed, 29 Nov 2000 02:09:13 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 29 Nov 2000 02:09:10 +0000 (02:09 +0000)]
NEWS update
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");
Zeev Suraski [Wed, 29 Nov 2000 01:02:27 +0000 (01:02 +0000)]
Output buffering was being enabled all the time - fixed
foobar [Tue, 28 Nov 2000 15:48:21 +0000 (15:48 +0000)]
One file missing.
foobar [Tue, 28 Nov 2000 15:43:06 +0000 (15:43 +0000)]
Added missing .cvsignore files.
foobar [Tue, 28 Nov 2000 09:39:01 +0000 (09:39 +0000)]
Fixed typo. bug #8001
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
foobar [Tue, 28 Nov 2000 08:06:30 +0000 (08:06 +0000)]
AC_CHECK_LIB prints out yes/no itself.
Sascha Schumann [Tue, 28 Nov 2000 06:54:16 +0000 (06:54 +0000)]
A field of mines
Submitted by: jon@csh.rit.edu
<changelog@php.net> [Tue, 28 Nov 2000 02:09:09 +0000 (02:09 +0000)]
ChangeLog update
Sascha Schumann [Tue, 28 Nov 2000 01:38:51 +0000 (01:38 +0000)]
Add note about an old change
Sascha Schumann [Tue, 28 Nov 2000 01:20:21 +0000 (01:20 +0000)]
Always add top_srcdir to the header file search path.
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.
Daniel Beulshausen [Mon, 27 Nov 2000 18:21:48 +0000 (18:21 +0000)]
fix path operations, under win32
Andrei Zmievski [Mon, 27 Nov 2000 17:00:54 +0000 (17:00 +0000)]
Update class constants before trying to get default properties.
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.
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.
Sascha Schumann [Mon, 27 Nov 2000 13:28:26 +0000 (13:28 +0000)]
Oh man, gcc's logic is really flawed
Sascha Schumann [Mon, 27 Nov 2000 13:27:51 +0000 (13:27 +0000)]
Move build-defs.h(.in) and php_config.h to main
Sascha Schumann [Mon, 27 Nov 2000 13:13:25 +0000 (13:13 +0000)]
Kill a warning (code is correct)
Daniel Beulshausen [Mon, 27 Nov 2000 11:57:30 +0000 (11:57 +0000)]
update win32 extension section
<changelog@php.net> [Mon, 27 Nov 2000 02:09:11 +0000 (02:09 +0000)]
ChangeLog update
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.
Stanislav Malyshev [Sun, 26 Nov 2000 18:36:16 +0000 (18:36 +0000)]
GNU GMP - arbitrary precision nubers library
Zeev Suraski [Sun, 26 Nov 2000 14:25:31 +0000 (14:25 +0000)]
Fix windows 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
<changelog@php.net> [Sun, 26 Nov 2000 02:09:18 +0000 (02:09 +0000)]
ChangeLog update
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?
<changelog@php.net> [Sat, 25 Nov 2000 02:09:09 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 25 Nov 2000 02:09:06 +0000 (02:09 +0000)]
NEWS update
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.
Sterling Hughes [Fri, 24 Nov 2000 16:26:35 +0000 (16:26 +0000)]
Declaring variables is generally a good thing
Andre Langhorst [Fri, 24 Nov 2000 16:17:58 +0000 (16:17 +0000)]
fixed bug 7961
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)
<changelog@php.net> [Fri, 24 Nov 2000 02:09:12 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 24 Nov 2000 02:09:09 +0000 (02:09 +0000)]
NEWS update
Andrei Zmievski [Fri, 24 Nov 2000 00:12:19 +0000 (00:12 +0000)]
Fix the arg array size.
Stig Venaas [Thu, 23 Nov 2000 19:30:47 +0000 (19:30 +0000)]
Added README on usage, and added myself to CREDITS
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...
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)
foobar [Thu, 23 Nov 2000 16:31:58 +0000 (16:31 +0000)]
Revert bad commit.
# And now I'm ready to sleep..
Daniel Beulshausen [Thu, 23 Nov 2000 16:29:49 +0000 (16:29 +0000)]
oops, libcrypt shouln't be in the linker libs
by default
foobar [Thu, 23 Nov 2000 15:57:24 +0000 (15:57 +0000)]
Fixed some compile warnings.
foobar [Thu, 23 Nov 2000 14:56:09 +0000 (14:56 +0000)]
Fixed Bug #7939 + some cleaning.
Uwe Steinmann [Thu, 23 Nov 2000 14:44:10 +0000 (14:44 +0000)]
- optional argument for hw_pipedocument() to specify link prefix
Zeev Suraski [Thu, 23 Nov 2000 14:34:09 +0000 (14:34 +0000)]
I forgot to commit the .dsp update...
Daniel Beulshausen [Thu, 23 Nov 2000 14:14:40 +0000 (14:14 +0000)]
make ctype ext compile under windows
Sebastian Bergmann [Thu, 23 Nov 2000 14:06:50 +0000 (14:06 +0000)]
Fixed typo.
Daniel Beulshausen [Thu, 23 Nov 2000 14:02:41 +0000 (14:02 +0000)]
added missing SABLOTLS_FETCH()
Hartmut Holzgraefe [Thu, 23 Nov 2000 12:16:35 +0000 (12:16 +0000)]
make genfunclist in phpdoc happy
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
Daniel Beulshausen [Thu, 23 Nov 2000 10:17:37 +0000 (10:17 +0000)]
fix libbcmath compile, updated dependencies & add
libbcmath to linker options