]> granicus.if.org Git - php/log
php
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

24 years ago- fixed copy and paste error
Uwe Steinmann [Thu, 23 Nov 2000 09:56:18 +0000 (09:56 +0000)]
- fixed copy and paste error

24 years agofilename wildcards in a c comment were a bad idea
Hartmut Holzgraefe [Thu, 23 Nov 2000 06:58:14 +0000 (06:58 +0000)]
filename wildcards in a c comment were a bad idea

24 years agoAdding Win32 project for libbcmath
Frank M. Kromann [Thu, 23 Nov 2000 05:08:19 +0000 (05:08 +0000)]
Adding Win32 project for libbcmath

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

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

24 years agochanged comment to allow compilation under win32
Frank M. Kromann [Thu, 23 Nov 2000 01:47:39 +0000 (01:47 +0000)]
changed comment to allow compilation under win32

24 years agoadded a "DO NOT EDIT!" header and regenerated the credits_*h files
Hartmut Holzgraefe [Wed, 22 Nov 2000 23:20:35 +0000 (23:20 +0000)]
added a "DO NOT EDIT!" header and regenerated the credits_*h files

24 years agomerged ext/apache/CREDITS and sapi/apache/CREDITS
Hartmut Holzgraefe [Wed, 22 Nov 2000 23:04:33 +0000 (23:04 +0000)]
merged ext/apache/CREDITS and sapi/apache/CREDITS

24 years agothis little scripts will collect the CREDITS files from
Hartmut Holzgraefe [Wed, 22 Nov 2000 22:53:33 +0000 (22:53 +0000)]
this little scripts will collect the CREDITS files from
all the ext/ and sapi/ subdirectories and put them all
together into ext/standard/credit_[ext|sapi].h

24 years agoRun through conv_z_macros
Sascha Schumann [Wed, 22 Nov 2000 22:05:02 +0000 (22:05 +0000)]
Run through conv_z_macros

24 years agoRun through conv_z_macros and make use of RETVAL_STRING where useful
Sascha Schumann [Wed, 22 Nov 2000 22:00:39 +0000 (22:00 +0000)]
Run through conv_z_macros and make use of RETVAL_STRING where useful

24 years agoAvoid estrdup and a couple of other minor cleanups
Sascha Schumann [Wed, 22 Nov 2000 21:52:53 +0000 (21:52 +0000)]
Avoid estrdup and a couple of other minor cleanups

24 years agoRun through conv_z_macros
Sascha Schumann [Wed, 22 Nov 2000 21:47:15 +0000 (21:47 +0000)]
Run through conv_z_macros

24 years agoThere is no Apache extension per se. Please leave this directory empty.
Sascha Schumann [Wed, 22 Nov 2000 21:43:52 +0000 (21:43 +0000)]
There is no Apache extension per se. Please leave this directory empty.

I'll remove it from the repository in one week.

24 years agoRun through conv_z_macros
Sascha Schumann [Wed, 22 Nov 2000 21:40:15 +0000 (21:40 +0000)]
Run through conv_z_macros

24 years agoAdd ircg
Sascha Schumann [Wed, 22 Nov 2000 20:46:40 +0000 (20:46 +0000)]
Add ircg

24 years agoAt long last, import the bcmath library, by Phil Nelson
Zeev Suraski [Wed, 22 Nov 2000 20:20:02 +0000 (20:20 +0000)]
At long last, import the bcmath library, by Phil Nelson

24 years ago- Remove code which has been commented out for ages.
Andi Gutmans [Wed, 22 Nov 2000 19:53:17 +0000 (19:53 +0000)]
- Remove code which has been commented out for ages.

24 years agoFix memory leaks in cURL.
Stanislav Malyshev [Wed, 22 Nov 2000 15:46:13 +0000 (15:46 +0000)]
Fix memory leaks in cURL.
cURL doesn't free strings we pass to him, so let PHP do it.

24 years ago@ Put an end to BUG#4615 (kalowsky & Eric Veldhuyzen)
Dan Kalowsky [Wed, 22 Nov 2000 15:31:04 +0000 (15:31 +0000)]
@ Put an end to BUG#4615 (kalowsky & Eric Veldhuyzen)

This should remove the BUG#4615, thanks to Eric Veldhuyzen
(eric@terra.telemediair.nl) for the assistance on this (aka elegence vs
my hack).

This does not fix BUG#7922 though, which is currently being looked into

24 years agoHmmm, that wasn't good.
Sterling Hughes [Wed, 22 Nov 2000 15:19:59 +0000 (15:19 +0000)]
Hmmm, that wasn't good.

24 years agotsrm realpath implementation is fixed
Daniel Beulshausen [Wed, 22 Nov 2000 10:08:25 +0000 (10:08 +0000)]
tsrm realpath implementation is fixed
@ Fixed realpath() in Virtual Directory mode (Daniel)

24 years ago- Thanks to "Daniel Beulshausen" <daniel@php4win.de>
Andi Gutmans [Wed, 22 Nov 2000 04:59:32 +0000 (04:59 +0000)]
- Thanks to "Daniel Beulshausen" <daniel@php4win.de>

24 years agoPass on the exit status
Sascha Schumann [Wed, 22 Nov 2000 04:24:35 +0000 (04:24 +0000)]
Pass on the exit status

24 years agoSet the exit status from the return value of php_execute_script()
Sascha Schumann [Wed, 22 Nov 2000 04:24:04 +0000 (04:24 +0000)]
Set the exit status from the return value of php_execute_script()

24 years agoReturn the exit status from php_execute_script()
Sascha Schumann [Wed, 22 Nov 2000 04:23:26 +0000 (04:23 +0000)]
Return the exit status from php_execute_script()

24 years agoremoving '{' was certainly not intended
Sascha Schumann [Wed, 22 Nov 2000 04:16:25 +0000 (04:16 +0000)]
removing '{' was certainly not intended