]> granicus.if.org Git - php/log
php
21 years agoless WTF factor
Wez Furlong [Mon, 14 Jul 2003 10:43:51 +0000 (10:43 +0000)]
less WTF factor

21 years agoMFH
foobar [Mon, 14 Jul 2003 03:58:59 +0000 (03:58 +0000)]
MFH

21 years agoMFH: fixed leaks that occurs if the third parameter already contains a valid
Moriyoshi Koizumi [Sun, 13 Jul 2003 19:46:39 +0000 (19:46 +0000)]
MFH: fixed leaks that occurs if the third parameter already contains a valid
value.

21 years agoMFH: fixed certificate version, serial number not always 0.
Stefan Roehrich [Sun, 13 Jul 2003 10:13:24 +0000 (10:13 +0000)]
MFH: fixed certificate version, serial number not always 0.

21 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Sun, 13 Jul 2003 08:03:47 +0000 (08:03 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

21 years agoadded strict detection mode in mb_detect_encoding to detect corrupted byte sequence.
Rui Hirokawa [Sun, 13 Jul 2003 07:34:28 +0000 (07:34 +0000)]
added strict detection mode in mb_detect_encoding to detect corrupted byte sequence.

21 years ago* MFH
Martin Jansen [Sat, 12 Jul 2003 15:18:02 +0000 (15:18 +0000)]
* MFH

21 years agoMFH(r-1.393): fixed bug #24556
Moriyoshi Koizumi [Sat, 12 Jul 2003 09:33:58 +0000 (09:33 +0000)]
MFH(r-1.393): fixed bug #24556

21 years agoMFH
foobar [Fri, 11 Jul 2003 07:49:10 +0000 (07:49 +0000)]
MFH

21 years agoSync protos with HEAD
Frank M. Kromann [Fri, 11 Jul 2003 06:04:43 +0000 (06:04 +0000)]
Sync protos with HEAD

21 years agoAllow the use of both ming 0.2a and 0.3a (API\s changed)
Frank M. Kromann [Fri, 11 Jul 2003 05:54:45 +0000 (05:54 +0000)]
Allow the use of both ming 0.2a and 0.3a (API\s changed)

21 years agoBFN
foobar [Fri, 11 Jul 2003 04:32:31 +0000 (04:32 +0000)]
BFN

21 years agoBFN
foobar [Fri, 11 Jul 2003 04:30:40 +0000 (04:30 +0000)]
BFN

21 years agoBFN
foobar [Fri, 11 Jul 2003 04:24:37 +0000 (04:24 +0000)]
BFN

21 years agoMFH: Fixed bug #21074 (Apache2: "ErrorDocument xxx /error.php" broken).
foobar [Fri, 11 Jul 2003 04:24:11 +0000 (04:24 +0000)]
MFH: Fixed bug #21074 (Apache2: "ErrorDocument xxx /error.php" broken).

21 years agoMFH: Fixed bug #17291 (mssql_query does not update get_last_message) (patch by: mgrue...
foobar [Fri, 11 Jul 2003 02:08:38 +0000 (02:08 +0000)]
MFH: Fixed bug #17291 (mssql_query does not update get_last_message) (patch by: mgruetzner at rw3 dot com)

21 years agoMFH: sync
foobar [Fri, 11 Jul 2003 01:57:39 +0000 (01:57 +0000)]
MFH: sync

21 years agoMFH: Use the proper way to get the max requests per child.
foobar [Thu, 10 Jul 2003 22:45:34 +0000 (22:45 +0000)]
MFH: Use the proper way to get the max requests per child.

21 years agoMFH: Fixed bug #24563 (preg_match() crashes PHP under Apache2)
foobar [Thu, 10 Jul 2003 16:09:43 +0000 (16:09 +0000)]
MFH: Fixed bug #24563 (preg_match() crashes PHP under Apache2)

21 years agoAdding missing compression paramters to output functions
Frank M. Kromann [Thu, 10 Jul 2003 05:07:46 +0000 (05:07 +0000)]
Adding missing compression paramters to output functions

21 years agoMFH: revert previous patch, it was not correct.
foobar [Thu, 10 Jul 2003 01:40:10 +0000 (01:40 +0000)]
MFH: revert previous patch, it was not correct.

21 years agoMFH: Fix crash bug
foobar [Thu, 10 Jul 2003 01:17:46 +0000 (01:17 +0000)]
MFH: Fix crash bug

21 years agoMFH: Fixed bug #11924 (ibase_query() and ibase_execute() mangled passed parameters)
foobar [Thu, 10 Jul 2003 00:17:40 +0000 (00:17 +0000)]
MFH: Fixed bug #11924 (ibase_query() and ibase_execute() mangled passed parameters)

21 years ago- MFH
Pierre Joye [Thu, 10 Jul 2003 00:11:11 +0000 (00:11 +0000)]
- MFH

21 years agoFixed bug #24519 (aggregate_methods_by_list() does not increment refcount)
foobar [Wed, 9 Jul 2003 23:16:21 +0000 (23:16 +0000)]
Fixed bug #24519 (aggregate_methods_by_list() does not increment refcount)

21 years agooops. fix spelling
Frank M. Kromann [Wed, 9 Jul 2003 22:38:36 +0000 (22:38 +0000)]
oops. fix spelling

21 years agoAdding missing MSSQL Server ini settings
Frank M. Kromann [Wed, 9 Jul 2003 22:36:28 +0000 (22:36 +0000)]
Adding missing MSSQL Server ini settings

21 years agoMFH: - fixed bug #24548 (get_browser() does not return platform)
Jay Smith [Wed, 9 Jul 2003 18:51:18 +0000 (18:51 +0000)]
MFH: - fixed bug #24548 (get_browser() does not return platform)

21 years agobugfixes: typecasting issues. don't assume long and int are the same size, as they...
Brad House [Wed, 9 Jul 2003 13:48:33 +0000 (13:48 +0000)]
bugfixes: typecasting issues. don't assume long and int are the same size, as they are not on 64bit architectures. New CONSTANTS were not cast at all yet. MC_TTID was cast as a long, when it should have been a MCVE_int64 (normally long long).

21 years agoHow did this get uppercased ;)
Edin Kadribasic [Wed, 9 Jul 2003 11:08:51 +0000 (11:08 +0000)]
How did this get uppercased ;)

