]> granicus.if.org Git - php/log
php
21 years agoMFH
Ilia Alshanetsky [Mon, 24 Feb 2003 03:15:54 +0000 (03:15 +0000)]
MFH

21 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Mon, 24 Feb 2003 03:13:26 +0000 (03:13 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

21 years agoBFN
foobar [Mon, 24 Feb 2003 01:31:24 +0000 (01:31 +0000)]
BFN

21 years agoMFH fix for 19919
George Schlossnagle [Mon, 24 Feb 2003 01:29:54 +0000 (01:29 +0000)]
MFH fix for 19919

21 years agoopen_basedir fixes from David Saez
Rasmus Lerdorf [Sun, 23 Feb 2003 22:03:54 +0000 (22:03 +0000)]
open_basedir fixes from David Saez

21 years ago* MFH: upgrading XML_Parser to 1.0.1
Stig Bakken [Sun, 23 Feb 2003 11:05:17 +0000 (11:05 +0000)]
* MFH: upgrading XML_Parser to 1.0.1

21 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Sun, 23 Feb 2003 11:03:39 +0000 (11:03 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

21 years agoFixed bug #22356 (Do not add empty -I flags).
foobar [Sun, 23 Feb 2003 09:36:47 +0000 (09:36 +0000)]
Fixed bug #22356 (Do not add empty -I flags).

21 years agoMFH
foobar [Sun, 23 Feb 2003 08:14:34 +0000 (08:14 +0000)]
MFH

21 years agoBFN
foobar [Sun, 23 Feb 2003 07:35:57 +0000 (07:35 +0000)]
BFN

21 years agoMFH: - Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT)
foobar [Sun, 23 Feb 2003 07:34:32 +0000 (07:34 +0000)]
MFH: - Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT)

21 years agoMFH
foobar [Sun, 23 Feb 2003 02:40:07 +0000 (02:40 +0000)]
MFH

