]> granicus.if.org Git - php/log
php
22 years agoReduced compiler warnings
Moriyoshi Koizumi [Fri, 10 Jan 2003 04:37:26 +0000 (04:37 +0000)]
Reduced compiler warnings

22 years agoAdded missing cast operators
Moriyoshi Koizumi [Fri, 10 Jan 2003 04:32:25 +0000 (04:32 +0000)]
Added missing cast operators

22 years agoFixed ImageRotate when rotation angle is 90 degrees, patch by
Ilia Alshanetsky [Fri, 10 Jan 2003 02:00:39 +0000 (02:00 +0000)]
Fixed ImageRotate when rotation angle is 90 degrees, patch by
leon@leonatkinson.com.

22 years agoChangeLog update
<changelog@php.net> [Fri, 10 Jan 2003 01:33:11 +0000 (01:33 +0000)]
ChangeLog update

22 years ago* prepare 1.0.1 release
Stig Bakken [Fri, 10 Jan 2003 01:24:56 +0000 (01:24 +0000)]
* prepare 1.0.1 release

22 years ago* obey PHP_PEAR_INSTALL_DIR and PHP_PEAR_PHP_BIN environment variables
Stig Bakken [Fri, 10 Jan 2003 01:16:23 +0000 (01:16 +0000)]
* obey PHP_PEAR_INSTALL_DIR and PHP_PEAR_PHP_BIN environment variables

22 years ago* verbosity fix for cvstag and cvsdiff commands
Stig Bakken [Fri, 10 Jan 2003 01:15:40 +0000 (01:15 +0000)]
* verbosity fix for cvstag and cvsdiff commands

22 years ago* TODO item
Stig Bakken [Fri, 10 Jan 2003 01:12:23 +0000 (01:12 +0000)]
* TODO item

22 years ago* add "cvsdiff" command
Stig Bakken [Fri, 10 Jan 2003 01:11:30 +0000 (01:11 +0000)]
* add "cvsdiff" command

22 years ago* use getenv() instead of $_ENV[]
Stig Bakken [Fri, 10 Jan 2003 01:11:00 +0000 (01:11 +0000)]
* use getenv() instead of $_ENV[]

22 years agoCS fixes
Ilia Alshanetsky [Thu, 9 Jan 2003 23:23:32 +0000 (23:23 +0000)]
CS fixes

22 years agoFixed a memory corruption that occurs when an unterminated " is encountered
Ilia Alshanetsky [Thu, 9 Jan 2003 22:49:18 +0000 (22:49 +0000)]
Fixed a memory corruption that occurs when an unterminated " is encountered
this bug maybe be related to #21556.

22 years agoAdding extended checks for where FreeTDS is installed
Frank M. Kromann [Thu, 9 Jan 2003 22:35:16 +0000 (22:35 +0000)]
Adding extended checks for where FreeTDS is installed

22 years agoFixed compiler warnings.
Ilia Alshanetsky [Thu, 9 Jan 2003 22:33:43 +0000 (22:33 +0000)]
Fixed compiler warnings.

22 years agoBug #21531 file_exists() and other filestat functions throw errors when in safe...
Sara Golemon [Thu, 9 Jan 2003 21:57:45 +0000 (21:57 +0000)]
Bug #21531   file_exists() and other filestat functions throw errors when in safe mode and file/directory does not exist.
Extended php_checkuid function to add "flags" field via rename to php_checkuid_ex with alias for BC in functions that do want safe mode errors thrown.

22 years agoFixed typo
Moriyoshi Koizumi [Thu, 9 Jan 2003 20:23:36 +0000 (20:23 +0000)]
Fixed typo

22 years agoImplement fprintf() and vfprintf().
Wez Furlong [Thu, 9 Jan 2003 17:29:31 +0000 (17:29 +0000)]
Implement fprintf() and vfprintf().
Add a couple of tests.

22 years agoFix bug: #21511, config.status warning
foobar [Thu, 9 Jan 2003 16:37:45 +0000 (16:37 +0000)]
Fix bug: #21511, config.status warning

22 years agoFound some more occurences of that elusive bug...
Zeev Suraski [Thu, 9 Jan 2003 16:16:57 +0000 (16:16 +0000)]
Found some more occurences of that elusive bug...

22 years agoFix one lousy, annoying lurking bug (memory corruption)
Zeev Suraski [Thu, 9 Jan 2003 16:10:33 +0000 (16:10 +0000)]
Fix one lousy, annoying lurking bug (memory corruption)
Sebastian - try coWiki again please...