21 years agoFor Pierre-Alain Joye.
Edin Kadribasic [Wed, 9 Jul 2003 11:07:27 +0000 (11:07 +0000)]
For Pierre-Alain Joye.

21 years ago- MFH
Pierre Joye [Wed, 9 Jul 2003 10:43:01 +0000 (10:43 +0000)]
- MFH

21 years ago- MFH
Pierre Joye [Wed, 9 Jul 2003 10:38:22 +0000 (10:38 +0000)]
- MFH

21 years ago- MFH
Pierre Joye [Tue, 8 Jul 2003 20:39:46 +0000 (20:39 +0000)]
- MFH

21 years agoMFH
foobar [Tue, 8 Jul 2003 14:13:10 +0000 (14:13 +0000)]
MFH

21 years ago- Output of UDM_PARAM_WORDINFO_ALL was fixed
Sergey Kartashoff [Tue, 8 Jul 2003 14:00:58 +0000 (14:00 +0000)]
- Output of UDM_PARAM_WORDINFO_ALL was fixed

21 years agoMFH: - Fixed bug #24537 (apache2 compile missed include directories)
foobar [Tue, 8 Jul 2003 13:54:14 +0000 (13:54 +0000)]
MFH: - Fixed bug #24537 (apache2 compile missed include directories)

21 years ago- Udm_Find function is fixed to be compatible with mnogosearch-3.2.13
Sergey Kartashoff [Tue, 8 Jul 2003 13:27:30 +0000 (13:27 +0000)]
- Udm_Find function is fixed to be compatible with mnogosearch-3.2.13

21 years ago- MFH: Fixed email addresses
Derick Rethans [Tue, 8 Jul 2003 09:44:34 +0000 (09:44 +0000)]
- MFH: Fixed email addresses

