]>
granicus.if.org Git - php/log
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
Uwe Steinmann [Thu, 23 Nov 2000 09:56:18 +0000 (09:56 +0000)]
- fixed copy and paste error
Hartmut Holzgraefe [Thu, 23 Nov 2000 06:58:14 +0000 (06:58 +0000)]
filename wildcards in a c comment were a bad idea
Frank M. Kromann [Thu, 23 Nov 2000 05:08:19 +0000 (05:08 +0000)]
Adding Win32 project for libbcmath
<changelog@php.net> [Thu, 23 Nov 2000 02:09:11 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 23 Nov 2000 02:09:08 +0000 (02:09 +0000)]
NEWS update
Frank M. Kromann [Thu, 23 Nov 2000 01:47:39 +0000 (01:47 +0000)]
changed comment to allow compilation under win32
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
Hartmut Holzgraefe [Wed, 22 Nov 2000 23:04:33 +0000 (23:04 +0000)]
merged ext/apache/CREDITS and sapi/apache/CREDITS
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
Sascha Schumann [Wed, 22 Nov 2000 22:05:02 +0000 (22:05 +0000)]
Run through conv_z_macros
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
Sascha Schumann [Wed, 22 Nov 2000 21:52:53 +0000 (21:52 +0000)]
Avoid estrdup and a couple of other minor cleanups
Sascha Schumann [Wed, 22 Nov 2000 21:47:15 +0000 (21:47 +0000)]
Run through conv_z_macros
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.
Sascha Schumann [Wed, 22 Nov 2000 21:40:15 +0000 (21:40 +0000)]
Run through conv_z_macros
Sascha Schumann [Wed, 22 Nov 2000 20:46:40 +0000 (20:46 +0000)]
Add ircg
Zeev Suraski [Wed, 22 Nov 2000 20:20:02 +0000 (20:20 +0000)]
At long last, import the bcmath library, by Phil Nelson
Andi Gutmans [Wed, 22 Nov 2000 19:53:17 +0000 (19:53 +0000)]
- Remove code which has been commented out for ages.
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.
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
Sterling Hughes [Wed, 22 Nov 2000 15:19:59 +0000 (15:19 +0000)]
Hmmm, that wasn't good.
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)
Andi Gutmans [Wed, 22 Nov 2000 04:59:32 +0000 (04:59 +0000)]
- Thanks to "Daniel Beulshausen" <daniel@php4win.de>
Sascha Schumann [Wed, 22 Nov 2000 04:24:35 +0000 (04:24 +0000)]
Pass on the exit status
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()
Sascha Schumann [Wed, 22 Nov 2000 04:23:26 +0000 (04:23 +0000)]
Return the exit status from php_execute_script()
Sascha Schumann [Wed, 22 Nov 2000 04:16:25 +0000 (04:16 +0000)]
removing '{' was certainly not intended
Sascha Schumann [Wed, 22 Nov 2000 04:15:27 +0000 (04:15 +0000)]
Don't access opt, if opt was not set.
Sascha Schumann [Wed, 22 Nov 2000 04:10:04 +0000 (04:10 +0000)]
Whitespace fix and initialize ret properly
<changelog@php.net> [Wed, 22 Nov 2000 02:09:10 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 22 Nov 2000 02:09:07 +0000 (02:09 +0000)]
NEWS update
Hartmut Holzgraefe [Wed, 22 Nov 2000 01:35:58 +0000 (01:35 +0000)]
some more info on the ctype extension
Hartmut Holzgraefe [Wed, 22 Nov 2000 01:00:44 +0000 (01:00 +0000)]
an experimental extension providing the C ctype function family
Zeev Suraski [Tue, 21 Nov 2000 22:41:49 +0000 (22:41 +0000)]
Fix build
Andi Gutmans [Tue, 21 Nov 2000 16:14:02 +0000 (16:14 +0000)]
- The baby patch wasn't that innocent :)