]> granicus.if.org Git - php/log
php
19 years agoMFH: Fixed bug #29424 (width and height inverted for JPEG2000 files).
Ilia Alshanetsky [Sun, 6 Mar 2005 17:05:41 +0000 (17:05 +0000)]
MFH: Fixed bug #29424 (width and height inverted for JPEG2000 files).

19 years agowtf?
Rasmus Lerdorf [Sat, 5 Mar 2005 18:30:47 +0000 (18:30 +0000)]
wtf?

19 years agoMFH
foobar [Fri, 4 Mar 2005 15:16:27 +0000 (15:16 +0000)]
MFH

19 years ago- Remove <b>-Tag from error message
Johannes Schlüter [Thu, 3 Mar 2005 10:41:19 +0000 (10:41 +0000)]
- Remove <b>-Tag from error message

19 years agoMFH
Zeev Suraski [Thu, 3 Mar 2005 09:58:20 +0000 (09:58 +0000)]
MFH

19 years agoMFH: Fixed bug #32160 (file truncation in copy() when source & destination are
Ilia Alshanetsky [Thu, 3 Mar 2005 03:31:59 +0000 (03:31 +0000)]
MFH: Fixed bug #32160 (file truncation in copy() when source & destination are
the same).

19 years agotypofix
foobar [Wed, 2 Mar 2005 21:46:45 +0000 (21:46 +0000)]
typofix

19 years agoMFH
Stefan Esser [Wed, 2 Mar 2005 18:23:49 +0000 (18:23 +0000)]
MFH

19 years agotouch
foobar [Tue, 1 Mar 2005 21:56:40 +0000 (21:56 +0000)]
touch

19 years agoMFH: Fixed bug #31792 (getrusage() does not provide ru_nswap value).
Ilia Alshanetsky [Tue, 1 Mar 2005 21:34:30 +0000 (21:34 +0000)]
MFH: Fixed bug #31792 (getrusage() does not provide ru_nswap value).

19 years agoAllow = sign in long option argument.
Andrei Zmievski [Tue, 1 Mar 2005 18:19:48 +0000 (18:19 +0000)]
Allow = sign in long option argument.
Fixes PEAR bug #1831.

19 years agoMFH
Stefan Esser [Tue, 1 Mar 2005 13:53:35 +0000 (13:53 +0000)]
MFH

19 years agoMFH: checks for negative values to gmp_sqrt(), gmp_powm(), gmp_sqrtrem()
Antony Dovgal [Tue, 1 Mar 2005 13:18:31 +0000 (13:18 +0000)]
MFH: checks for negative values to gmp_sqrt(), gmp_powm(), gmp_sqrtrem()
and gmp_fact() to prevent SIGFPE
changed zend_error() to php_error_docref()

19 years agoMFH: - Fixed bug #31672 (</script> not considered closing tag if
foobar [Tue, 1 Mar 2005 02:22:42 +0000 (02:22 +0000)]
MFH: - Fixed bug #31672 (</script> not considered closing tag if
MFH:   preceded by one-line comment

19 years agoMFH
Stefan Esser [Mon, 28 Feb 2005 16:33:23 +0000 (16:33 +0000)]
MFH

19 years agoFreeTDS does not have support for DBTEXTLIMIT
Frank M. Kromann [Fri, 25 Feb 2005 23:23:54 +0000 (23:23 +0000)]
FreeTDS does not have support for DBTEXTLIMIT

19 years agono message
Rob Richards [Fri, 25 Feb 2005 22:13:37 +0000 (22:13 +0000)]
no message

19 years agoMFH: allow building oci8 as shared
Antony Dovgal [Fri, 25 Feb 2005 11:33:24 +0000 (11:33 +0000)]
MFH: allow building oci8 as shared

19 years ago- MFH
Marcus Boerger [Thu, 24 Feb 2005 20:54:18 +0000 (20:54 +0000)]
- MFH

19 years agopack() issues were resolved.
Ilia Alshanetsky [Wed, 23 Feb 2005 22:40:18 +0000 (22:40 +0000)]
pack() issues were resolved.

19 years ago- MFH: Synch with the latest checkouts. (include fix by Joe Orton. Thanks.)
Moriyoshi Koizumi [Wed, 23 Feb 2005 13:36:14 +0000 (13:36 +0000)]
- MFH: Synch with the latest checkouts.  (include fix by Joe Orton. Thanks.)