21 years agoupdate activescript info
Wez Furlong [Tue, 8 Jul 2003 09:12:00 +0000 (09:12 +0000)]
update activescript info

21 years agoFix leak when loading constants from a type-library.
Wez Furlong [Tue, 8 Jul 2003 09:10:42 +0000 (09:10 +0000)]
Fix leak when loading constants from a type-library.

21 years agogrep -E -> egrep
Sascha Schumann [Tue, 8 Jul 2003 05:35:48 +0000 (05:35 +0000)]
grep -E -> egrep

21 years agoupdate mcve ext from HEAD. Sync with libmcve-3.2 functionality
Brad House [Tue, 8 Jul 2003 03:16:39 +0000 (03:16 +0000)]
update mcve ext from HEAD. Sync with libmcve-3.2 functionality

21 years agoMissing entries
foobar [Mon, 7 Jul 2003 22:51:27 +0000 (22:51 +0000)]
Missing entries

21 years agoMFH
foobar [Mon, 7 Jul 2003 22:51:16 +0000 (22:51 +0000)]
MFH

21 years agoMFH(r-1.9): updated test so it won't fail if the extension has been built with
Moriyoshi Koizumi [Sun, 6 Jul 2003 21:45:00 +0000 (21:45 +0000)]
MFH(r-1.9): updated test so it won't fail if the extension has been built with
libiconv

21 years agooops again..
Moriyoshi Koizumi [Sun, 6 Jul 2003 21:12:59 +0000 (21:12 +0000)]
oops again..

21 years agoMFH(r-1.22, r-1.90, r-1.18): avoid miscellaneous conflicts between glibc's
Moriyoshi Koizumi [Sun, 6 Jul 2003 21:11:51 +0000 (21:11 +0000)]
MFH(r-1.22, r-1.90, r-1.18): avoid miscellaneous conflicts between glibc's
iconv and libiconv.

21 years agoMFH(r-1.17): added missing includes
Moriyoshi Koizumi [Sun, 6 Jul 2003 18:09:21 +0000 (18:09 +0000)]
MFH(r-1.17): added missing includes

21 years agoUpgrade the bundled Mail package to 1.1.1 (1.1.0 was a bit broken).
Jon Parise [Sat, 5 Jul 2003 21:47:09 +0000 (21:47 +0000)]
Upgrade the bundled Mail package to 1.1.1 (1.1.0 was a bit broken).

21 years agoMFH
Hartmut Holzgraefe [Fri, 4 Jul 2003 15:07:56 +0000 (15:07 +0000)]
MFH

21 years agoMFH
Hartmut Holzgraefe [Fri, 4 Jul 2003 14:40:22 +0000 (14:40 +0000)]
MFH

21 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Fri, 4 Jul 2003 14:38:08 +0000 (14:38 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

21 years ago- Fix broken installer
Pierre Joye [Fri, 4 Jul 2003 11:04:07 +0000 (11:04 +0000)]
- Fix broken installer

21 years agoQuote all instances of ) when used in case..esac constructs
Sascha Schumann [Thu, 3 Jul 2003 22:54:07 +0000 (22:54 +0000)]
Quote all instances of ) when  used in case..esac constructs

Some m4 versions appear to drop these when certain macros are used
recursively.

21 years agoChange fetch functions and protos so they make more sense.
Frank M. Kromann [Thu, 3 Jul 2003 16:47:10 +0000 (16:47 +0000)]
Change fetch functions and protos so they make more sense.
fetch_row or fetch_assoc should  not take the optional parameter

21 years agoMFH(r-1.56): added missing protos
Moriyoshi Koizumi [Thu, 3 Jul 2003 15:39:51 +0000 (15:39 +0000)]
MFH(r-1.56): added missing protos

21 years agoMFH: Fix open mode (noticed by FutureQuest, Inc.)
Marcus Boerger [Thu, 3 Jul 2003 11:23:27 +0000 (11:23 +0000)]
MFH: Fix open mode (noticed by FutureQuest, Inc.)

21 years agofix typo
Uwe Schindler [Wed, 2 Jul 2003 22:40:13 +0000 (22:40 +0000)]
fix typo