22 years agoFix Bug #21523 - number_format could cause a memory allocation for a
Wez Furlong [Thu, 9 Jan 2003 15:44:49 +0000 (15:44 +0000)]
Fix Bug #21523 - number_format could cause a memory allocation for a
negative memory size in situations where the sprintf implementation of the
host system generated less decimal places than were requested.

Resolved this issue by making number_format examine the string returned
by spprintf and have it pad to the correct number of decimal places.

Added a test-case based on the bug report; the length of decimal places
required to trigger this bug is sprintf implementation dependent; as the
implementation is now using spprintf (provided by PHP), that number is
78 digits (NDIG - 2).

# I played with the idea of enhancing sprintf to do the equivalent, but
# it was too much effort considering that the precision of floats/doubles
# is not good enough to warrant it.

# This fix could do with some QA from someone else to make sure there are
# no memory bounds problems and then MFH it to PHP_4_3

22 years agoUnify and make it easy to add code into the broken-string error handler
Zeev Suraski [Thu, 9 Jan 2003 15:32:22 +0000 (15:32 +0000)]
Unify and make it easy to add code into the broken-string error handler

22 years ago* added debug_backtrace() support to PEAR errors
Stig Bakken [Thu, 9 Jan 2003 15:14:23 +0000 (15:14 +0000)]
* added debug_backtrace() support to PEAR errors

22 years ago* System::which() now checks .exe .bat .cmd and .com on Windows
Stig Bakken [Thu, 9 Jan 2003 15:11:27 +0000 (15:11 +0000)]
* System::which() now checks .exe .bat .cmd and .com on Windows

22 years ago* cleanups
Stig Bakken [Thu, 9 Jan 2003 15:06:14 +0000 (15:06 +0000)]
* cleanups

22 years agoFix writability checks
Zeev Suraski [Thu, 9 Jan 2003 14:46:46 +0000 (14:46 +0000)]
Fix writability checks

22 years agoTime for an update
Zeev Suraski [Thu, 9 Jan 2003 10:03:26 +0000 (10:03 +0000)]
Time for an update

22 years agoFix leak
Zeev Suraski [Thu, 9 Jan 2003 09:22:44 +0000 (09:22 +0000)]
Fix leak

22 years agoUse the correct link when checking for more results on stored procedures
Frank M. Kromann [Thu, 9 Jan 2003 08:19:41 +0000 (08:19 +0000)]
Use the correct link when checking for more results on stored procedures

22 years agoRestire BC for mssql_execute(). This will not break the new feature for handling
Frank M. Kromann [Thu, 9 Jan 2003 08:00:07 +0000 (08:00 +0000)]
Restire BC for mssql_execute(). This will not break the new feature for handling
multiple results from a single stired procedure.
Adding mssql_free_statement()

22 years agoFixed bug #21529 (memory corruption by fsockopen()).
Ilia Alshanetsky [Thu, 9 Jan 2003 03:33:15 +0000 (03:33 +0000)]
Fixed bug #21529 (memory corruption by fsockopen()).

22 years agochanged from LVAL to RESVAL macro
Frank M. Kromann [Thu, 9 Jan 2003 02:44:44 +0000 (02:44 +0000)]
changed from LVAL to RESVAL macro

22 years agoChangeLog update
<changelog@php.net> [Thu, 9 Jan 2003 01:33:21 +0000 (01:33 +0000)]
ChangeLog update

22 years agoAdjust config.m4 for new build system and improve lib detection a little
Yasuo Ohgaki [Thu, 9 Jan 2003 01:19:26 +0000 (01:19 +0000)]
Adjust config.m4 for new build system and improve lib detection a little

22 years agoFix the ZTS build.
foobar [Thu, 9 Jan 2003 00:15:33 +0000 (00:15 +0000)]
Fix the ZTS build.

22 years agoReimplemented base64 filter to use iconv()-like facility for flexibility.
Moriyoshi Koizumi [Wed, 8 Jan 2003 23:44:38 +0000 (23:44 +0000)]
Reimplemented base64 filter to use iconv()-like facility for flexibility.
# I'm leaving the code dirty & ugly prior to the discussion.

22 years agoChanged global data type to avoid problems with initialization
Frank M. Kromann [Wed, 8 Jan 2003 23:19:54 +0000 (23:19 +0000)]
Changed global data type to avoid problems with initialization

22 years agoAdded support for WBMP images.
Ilia Alshanetsky [Wed, 8 Jan 2003 20:36:03 +0000 (20:36 +0000)]
Added support for WBMP images.

