]>
granicus.if.org Git - php/log
Ilia Alshanetsky [Tue, 15 Feb 2005 21:56:39 +0000 (21:56 +0000)]
MFH: Fixed bug #31986 (Max nesting limit set too low).
foobar [Tue, 15 Feb 2005 08:52:33 +0000 (08:52 +0000)]
MFH
Marcus Boerger [Tue, 15 Feb 2005 08:12:29 +0000 (08:12 +0000)]
- MFH
Ilia Alshanetsky [Tue, 15 Feb 2005 00:28:39 +0000 (00:28 +0000)]
MFH: file upload prunning.
foobar [Mon, 14 Feb 2005 23:46:07 +0000 (23:46 +0000)]
MFH
foobar [Mon, 14 Feb 2005 22:18:46 +0000 (22:18 +0000)]
Fix typo
foobar [Mon, 14 Feb 2005 22:17:30 +0000 (22:17 +0000)]
MFH: - Removed duplicate error + reset error in new sockets
foobar [Mon, 14 Feb 2005 08:26:10 +0000 (08:26 +0000)]
MFH: nuke non-existing ini option
foobar [Mon, 14 Feb 2005 08:23:20 +0000 (08:23 +0000)]
MFH: nuke unused code
foobar [Sun, 13 Feb 2005 17:54:56 +0000 (17:54 +0000)]
MFH: missing $Id$ tags
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
foobar [Sat, 12 Feb 2005 18:30:03 +0000 (18:30 +0000)]
MFH
foobar [Sat, 12 Feb 2005 18:16:04 +0000 (18:16 +0000)]
- Fixed bug #31936 (set_h_errno() is redefined incompatibly)
foobar [Fri, 11 Feb 2005 03:34:04 +0000 (03:34 +0000)]
Revert
foobar [Fri, 11 Feb 2005 02:12:30 +0000 (02:12 +0000)]
Revert broken patch
foobar [Thu, 10 Feb 2005 22:50:47 +0000 (22:50 +0000)]
MFH: - Multiple fixes for nasty leaks in ZTS mode
foobar [Thu, 10 Feb 2005 22:20:27 +0000 (22:20 +0000)]
- Fixed bug #31920 (zend_strtod.c error: conflicting types for 'int8_t')
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
Frank M. Kromann [Wed, 9 Feb 2005 18:50:49 +0000 (18:50 +0000)]
MFH: Check for warnings and return the warning texts
Rasmus Lerdorf [Wed, 9 Feb 2005 16:23:49 +0000 (16:23 +0000)]
MFH fix for bug #31901
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).
Antony Dovgal [Mon, 7 Feb 2005 13:33:04 +0000 (13:33 +0000)]
MFH: fix leaks in ext/filepro
foobar [Mon, 7 Feb 2005 12:51:52 +0000 (12:51 +0000)]
MFH: - Fixed bug #31858 (--disable-cli does not force --without-pear)
foobar [Fri, 4 Feb 2005 23:24:22 +0000 (23:24 +0000)]
fix test
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)
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'.
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).
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
Ilia Alshanetsky [Fri, 4 Feb 2005 00:22:03 +0000 (00:22 +0000)]
MFH: Proper fix for bug #31796 .
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).
foobar [Thu, 3 Feb 2005 17:43:04 +0000 (17:43 +0000)]
MFH: Fix buildconf with BSD make
foobar [Thu, 3 Feb 2005 03:02:07 +0000 (03:02 +0000)]
- MFH: Fixed bug #28804 (ini-file section parsing pattern is buggy).
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).
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).
Ilia Alshanetsky [Tue, 1 Feb 2005 02:33:25 +0000 (02:33 +0000)]
MFH: Final version of filename upload handling.
Ilia Alshanetsky [Sun, 30 Jan 2005 16:39:55 +0000 (16:39 +0000)]
MFH: Fix handling of INF/NAN in unserialize().
Antony Dovgal [Fri, 28 Jan 2005 16:50:38 +0000 (16:50 +0000)]
improve CS & error messages
Antony Dovgal [Fri, 28 Jan 2005 16:35:10 +0000 (16:35 +0000)]
MFB: explain why ftok() 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
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.
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)
Derick Rethans [Wed, 26 Jan 2005 18:03:30 +0000 (18:03 +0000)]
- MFH: There is no --with-apache2, only apxs2
Ilia Alshanetsky [Wed, 26 Jan 2005 16:56:14 +0000 (16:56 +0000)]
MFH: Fixed bug #31699 (unserialize() float problem on non-English locales).
Ilia Alshanetsky [Wed, 26 Jan 2005 00:03:19 +0000 (00:03 +0000)]
MFH: Fixed bug #29733 (printf() handles repeated placeholders wrong).
foobar [Tue, 25 Jan 2005 23:42:38 +0000 (23:42 +0000)]
massage
Ilia Alshanetsky [Tue, 25 Jan 2005 22:52:19 +0000 (22:52 +0000)]
MFH: Fixed bug #31465 (False warning in unpack() when working with *).
Andrei Zmievski [Tue, 25 Jan 2005 21:26:42 +0000 (21:26 +0000)]
Fix several egregious leaks in ext/browscap and sapi/embed.
Antony Dovgal [Tue, 25 Jan 2005 14:23:37 +0000 (14:23 +0000)]
MFH: fix segfault in imap_bodystruct()
foobar [Tue, 25 Jan 2005 13:43:37 +0000 (13:43 +0000)]
MFH: - Fixed bug #31684 (dio_tcsetattr(): misconfigured termios settings)
foobar [Tue, 25 Jan 2005 13:03:06 +0000 (13:03 +0000)]
MFH: - Fix macosx shared extension build
foobar [Tue, 25 Jan 2005 12:55:55 +0000 (12:55 +0000)]
MFH: - Return of the automake requirement
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.
Moriyoshi Koizumi [Mon, 24 Jan 2005 16:47:53 +0000 (16:47 +0000)]
- MFH: revert irrelevant part.
Antony Dovgal [Mon, 24 Jan 2005 14:23:37 +0000 (14:23 +0000)]
MFH: fix msg_recieve() & add test
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'.
Joe Orton [Mon, 24 Jan 2005 11:48:35 +0000 (11:48 +0000)]
MFH: Fixed regression #31645 - only flush before running the subrequest.
Ilia Alshanetsky [Sun, 23 Jan 2005 20:17:27 +0000 (20:17 +0000)]
Fixed compiler warning.
foobar [Sat, 22 Jan 2005 20:36:35 +0000 (20:36 +0000)]
MFH: - Memory leak fixes from ZE2 + HEAD CLI
foobar [Sat, 22 Jan 2005 20:30:15 +0000 (20:30 +0000)]
MFH: - Remove also autom4te.cache dir with phpize --clean
foobar [Sat, 22 Jan 2005 01:37:12 +0000 (01:37 +0000)]
MFH: - Typofix + removed unnecessary unsets caused by it
foobar [Sat, 22 Jan 2005 01:19:48 +0000 (01:19 +0000)]
massage news
Andrei Zmievski [Fri, 21 Jan 2005 23:48:33 +0000 (23:48 +0000)]
*** empty log message ***
Andrei Zmievski [Fri, 21 Jan 2005 23:47:06 +0000 (23:47 +0000)]
Protect against corrupt EXIF headers that feature unlimited IFD tag
nesting.
Stefan Esser [Fri, 21 Jan 2005 16:04:54 +0000 (16:04 +0000)]
MFH
Derick Rethans [Fri, 21 Jan 2005 10:34:46 +0000 (10:34 +0000)]
- MFH: php_error_docref() adoption.
Ilia Alshanetsky [Fri, 21 Jan 2005 00:32:18 +0000 (00:32 +0000)]
Fixed bug #28086 (crash inside overload() function).
Edin Kadribasic [Thu, 20 Jan 2005 22:48:13 +0000 (22:48 +0000)]
Fixed bug #29492 - missing ldap_parse_reference()
Antony Dovgal [Thu, 20 Jan 2005 18:46:14 +0000 (18:46 +0000)]
fix error message =/
Antony Dovgal [Thu, 20 Jan 2005 18:44:10 +0000 (18:44 +0000)]
MFH: fix bug #31623 (OCILogin does not support password grace period)
Antony Dovgal [Thu, 20 Jan 2005 18:10:07 +0000 (18:10 +0000)]
MFH: fix segfault in imap_sort()
Ilia Alshanetsky [Thu, 20 Jan 2005 17:57:41 +0000 (17:57 +0000)]
MFH: Fixed bug #31398 (When magic_guotes_gpc are enabled filenames with '
get cutoff).
Antony Dovgal [Thu, 20 Jan 2005 14:18:10 +0000 (14:18 +0000)]
MFH: fix segfault in imap_headerinfo() when fromlength or subjectlength are less than 0
+ fix protos
Antony Dovgal [Thu, 20 Jan 2005 10:08:45 +0000 (10:08 +0000)]
MFH: fix typos in error messages
Antony Dovgal [Thu, 20 Jan 2005 10:06:31 +0000 (10:06 +0000)]
MFH: fix typos in error messages & resource name
foobar [Thu, 20 Jan 2005 01:46:57 +0000 (01:46 +0000)]
MFH: Removed obsolete AC_PROG_RANLIB
foobar [Thu, 20 Jan 2005 01:43:19 +0000 (01:43 +0000)]
MFH: - Changed phpize not to require automake and libtool. (Jani)
MFH: - Fixed build system to always use bundled libtool files. (Jani)
MFH: - Rewrote of phpize routines
foobar [Wed, 19 Jan 2005 23:04:21 +0000 (23:04 +0000)]
MFH: Added --debug option to buildconf
foobar [Wed, 19 Jan 2005 22:27:59 +0000 (22:27 +0000)]
Revert the multiple autoconf versions patch
Ilia Alshanetsky [Wed, 19 Jan 2005 18:54:57 +0000 (18:54 +0000)]
MFH: Stricter cc header check
SVN Migration [Wed, 19 Jan 2005 17:52:33 +0000 (17:52 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
foobar [Wed, 19 Jan 2005 17:41:00 +0000 (17:41 +0000)]
BFN
foobar [Wed, 19 Jan 2005 17:38:41 +0000 (17:38 +0000)]
MFH: - Fixed bug #28976 (use From: from headers if sendmail_from is empty)
foobar [Wed, 19 Jan 2005 17:36:21 +0000 (17:36 +0000)]
MFH: - Fix the pic patch
foobar [Wed, 19 Jan 2005 00:28:49 +0000 (00:28 +0000)]
MFH: - WS & CS fixes
MFH: - php_error -> php_error_docref
MFH: - Removed pointless checks (array_init, emalloc, etc.)
MFH: - Force ldapv3 for ldap_start_tls()
Ilia Alshanetsky [Tue, 18 Jan 2005 23:36:49 +0000 (23:36 +0000)]
MFH: Fixed bug #31142 (crash, memory leak and data loss by imap_mail_compose).
Antony Dovgal [Tue, 18 Jan 2005 21:21:16 +0000 (21:21 +0000)]
MFH: add checks for libs & headers required by IBM DB2
Ilia Alshanetsky [Tue, 18 Jan 2005 16:34:04 +0000 (16:34 +0000)]
MFH: Fixed bug #31480 (Possible infinite loop in imap_mail_compose()).
Ilia Alshanetsky [Tue, 18 Jan 2005 15:51:24 +0000 (15:51 +0000)]
MFH: Fixed bug #31479 (Fixed crash in chunk_split(), when chunklen > strlen).
foobar [Tue, 18 Jan 2005 15:45:01 +0000 (15:45 +0000)]
MFH: - Use FD_CLOEXEC with fcntl() and make sure it is always defined
Antony Dovgal [Tue, 18 Jan 2005 15:11:22 +0000 (15:11 +0000)]
MFH: fix bug #30430 (odbc_next_result() doesn't bind values and that results in segfault)
fix protos
foobar [Tue, 18 Jan 2005 11:54:12 +0000 (11:54 +0000)]
MFH
foobar [Tue, 18 Jan 2005 11:37:37 +0000 (11:37 +0000)]
MFH: Add test for bug #31402
SVN Migration [Tue, 18 Jan 2005 11:36:45 +0000 (11:36 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
foobar [Tue, 18 Jan 2005 11:08:20 +0000 (11:08 +0000)]
- Files generated with re2c 0.9.2
foobar [Tue, 18 Jan 2005 11:01:21 +0000 (11:01 +0000)]
MFH: - Move hash table destruction to proper location
Magnus M��tt� [Tue, 18 Jan 2005 09:57:27 +0000 (09:57 +0000)]
Add test case for bug #30726.
SVN Migration [Tue, 18 Jan 2005 09:56:32 +0000 (09:56 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Ilia Alshanetsky [Tue, 18 Jan 2005 00:31:26 +0000 (00:31 +0000)]
MFH: Fixed bug #30726 (-.1 like numbers are not being handled correctly).
Ilia Alshanetsky [Tue, 18 Jan 2005 00:14:56 +0000 (00:14 +0000)]
Fixed bug #31580 (fgetcsv() problematic with "" escape sequences).
Antony Dovgal [Mon, 17 Jan 2005 18:12:06 +0000 (18:12 +0000)]
MFH: fix wierd DB2 issue