]> granicus.if.org Git - php/log
php
22 years agoFix a crash bug in the session module
Zeev Suraski [Sat, 2 Mar 2002 14:18:45 +0000 (14:18 +0000)]
Fix a crash bug in the session module

22 years ago- Fix warning message for join().
Derick Rethans [Sat, 2 Mar 2002 14:06:57 +0000 (14:06 +0000)]
- Fix warning message for join().

22 years ago- MFZE1
Derick Rethans [Sat, 2 Mar 2002 13:48:13 +0000 (13:48 +0000)]
- MFZE1

22 years ago- Fix CREDITS files
Derick Rethans [Sat, 2 Mar 2002 13:44:08 +0000 (13:44 +0000)]
- Fix CREDITS files

22 years ago- MFZE1
Derick Rethans [Sat, 2 Mar 2002 13:26:37 +0000 (13:26 +0000)]
- MFZE1

22 years ago- Make GD functions only available if they really exist (Patch by
Derick Rethans [Sat, 2 Mar 2002 12:32:31 +0000 (12:32 +0000)]
- Make GD functions only available if they really exist (Patch by
  matslin@orakel.ntnu.no)

22 years agoAdd mbstring tests
Yasuo Ohgaki [Sat, 2 Mar 2002 10:44:57 +0000 (10:44 +0000)]
Add mbstring tests

22 years agoUse php.ini-dist as default config file for testing.
Yasuo Ohgaki [Sat, 2 Mar 2002 09:29:45 +0000 (09:29 +0000)]
Use php.ini-dist as default config file for testing.

22 years agoFix a couple of warnings
Rasmus Lerdorf [Sat, 2 Mar 2002 08:37:28 +0000 (08:37 +0000)]
Fix a couple of warnings

22 years agoImproved iconv usage with libc's iconv. No overrun. More efficient memory
Yasuo Ohgaki [Sat, 2 Mar 2002 07:04:59 +0000 (07:04 +0000)]
Improved iconv usage with libc's iconv. No overrun. More efficient memory
allocation.
Hopefully, all bugs reported for iconv will be resolved when users are using
libc iconv.
@Improved iconv with libc's iconv

22 years agoAdd more tests for iconv
Yasuo Ohgaki [Sat, 2 Mar 2002 07:00:40 +0000 (07:00 +0000)]
Add more tests for iconv

22 years ago* more cli test fixes
Stig Bakken [Sat, 2 Mar 2002 03:11:02 +0000 (03:11 +0000)]
* more cli test fixes

22 years ago* updated tests to work with cli
Stig Bakken [Sat, 2 Mar 2002 03:07:48 +0000 (03:07 +0000)]
* updated tests to work with cli

22 years agofix test
Stig Bakken [Sat, 2 Mar 2002 02:47:48 +0000 (02:47 +0000)]
fix test

22 years ago* work with sapi/cli
Stig Bakken [Sat, 2 Mar 2002 02:37:13 +0000 (02:37 +0000)]
* work with sapi/cli

22 years agoNEWS update
<changelog@php.net> [Sat, 2 Mar 2002 01:20:56 +0000 (01:20 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Sat, 2 Mar 2002 01:20:39 +0000 (01:20 +0000)]
ChangeLog update

22 years agoAdded PHP_SAPI constant which contains the name of running SAPI.
Edin Kadribasic [Fri, 1 Mar 2002 19:29:35 +0000 (19:29 +0000)]
Added PHP_SAPI constant which contains the name of running SAPI.
@- Added PHP_SAPI constant which contains the name of running SAPI. (Edin)

22 years agoMFZE1
Andrei Zmievski [Fri, 1 Mar 2002 17:34:52 +0000 (17:34 +0000)]
MFZE1

22 years agoMFZE1
Andrei Zmievski [Fri, 1 Mar 2002 17:26:31 +0000 (17:26 +0000)]
MFZE1

22 years ago- Fix for Sun WorkShop 6 update 2 compiler (Bug #15812)
Derick Rethans [Fri, 1 Mar 2002 16:52:16 +0000 (16:52 +0000)]
- Fix for Sun WorkShop 6 update 2 compiler (Bug #15812)

22 years ago*** empty log message ***
Andrei Zmievski [Fri, 1 Mar 2002 16:13:33 +0000 (16:13 +0000)]
*** empty log message ***

22 years ago- Remove use of C++ reserved words namespace/this
Andi Gutmans [Fri, 1 Mar 2002 14:27:26 +0000 (14:27 +0000)]
- Remove use of C++ reserved words namespace/this

22 years ago- Fix bug in nested try/catch's
Andi Gutmans [Fri, 1 Mar 2002 14:04:51 +0000 (14:04 +0000)]
- Fix bug in nested try/catch's
- Infrastructure for implementing imports of methods.

22 years ago- Add support for returning NULL values from Interbase resultsets (Patch by
Derick Rethans [Fri, 1 Mar 2002 14:03:10 +0000 (14:03 +0000)]
- Add support for returning NULL values from Interbase resultsets (Patch by
  Daniela Mariaschi <mariaschi@libero.it>)

22 years ago- We haven't got the branch yet..
foobar [Fri, 1 Mar 2002 12:18:29 +0000 (12:18 +0000)]
- We haven't got the branch yet..
- Some typo fixes and correct grammar.

22 years agoFix compiler warnings and header file path.
Yasuo Ohgaki [Fri, 1 Mar 2002 12:01:53 +0000 (12:01 +0000)]
Fix compiler warnings and header file path.

22 years agoFix php_splice() to work with large values
Zeev Suraski [Fri, 1 Mar 2002 12:00:05 +0000 (12:00 +0000)]
Fix php_splice() to work with large values

22 years agoUpdate doc
Yasuo Ohgaki [Fri, 1 Mar 2002 11:52:04 +0000 (11:52 +0000)]
Update doc

22 years ago- Fix crash reported by Sebastian when destructor function causes a fatal
Andi Gutmans [Fri, 1 Mar 2002 10:26:10 +0000 (10:26 +0000)]
- Fix crash reported by Sebastian when destructor function causes a fatal
- error. I hope this does it and we don't find any other problems.

22 years agoAdded todo item for Java extention documentation.
Yasuo Ohgaki [Fri, 1 Mar 2002 10:24:13 +0000 (10:24 +0000)]
Added todo item for Java extention documentation.

22 years agoMerge TODO-4.2.txt into TODO.
Yasuo Ohgaki [Fri, 1 Mar 2002 10:02:48 +0000 (10:02 +0000)]
Merge TODO-4.2.txt into TODO.

22 years ago* code for install/uninstall/upgrade complete, not yet tested
Stig Bakken [Fri, 1 Mar 2002 09:43:18 +0000 (09:43 +0000)]
* code for install/uninstall/upgrade complete, not yet tested
# uses a new, un-committed version of PEAR_Config

22 years agoDo explicit test againt to FAILURE.
Yasuo Ohgaki [Fri, 1 Mar 2002 09:29:32 +0000 (09:29 +0000)]
Do explicit test againt to FAILURE.
# Thanks Rasmus.

22 years ago* output a reminder to set CVS tags after packaging
Stig Bakken [Fri, 1 Mar 2002 09:16:49 +0000 (09:16 +0000)]
* output a reminder to set CVS tags after packaging

22 years ago* use cli sapi to run tests
Stig Bakken [Fri, 1 Mar 2002 08:57:07 +0000 (08:57 +0000)]
* use cli sapi to run tests

22 years agoadd stuff here also.
Shane Caraveo [Fri, 1 Mar 2002 06:48:27 +0000 (06:48 +0000)]
add stuff here also.

22 years agoadd comment for IIS users
Shane Caraveo [Fri, 1 Mar 2002 06:34:08 +0000 (06:34 +0000)]
add comment for IIS users
fix some whitespace

22 years ago+Support for Photographer/Editor Copyright as associative array as this is a new...
Marcus Boerger [Fri, 1 Mar 2002 04:01:26 +0000 (04:01 +0000)]
+Support for Photographer/Editor Copyright as associative array as this is a new feature the change (optionally being an array) has to be mentioned in documentation.
+New function exif_headername can be used to read the internal Tag namelist (was mainly created for debugging purpose but maybe somone writes code to create/update exif headers here).
+An internal version number is present.
+A testpage is supplied test.txt describes how the test works.
+The oldfunction read_exif_data has got an alias exif_read_data

As the old version of this module is very buggy i decided to implement the testpage (test.txt) and to create the alias. The test script only works with the alias as the old version does not pass tests. By the way it seems a good way to prepend 'exif_' to all functions in the module.

22 years agoFix compiler warnings
Yasuo Ohgaki [Fri, 1 Mar 2002 03:31:01 +0000 (03:31 +0000)]
Fix compiler warnings

22 years agoAdded ob_get_status() to get array of buffers and it's status.
Yasuo Ohgaki [Fri, 1 Mar 2002 03:05:50 +0000 (03:05 +0000)]
Added ob_get_status() to get array of buffers and it's status.
(DO NOT document this function yet)

Fixed crash bug with ob_end_*() function. ob_end_*() will not delete
buffers that may not be deleted.

php_start_ob_buffer() and php_ob_set_internal_handler() takes parameter for
if the buffer created may be deleted or not.

Added 3rd parameter "bool erase" to ob_start(). If FALSE, buffer may not be
deleted until script finshes.

Changed ob_*() function that have void return type to bool. All ob_*()
functions return TRUE for success, FALSE for failure.

@ - Added ob_get_status() to get array of buffers and it's status. (Yasuo)
@ - Fixed crash bug with ob_end_*() function. ob_end_*() will not delete
@   buffers that may not be deleted. (Yasuo)
@ - Added 3rd parameter "bool erase" to ob_start(). If FALSE, buffer may not be
@   deleted until script finshes. (Yasuo)
@ - Changed ob_*() function that have void return type to bool. All ob_*()
@   functions return TRUE for success, FALSE for failure. (Yasuo)

22 years agodocument force-redirect in php.ini
Shane Caraveo [Fri, 1 Mar 2002 02:09:59 +0000 (02:09 +0000)]
document force-redirect in php.ini

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.