22 years agoFixed bug #21518.
Ilia Alshanetsky [Wed, 8 Jan 2003 18:11:40 +0000 (18:11 +0000)]
Fixed bug #21518.
Fixed memory in leak ImageCreateFromString().
Fixed a bug that prevented proper identification of WBMP images and thus
prevented ImageCreateFromString() from working on those images.

22 years agocvs is dev not alpha.
James Cox [Wed, 8 Jan 2003 17:30:49 +0000 (17:30 +0000)]
cvs is dev not alpha.

22 years agoMFZE2
Ilia Alshanetsky [Wed, 8 Jan 2003 16:41:47 +0000 (16:41 +0000)]
MFZE2

22 years agoFix UMR
Zeev Suraski [Wed, 8 Jan 2003 13:28:16 +0000 (13:28 +0000)]
Fix UMR

22 years agofixed bug #21498
Georg Richter [Wed, 8 Jan 2003 11:00:06 +0000 (11:00 +0000)]
fixed bug #21498

22 years agoRemoved unused variable.
Ilia Alshanetsky [Wed, 8 Jan 2003 03:33:00 +0000 (03:33 +0000)]
Removed unused variable.

22 years agoFixed bug #21499 (more descriptive message in the event of require/include
Ilia Alshanetsky [Wed, 8 Jan 2003 02:44:09 +0000 (02:44 +0000)]
Fixed bug #21499 (more descriptive message in the event of require/include
failure).

22 years agoNEWS update
<changelog@php.net> [Wed, 8 Jan 2003 01:38:00 +0000 (01:38 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Wed, 8 Jan 2003 01:34:57 +0000 (01:34 +0000)]
ChangeLog update

22 years agoFixed bug #21297. The fix also fixes miscalculation of lines numbers by 1
Ilia Alshanetsky [Wed, 8 Jan 2003 00:41:53 +0000 (00:41 +0000)]
Fixed bug #21297. The fix also fixes miscalculation of lines numbers by 1
due the previously mentioned bug.

22 years agoVersion is char ;).
Ilia Alshanetsky [Wed, 8 Jan 2003 00:38:36 +0000 (00:38 +0000)]
Version is char ;).

22 years agofix default umask(); (thx to Mirco MEEBEY Bauer for bringing this behavior to my...
Christian Dickmann [Tue, 7 Jan 2003 23:12:06 +0000 (23:12 +0000)]
fix default umask(); (thx to Mirco MEEBEY Bauer for bringing this behavior to my attention and testing the patch)

22 years agoVersion tag for future move to PECL
Dan Kalowsky [Tue, 7 Jan 2003 23:00:11 +0000 (23:00 +0000)]
Version tag for future move to PECL

22 years agoReverting last change as it really doesn't fix longreadlen problems in all
Dan Kalowsky [Tue, 7 Jan 2003 22:56:58 +0000 (22:56 +0000)]
Reverting last change as it really doesn't fix longreadlen problems in all
cases.

22 years agoInstances should not be freed in dtor()...
Moriyoshi Koizumi [Tue, 7 Jan 2003 22:53:42 +0000 (22:53 +0000)]
Instances should not be freed in dtor()...

22 years agoMade error msg format more consistent
Moriyoshi Koizumi [Tue, 7 Jan 2003 22:52:24 +0000 (22:52 +0000)]
Made error msg format more consistent

22 years agoFix line drawed twice (L. Atkinson)
Pierre Joye [Tue, 7 Jan 2003 22:34:00 +0000 (22:34 +0000)]
Fix line drawed twice (L. Atkinson)

22 years agoBackout changes between 1.6 and 1.7
Sara Golemon [Tue, 7 Jan 2003 16:43:26 +0000 (16:43 +0000)]
Backout changes between 1.6 and 1.7

22 years agoAdd missing call
Zeev Suraski [Tue, 7 Jan 2003 16:33:28 +0000 (16:33 +0000)]
Add missing call

22 years agoAdded support for Shared Data Mode for OCI8_VERSION >= 8.1, which will provide memory...
Levi Dixon [Tue, 7 Jan 2003 15:55:59 +0000 (15:55 +0000)]
Added support for Shared Data Mode for OCI8_VERSION >= 8.1, which will provide memory savings by sharing common statement data

22 years ago#17098 was MFH'ed
Edin Kadribasic [Tue, 7 Jan 2003 15:27:27 +0000 (15:27 +0000)]
#17098 was MFH'ed

22 years agoAdded a check for availability of PCRE extension needed by test-suite.
Ilia Alshanetsky [Tue, 7 Jan 2003 15:21:34 +0000 (15:21 +0000)]
Added a check for availability of PCRE extension needed by test-suite.

22 years ago* Synchronize with /pear/Archive_Tar/Tar.php 1.5 :
Vincent Blavet [Tue, 7 Jan 2003 15:04:42 +0000 (15:04 +0000)]
* Synchronize with /pear/Archive_Tar/Tar.php 1.5 :
  - Add support for long filenames (greater than 99 characters)
  - Add private methods _readLongHeader() and _writeLongHeader()

22 years agoFixed ZTS build with ZE2.
Ilia Alshanetsky [Tue, 7 Jan 2003 14:34:41 +0000 (14:34 +0000)]
Fixed ZTS build with ZE2.

22 years agoZTS cleanup.
Ilia Alshanetsky [Tue, 7 Jan 2003 13:02:43 +0000 (13:02 +0000)]
ZTS cleanup.

22 years agoFix leaks
Zeev Suraski [Tue, 7 Jan 2003 12:11:40 +0000 (12:11 +0000)]
Fix leaks

22 years agowhitespace
Zeev Suraski [Tue, 7 Jan 2003 11:37:09 +0000 (11:37 +0000)]
whitespace

22 years agoMFB:
Edin Kadribasic [Tue, 7 Jan 2003 11:24:17 +0000 (11:24 +0000)]
MFB:
Fixed bug #21442 (Crash of mail() on Windows when the first parameter
is empty).