19 years agoMFH: Fixed bug #31288 (Possible crash in mysql_fetch_field(), if
Ilia Alshanetsky [Tue, 22 Feb 2005 15:00:49 +0000 (15:00 +0000)]
MFH: Fixed bug #31288 (Possible crash in mysql_fetch_field(), if
mysql_list_fields() was not called previously).

19 years agoMFH: nuke unused variables when PCRE is not compiled statically into PHP
foobar [Tue, 22 Feb 2005 14:46:24 +0000 (14:46 +0000)]
MFH: nuke unused variables when PCRE is not compiled statically into PHP

19 years ago- MFH: fix bug #32063 (mb_convert_encoding ignores named entity 'alpha')
Moriyoshi Koizumi [Tue, 22 Feb 2005 10:09:58 +0000 (10:09 +0000)]
- MFH: fix bug #32063 (mb_convert_encoding ignores named entity 'alpha')

19 years agopackport fix from PHP5: read post data if they wreen't read
Stanislav Malyshev [Mon, 21 Feb 2005 12:29:02 +0000 (12:29 +0000)]
packport fix from PHP5: read post data if they wreen't read
# this is needed for FCGI correct functioning

19 years ago- MFH: fix bug #30573 (compiler warning due to invalid type cast).
Moriyoshi Koizumi [Mon, 21 Feb 2005 10:15:03 +0000 (10:15 +0000)]
- MFH: fix bug #30573 (compiler warning due to invalid type cast).

19 years ago- MFH: fix compiler warnings.
Moriyoshi Koizumi [Mon, 21 Feb 2005 08:03:48 +0000 (08:03 +0000)]
- MFH: fix compiler warnings.

19 years ago- MFH: add testcases for bug #28220, #30549 and #31911.
Moriyoshi Koizumi [Mon, 21 Feb 2005 07:46:35 +0000 (07:46 +0000)]
- MFH: add testcases for bug #28220, #30549 and #31911.