21 years agoMFH(r-1.4, r-1.2): s/cvs/csv/
Moriyoshi Koizumi [Wed, 2 Jul 2003 17:09:26 +0000 (17:09 +0000)]
MFH(r-1.4, r-1.2): s/cvs/csv/

21 years agoBFN
foobar [Wed, 2 Jul 2003 14:05:44 +0000 (14:05 +0000)]
BFN

21 years agoPrevent user from making nested PHP requests with virtual()
Uwe Schindler [Wed, 2 Jul 2003 13:37:39 +0000 (13:37 +0000)]
Prevent user from making nested PHP requests with virtual()

21 years ago- tabs...
Pierre Joye [Wed, 2 Jul 2003 11:33:35 +0000 (11:33 +0000)]
- tabs...

21 years ago- MFH
Pierre Joye [Wed, 2 Jul 2003 11:24:52 +0000 (11:24 +0000)]
- MFH

21 years ago- MFH
Pierre Joye [Wed, 2 Jul 2003 10:38:09 +0000 (10:38 +0000)]
- MFH

21 years agoAlways store temporary information in LDFLAGS
Sascha Schumann [Wed, 2 Jul 2003 03:03:41 +0000 (03:03 +0000)]
Always store temporary information in LDFLAGS

This also avoids use of PHP_RUN_ONCE which caused some config.m4s to fail.

21 years agoMFH: Be more verbose about what is installed (and in CGI case, WHERE)
foobar [Wed, 2 Jul 2003 02:48:16 +0000 (02:48 +0000)]
MFH: Be more verbose about what is installed (and in CGI case, WHERE)

21 years agoMFH: crash fix
Ilia Alshanetsky [Wed, 2 Jul 2003 02:04:22 +0000 (02:04 +0000)]
MFH: crash fix

21 years agoFix install-sapi dependency - it should depend on OVERALL_TARGET, of course.
Sascha Schumann [Wed, 2 Jul 2003 01:06:29 +0000 (01:06 +0000)]
Fix install-sapi dependency - it should depend on OVERALL_TARGET, of course.

21 years agoMake PHP_CHECK_LIBRARY use PHP_EVAL_LIBLINE which automatically
Sascha Schumann [Tue, 1 Jul 2003 23:54:44 +0000 (23:54 +0000)]
Make PHP_CHECK_LIBRARY use PHP_EVAL_LIBLINE which automatically
eliminates /usr/lib references

21 years agoMFH: Separate CGI install from install-sapi.
foobar [Tue, 1 Jul 2003 17:03:55 +0000 (17:03 +0000)]
MFH: Separate CGI install from install-sapi.

21 years agoMFH
foobar [Tue, 1 Jul 2003 16:20:53 +0000 (16:20 +0000)]
MFH

21 years agoMFH: Added --help to phpize
foobar [Tue, 1 Jul 2003 15:55:27 +0000 (15:55 +0000)]
MFH: Added --help to phpize

21 years agoMFH
foobar [Tue, 1 Jul 2003 13:34:04 +0000 (13:34 +0000)]
MFH

21 years ago- Removed unlink() from php_intifx_create_blob() and replaced with a php_copy_file()
Corne' Cornelius [Tue, 1 Jul 2003 12:37:12 +0000 (12:37 +0000)]
- Removed unlink() from php_intifx_create_blob() and replaced with a php_copy_file()

21 years ago- Fxied bug in php_intifx_init_blob_infile() where blob.loc_loctype wasn't set
Corne' Cornelius [Tue, 1 Jul 2003 10:56:17 +0000 (10:56 +0000)]
- Fxied bug in php_intifx_init_blob_infile() where blob.loc_loctype wasn't set

21 years agoSome more cvs cleanup
Edin Kadribasic [Tue, 1 Jul 2003 08:10:33 +0000 (08:10 +0000)]
Some more cvs cleanup

21 years agoTouch
Edin Kadribasic [Tue, 1 Jul 2003 08:08:43 +0000 (08:08 +0000)]
Touch

