]> granicus.if.org Git - php/log
php
22 years agoThis is much better. With FORCE_CGI_REDIRECT turned on by default for compilation,
Shane Caraveo [Fri, 1 Mar 2002 01:58:20 +0000 (01:58 +0000)]
This is much better.  With FORCE_CGI_REDIRECT turned on by default for compilation,
we can now define this in the ini file.  So it can be turned on for apache, turned
off for IIS which does not have a redirect issue.  Alternately, a different 'REDIRECT_STATUS'
environment var can be defined in case some web server out there needs it.

new ini vars
cgi.force_redirect 0|1
cgi.redirect_status_env ENV_VAR_NAME

22 years agoChangeLog update
<changelog@php.net> [Fri, 1 Mar 2002 01:19:05 +0000 (01:19 +0000)]
ChangeLog update

22 years agofix force redirect crash under multithreaded compile
Shane Caraveo [Fri, 1 Mar 2002 00:19:01 +0000 (00:19 +0000)]
fix force redirect crash under multithreaded compile

should be discused: fix redirect detection to only work with apache or netscape,
where we know they set an environment variable regarding redirect.  IIS has
no security issue here.  Don't know about other windows web servers.

22 years agoturn on force redirect for windows
Shane Caraveo [Fri, 1 Mar 2002 00:16:58 +0000 (00:16 +0000)]
turn on force redirect for windows

22 years ago- Fixed a typo. (caught by jtate@php.net)
foobar [Thu, 28 Feb 2002 23:25:18 +0000 (23:25 +0000)]
- Fixed a typo. (caught by jtate@php.net)

22 years agoChange fatal errors to warnings - fix bug #15797
Rasmus Lerdorf [Thu, 28 Feb 2002 23:08:48 +0000 (23:08 +0000)]
Change fatal errors to warnings - fix bug #15797

22 years ago- Make it a boolean
Derick Rethans [Thu, 28 Feb 2002 16:00:26 +0000 (16:00 +0000)]
- Make it a boolean

22 years agoFix proto for mcve_initconn
Brad House [Thu, 28 Feb 2002 14:58:48 +0000 (14:58 +0000)]
Fix proto for mcve_initconn

22 years agoInserted a note about CGI binary name change.
Edin Kadribasic [Thu, 28 Feb 2002 14:47:31 +0000 (14:47 +0000)]
Inserted a note about CGI binary name change.

22 years agoUpdating docs (Mc)
Marc Boeren [Thu, 28 Feb 2002 14:44:27 +0000 (14:44 +0000)]
Updating docs (Mc)

22 years agoChanged file to match CODING_STANDARDS except function names that match jhead.c proje...
Marcus Boerger [Thu, 28 Feb 2002 12:20:17 +0000 (12:20 +0000)]
Changed file to match CODING_STANDARDS except function names that match jhead.c project. I think it is acceptable using naming conventions of other projects when borrowing code.

22 years agoRemoved CWD from php_ini_search_path when using CLI SAPI.
Edin Kadribasic [Thu, 28 Feb 2002 12:12:39 +0000 (12:12 +0000)]
Removed CWD from php_ini_search_path when using CLI SAPI.

22 years agoUse {NULL, NULL, NULL} to terminate function entry.
Yasuo Ohgaki [Thu, 28 Feb 2002 12:10:36 +0000 (12:10 +0000)]
Use {NULL, NULL, NULL} to terminate function entry.
# It does not fix any bugs, since {0} works also.

22 years agoDefault name of CGI binary changed to php-cgi.
Edin Kadribasic [Thu, 28 Feb 2002 11:48:39 +0000 (11:48 +0000)]
Default name of CGI binary changed to php-cgi.
# Please note that this only applies when installing php with
# make install. The binary is still built as "php" in top build dir.

22 years agoAdded entry that I forgot when comitting the code (Mc)
Marc Boeren [Thu, 28 Feb 2002 08:46:10 +0000 (08:46 +0000)]
Added entry that I forgot when comitting the code (Mc)

22 years agoMaintain headers.
Sebastian Bergmann [Thu, 28 Feb 2002 08:29:35 +0000 (08:29 +0000)]
Maintain headers.

22 years agoRecommend ZEND_* macro over PHP_* macro as discussed in php-dev.
Yasuo Ohgaki [Thu, 28 Feb 2002 06:31:09 +0000 (06:31 +0000)]
Recommend ZEND_* macro over PHP_* macro as discussed in php-dev.

22 years agoFix headers.
Sebastian Bergmann [Thu, 28 Feb 2002 06:26:50 +0000 (06:26 +0000)]
Fix headers.

