]>
granicus.if.org Git - php/log
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
Sascha Schumann [Fri, 17 Nov 2000 16:02:08 +0000 (16:02 +0000)]
PHP does not care about inline at all, so get rid of this block.
Dan Kalowsky [Fri, 17 Nov 2000 15:48:09 +0000 (15:48 +0000)]
Missed one section that required the addition of a new HAVE_SOLID_30
This should be correct now.
Jason Greene [Fri, 17 Nov 2000 15:41:02 +0000 (15:41 +0000)]
Decided not to clutter NEWS file with build fix, It is big enough already.
Dan Kalowsky [Fri, 17 Nov 2000 15:09:46 +0000 (15:09 +0000)]
Corrected the spelling of verion to version, and cleaned the configuration
code up a bit. Also added in much better (read: tested) support for
Solid 3.0. Credit for almost all of the patch goes to Eric Veldhuyzen,
minor modifications done (by me) to make it non-linux specific.
This commit also creates the HAVE_SOLID_30 define
@ Fixed/created support for Solid 3.0 databases (kalowsky)
@ Fixed support for Solid 2.3 databases (kalowsky)
Andrei Zmievski [Fri, 17 Nov 2000 14:21:31 +0000 (14:21 +0000)]
Fix.
Kirill Maximov [Fri, 17 Nov 2000 10:55:37 +0000 (10:55 +0000)]
@ quoted_printable_decode() function is made RFC-2045 compliant. (Kir)
This hopefully closes bugs #5321, #7138, #7855.
Test script for the function is added.
<changelog@php.net> [Fri, 17 Nov 2000 02:09:12 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 17 Nov 2000 02:09:09 +0000 (02:09 +0000)]
NEWS update
Jason Greene [Thu, 16 Nov 2000 23:58:39 +0000 (23:58 +0000)]
Added ext/java fix line - I should learn to use '@' correctly : )
Jason Greene [Thu, 16 Nov 2000 22:19:48 +0000 (22:19 +0000)]
SUN CC does not like like left side casting - see bug #6759
@Fixed ext/java so that it will compile with SUN CC
Thies C. Arntzen [Thu, 16 Nov 2000 12:37:35 +0000 (12:37 +0000)]
fix ora_fetch_into to allow_call_time_pass_reference = Off; (#7838)
foobar [Thu, 16 Nov 2000 11:16:25 +0000 (11:16 +0000)]
extname -> openssl
Thies C. Arntzen [Thu, 16 Nov 2000 10:16:22 +0000 (10:16 +0000)]
don't use TLS in MINIT function.
<changelog@php.net> [Thu, 16 Nov 2000 02:09:07 +0000 (02:09 +0000)]
ChangeLog update
Sascha Schumann [Wed, 15 Nov 2000 23:37:50 +0000 (23:37 +0000)]
Clear idle_read_timer
Jan Borsodi [Wed, 15 Nov 2000 19:09:44 +0000 (19:09 +0000)]
Removed an unneccesary #warning which was used for testing purposes only.
Jan Borsodi [Wed, 15 Nov 2000 19:02:14 +0000 (19:02 +0000)]
Initial import, PHP program for testing if the qtdom extension is available.
Jan Borsodi [Wed, 15 Nov 2000 19:01:44 +0000 (19:01 +0000)]
Initial import, since PHP cannot be compiled with a C++ compiler all C++ specific calls had to be moved to a separate file without any php includes.
It has several C functions which are used for initiating a QDomDocument and traversing it.
Jan Borsodi [Wed, 15 Nov 2000 18:59:59 +0000 (18:59 +0000)]
Initial import, contains PHP specific extensions, takes care of converting C++ QDom objects to PHP objects.
This version has only one function: qdom_tree() which returns a tree of a string containing an XML document.
Jan Borsodi [Wed, 15 Nov 2000 18:55:00 +0000 (18:55 +0000)]
Autoconf configure script for qt dom, needs some more checking in the future.
Jan Borsodi [Wed, 15 Nov 2000 18:54:05 +0000 (18:54 +0000)]
Makefile source, has a fix for compiling C++ files.
Jan Borsodi [Wed, 15 Nov 2000 18:52:55 +0000 (18:52 +0000)]
Initial import, ignores standard files.
Uwe Steinmann [Wed, 15 Nov 2000 17:07:56 +0000 (17:07 +0000)]
- fixed silly bug (did check for 5 arguments but expected only 4)
Stanislav Malyshev [Wed, 15 Nov 2000 09:36:21 +0000 (09:36 +0000)]
Fix crash (#7802)
Andrei Zmievski [Wed, 15 Nov 2000 05:09:55 +0000 (05:09 +0000)]
- Modified preg_replace() to take Perl-style $1 backreferences in addition
to \\n ones.
- Modified preg_grep() to always return the results with the keys
from the original array.
<changelog@php.net> [Wed, 15 Nov 2000 02:09:09 +0000 (02:09 +0000)]
ChangeLog update
Sascha Schumann [Tue, 14 Nov 2000 20:34:14 +0000 (20:34 +0000)]
Fix allocation
Stanislav Malyshev [Tue, 14 Nov 2000 18:33:58 +0000 (18:33 +0000)]
Restore compatibility with old broken way
Stanislav Malyshev [Tue, 14 Nov 2000 17:54:11 +0000 (17:54 +0000)]
Better 0x handling - not change non-0x number behaviour
David Eriksson [Tue, 14 Nov 2000 17:38:06 +0000 (17:38 +0000)]
# added .cvsignore file
Stig Venaas [Tue, 14 Nov 2000 17:05:39 +0000 (17:05 +0000)]
Changed to use Z_LVAL_PP, Z_STRVAL_PP and Z_STRLEN_PP.
Stanislav Malyshev [Tue, 14 Nov 2000 17:02:52 +0000 (17:02 +0000)]
Attempt at better handling long 0x-numbers, like 0xffffffff
Stig Venaas [Tue, 14 Nov 2000 16:06:38 +0000 (16:06 +0000)]
Not using automake here either
Onn Ben-Zvi [Tue, 14 Nov 2000 15:51:11 +0000 (15:51 +0000)]
initial - ONn
Sascha Schumann [Tue, 14 Nov 2000 15:36:18 +0000 (15:36 +0000)]
Add persistent memory handling to smart_str API
Sascha Schumann [Tue, 14 Nov 2000 14:32:58 +0000 (14:32 +0000)]
Automake is gone. No need to ignore a non-existing file.
Stig Venaas [Tue, 14 Nov 2000 14:25:23 +0000 (14:25 +0000)]
*** empty log message ***
Stig Venaas [Tue, 14 Nov 2000 09:54:25 +0000 (09:54 +0000)]
Made API simpler
<changelog@php.net> [Tue, 14 Nov 2000 02:09:13 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 14 Nov 2000 02:09:10 +0000 (02:09 +0000)]
NEWS update
Daniel Beulshausen [Mon, 13 Nov 2000 22:28:58 +0000 (22:28 +0000)]
fix link object
# maybe it's too late already...
Daniel Beulshausen [Mon, 13 Nov 2000 22:24:06 +0000 (22:24 +0000)]
forgot to add...
Daniel Beulshausen [Mon, 13 Nov 2000 22:23:16 +0000 (22:23 +0000)]
make ingres compile under win32
# no cleanup...
Daniel Beulshausen [Mon, 13 Nov 2000 20:24:23 +0000 (20:24 +0000)]
added dsp for openssl win32
Andrei Zmievski [Mon, 13 Nov 2000 19:49:41 +0000 (19:49 +0000)]
@- Modified preg_replace() to ignore backreferences that refer to
@ non-existing subpatterns. (Andrei)
Stig Venaas [Mon, 13 Nov 2000 19:47:20 +0000 (19:47 +0000)]
OpenSSL extension. So far it implements assymetric encryption functions.
Stig Venaas [Mon, 13 Nov 2000 19:13:41 +0000 (19:13 +0000)]
OpenSSL checking didn't work well, should be better now. Removed check
for include/evp.h, are there versions around that put it there? Recent
versions have it in include/openssl.
Zeev Suraski [Mon, 13 Nov 2000 19:05:25 +0000 (19:05 +0000)]
Handle unable-to-add-new-headers error nicely
Zeev Suraski [Mon, 13 Nov 2000 18:54:37 +0000 (18:54 +0000)]
- Import Jade Nicoletti's transparent gzip encoding support as an output
handler. Works quite nicely!
- Fix buglets in output buffering
- Add output_handler INI directive
Andi Gutmans [Mon, 13 Nov 2000 18:14:16 +0000 (18:14 +0000)]
- Remove unused function
Thies C. Arntzen [Mon, 13 Nov 2000 17:30:52 +0000 (17:30 +0000)]
@- Fixed column-title buffer-overflow in OCIFetchStatement(). (Thies)
fix #7784