21 years agoproperly restart syscalls
Sascha Schumann [Tue, 1 Jul 2003 05:28:53 +0000 (05:28 +0000)]
properly restart syscalls

21 years agoMFH
Sascha Schumann [Tue, 1 Jul 2003 04:25:32 +0000 (04:25 +0000)]
MFH

(jason) Prevent lines following the version output from confusing
the version test

21 years agoMFH: Fixed bug #24025 (Can not build with shared ldap support)
foobar [Tue, 1 Jul 2003 00:02:29 +0000 (00:02 +0000)]
MFH: Fixed bug #24025 (Can not build with shared ldap support)

21 years agoMFH
Shane Caraveo [Mon, 30 Jun 2003 21:10:33 +0000 (21:10 +0000)]
MFH

21 years agoMFH: Do not test postgres settings
Marcus Boerger [Mon, 30 Jun 2003 18:00:55 +0000 (18:00 +0000)]
MFH: Do not test postgres settings

21 years ago- A memory leaks at UdmCatPath and UdmCatList functions have been fixed.
Sergey Kartashoff [Mon, 30 Jun 2003 17:44:20 +0000 (17:44 +0000)]
- A memory leaks at UdmCatPath and UdmCatList functions have been fixed.

21 years agoMFH
foobar [Mon, 30 Jun 2003 17:30:47 +0000 (17:30 +0000)]
MFH

21 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Mon, 30 Jun 2003 17:30:17 +0000 (17:30 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

21 years agominor correction. :)
foobar [Mon, 30 Jun 2003 13:37:43 +0000 (13:37 +0000)]
minor correction. :)

21 years ago*** empty log message ***
Andrei Zmievski [Mon, 30 Jun 2003 13:28:20 +0000 (13:28 +0000)]
*** empty log message ***

21 years agoMFH: fix for bug #24063
Ilia Alshanetsky [Mon, 30 Jun 2003 01:05:02 +0000 (01:05 +0000)]
MFH: fix for bug #24063

21 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Mon, 30 Jun 2003 01:03:22 +0000 (01:03 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

21 years agoFixed win32 build
Edin Kadribasic [Mon, 30 Jun 2003 00:44:03 +0000 (00:44 +0000)]
Fixed win32 build

21 years agoWinsock2 doesn't seem to work in PHP_4_3
Edin Kadribasic [Sun, 29 Jun 2003 23:59:20 +0000 (23:59 +0000)]
Winsock2 doesn't seem to work in PHP_4_3

21 years agoFixed CVS screw-up leftovers
Edin Kadribasic [Sun, 29 Jun 2003 23:49:39 +0000 (23:49 +0000)]
Fixed CVS screw-up leftovers

21 years agoMFH: extensions like imap need this exported
Edin Kadribasic [Sun, 29 Jun 2003 23:29:49 +0000 (23:29 +0000)]
MFH: extensions like imap need this exported

21 years agoreorder
foobar [Sun, 29 Jun 2003 23:02:33 +0000 (23:02 +0000)]
reorder

21 years agostuff
Shane Caraveo [Sun, 29 Jun 2003 21:37:11 +0000 (21:37 +0000)]
stuff

21 years agoMFH
Shane Caraveo [Sun, 29 Jun 2003 20:45:53 +0000 (20:45 +0000)]
MFH

renable -b option (removed when longopts were added)
dissable -b on windows due to fastcgi lib bug
close stdin on linux when using socket server (bug 23664)

21 years agoMFH
Shane Caraveo [Sun, 29 Jun 2003 20:09:56 +0000 (20:09 +0000)]
MFH

fix bug http://bugs.php.net/bug.php?id=24009
also do not use APPL_PHYSICAL_PATH as DOCUMENT_ROOT under IIS, it's
different depending on IIS configuration.  Code works fine without it, that
was just an attempt at a shortcut.

21 years ago- Sync from head (DB 1.5RC1)
Pierre Joye [Sun, 29 Jun 2003 19:42:57 +0000 (19:42 +0000)]
- Sync from head (DB 1.5RC1)

21 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Sun, 29 Jun 2003 19:40:14 +0000 (19:40 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.