22 years agoAdded how to put bug ID in commit message.
Yasuo Ohgaki [Thu, 28 Feb 2002 06:21:09 +0000 (06:21 +0000)]
Added how to put bug ID in commit message.

22 years agoFix iconv. Patch by (itai@siftology.com)
Yasuo Ohgaki [Thu, 28 Feb 2002 03:09:01 +0000 (03:09 +0000)]
Fix iconv. Patch by (itai@siftology.com)

22 years agoChangeLog update
<changelog@php.net> [Thu, 28 Feb 2002 01:19:55 +0000 (01:19 +0000)]
ChangeLog update

22 years ago+Added UNICODE support for Comments
Marcus Boerger [Thu, 28 Feb 2002 01:16:27 +0000 (01:16 +0000)]
+Added UNICODE support for Comments
+Added Description,Artist
+Added missing memory deallocation
+Corrected error with multiple comments
+Corrected handling of ExifVersion, Tag has 4 ASCII characters *WITHOUT* NUL
+Corrected handling of Thumbnailsize if current source detects size < 0
+Changed all fields to char* that do not have a maximum length in EXIF standard
+Undocumented second Parameter ReadAll frees memory to early -> moved to third position default changed to false -> faster
+New second Parameter [true|false] to specify whether or not to to read thumbnails -> reading is timeconsumpting suppose default should be false -> done so

22 years agoDrop this default to 12 to avoid some of the .000000000000001 questions.
Rasmus Lerdorf [Wed, 27 Feb 2002 23:50:41 +0000 (23:50 +0000)]
Drop this default to 12 to avoid some of the .000000000000001 questions.
I can't imagine much of a BC issue, and we aren't changing existing php.ini
files anyway.  If someone can think of a problem with this, please speak up

22 years agoInitial MCVE extension added (Credit Card Processing)
Brad House [Wed, 27 Feb 2002 19:46:59 +0000 (19:46 +0000)]
Initial MCVE extension added (Credit Card Processing)

22 years agoThis has been scaring people off.
Andrei Zmievski [Wed, 27 Feb 2002 17:32:27 +0000 (17:32 +0000)]
This has been scaring people off.

22 years ago- Missed this one..
foobar [Wed, 27 Feb 2002 15:16:32 +0000 (15:16 +0000)]
- Missed this one..

22 years ago- Fix proto
Derick Rethans [Wed, 27 Feb 2002 14:05:39 +0000 (14:05 +0000)]
- Fix proto

22 years agoImplemented yaz_schema. Cleanup. 1.8 YAZ required
Adam Dickmeiss [Wed, 27 Feb 2002 12:58:33 +0000 (12:58 +0000)]
Implemented yaz_schema. Cleanup. 1.8 YAZ required

22 years agoFixed minor typo.
foobar [Wed, 27 Feb 2002 12:11:09 +0000 (12:11 +0000)]
Fixed minor typo.

22 years ago- Oops... wishful thinking here :)
Derick Rethans [Wed, 27 Feb 2002 11:30:48 +0000 (11:30 +0000)]
- Oops... wishful thinking here :)

22 years ago- Update version number
Derick Rethans [Wed, 27 Feb 2002 11:30:06 +0000 (11:30 +0000)]
- Update version number

22 years agocorrecting grammar so it's readable
James Cox [Wed, 27 Feb 2002 11:15:54 +0000 (11:15 +0000)]
correcting grammar so it's readable

22 years agoAdd 4.1.2 NEWS entries to HEAD.
Sebastian Bergmann [Wed, 27 Feb 2002 09:30:40 +0000 (09:30 +0000)]
Add 4.1.2 NEWS entries to HEAD.

22 years agoURLEncoder.encode(string) is deprecated in the Java 2 SDK 1.4.
Sebastian Bergmann [Wed, 27 Feb 2002 07:29:33 +0000 (07:29 +0000)]
URLEncoder.encode(string) is deprecated in the Java 2 SDK 1.4.

22 years agoChangeLog update
<changelog@php.net> [Wed, 27 Feb 2002 01:33:13 +0000 (01:33 +0000)]
ChangeLog update

22 years ago- Hopefully fix the shutdown_memory_manager() stuff. Part of my previous
Andi Gutmans [Tue, 26 Feb 2002 19:38:41 +0000 (19:38 +0000)]
- Hopefully fix the shutdown_memory_manager() stuff. Part of my previous
- patch seems to have gotten lost

22 years agoTSRM Cleanup.
Sebastian Bergmann [Tue, 26 Feb 2002 19:31:21 +0000 (19:31 +0000)]
TSRM Cleanup.

