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

24 years agoDon't access opt, if opt was not set.
Sascha Schumann [Wed, 22 Nov 2000 04:15:27 +0000 (04:15 +0000)]
Don't access opt, if opt was not set.

24 years agoWhitespace fix and initialize ret properly
Sascha Schumann [Wed, 22 Nov 2000 04:10:04 +0000 (04:10 +0000)]
Whitespace fix and initialize ret properly

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

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

24 years agosome more info on the ctype extension
Hartmut Holzgraefe [Wed, 22 Nov 2000 01:35:58 +0000 (01:35 +0000)]
some more info on the ctype extension

24 years agoan experimental extension providing the C ctype function family
Hartmut Holzgraefe [Wed, 22 Nov 2000 01:00:44 +0000 (01:00 +0000)]
an experimental extension providing the C ctype function family

24 years agoFix build
Zeev Suraski [Tue, 21 Nov 2000 22:41:49 +0000 (22:41 +0000)]
Fix build

24 years ago- The baby patch wasn't that innocent :)
Andi Gutmans [Tue, 21 Nov 2000 16:14:02 +0000 (16:14 +0000)]
- The baby patch wasn't that innocent :)

24 years agoSterling's patch to make get_defined_vars() simpler and better.
Andrei Zmievski [Tue, 21 Nov 2000 15:29:02 +0000 (15:29 +0000)]
Sterling's patch to make get_defined_vars() simpler and better.

24 years agoMajor rework of the basic api which provides:
Sterling Hughes [Tue, 21 Nov 2000 12:12:19 +0000 (12:12 +0000)]
Major rework of the basic api which provides:

        - All Sablotron errors are now caught meaning nothing is
          ever outputted directly to the screen allowing you to
          catch all errors.
        - A mechanism is provided for you to have an error function
          which recieves all sablotron errors.
        - All of the basic functions re-use a single processor increasing
          performance (especially with high loads).
        - Added a bunch of comments, more to come (this way other people
          can easily modify my source).

@ Added the xslt_set_error_handler() function to the Sablotron extension.
@ (Sterling)

@ Improved Sablotron's error handling system allowing you to catch all
@ errors before they are outputted to the screen. (Sterling)

24 years agoFix bug #7034
foobar [Tue, 21 Nov 2000 11:07:50 +0000 (11:07 +0000)]
Fix bug #7034

24 years agomake HAVE_FOPENCOOKIE available for other extensions besides zlib
Hartmut Holzgraefe [Tue, 21 Nov 2000 08:38:20 +0000 (08:38 +0000)]
make HAVE_FOPENCOOKIE available for other extensions besides zlib

24 years agoadded .cvsignore files for tests directories
Hartmut Holzgraefe [Tue, 21 Nov 2000 08:00:21 +0000 (08:00 +0000)]
added .cvsignore files for tests directories

24 years agofix PDF image open under Win32
Daniel Beulshausen [Tue, 21 Nov 2000 07:08:01 +0000 (07:08 +0000)]
fix PDF image open under Win32

24 years agoAdding php.ini value to set default batch size for mssql extension
Frank M. Kromann [Tue, 21 Nov 2000 03:11:33 +0000 (03:11 +0000)]
Adding php.ini value to set default batch size for mssql extension

24 years agoAdding new functions, mssql_affected_rows and mssql_fetch_batch.
Frank M. Kromann [Tue, 21 Nov 2000 03:09:16 +0000 (03:09 +0000)]
Adding new functions, mssql_affected_rows and mssql_fetch_batch.
Added optional paramter to mssql_query, batchsize used minimize the memery usage during select of large datasats.

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

24 years ago# a minor change, but still important :)
Hartmut Holzgraefe [Tue, 21 Nov 2000 00:43:25 +0000 (00:43 +0000)]
# a minor change, but still important :)

