]>
granicus.if.org Git - php/log
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 :)
Andrei Zmievski [Tue, 21 Nov 2000 15:29:02 +0000 (15:29 +0000)]
Sterling's patch to make get_defined_vars() simpler and better.
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)
foobar [Tue, 21 Nov 2000 11:07:50 +0000 (11:07 +0000)]
Fix bug #7034
Hartmut Holzgraefe [Tue, 21 Nov 2000 08:38:20 +0000 (08:38 +0000)]
make HAVE_FOPENCOOKIE available for other extensions besides zlib
Hartmut Holzgraefe [Tue, 21 Nov 2000 08:00:21 +0000 (08:00 +0000)]
added .cvsignore files for tests directories
Daniel Beulshausen [Tue, 21 Nov 2000 07:08:01 +0000 (07:08 +0000)]
fix PDF image open under Win32
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
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.
<changelog@php.net> [Tue, 21 Nov 2000 02:09:15 +0000 (02:09 +0000)]
ChangeLog update
Hartmut Holzgraefe [Tue, 21 Nov 2000 00:43:25 +0000 (00:43 +0000)]
# a minor change, but still important :)
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
Frank M. Kromann [Mon, 20 Nov 2000 22:32:02 +0000 (22:32 +0000)]
Adding credits.c to project to allow compilation.
Frank M. Kromann [Mon, 20 Nov 2000 22:31:38 +0000 (22:31 +0000)]
removing compiler warning by including credits.h
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
Andi Gutmans [Mon, 20 Nov 2000 20:54:10 +0000 (20:54 +0000)]
- NEVER copy and paste :)
Andi Gutmans [Mon, 20 Nov 2000 20:49:42 +0000 (20:49 +0000)]
- Baby patch towards making the damn pass-by-ref work.
foobar [Mon, 20 Nov 2000 17:32:46 +0000 (17:32 +0000)]
Fixed typo. #6933
Sterling Hughes [Mon, 20 Nov 2000 17:27:50 +0000 (17:27 +0000)]
Revert.
Zeev Suraski [Mon, 20 Nov 2000 12:59:56 +0000 (12:59 +0000)]
Update API number
Stanislav Malyshev [Mon, 20 Nov 2000 12:39:14 +0000 (12:39 +0000)]
Move "replace value" logic to Zend
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
Hartmut Holzgraefe [Mon, 20 Nov 2000 10:33:33 +0000 (10:33 +0000)]
2nd step towards auto-credits
Hartmut Holzgraefe [Mon, 20 Nov 2000 10:05:57 +0000 (10:05 +0000)]
first step towards auto-generated credits
Andi Gutmans [Mon, 20 Nov 2000 05:09:21 +0000 (05:09 +0000)]
- This patch is broken and needs more thorough fixing.
<changelog@php.net> [Mon, 20 Nov 2000 02:09:08 +0000 (02:09 +0000)]
ChangeLog update
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.
Hartmut Holzgraefe [Sun, 19 Nov 2000 19:18:12 +0000 (19:18 +0000)]
typo fix (copy/paste bug?)
Sterling Hughes [Sun, 19 Nov 2000 16:54:54 +0000 (16:54 +0000)]
*** empty log message ***
Sterling Hughes [Sun, 19 Nov 2000 13:51:48 +0000 (13:51 +0000)]
*** empty log message ***
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.
Zeev Suraski [Sun, 19 Nov 2000 12:28:28 +0000 (12:28 +0000)]
Fix Zend build for non ZTS
David Hedbor [Sun, 19 Nov 2000 09:10:16 +0000 (09:10 +0000)]
Patch to find module dir
Chuck Hagenbuch [Sun, 19 Nov 2000 02:42:06 +0000 (02:42 +0000)]
include checks for cal_misc.h and icalroutines.h
<changelog@php.net> [Sun, 19 Nov 2000 02:09:08 +0000 (02:09 +0000)]
ChangeLog update
Adam Dickmeiss [Sat, 18 Nov 2000 18:56:47 +0000 (18:56 +0000)]
Added .cvsignore file.
James Moore [Sat, 18 Nov 2000 18:09:42 +0000 (18:09 +0000)]
Stopping Compile Warnings when using old GD
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
Zeev Suraski [Sat, 18 Nov 2000 11:43:08 +0000 (11:43 +0000)]
Forgot to commit the non-debug build fix yesterday...
Zeev Suraski [Sat, 18 Nov 2000 02:59:31 +0000 (02:59 +0000)]
Fix thread-safety bug in bcmath
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
Zeev Suraski [Sat, 18 Nov 2000 02:43:23 +0000 (02:43 +0000)]
Add thread-safety debugging information (idea - Dmitri Dmitrienko)
Zeev Suraski [Sat, 18 Nov 2000 02:41:14 +0000 (02:41 +0000)]
Beef up debugging support
<changelog@php.net> [Sat, 18 Nov 2000 02:09:11 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 18 Nov 2000 02:09:08 +0000 (02:09 +0000)]
NEWS update
Zeev Suraski [Fri, 17 Nov 2000 23:31:15 +0000 (23:31 +0000)]
Import debug-level improvements to TSRM, by Dmitri Dmitrienko
Stig Venaas [Fri, 17 Nov 2000 19:57:19 +0000 (19:57 +0000)]
Added openssl extension info
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)
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
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
Chuck Hagenbuch [Fri, 17 Nov 2000 16:10:43 +0000 (16:10 +0000)]
close bug 7851