22 years ago- MFZE1
Andi Gutmans [Tue, 26 Feb 2002 19:17:26 +0000 (19:17 +0000)]
- MFZE1

22 years ago- Pass shutdown_memory_manager the TSRMLS context.
Andi Gutmans [Tue, 26 Feb 2002 18:59:27 +0000 (18:59 +0000)]
- Pass shutdown_memory_manager the TSRMLS context.

22 years agoBug fix 15719 as submited by Joseph Southwell and allows NULL values in ODBC
Dan Kalowsky [Tue, 26 Feb 2002 15:33:54 +0000 (15:33 +0000)]
Bug fix 15719 as submited by Joseph Southwell and allows NULL values in ODBC
# I haven't been able to fully test this due to MacOSX compliation errors.
# if someone in the QA group could that'd be appriciated.

22 years agoAllow use of dl() when CLI is compiled with ZTS (bug #15717).
Edin Kadribasic [Tue, 26 Feb 2002 11:00:20 +0000 (11:00 +0000)]
Allow use of dl() when CLI is compiled with ZTS (bug #15717).

22 years agoChangeLog update
<changelog@php.net> [Tue, 26 Feb 2002 01:27:36 +0000 (01:27 +0000)]
ChangeLog update

22 years agomake it more clear that --with-apache and --with-apxs only work with apache 1.x.
jim winstead [Mon, 25 Feb 2002 18:27:13 +0000 (18:27 +0000)]
make it more clear that --with-apache and --with-apxs only work with apache 1.x.

22 years agoNEWS update
<changelog@php.net> [Mon, 25 Feb 2002 01:24:04 +0000 (01:24 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Mon, 25 Feb 2002 01:22:15 +0000 (01:22 +0000)]
ChangeLog update

22 years ago- Fix the fix.. no need to escape " in single quotes
Derick Rethans [Sun, 24 Feb 2002 14:07:10 +0000 (14:07 +0000)]
- Fix the fix.. no need to escape " in single quotes

22 years ago- Add slashes around string output
Derick Rethans [Sun, 24 Feb 2002 13:26:43 +0000 (13:26 +0000)]
- Add slashes around string output

22 years ago- Update with XP (Thanx to Jan for the patch)
Derick Rethans [Sun, 24 Feb 2002 13:01:10 +0000 (13:01 +0000)]
- Update with XP (Thanx to Jan for the patch)

22 years ago* fix broken dtd
Stig Bakken [Sun, 24 Feb 2002 10:45:28 +0000 (10:45 +0000)]
* fix broken dtd
# Tomas, there is no way to do what you want in the DTD without switching
# from XML to SGML.  Sorry :-)

22 years agoMake phpinfo() look nicer.
Sebastian Bergmann [Sun, 24 Feb 2002 07:54:04 +0000 (07:54 +0000)]
Make phpinfo() look nicer.

22 years agoChangeLog update
<changelog@php.net> [Sun, 24 Feb 2002 01:21:33 +0000 (01:21 +0000)]
ChangeLog update

22 years ago- Fix info output (Peter Neuman <neuman_peter@hotmail.com>).
Markus Fischer [Sat, 23 Feb 2002 22:46:19 +0000 (22:46 +0000)]
- Fix info output (Peter Neuman <neuman_peter@hotmail.com>).

22 years agoDTD corrections (make it require minimal data for installer)
Tomas V.V.Cox [Sat, 23 Feb 2002 21:21:18 +0000 (21:21 +0000)]
DTD corrections (make it require minimal data for installer)

22 years ago* started implementing new "cross-environment" command API
Stig Bakken [Sat, 23 Feb 2002 15:32:36 +0000 (15:32 +0000)]
* started implementing new "cross-environment" command API
# work in progress, not tested at all yet!

22 years agoFixed functionality to read in server variables.
Holger Zimmermann [Sat, 23 Feb 2002 15:17:00 +0000 (15:17 +0000)]
Fixed functionality to read in server variables.

22 years agoPoint readers to pear web
Tomas V.V.Cox [Sat, 23 Feb 2002 13:47:16 +0000 (13:47 +0000)]
Point readers to pear web

22 years agooutdated TODO not needed for the moment
Tomas V.V.Cox [Sat, 23 Feb 2002 13:44:52 +0000 (13:44 +0000)]
outdated TODO not needed for the moment

22 years agofixed configure error with freetype1.
Rui Hirokawa [Sat, 23 Feb 2002 01:36:55 +0000 (01:36 +0000)]
fixed configure error with freetype1.

22 years agoChangeLog update
<changelog@php.net> [Sat, 23 Feb 2002 01:24:50 +0000 (01:24 +0000)]
ChangeLog update

22 years agofixed a comment and default output encoding changed to pass.
Rui Hirokawa [Sat, 23 Feb 2002 00:04:20 +0000 (00:04 +0000)]
fixed a comment and default output encoding changed to pass.

22 years agophp.h included.
Rui Hirokawa [Sat, 23 Feb 2002 00:00:15 +0000 (00:00 +0000)]
php.h included.

22 years ago* Packager : Changing the order of the files in the package archive file.
Vincent Blavet [Fri, 22 Feb 2002 21:57:04 +0000 (21:57 +0000)]
* Packager : Changing the order of the files in the package archive file.
The package.xml file is now at the 'root' of the archive, the files tree are under a 'packagename'-'packageversion' folder
* Installer : installing the knew archive format AND supporting the existing format

22 years agoReturn true on update success.
Frank M. Kromann [Fri, 22 Feb 2002 19:03:11 +0000 (19:03 +0000)]
Return true on update success.

22 years agoFix crash bug 15607
Yasuo Ohgaki [Fri, 22 Feb 2002 11:39:23 +0000 (11:39 +0000)]
Fix crash bug 15607

22 years agoChangeLog update
<changelog@php.net> [Fri, 22 Feb 2002 01:29:52 +0000 (01:29 +0000)]
ChangeLog update

22 years agoMaintain ZEND_CHANGES to account for the addition of private member variables.
Sebastian Bergmann [Thu, 21 Feb 2002 13:10:31 +0000 (13:10 +0000)]
Maintain ZEND_CHANGES to account for the addition of private member variables.

22 years ago- Experimental support for private members.
Andi Gutmans [Thu, 21 Feb 2002 11:50:44 +0000 (11:50 +0000)]
- Experimental support for private members.
<?
class MyClass {
private $Hello = "Hello, World!\n";

function printHello()
{
print $this->Hello;
}
}

class MyClass2 extends MyClass {
function printHello()
{
MyClass::printHello(); /* Should print */
print $this->Hello; /* Shouldn't print out anything */
}
}

$obj = new MyClass();
print $obj->Hello; /* Shouldn't print out anything */
$obj->printHello(); /* Should print */

$obj = new MyClass2();
print $obj->Hello; /* Shouldn't print out anything */
$obj->printHello();
?>

22 years agoAdded fmod() function
Yasuo Ohgaki [Thu, 21 Feb 2002 11:44:41 +0000 (11:44 +0000)]
Added fmod() function
# Is there any reason that math.c does not use errno?

22 years agoAdd aggregation to Win32 build.
Sebastian Bergmann [Thu, 21 Feb 2002 07:00:15 +0000 (07:00 +0000)]
Add aggregation to Win32 build.

22 years agoAdding object aggregation capability along with tests.
Andrei Zmievski [Thu, 21 Feb 2002 03:32:42 +0000 (03:32 +0000)]
Adding object aggregation capability along with tests.

22 years agoFix for bug #15605
Sean Bright [Thu, 21 Feb 2002 02:12:37 +0000 (02:12 +0000)]
Fix for bug #15605
# If someone more familiar with the build system sees a problem with this
# feel free to revert it.  It simply escapes #'s that are put into
# config_vars.mk

22 years agoChangeLog update
<changelog@php.net> [Thu, 21 Feb 2002 01:43:18 +0000 (01:43 +0000)]
ChangeLog update

22 years ago"o|a|b" is not valid ZE code. changed to "o|ab"
Christian Stocker [Wed, 20 Feb 2002 23:35:20 +0000 (23:35 +0000)]
"o|a|b" is not valid ZE code. changed to "o|ab"

22 years agoConfig variables must be set between "" while using pear.bat windows script
Vincent Blavet [Wed, 20 Feb 2002 22:39:16 +0000 (22:39 +0000)]
Config variables must be set between "" while using pear.bat windows script

22 years ago* Correct bug while using windows dir separator. It is now supported
Vincent Blavet [Wed, 20 Feb 2002 22:15:28 +0000 (22:15 +0000)]
* Correct bug while using windows dir separator. It is now supported

22 years agoSplit CRC32 table out into a header file so other code can use it
Rasmus Lerdorf [Wed, 20 Feb 2002 18:18:39 +0000 (18:18 +0000)]
Split CRC32 table out into a header file so other code can use it

22 years ago- Fix for bug #15628 (for real now :)
Derick Rethans [Wed, 20 Feb 2002 15:53:25 +0000 (15:53 +0000)]
- Fix for bug #15628 (for real now :)

22 years ago- Reformatting
Derick Rethans [Wed, 20 Feb 2002 10:41:18 +0000 (10:41 +0000)]
- Reformatting

22 years ago- Fix for bug #15638
Derick Rethans [Wed, 20 Feb 2002 07:24:53 +0000 (07:24 +0000)]
- Fix for bug #15638

22 years agoChangeLog update
<changelog@php.net> [Wed, 20 Feb 2002 01:19:43 +0000 (01:19 +0000)]
ChangeLog update

22 years agoFixed environment hashing again.
David Hedbor [Tue, 19 Feb 2002 20:46:29 +0000 (20:46 +0000)]
Fixed environment hashing again.

22 years ago- Fix removal of #line lines
Derick Rethans [Tue, 19 Feb 2002 15:58:31 +0000 (15:58 +0000)]
- Fix removal of #line lines

22 years ago- Update to note that I'm the mcrypt extension maintainer
Derick Rethans [Tue, 19 Feb 2002 10:18:50 +0000 (10:18 +0000)]
- Update to note that I'm the mcrypt extension maintainer

22 years agochanged comment for dbx module
Marc Boeren [Tue, 19 Feb 2002 10:10:11 +0000 (10:10 +0000)]
changed comment for dbx module

22 years ago#updating the EXTENSIONS to show the proper recent maintainer.
Dan Kalowsky [Tue, 19 Feb 2002 01:42:51 +0000 (01:42 +0000)]
#updating the EXTENSIONS to show the proper recent maintainer.

22 years agoChangeLog update
<changelog@php.net> [Tue, 19 Feb 2002 01:19:02 +0000 (01:19 +0000)]
ChangeLog update

22 years ago='typo'
Martin Jansen [Mon, 18 Feb 2002 10:27:36 +0000 (10:27 +0000)]
='typo'

22 years agoOops: source copy&paste should be done with care :) (Mc)
Marc Boeren [Mon, 18 Feb 2002 10:22:09 +0000 (10:22 +0000)]
Oops: source copy&paste should be done with care :) (Mc)

22 years agoAdded support for Sybase-CT to dbx module (Mc).
Marc Boeren [Mon, 18 Feb 2002 09:21:51 +0000 (09:21 +0000)]
Added support for Sybase-CT to dbx module (Mc).

22 years agoChangeLog update
<changelog@php.net> [Mon, 18 Feb 2002 01:20:53 +0000 (01:20 +0000)]
ChangeLog update

22 years ago* Fix for bug #15500
Martin Jansen [Sun, 17 Feb 2002 15:32:53 +0000 (15:32 +0000)]
* Fix for bug #15500

22 years ago* allow <license> in both <package> and <release>
Stig Bakken [Sun, 17 Feb 2002 14:43:16 +0000 (14:43 +0000)]
* allow <license> in both <package> and <release>
* added <changelog> element
* added "data" role for files
* allow nested <dir> elements

22 years agoUpdated to new TSRM macros
Alex Waugh [Sun, 17 Feb 2002 12:55:52 +0000 (12:55 +0000)]
Updated to new TSRM macros

22 years agoImage/Remote.php and Mail/mime.php have moved to the pear/ repository.
Jon Parise [Sun, 17 Feb 2002 04:31:30 +0000 (04:31 +0000)]
Image/Remote.php and Mail/mime.php have moved to the pear/ repository.

22 years agoChangeLog update
<changelog@php.net> [Sat, 16 Feb 2002 01:21:49 +0000 (01:21 +0000)]
ChangeLog update

22 years agoFix.
Andrei Zmievski [Fri, 15 Feb 2002 17:39:25 +0000 (17:39 +0000)]
Fix.

22 years agoFix parse string
Jason Greene [Fri, 15 Feb 2002 17:33:08 +0000 (17:33 +0000)]
Fix parse string
(Since arg6 is initialized at null this still catches the wrong param condition)

22 years agofix for bug 15516, patch submitted by torben@php.net
Dan Kalowsky [Fri, 15 Feb 2002 17:24:44 +0000 (17:24 +0000)]
fix for bug 15516, patch submitted by torben@php.net

22 years ago- Make the errorcode 255. (Doing docs right away)
Derick Rethans [Fri, 15 Feb 2002 09:06:45 +0000 (09:06 +0000)]
- Make the errorcode 255. (Doing docs right away)

22 years agoFix problem with sesssion_pgsql module
Yasuo Ohgaki [Fri, 15 Feb 2002 03:30:15 +0000 (03:30 +0000)]
Fix problem with sesssion_pgsql module