24 years agoall the _GNU_SOURCE dependant stuff is now in zlib_fopen_wrapper.c
Hartmut Holzgraefe [Tue, 21 Nov 2000 00:40:13 +0000 (00:40 +0000)]
all the _GNU_SOURCE dependant stuff is now in zlib_fopen_wrapper.c
so all the #define/#include workarounds in zlib.c are no longer needed

24 years agoAdding credits.c to project to allow compilation.
Frank M. Kromann [Mon, 20 Nov 2000 22:32:02 +0000 (22:32 +0000)]
Adding credits.c to project to allow compilation.

24 years agoremoving compiler warning by including credits.h
Frank M. Kromann [Mon, 20 Nov 2000 22:31:38 +0000 (22:31 +0000)]
removing compiler warning by including credits.h

24 years agofixed a compile problem with glibc<=2.1.1 (#7327, #7892)
Hartmut Holzgraefe [Mon, 20 Nov 2000 21:36:38 +0000 (21:36 +0000)]
fixed a compile problem with glibc<=2.1.1 (#7327, #7892)
# zlib.c still produces a warning, perhaps i should move
# the fopen wrapper to a seperate file to get things right
# but i think i will wait for the autoconf book to arrive

24 years ago- NEVER copy and paste :)
Andi Gutmans [Mon, 20 Nov 2000 20:54:10 +0000 (20:54 +0000)]
- NEVER copy and paste :)

24 years ago- Baby patch towards making the damn pass-by-ref work.
Andi Gutmans [Mon, 20 Nov 2000 20:49:42 +0000 (20:49 +0000)]
- Baby patch towards making the damn pass-by-ref work.

24 years agoFixed typo. #6933
foobar [Mon, 20 Nov 2000 17:32:46 +0000 (17:32 +0000)]
Fixed typo. #6933

24 years agoRevert.
Sterling Hughes [Mon, 20 Nov 2000 17:27:50 +0000 (17:27 +0000)]
Revert.

24 years agoUpdate API number
Zeev Suraski [Mon, 20 Nov 2000 12:59:56 +0000 (12:59 +0000)]
Update API number

24 years agoMove "replace value" logic to Zend
Stanislav Malyshev [Mon, 20 Nov 2000 12:39:14 +0000 (12:39 +0000)]
Move "replace value" logic to Zend

24 years agoAdd macro to replace value of zval with another value while preserving
Stanislav Malyshev [Mon, 20 Nov 2000 12:35:08 +0000 (12:35 +0000)]
Add macro to replace value of zval with another value while preserving
referencing structure

24 years ago2nd step towards auto-credits
Hartmut Holzgraefe [Mon, 20 Nov 2000 10:33:33 +0000 (10:33 +0000)]
2nd step towards auto-credits

24 years agofirst step towards auto-generated credits
Hartmut Holzgraefe [Mon, 20 Nov 2000 10:05:57 +0000 (10:05 +0000)]
first step towards auto-generated credits

24 years ago- This patch is broken and needs more thorough fixing.
Andi Gutmans [Mon, 20 Nov 2000 05:09:21 +0000 (05:09 +0000)]
- This patch is broken and needs more thorough fixing.

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

24 years ago- Try and fix the problem when sending references returned from a function by reference.
Andi Gutmans [Sun, 19 Nov 2000 19:49:58 +0000 (19:49 +0000)]
- Try and fix the problem when sending references returned from a function by reference.

24 years agotypo fix (copy/paste bug?)
Hartmut Holzgraefe [Sun, 19 Nov 2000 19:18:12 +0000 (19:18 +0000)]
typo fix (copy/paste bug?)