19 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Mon, 21 Feb 2005 07:45:38 +0000 (07:45 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

19 years ago- Upgrade libmbfl (fixers bug #28220, #30549 and #31911).
Moriyoshi Koizumi [Mon, 21 Feb 2005 07:10:14 +0000 (07:10 +0000)]
- Upgrade libmbfl (fixers bug #28220, #30549 and #31911).

19 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Sun, 20 Feb 2005 22:20:24 +0000 (22:20 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

19 years ago- Added test case for bug #32021.
Derick Rethans [Fri, 18 Feb 2005 13:41:28 +0000 (13:41 +0000)]
- Added test case for bug #32021.

19 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Fri, 18 Feb 2005 13:37:24 +0000 (13:37 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

19 years ago- Commit NEWS Entry for:
Andi Gutmans [Thu, 17 Feb 2005 22:08:29 +0000 (22:08 +0000)]
- Commit NEWS Entry for:
- Fixed bug #31960 (msql_fetch_row() and msql_fetch_array() dropping columns
  with NULL values). (Daniel Convissor)

19 years ago- MFH
Andi Gutmans [Thu, 17 Feb 2005 20:14:03 +0000 (20:14 +0000)]
- MFH

19 years agoMFH: Fixed bug #27633 (Double \r problem on ftp_get in ASCII mode on Win32).
Ilia Alshanetsky [Thu, 17 Feb 2005 15:38:34 +0000 (15:38 +0000)]
MFH: Fixed bug #27633 (Double \r problem on ftp_get in ASCII mode on Win32).

19 years agows/cs
foobar [Thu, 17 Feb 2005 09:26:12 +0000 (09:26 +0000)]
ws/cs

19 years agoMFH: MFH: Fixed bug #31440 ($GLOBALS can be overwritten via GPC when
Ilia Alshanetsky [Thu, 17 Feb 2005 04:46:52 +0000 (04:46 +0000)]
MFH: MFH: Fixed bug #31440 ($GLOBALS can be overwritten via GPC when
register_globals is enabled).

19 years agoMFH: - Compile fix for systems without int32_t typedef
foobar [Thu, 17 Feb 2005 04:45:21 +0000 (04:45 +0000)]
MFH: - Compile fix for systems without int32_t typedef

19 years agoMFH:- Fixed bug #29554 (compile failure when using --with-pspell=/usr/local)
foobar [Thu, 17 Feb 2005 03:51:50 +0000 (03:51 +0000)]
MFH:- Fixed bug #29554 (compile failure when using --with-pspell=/usr/local)

19 years agoMFH
Edin Kadribasic [Wed, 16 Feb 2005 12:23:06 +0000 (12:23 +0000)]
MFH

19 years agoMFH: Fixed bug #31986 (Max nesting limit set too low).
Ilia Alshanetsky [Tue, 15 Feb 2005 21:56:39 +0000 (21:56 +0000)]
MFH: Fixed bug #31986 (Max nesting limit set too low).

19 years agoMFH
foobar [Tue, 15 Feb 2005 08:52:33 +0000 (08:52 +0000)]
MFH

19 years ago- MFH
Marcus Boerger [Tue, 15 Feb 2005 08:12:29 +0000 (08:12 +0000)]
- MFH

19 years agoMFH: file upload prunning.
Ilia Alshanetsky [Tue, 15 Feb 2005 00:28:39 +0000 (00:28 +0000)]
MFH: file upload prunning.

19 years agoMFH
foobar [Mon, 14 Feb 2005 23:46:07 +0000 (23:46 +0000)]
MFH

19 years agoFix typo
foobar [Mon, 14 Feb 2005 22:18:46 +0000 (22:18 +0000)]
Fix typo

19 years agoMFH: - Removed duplicate error + reset error in new sockets
foobar [Mon, 14 Feb 2005 22:17:30 +0000 (22:17 +0000)]
MFH: - Removed duplicate error + reset error in new sockets

19 years agoMFH: nuke non-existing ini option
foobar [Mon, 14 Feb 2005 08:26:10 +0000 (08:26 +0000)]
MFH: nuke non-existing ini option

19 years agoMFH: nuke unused code
foobar [Mon, 14 Feb 2005 08:23:20 +0000 (08:23 +0000)]
MFH: nuke unused code

19 years agoMFH: missing $Id$ tags
foobar [Sun, 13 Feb 2005 17:54:56 +0000 (17:54 +0000)]
MFH: missing $Id$ tags

19 years agoMFH: - Added the alias session_commit() (more intuitive name for session_write_close())
foobar [Sun, 13 Feb 2005 17:51:32 +0000 (17:51 +0000)]
MFH: - Added the alias session_commit() (more intuitive name for session_write_close())
MFH: - Partial sync of the file by adding macro SESSION_CHECK_ACTIVE_STATE

19 years agoMFH
foobar [Sat, 12 Feb 2005 18:30:03 +0000 (18:30 +0000)]
MFH

19 years ago- Fixed bug #31936 (set_h_errno() is redefined incompatibly)
foobar [Sat, 12 Feb 2005 18:16:04 +0000 (18:16 +0000)]
- Fixed bug #31936 (set_h_errno() is redefined incompatibly)

19 years agoRevert
foobar [Fri, 11 Feb 2005 03:34:04 +0000 (03:34 +0000)]
Revert

19 years agoRevert broken patch
foobar [Fri, 11 Feb 2005 02:12:30 +0000 (02:12 +0000)]
Revert broken patch

19 years agoMFH: - Multiple fixes for nasty leaks in ZTS mode
foobar [Thu, 10 Feb 2005 22:50:47 +0000 (22:50 +0000)]
MFH: - Multiple fixes for nasty leaks in ZTS mode

19 years ago- Fixed bug #31920 (zend_strtod.c error: conflicting types for 'int8_t')
foobar [Thu, 10 Feb 2005 22:20:27 +0000 (22:20 +0000)]
- Fixed bug #31920 (zend_strtod.c error: conflicting types for 'int8_t')

19 years agoMFH: change return value from false to true, when a statement was executed with warnings
Frank M. Kromann [Wed, 9 Feb 2005 19:33:32 +0000 (19:33 +0000)]
MFH: change return value from false to true, when a statement was executed with warnings

19 years agoMFH: Check for warnings and return the warning texts
Frank M. Kromann [Wed, 9 Feb 2005 18:50:49 +0000 (18:50 +0000)]
MFH: Check for warnings and return the warning texts

19 years agoMFH fix for bug #31901
Rasmus Lerdorf [Wed, 9 Feb 2005 16:23:49 +0000 (16:23 +0000)]
MFH fix for bug #31901

19 years agoMFH: Fixed bug #31527 (crash in msg_send() when non-string is stored without
Ilia Alshanetsky [Mon, 7 Feb 2005 22:32:31 +0000 (22:32 +0000)]
MFH: Fixed bug #31527 (crash in msg_send() when non-string is stored without
being serialized).

19 years agoMFH: fix leaks in ext/filepro
Antony Dovgal [Mon, 7 Feb 2005 13:33:04 +0000 (13:33 +0000)]
MFH: fix leaks in ext/filepro

19 years agoMFH: - Fixed bug #31858 (--disable-cli does not force --without-pear)
foobar [Mon, 7 Feb 2005 12:51:52 +0000 (12:51 +0000)]
MFH: - Fixed bug #31858 (--disable-cli does not force --without-pear)

20 years agofix test
foobar [Fri, 4 Feb 2005 23:24:22 +0000 (23:24 +0000)]
fix test

20 years ago- MFH: Fixed bug #31754 (dbase_open() fails for mode = 1). (Mehdi, Derick)
Derick Rethans [Fri, 4 Feb 2005 14:29:21 +0000 (14:29 +0000)]
- MFH: Fixed bug #31754 (dbase_open() fails for mode = 1). (Mehdi, Derick)

20 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Fri, 4 Feb 2005 14:28:51 +0000 (14:28 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

20 years agoMFH: Fixed bug #31842 (*date('r') does not return RFC2822 conforming date string).
foobar [Fri, 4 Feb 2005 13:09:24 +0000 (13:09 +0000)]
MFH: Fixed bug #31842 (*date('r') does not return RFC2822 conforming date string).

20 years agoMFH: - Fixed bug #28227 (PHP CGI depends upon non-standard SCRIPT_FILENAME)
foobar [Fri, 4 Feb 2005 10:42:01 +0000 (10:42 +0000)]
MFH: - Fixed bug #28227 (PHP CGI depends upon non-standard SCRIPT_FILENAME)
# patch by: lukem at NetBSD dot org

20 years agoMFH: Proper fix for bug #31796 .
Ilia Alshanetsky [Fri, 4 Feb 2005 00:22:03 +0000 (00:22 +0000)]
MFH: Proper fix for bug #31796 .

20 years agoMFH: Fixed bug #31796 (readline completion handler does not handle empty
Ilia Alshanetsky [Thu, 3 Feb 2005 22:46:55 +0000 (22:46 +0000)]
MFH: Fixed bug #31796 (readline completion handler does not handle empty
return values).

20 years agoMFH: Fix buildconf with BSD make
foobar [Thu, 3 Feb 2005 17:43:04 +0000 (17:43 +0000)]
MFH: Fix buildconf with BSD make

20 years ago- MFH: Fixed bug #28804 (ini-file section parsing pattern is buggy).
foobar [Thu, 3 Feb 2005 03:02:07 +0000 (03:02 +0000)]
- MFH: Fixed bug #28804 (ini-file section parsing pattern is buggy).

20 years agoMFH: Fixed bug #31514 (open_basedir uses path_translated rather then cwd for .
Ilia Alshanetsky [Wed, 2 Feb 2005 23:44:07 +0000 (23:44 +0000)]
MFH: Fixed bug #31514 (open_basedir uses path_translated rather then cwd for .
translation).

20 years agoMFH: Fixed bug #31797 (exif_read_data() uses too low nesting limit).
Ilia Alshanetsky [Tue, 1 Feb 2005 23:29:01 +0000 (23:29 +0000)]
MFH: Fixed bug #31797 (exif_read_data() uses too low nesting limit).

20 years agoMFH: Final version of filename upload handling.
Ilia Alshanetsky [Tue, 1 Feb 2005 02:33:25 +0000 (02:33 +0000)]
MFH: Final version of filename upload handling.

20 years agoMFH: Fix handling of INF/NAN in unserialize().
Ilia Alshanetsky [Sun, 30 Jan 2005 16:39:55 +0000 (16:39 +0000)]
MFH: Fix handling of INF/NAN in unserialize().

20 years agoimprove CS & error messages
Antony Dovgal [Fri, 28 Jan 2005 16:50:38 +0000 (16:50 +0000)]
improve CS & error messages

20 years agoMFB: explain why ftok() failed
Antony Dovgal [Fri, 28 Jan 2005 16:35:10 +0000 (16:35 +0000)]
MFB: explain why ftok() failed

20 years agoMFH: change return type from NULL to FALSE when parameter parsing failed
Antony Dovgal [Fri, 28 Jan 2005 01:39:42 +0000 (01:39 +0000)]
MFH: change return type from NULL to FALSE when parameter parsing failed

20 years agoMFH: Hack to fix crash caused by FBCAccess not returning errors when creating an...
Frank M. Kromann [Thu, 27 Jan 2005 20:22:27 +0000 (20:22 +0000)]
MFH: Hack to fix crash caused by FBCAccess not returning errors when creating an index that exists in the database.

20 years agoMFH: Fixed bug #31705 (parse_url() does not recognize http://foo.com#bar)
Ilia Alshanetsky [Thu, 27 Jan 2005 16:38:30 +0000 (16:38 +0000)]
MFH: Fixed bug #31705 (parse_url() does not recognize http://foo.com#bar)

20 years ago- MFH: There is no --with-apache2, only apxs2
Derick Rethans [Wed, 26 Jan 2005 18:03:30 +0000 (18:03 +0000)]
- MFH: There is no --with-apache2, only apxs2

20 years agoMFH: Fixed bug #31699 (unserialize() float problem on non-English locales).
Ilia Alshanetsky [Wed, 26 Jan 2005 16:56:14 +0000 (16:56 +0000)]
MFH: Fixed bug #31699 (unserialize() float problem on non-English locales).

20 years agoMFH: Fixed bug #29733 (printf() handles repeated placeholders wrong).
Ilia Alshanetsky [Wed, 26 Jan 2005 00:03:19 +0000 (00:03 +0000)]
MFH: Fixed bug #29733 (printf() handles repeated placeholders wrong).

20 years agomassage
foobar [Tue, 25 Jan 2005 23:42:38 +0000 (23:42 +0000)]
massage

20 years agoMFH: Fixed bug #31465 (False warning in unpack() when working with *).
Ilia Alshanetsky [Tue, 25 Jan 2005 22:52:19 +0000 (22:52 +0000)]
MFH: Fixed bug #31465 (False warning in unpack() when working with *).

20 years agoFix several egregious leaks in ext/browscap and sapi/embed.
Andrei Zmievski [Tue, 25 Jan 2005 21:26:42 +0000 (21:26 +0000)]
Fix several egregious leaks in ext/browscap and sapi/embed.

20 years agoMFH: fix segfault in imap_bodystruct()
Antony Dovgal [Tue, 25 Jan 2005 14:23:37 +0000 (14:23 +0000)]
MFH: fix segfault in imap_bodystruct()

20 years agoMFH: - Fixed bug #31684 (dio_tcsetattr(): misconfigured termios settings)
foobar [Tue, 25 Jan 2005 13:43:37 +0000 (13:43 +0000)]
MFH: - Fixed bug #31684 (dio_tcsetattr(): misconfigured termios settings)

20 years agoMFH: - Fix macosx shared extension build
foobar [Tue, 25 Jan 2005 13:03:06 +0000 (13:03 +0000)]
MFH: - Fix macosx shared extension build

20 years agoMFH: - Return of the automake requirement
foobar [Tue, 25 Jan 2005 12:55:55 +0000 (12:55 +0000)]
MFH: - Return of the automake requirement

20 years agoMFH: Use multibyte specific code for handling files and generic basename
Ilia Alshanetsky [Mon, 24 Jan 2005 23:52:27 +0000 (23:52 +0000)]
MFH: Use multibyte specific code for handling files and generic basename
based code in all other instances.

20 years ago- MFH: revert irrelevant part.
Moriyoshi Koizumi [Mon, 24 Jan 2005 16:47:53 +0000 (16:47 +0000)]
- MFH: revert irrelevant part.

20 years agoMFH: fix msg_recieve() & add test
Antony Dovgal [Mon, 24 Jan 2005 14:23:37 +0000 (14:23 +0000)]
MFH: fix msg_recieve() & add test

20 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Mon, 24 Jan 2005 14:19:54 +0000 (14:19 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

20 years agoMFH: Fixed regression #31645 - only flush before running the subrequest.
Joe Orton [Mon, 24 Jan 2005 11:48:35 +0000 (11:48 +0000)]
MFH: Fixed regression #31645 - only flush before running the subrequest.

20 years agoFixed compiler warning.
Ilia Alshanetsky [Sun, 23 Jan 2005 20:17:27 +0000 (20:17 +0000)]
Fixed compiler warning.

20 years agoMFH: - Memory leak fixes from ZE2 + HEAD CLI
foobar [Sat, 22 Jan 2005 20:36:35 +0000 (20:36 +0000)]
MFH: - Memory leak fixes from ZE2 + HEAD CLI

20 years agoMFH: - Remove also autom4te.cache dir with phpize --clean
foobar [Sat, 22 Jan 2005 20:30:15 +0000 (20:30 +0000)]
MFH: - Remove also autom4te.cache dir with phpize --clean