22 years agocall dtors on shutdown
Zeev Suraski [Tue, 7 Jan 2003 10:33:22 +0000 (10:33 +0000)]
call dtors on shutdown

22 years agotell user which header files could not be found
Sascha Schumann [Tue, 7 Jan 2003 09:49:08 +0000 (09:49 +0000)]
tell user which header files could not be found

22 years agoFixed small leak
Moriyoshi Koizumi [Tue, 7 Jan 2003 08:57:27 +0000 (08:57 +0000)]
Fixed small leak

22 years agoMaking the mssql extension work when build as a shared object
Frank M. Kromann [Tue, 7 Jan 2003 05:19:48 +0000 (05:19 +0000)]
Making the mssql extension work when build as a shared object

22 years agoFixed ZTS build.
Ilia Alshanetsky [Tue, 7 Jan 2003 03:44:12 +0000 (03:44 +0000)]
Fixed ZTS build.

22 years agoMFB + CS
Ilia Alshanetsky [Tue, 7 Jan 2003 02:47:24 +0000 (02:47 +0000)]
MFB + CS

22 years agoTrivial grammer fix
Moriyoshi Koizumi [Tue, 7 Jan 2003 01:46:38 +0000 (01:46 +0000)]
Trivial grammer fix

22 years agoImplemented quoted-printable stream filter
Moriyoshi Koizumi [Tue, 7 Jan 2003 01:41:18 +0000 (01:41 +0000)]
Implemented quoted-printable stream filter

