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

24 years agoPHP does not care about inline at all, so get rid of this block.
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.

24 years agoMissed one section that required the addition of a new HAVE_SOLID_30
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.

24 years agoDecided not to clutter NEWS file with build fix, It is big enough already.
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.

24 years agoCorrected the spelling of verion to version, and cleaned the configuration
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)

24 years agoFix.
Andrei Zmievski [Fri, 17 Nov 2000 14:21:31 +0000 (14:21 +0000)]
Fix.

24 years ago@ quoted_printable_decode() function is made RFC-2045 compliant. (Kir)
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.

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

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

24 years agoAdded ext/java fix line - I should learn to use '@' correctly : )
Jason Greene [Thu, 16 Nov 2000 23:58:39 +0000 (23:58 +0000)]
Added ext/java fix line - I should learn to use '@' correctly : )

24 years agoSUN CC does not like like left side casting - see bug #6759
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

24 years agofix ora_fetch_into to allow_call_time_pass_reference = Off; (#7838)
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)

24 years agoextname -> openssl
foobar [Thu, 16 Nov 2000 11:16:25 +0000 (11:16 +0000)]
extname -> openssl

24 years agodon't use TLS in MINIT function.
Thies C. Arntzen [Thu, 16 Nov 2000 10:16:22 +0000 (10:16 +0000)]
don't use TLS in MINIT function.

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

24 years agoClear idle_read_timer
Sascha Schumann [Wed, 15 Nov 2000 23:37:50 +0000 (23:37 +0000)]
Clear idle_read_timer

24 years agoRemoved an unneccesary #warning which was used for testing purposes only.
Jan Borsodi [Wed, 15 Nov 2000 19:09:44 +0000 (19:09 +0000)]
Removed an unneccesary #warning which was used for testing purposes only.

24 years agoInitial import, PHP program for testing if the qtdom extension is available.
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.

24 years agoInitial import, since PHP cannot be compiled with a C++ compiler all C++ specific...
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.

24 years agoInitial import, contains PHP specific extensions, takes care of converting C++ QDom...
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.

24 years agoAutoconf configure script for qt dom, needs some more checking in the future.
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.

24 years agoMakefile source, has a fix for compiling C++ files.
Jan Borsodi [Wed, 15 Nov 2000 18:54:05 +0000 (18:54 +0000)]
Makefile source, has a fix for compiling C++ files.

24 years agoInitial import, ignores standard files.
Jan Borsodi [Wed, 15 Nov 2000 18:52:55 +0000 (18:52 +0000)]
Initial import, ignores standard files.

24 years ago- fixed silly bug (did check for 5 arguments but expected only 4)
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)

24 years agoFix crash (#7802)
Stanislav Malyshev [Wed, 15 Nov 2000 09:36:21 +0000 (09:36 +0000)]
Fix crash (#7802)

24 years ago- Modified preg_replace() to take Perl-style $1 backreferences in addition
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.

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

24 years agoFix allocation
Sascha Schumann [Tue, 14 Nov 2000 20:34:14 +0000 (20:34 +0000)]
Fix allocation

24 years agoRestore compatibility with old broken way
Stanislav Malyshev [Tue, 14 Nov 2000 18:33:58 +0000 (18:33 +0000)]
Restore compatibility with old broken way

24 years agoBetter 0x handling - not change non-0x number behaviour
Stanislav Malyshev [Tue, 14 Nov 2000 17:54:11 +0000 (17:54 +0000)]
Better 0x handling - not change non-0x number behaviour

24 years ago# added .cvsignore file
David Eriksson [Tue, 14 Nov 2000 17:38:06 +0000 (17:38 +0000)]
# added .cvsignore file

24 years agoChanged to use Z_LVAL_PP, Z_STRVAL_PP and Z_STRLEN_PP.
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.

24 years agoAttempt at better handling long 0x-numbers, like 0xffffffff
Stanislav Malyshev [Tue, 14 Nov 2000 17:02:52 +0000 (17:02 +0000)]
Attempt at better handling long 0x-numbers, like 0xffffffff

24 years agoNot using automake here either
Stig Venaas [Tue, 14 Nov 2000 16:06:38 +0000 (16:06 +0000)]
Not using automake here either

24 years agoinitial - ONn
Onn Ben-Zvi [Tue, 14 Nov 2000 15:51:11 +0000 (15:51 +0000)]
initial - ONn

24 years agoAdd persistent memory handling to smart_str API
Sascha Schumann [Tue, 14 Nov 2000 15:36:18 +0000 (15:36 +0000)]
Add persistent memory handling to smart_str API

24 years agoAutomake is gone. No need to ignore a non-existing file.
Sascha Schumann [Tue, 14 Nov 2000 14:32:58 +0000 (14:32 +0000)]
Automake is gone. No need to ignore a non-existing file.

24 years ago*** empty log message ***
Stig Venaas [Tue, 14 Nov 2000 14:25:23 +0000 (14:25 +0000)]
*** empty log message ***

24 years agoMade API simpler
Stig Venaas [Tue, 14 Nov 2000 09:54:25 +0000 (09:54 +0000)]
Made API simpler

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

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

24 years agofix link object
Daniel Beulshausen [Mon, 13 Nov 2000 22:28:58 +0000 (22:28 +0000)]
fix link object
# maybe it's too late already...

24 years agoforgot to add...
Daniel Beulshausen [Mon, 13 Nov 2000 22:24:06 +0000 (22:24 +0000)]
forgot to add...

24 years agomake ingres compile under win32
Daniel Beulshausen [Mon, 13 Nov 2000 22:23:16 +0000 (22:23 +0000)]
make ingres compile under win32
# no cleanup...

24 years agoadded dsp for openssl win32
Daniel Beulshausen [Mon, 13 Nov 2000 20:24:23 +0000 (20:24 +0000)]
added dsp for openssl win32

24 years ago@- Modified preg_replace() to ignore backreferences that refer to
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)

24 years agoOpenSSL extension. So far it implements assymetric encryption functions.
Stig Venaas [Mon, 13 Nov 2000 19:47:20 +0000 (19:47 +0000)]
OpenSSL extension. So far it implements assymetric encryption functions.

24 years agoOpenSSL checking didn't work well, should be better now. Removed check
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.

24 years agoHandle unable-to-add-new-headers error nicely
Zeev Suraski [Mon, 13 Nov 2000 19:05:25 +0000 (19:05 +0000)]
Handle unable-to-add-new-headers error nicely

24 years ago- Import Jade Nicoletti's transparent gzip encoding support as an output
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

24 years ago- Remove unused function
Andi Gutmans [Mon, 13 Nov 2000 18:14:16 +0000 (18:14 +0000)]
- Remove unused function

24 years ago@- Fixed column-title buffer-overflow in OCIFetchStatement(). (Thies)
Thies C. Arntzen [Mon, 13 Nov 2000 17:30:52 +0000 (17:30 +0000)]
@- Fixed column-title buffer-overflow in OCIFetchStatement(). (Thies)
fix #7784