21 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Sun, 23 Feb 2003 02:39:52 +0000 (02:39 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

21 years agoCorrect a bug number - thanks to Philip...
Wez Furlong [Sat, 22 Feb 2003 20:51:13 +0000 (20:51 +0000)]
Correct a bug number - thanks to Philip...

21 years agoSquashed those ugly bugs!
Wez Furlong [Sat, 22 Feb 2003 11:30:06 +0000 (11:30 +0000)]
Squashed those ugly bugs!

21 years agoMiscellaneous streams fixes, including probable fixes for:
Wez Furlong [Sat, 22 Feb 2003 02:43:58 +0000 (02:43 +0000)]
Miscellaneous streams fixes, including probable fixes for:
Bug #21131 (fopen with 'a+' and rewind() doesn't work)
Bug #21713 (include remote files leaks temporary files + descriptors on Solaris)
Bug #21185 (move_uploaded_file() does not ignore open_basedir as it should)
Bug #22362 (combinations of fwrite(), fread() and fseek() produce unexpected results)

21 years agofixed headers and cleaned up a bit
foobar [Fri, 21 Feb 2003 10:42:01 +0000 (10:42 +0000)]
fixed headers and cleaned up a bit

21 years agoZTS build fixes, style and ws fixes
foobar [Fri, 21 Feb 2003 06:49:56 +0000 (06:49 +0000)]
ZTS build fixes, style and ws fixes

21 years agoMFH
foobar [Fri, 21 Feb 2003 06:49:36 +0000 (06:49 +0000)]
MFH

21 years agoMFH: ZTS build fixes
foobar [Fri, 21 Feb 2003 06:46:55 +0000 (06:46 +0000)]
MFH: ZTS build fixes

21 years agoFix ZTS build
foobar [Fri, 21 Feb 2003 04:58:09 +0000 (04:58 +0000)]
Fix ZTS build

21 years agoBFN
Moriyoshi Koizumi [Thu, 20 Feb 2003 17:57:54 +0000 (17:57 +0000)]
BFN

21 years agoMFH(r1.165): Fixed bug #22330 (overloaded strrpos() weirdness)
Moriyoshi Koizumi [Thu, 20 Feb 2003 17:54:10 +0000 (17:54 +0000)]
MFH(r1.165): Fixed bug #22330 (overloaded strrpos() weirdness)

21 years ago@- Added Input Descriptor Binding to Informix driver. (Corne')
Corne' Cornelius [Thu, 20 Feb 2003 12:09:21 +0000 (12:09 +0000)]
@- Added Input Descriptor Binding to Informix driver. (Corne')

- Added Input Descriptor Binding
  . (php_intifx_init_blob) Added
  . (php_intifx_init_blob_inmem) Added
  . (php_intifx_init_blob_infile) Added
  . (php_intifx_release_blob) Added
  . (php_intifx2_free_blob) Removed
  . (php_intifx_create_tmpfile) Removed bid parameter
  . (php_intifx_alloc_ibind) Added
  . (php_intifx_preparse) Added
  . (php_intifx_count_descriptors) Added
  . (ifx_free_blob) Added as le_idresult resource destructor
  . (php_intifx_create_blob) Changed: added call to php_intifx_init_blob() and
                             removed blob initilisation in function
  . (php_intifx_copy_blob) Changed: added call to php_intifx_init_blob() and
                           removed blob initilisation in function
  . (php_intifx_update_blob) Changed mempy() to use lob_bufsize instead of loc_size
                             Changed filename to be memcpy() instead of creating
                             new file
  . (PHP ifx_query) Changed: added input descriptor binding
  . (PHP ifx_prepare) Changed: added input descriptor binding
  . (PHP ifx_do) Chagned: added input descriptor binding
  . (PHP ifx_fetch_row) Changed the way blobs are accessed/init'd from
                        Ifx_Result->res_id[]

21 years ago#- Changed sizes of char[] in IFX_RES: connecid, cursorid, descrpid, statemid
Corne' Cornelius [Thu, 20 Feb 2003 11:57:29 +0000 (11:57 +0000)]
#- Changed sizes of char[] in IFX_RES: connecid, cursorid, descrpid, statemid
   from 16 to 32 to prevents possible overflow

21 years agofixing bugs #22295, #22218 and #22162 (duplicates)
Harald Radi [Thu, 20 Feb 2003 11:34:26 +0000 (11:34 +0000)]
fixing bugs #22295, #22218 and #22162 (duplicates)

21 years agomerge minor differences from head
Sascha Schumann [Thu, 20 Feb 2003 08:32:41 +0000 (08:32 +0000)]
merge minor differences from head

21 years agostyle fix
foobar [Thu, 20 Feb 2003 07:14:23 +0000 (07:14 +0000)]
style fix

21 years agoBFN
foobar [Thu, 20 Feb 2003 07:12:02 +0000 (07:12 +0000)]
BFN

21 years agoMFH: Fixed bug: #22306 (pg_lo_seek($h, 0, PGSQL_SEEK_SET) succeeds but returns false)
foobar [Thu, 20 Feb 2003 07:10:48 +0000 (07:10 +0000)]
MFH: Fixed bug: #22306 (pg_lo_seek($h, 0, PGSQL_SEEK_SET) succeeds but returns false)

21 years agoupdate
Sascha Schumann [Thu, 20 Feb 2003 06:55:35 +0000 (06:55 +0000)]
update

21 years agoMFH general urlencoding
Sascha Schumann [Thu, 20 Feb 2003 06:24:08 +0000 (06:24 +0000)]
MFH general urlencoding
MFH session_regenerate_id, a change which is as important as the former one

21 years agoMFH
foobar [Thu, 20 Feb 2003 06:17:11 +0000 (06:17 +0000)]
MFH

21 years agoBFN
foobar [Thu, 20 Feb 2003 05:36:54 +0000 (05:36 +0000)]
BFN

21 years agoMFH: - Fixed bug #22299 (gethostbyname() crash with non-existing domain on MacOSX)
foobar [Thu, 20 Feb 2003 05:35:18 +0000 (05:35 +0000)]
MFH: - Fixed bug #22299 (gethostbyname() crash with non-existing domain on MacOSX)

21 years agoBug fixing news.
Ilia Alshanetsky [Thu, 20 Feb 2003 00:35:42 +0000 (00:35 +0000)]
Bug fixing news.

21 years agoMFH
Ilia Alshanetsky [Thu, 20 Feb 2003 00:34:24 +0000 (00:34 +0000)]
MFH

21 years agoBFN
foobar [Thu, 20 Feb 2003 00:15:55 +0000 (00:15 +0000)]
BFN

21 years agodirent.h needs to be included always.
foobar [Wed, 19 Feb 2003 18:45:03 +0000 (18:45 +0000)]
dirent.h needs to be included always.

21 years agoMFH: Fix for bug #22221
Marc Boeren [Wed, 19 Feb 2003 16:52:05 +0000 (16:52 +0000)]
MFH: Fix for bug #22221

21 years agoMFH
Harald Radi [Wed, 19 Feb 2003 16:17:34 +0000 (16:17 +0000)]
MFH

21 years agoremove php5ts workspace from PHP_4_3 branch
Harald Radi [Wed, 19 Feb 2003 11:04:54 +0000 (11:04 +0000)]
remove php5ts workspace from PHP_4_3 branch

21 years agosome improvements
Sascha Schumann [Wed, 19 Feb 2003 11:01:38 +0000 (11:01 +0000)]
some improvements

21 years agoMFH: prevent conflicts with other libraries (e.g. libc-client)
foobar [Wed, 19 Feb 2003 09:28:37 +0000 (09:28 +0000)]
MFH: prevent conflicts with other libraries (e.g. libc-client)

21 years agoMFH: fix incorrect TSRMLS_CC
Moriyoshi Koizumi [Wed, 19 Feb 2003 08:12:25 +0000 (08:12 +0000)]
MFH: fix incorrect TSRMLS_CC

21 years agoMFH: avoiding problems..
foobar [Wed, 19 Feb 2003 06:35:57 +0000 (06:35 +0000)]
MFH: avoiding problems..

22 years agoBug fixing news.
Ilia Alshanetsky [Wed, 19 Feb 2003 00:50:36 +0000 (00:50 +0000)]
Bug fixing news.

22 years agoMFH
Ilia Alshanetsky [Wed, 19 Feb 2003 00:49:38 +0000 (00:49 +0000)]
MFH

22 years agoBFN
Moriyoshi Koizumi [Tue, 18 Feb 2003 18:15:44 +0000 (18:15 +0000)]
BFN

22 years agoMFH(r1.359): Fixed bug #21708
Moriyoshi Koizumi [Tue, 18 Feb 2003 18:14:32 +0000 (18:14 +0000)]
MFH(r1.359): Fixed bug #21708

22 years agoBFN
Moriyoshi Koizumi [Tue, 18 Feb 2003 15:26:20 +0000 (15:26 +0000)]
BFN

22 years agoMFH(r1.307): Fixed bug #21689
Moriyoshi Koizumi [Tue, 18 Feb 2003 15:22:46 +0000 (15:22 +0000)]
MFH(r1.307): Fixed bug #21689

22 years agoSanity check to prevent errors in other extensions tests.
foobar [Mon, 17 Feb 2003 22:44:47 +0000 (22:44 +0000)]
Sanity check to prevent errors in other extensions tests.

22 years agoMFH
foobar [Mon, 17 Feb 2003 18:16:49 +0000 (18:16 +0000)]
MFH

22 years agoBump up the version.
foobar [Mon, 17 Feb 2003 00:02:11 +0000 (00:02 +0000)]
Bump up the version.

22 years agoMFH
Anil Madhavapeddy [Sun, 16 Feb 2003 01:32:30 +0000 (01:32 +0000)]
MFH

22 years ago- Remove all of it.
foobar [Sat, 15 Feb 2003 22:20:55 +0000 (22:20 +0000)]
- Remove all of it.
# Ian, this was really unnecessary..

22 years ago After short discussion, the #php.bugs mob decided that we don't want
Ian Holsman [Sat, 15 Feb 2003 22:16:03 +0000 (22:16 +0000)]
After short discussion, the #php.bugs mob decided that we don't want
    this in PHP_4_3 branch. At least as long as it doesn't work as well
    (or preferrably better :) than the apache2filter SAPI does.

    So please remove it from the branch for now..

    --Jani

22 years agoBFN
foobar [Sat, 15 Feb 2003 20:42:49 +0000 (20:42 +0000)]
BFN

22 years ago* import PEAR 1.0.1
Stig Bakken [Sat, 15 Feb 2003 20:28:54 +0000 (20:28 +0000)]
* import PEAR 1.0.1

22 years agoMFH: Fix for bug #22220
foobar [Sat, 15 Feb 2003 20:23:12 +0000 (20:23 +0000)]
MFH: Fix for bug #22220

22 years agoB.F.N.
Moriyoshi Koizumi [Sat, 15 Feb 2003 20:00:03 +0000 (20:00 +0000)]
B.F.N.

22 years agoMFH(r1.155): Fixed bug #22234
Moriyoshi Koizumi [Sat, 15 Feb 2003 19:59:26 +0000 (19:59 +0000)]
MFH(r1.155): Fixed bug #22234

22 years agoB.F.N.
Moriyoshi Koizumi [Sat, 15 Feb 2003 16:00:20 +0000 (16:00 +0000)]
B.F.N.

22 years agoMFH(r1.65): Fixed bug #22227
Moriyoshi Koizumi [Sat, 15 Feb 2003 15:59:13 +0000 (15:59 +0000)]
MFH(r1.65): Fixed bug #22227
MFH: Added test case for bug #22227

22 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Sat, 15 Feb 2003 15:57:32 +0000 (15:57 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

22 years agobug fixed.
Wez Furlong [Sat, 15 Feb 2003 15:16:58 +0000 (15:16 +0000)]
bug fixed.

22 years agoMFH: added test case for bug #22231
Moriyoshi Koizumi [Sat, 15 Feb 2003 15:15:45 +0000 (15:15 +0000)]
MFH: added test case for bug #22231

22 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Sat, 15 Feb 2003 15:15:15 +0000 (15:15 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

22 years agoMFH: Fix for Bug #21809 (select() never times out during socket shutdown)
Wez Furlong [Sat, 15 Feb 2003 15:11:57 +0000 (15:11 +0000)]
MFH: Fix for Bug #21809 (select() never times out during socket shutdown)

22 years agoOption -b needs an argument. This fixes #22229.
Edin Kadribasic [Sat, 15 Feb 2003 13:26:05 +0000 (13:26 +0000)]
Option -b needs an argument. This fixes #22229.
# Note -b still seems to be broken:
# sapi/cgi/php -b 4444
# Status: 404
# Content-type: text/html
# X-Powered-By: PHP/4.3.1-dev
#
# No input file specified.

22 years agoalternate apache2 SAPI.
Ian Holsman [Sat, 15 Feb 2003 05:49:31 +0000 (05:49 +0000)]
alternate apache2 SAPI.

22 years agoSlight fix for consistency
Moriyoshi Koizumi [Fri, 14 Feb 2003 19:48:57 +0000 (19:48 +0000)]
Slight fix for consistency

22 years agoMFH: xbm improvements
Marcus Boerger [Fri, 14 Feb 2003 19:46:21 +0000 (19:46 +0000)]
MFH: xbm improvements

22 years agoBFN
Moriyoshi Koizumi [Fri, 14 Feb 2003 19:44:02 +0000 (19:44 +0000)]
BFN

22 years agoFixed wrong commit: s/&/*/
Moriyoshi Koizumi [Fri, 14 Feb 2003 19:07:38 +0000 (19:07 +0000)]
Fixed wrong commit: s/&/*/

22 years agoMFH(r1.358): Fixed a str_replace() bug similar to bug #22224
Moriyoshi Koizumi [Fri, 14 Feb 2003 19:00:43 +0000 (19:00 +0000)]
MFH(r1.358): Fixed a str_replace() bug similar to bug #22224

22 years agoMFH(r1.357): Fixed bug #22224
Moriyoshi Koizumi [Fri, 14 Feb 2003 18:44:51 +0000 (18:44 +0000)]
MFH(r1.357): Fixed bug #22224
MFH: Added test case for the bug

22 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Fri, 14 Feb 2003 18:42:37 +0000 (18:42 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

22 years agoAdded missing $Id$ tag
foobar [Fri, 14 Feb 2003 14:38:01 +0000 (14:38 +0000)]
Added missing $Id$ tag

22 years ago- MFH, do not add libcrypt if crypt() is provided by libc.
foobar [Fri, 14 Feb 2003 01:27:42 +0000 (01:27 +0000)]
- MFH, do not add libcrypt if crypt() is provided by libc.

22 years agoBuf #22052 More casual efree()ing causing segfaults
Sara Golemon [Thu, 13 Feb 2003 22:18:20 +0000 (22:18 +0000)]
Buf #22052 More casual efree()ing causing segfaults

22 years agoFix for Bug #22199 (fputs() + fgets() destroys readbuffer for non-seekable streams).
Wez Furlong [Thu, 13 Feb 2003 21:03:25 +0000 (21:03 +0000)]
Fix for Bug #22199 (fputs() + fgets() destroys readbuffer for non-seekable streams).

22 years agoMFH
foobar [Thu, 13 Feb 2003 20:58:41 +0000 (20:58 +0000)]
MFH

22 years agotypofix
foobar [Thu, 13 Feb 2003 20:08:52 +0000 (20:08 +0000)]
typofix

22 years agoMFH(Bug 22059, ftp.c-r1.77)
Sara Golemon [Thu, 13 Feb 2003 19:51:02 +0000 (19:51 +0000)]
MFH(Bug 22059, ftp.c-r1.77)

22 years agoMFH
Ilia Alshanetsky [Thu, 13 Feb 2003 19:07:55 +0000 (19:07 +0000)]
MFH

22 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Thu, 13 Feb 2003 19:07:21 +0000 (19:07 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

22 years agoMFH
foobar [Thu, 13 Feb 2003 18:50:44 +0000 (18:50 +0000)]
MFH

22 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Thu, 13 Feb 2003 18:49:58 +0000 (18:49 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

22 years agoMFH
Shane Caraveo [Thu, 13 Feb 2003 18:21:23 +0000 (18:21 +0000)]
MFH

22 years agoMFH: Another IS_SLASH fix.
Wez Furlong [Thu, 13 Feb 2003 17:37:17 +0000 (17:37 +0000)]
MFH: Another IS_SLASH fix.

22 years agoMFH: relative path fix for win32
Wez Furlong [Thu, 13 Feb 2003 17:32:41 +0000 (17:32 +0000)]
MFH: relative path fix for win32

22 years agoBug fixing news.
Ilia Alshanetsky [Thu, 13 Feb 2003 17:27:28 +0000 (17:27 +0000)]
Bug fixing news.

22 years agoMFH
Ilia Alshanetsky [Thu, 13 Feb 2003 17:26:02 +0000 (17:26 +0000)]
MFH

22 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Thu, 13 Feb 2003 17:25:32 +0000 (17:25 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

22 years agoaltering history..
foobar [Thu, 13 Feb 2003 17:00:28 +0000 (17:00 +0000)]
altering history..

22 years agoadd missing include
Harald Radi [Thu, 13 Feb 2003 16:48:44 +0000 (16:48 +0000)]
add missing include

22 years agoMFH: clarify error message
Wez Furlong [Thu, 13 Feb 2003 14:43:19 +0000 (14:43 +0000)]
MFH: clarify error message

22 years agopartial MFH: avoid problems with auto_detect_line_endings.
Wez Furlong [Thu, 13 Feb 2003 13:42:31 +0000 (13:42 +0000)]
partial MFH: avoid problems with auto_detect_line_endings.