24 years ago*** empty log message ***
Sterling Hughes [Sun, 19 Nov 2000 16:54:54 +0000 (16:54 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Sterling Hughes [Sun, 19 Nov 2000 13:51:48 +0000 (13:51 +0000)]
*** empty log message ***

24 years agoFix #3261 - variables declared as "global" in function do not get the right
Stanislav Malyshev [Sun, 19 Nov 2000 13:13:36 +0000 (13:13 +0000)]
Fix #3261 - variables declared as "global" in function do not get the right
value after session_start.

24 years agoFix Zend build for non ZTS
Zeev Suraski [Sun, 19 Nov 2000 12:28:28 +0000 (12:28 +0000)]
Fix Zend build for non ZTS

24 years agoPatch to find module dir
David Hedbor [Sun, 19 Nov 2000 09:10:16 +0000 (09:10 +0000)]
Patch to find module dir

24 years agoinclude checks for cal_misc.h and icalroutines.h
Chuck Hagenbuch [Sun, 19 Nov 2000 02:42:06 +0000 (02:42 +0000)]
include checks for cal_misc.h and icalroutines.h

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

24 years agoAdded .cvsignore file.
Adam Dickmeiss [Sat, 18 Nov 2000 18:56:47 +0000 (18:56 +0000)]
Added .cvsignore file.

24 years agoStopping Compile Warnings when using old GD
James Moore [Sat, 18 Nov 2000 18:09:42 +0000 (18:09 +0000)]
Stopping Compile Warnings when using old GD

24 years agoPersist these numbers so that they stay for the duration of the entire process
Zeev Suraski [Sat, 18 Nov 2000 12:48:31 +0000 (12:48 +0000)]
Persist these numbers so that they stay for the duration of the entire process

24 years agoForgot to commit the non-debug build fix yesterday...
Zeev Suraski [Sat, 18 Nov 2000 11:43:08 +0000 (11:43 +0000)]
Forgot to commit the non-debug build fix yesterday...

24 years agoFix thread-safety bug in bcmath
Zeev Suraski [Sat, 18 Nov 2000 02:59:31 +0000 (02:59 +0000)]
Fix thread-safety bug in bcmath

24 years agoUpdate SAPI modules to interface with the new TSRM.
Zeev Suraski [Sat, 18 Nov 2000 02:44:04 +0000 (02:44 +0000)]
Update SAPI modules to interface with the new TSRM.
Enable thread-safety memory debugging in ISAPI when in debug mode

24 years agoAdd thread-safety debugging information (idea - Dmitri Dmitrienko)
Zeev Suraski [Sat, 18 Nov 2000 02:43:23 +0000 (02:43 +0000)]
Add thread-safety debugging information (idea - Dmitri Dmitrienko)

24 years agoBeef up debugging support
Zeev Suraski [Sat, 18 Nov 2000 02:41:14 +0000 (02:41 +0000)]
Beef up debugging support

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

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

24 years agoImport debug-level improvements to TSRM, by Dmitri Dmitrienko
Zeev Suraski [Fri, 17 Nov 2000 23:31:15 +0000 (23:31 +0000)]
Import debug-level improvements to TSRM, by Dmitri Dmitrienko

24 years agoAdded openssl extension info
Stig Venaas [Fri, 17 Nov 2000 19:57:19 +0000 (19:57 +0000)]
Added openssl extension info

24 years agoAdded optional passphrase argument to openssl_get_privatekey()
Stig Venaas [Fri, 17 Nov 2000 19:49:13 +0000 (19:49 +0000)]
Added optional passphrase argument to openssl_get_privatekey()
@- Added OpenSSL extension (Stig Venaas)

24 years agoRenamed openssl_read_privatekey openssl_get_privatekey, and some minor
Stig Venaas [Fri, 17 Nov 2000 19:17:07 +0000 (19:17 +0000)]
Renamed openssl_read_privatekey openssl_get_privatekey, and some minor
fixes including init and shutdown functions

24 years agoReset the state, if there is garbage in an HTML tag.
Sascha Schumann [Fri, 17 Nov 2000 16:27:37 +0000 (16:27 +0000)]
Reset the state, if there is garbage in an HTML tag.

PR: #7854

24 years agoclose bug 7851
Chuck Hagenbuch [Fri, 17 Nov 2000 16:10:43 +0000 (16:10 +0000)]
close bug 7851