22 years agoNEWS update
<changelog@php.net> [Tue, 7 Jan 2003 01:36:37 +0000 (01:36 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Tue, 7 Jan 2003 01:34:32 +0000 (01:34 +0000)]
ChangeLog update

22 years agoAdd option to stream_get_filters() user-defined fiters vs. all filters, default to...
Sara Golemon [Tue, 7 Jan 2003 01:02:29 +0000 (01:02 +0000)]
Add option to stream_get_filters() user-defined fiters vs. all filters, default to user only

22 years agoImplemented string.base64 stream filter
Moriyoshi Koizumi [Tue, 7 Jan 2003 00:03:25 +0000 (00:03 +0000)]
Implemented string.base64 stream filter
@- Implemented string.base64 stream filter. (Moriyoshi)

22 years agoAdding support for anonymous fileuploads (#21450)
Stefan Esser [Mon, 6 Jan 2003 23:51:28 +0000 (23:51 +0000)]
Adding support for anonymous fileuploads (#21450)

22 years agoFix for Bug #20827: where stat is a macro on Tru64.
Wez Furlong [Mon, 6 Jan 2003 23:27:03 +0000 (23:27 +0000)]
Fix for Bug #20827: where stat is a macro on Tru64.
Patch from <julien.soula@free.fr>

22 years agoFixed bug #21453 (improper handling of non-terminated <).
Ilia Alshanetsky [Mon, 6 Jan 2003 22:13:03 +0000 (22:13 +0000)]
Fixed bug #21453 (improper handling of non-terminated <).

22 years agoFixed Bug #21443 and related bug #21468.
Ilia Alshanetsky [Mon, 6 Jan 2003 21:43:28 +0000 (21:43 +0000)]
Fixed Bug #21443 and related bug #21468.

22 years agoPatch for bug #19349
Dan Kalowsky [Mon, 6 Jan 2003 18:23:55 +0000 (18:23 +0000)]
Patch for bug #19349

22 years agoCorrection for bug #21279
Dan Kalowsky [Mon, 6 Jan 2003 18:10:06 +0000 (18:10 +0000)]
Correction for bug #21279

22 years agoMoved php_quot_print_decode() to quot_print.c so that it can be used
Moriyoshi Koizumi [Mon, 6 Jan 2003 15:47:25 +0000 (15:47 +0000)]
Moved php_quot_print_decode() to quot_print.c so that it can be used
outside the iconv module

22 years agoAdded more RFC2047-compliancy check in iconv_mime_decode()
Moriyoshi Koizumi [Mon, 6 Jan 2003 15:40:22 +0000 (15:40 +0000)]
Added more RFC2047-compliancy check in iconv_mime_decode()

22 years agoFixed iconv_mime_decode() so that it comforms to RFC2231
Moriyoshi Koizumi [Mon, 6 Jan 2003 15:35:42 +0000 (15:35 +0000)]
Fixed iconv_mime_decode() so that it comforms to RFC2231

22 years agofixed missing & (Thx to Sebastian Bergmann)
Georg Richter [Mon, 6 Jan 2003 14:13:47 +0000 (14:13 +0000)]
fixed missing & (Thx to Sebastian Bergmann)

22 years agoMake it slightly more obvious that the return value is relative to the length
Wez Furlong [Mon, 6 Jan 2003 14:04:23 +0000 (14:04 +0000)]
Make it slightly more obvious that the return value is relative to the length
of the input data.

22 years agoFix for bug #21406; infinite loop during filter flushing.
Wez Furlong [Mon, 6 Jan 2003 14:00:57 +0000 (14:00 +0000)]
Fix for bug #21406; infinite loop during filter flushing.

22 years agoMFB:
Edin Kadribasic [Mon, 6 Jan 2003 10:49:52 +0000 (10:49 +0000)]
MFB:
Fixed bug #20503 (imagesetbrush() availability on windows).

22 years agoRemoved #ifdef NetWare and made the necessary changes in the directory structure...
Anantha Kesari H Y [Mon, 6 Jan 2003 10:28:34 +0000 (10:28 +0000)]
Removed #ifdef NetWare and made the necessary changes in the directory structure of NetWare.

22 years agoHeader file for PostgreSQL. Moved from netware directory to netware/libpq directory.
Anantha Kesari H Y [Mon, 6 Jan 2003 10:27:33 +0000 (10:27 +0000)]
Header file for PostgreSQL. Moved from netware directory to netware/libpq directory.

22 years agoThis file moved to netware/libpq directory.
Anantha Kesari H Y [Mon, 6 Jan 2003 10:24:36 +0000 (10:24 +0000)]
This file moved to netware/libpq directory.

22 years ago- get_path forgotten in .h file
Christian Stocker [Mon, 6 Jan 2003 09:59:53 +0000 (09:59 +0000)]
- get_path forgotten in .h file
- fix crash in domxml_node_insert_before() (by Lukas Schröder)

22 years agoAdded symbols to build PostgreSQL extension for NetWare.
Anantha Kesari H Y [Mon, 6 Jan 2003 09:08:55 +0000 (09:08 +0000)]
Added symbols to build PostgreSQL extension for NetWare.

22 years agoChanges for NetWare makefile.
Anantha Kesari H Y [Mon, 6 Jan 2003 09:05:59 +0000 (09:05 +0000)]
Changes for NetWare makefile.

22 years agoMakefile added newly and modified the header file for NetWare.
Anantha Kesari H Y [Mon, 6 Jan 2003 09:05:03 +0000 (09:05 +0000)]
Makefile added newly and modified the header file for NetWare.

22 years ago@- Added domxml_node_get_path() (Lukas Schröder)
Christian Stocker [Mon, 6 Jan 2003 08:47:35 +0000 (08:47 +0000)]
@- Added domxml_node_get_path() (Lukas Schröder)
- Fixed segfault, when trying to add a node to itself.

22 years agoAdded #ifdef HAVE_SYSLOG_H around syslog function in the whole file to avoid link...
Anantha Kesari H Y [Mon, 6 Jan 2003 05:59:17 +0000 (05:59 +0000)]
Added #ifdef HAVE_SYSLOG_H around syslog function in the whole file to avoid link failure.