]>
granicus.if.org Git - php/log
foobar [Tue, 28 Sep 2004 20:42:36 +0000 (20:42 +0000)]
- Fixed bug #30205 (Missing <unistd.h> in crypt() configure test).
Antony Dovgal [Tue, 28 Sep 2004 17:28:27 +0000 (17:28 +0000)]
MFH: fix bug #29652
Ilia Alshanetsky [Tue, 28 Sep 2004 14:09:01 +0000 (14:09 +0000)]
MFH: Fixed bug #30224 (Sybase date strings are sometimes not null
terminated).
Wez Furlong [Sun, 26 Sep 2004 01:17:42 +0000 (01:17 +0000)]
MFH: fix for #30057
Marcus Boerger [Sat, 25 Sep 2004 15:32:20 +0000 (15:32 +0000)]
MFH lib substituation
Marcus Boerger [Fri, 24 Sep 2004 22:00:47 +0000 (22:00 +0000)]
BFN
Marcus Boerger [Fri, 24 Sep 2004 21:57:19 +0000 (21:57 +0000)]
- MFH Several serialize/unserialize fixes
Marcus Boerger [Fri, 24 Sep 2004 21:56:59 +0000 (21:56 +0000)]
- MFH Several serialize/unserialize fixes
# first commit .re
Derick Rethans [Fri, 24 Sep 2004 13:15:12 +0000 (13:15 +0000)]
- Backported Marcus' foreach() speedup patch from PHP 5.x.
Derick Rethans [Fri, 24 Sep 2004 13:07:18 +0000 (13:07 +0000)]
[0.25]
- Fixed some signed issues.
Ilia Alshanetsky [Wed, 22 Sep 2004 00:51:51 +0000 (00:51 +0000)]
MFH: Fixed bug #29913 (parse_url() is now binary safe). (Ilia)
Ilia Alshanetsky [Tue, 21 Sep 2004 23:38:55 +0000 (23:38 +0000)]
Fixed minor version #.
Uwe Schindler [Tue, 21 Sep 2004 22:00:39 +0000 (22:00 +0000)]
Fixed bug #29805 (HTTP Authentication Issues)
Ilia Alshanetsky [Mon, 20 Sep 2004 23:29:49 +0000 (23:29 +0000)]
Back to dev.
Ilia Alshanetsky [Mon, 20 Sep 2004 22:28:35 +0000 (22:28 +0000)]
4.3.9
Ilia Alshanetsky [Mon, 20 Sep 2004 22:27:55 +0000 (22:27 +0000)]
Prepare news file for release.
Ilia Alshanetsky [Fri, 17 Sep 2004 02:49:48 +0000 (02:49 +0000)]
MFH: Fixed bug #30050 (Possible crash inside php_shutdown_config()).
Uwe Schindler [Wed, 15 Sep 2004 21:51:29 +0000 (21:51 +0000)]
Sorry REVERT bevor 4.3.9 is out because of not critical!!!!
Uwe Schindler [Wed, 15 Sep 2004 21:25:31 +0000 (21:25 +0000)]
Fixed bug #29805 (HTTP Authentication Issues)
foobar [Wed, 15 Sep 2004 13:55:32 +0000 (13:55 +0000)]
MFH: Test for bug #30069
SVN Migration [Wed, 15 Sep 2004 13:54:17 +0000 (13:54 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Rasmus Lerdorf [Tue, 14 Sep 2004 06:10:02 +0000 (06:10 +0000)]
Stefano did the real work tracking this one down
Ilia Alshanetsky [Tue, 14 Sep 2004 04:33:09 +0000 (04:33 +0000)]
Back to dev.
Ilia Alshanetsky [Tue, 14 Sep 2004 04:28:47 +0000 (04:28 +0000)]
4.3.9RC3
Rainer Schaaf [Mon, 13 Sep 2004 17:12:13 +0000 (17:12 +0000)]
undo of removal of these files.
The removal was done because of Bug #29297, but it was the wrong time to do this now.
Stefan Esser [Mon, 13 Sep 2004 16:00:50 +0000 (16:00 +0000)]
MFH
Rainer Schaaf [Mon, 13 Sep 2004 15:12:25 +0000 (15:12 +0000)]
removed PDFlib extension from PHP_4_3 branch too (is available in PECL now).
Stefan Esser [Sun, 12 Sep 2004 10:46:49 +0000 (10:46 +0000)]
MFH
Rasmus Lerdorf [Thu, 9 Sep 2004 16:07:53 +0000 (16:07 +0000)]
Stop at the index on an unmatched [
Ilia Alshanetsky [Fri, 3 Sep 2004 03:36:21 +0000 (03:36 +0000)]
MFH: Adjusted input check.
Ilia Alshanetsky [Fri, 3 Sep 2004 00:53:46 +0000 (00:53 +0000)]
MFH: Fixed bug #29925 (Added a check to prevent illegal characters in
session key).
Stanislav Malyshev [Thu, 2 Sep 2004 09:38:56 +0000 (09:38 +0000)]
this crashed if some of the shutdown handlers called some file stat function
Derick Rethans [Thu, 2 Sep 2004 06:34:12 +0000 (06:34 +0000)]
- MFH: Added test for bug #29944.
Sara Golemon [Tue, 31 Aug 2004 20:12:56 +0000 (20:12 +0000)]
MFH: Use user_agent ini setting if it's available.
Stanislav Malyshev [Tue, 31 Aug 2004 15:32:09 +0000 (15:32 +0000)]
if not using Zend's alloc, don't touch _emalloc
Ilia Alshanetsky [Tue, 31 Aug 2004 14:27:09 +0000 (14:27 +0000)]
back to dev.
Ilia Alshanetsky [Tue, 31 Aug 2004 14:05:30 +0000 (14:05 +0000)]
4.3.9RC2
Joe Orton [Tue, 31 Aug 2004 12:13:41 +0000 (12:13 +0000)]
MFH: Do not rely on handling of integers which might be outside the
range of a 32-bit signed long.
Joe Orton [Tue, 31 Aug 2004 10:34:15 +0000 (10:34 +0000)]
MFH: fix gettimeofday() tests to not fail if the same time is
returned by successive calls.
Antony Dovgal [Tue, 31 Aug 2004 08:32:25 +0000 (08:32 +0000)]
MFH: this file shouldn't be in the repository at all
Ilia Alshanetsky [Mon, 30 Aug 2004 22:21:18 +0000 (22:21 +0000)]
MFH: Added missing input validation to dio_write().
Antony Dovgal [Mon, 30 Aug 2004 09:14:55 +0000 (09:14 +0000)]
MFH: add testcase for bug #29893
SVN Migration [Mon, 30 Aug 2004 09:07:18 +0000 (09:07 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Marcus Boerger [Sun, 29 Aug 2004 16:53:32 +0000 (16:53 +0000)]
MFH: Bugfix #29882 isset crashes on arrays
Sergey Kartashoff [Sun, 29 Aug 2004 14:18:15 +0000 (14:18 +0000)]
- A fix for building of shared mnogosearch module
Ilia Alshanetsky [Thu, 26 Aug 2004 23:36:11 +0000 (23:36 +0000)]
MFH: Fixed a nasty resource/memory/disk-space leak when opening zlib files
via wrapper stacking ala compress.zlib://http://...
Thies C. Arntzen [Thu, 26 Aug 2004 13:41:59 +0000 (13:41 +0000)]
@- Fixed bug #29838 Memory leak in sprintf argument swapping. (Thies)
# by backporting one line from HEAD.
Andrei Zmievski [Wed, 25 Aug 2004 20:47:40 +0000 (20:47 +0000)]
Rewrite cache clean-up using zend_hash_apply_with_argument().
Ilia Alshanetsky [Wed, 25 Aug 2004 14:22:48 +0000 (14:22 +0000)]
Fixed operations on remote bzip2 compressed files ala:
compress.bzip2://http://downloads.php.net/ilia/php-4.3.5RC1.tar.bz2
Patch by Wez (MFH from HEAD)
Sara Golemon [Wed, 25 Aug 2004 04:42:54 +0000 (04:42 +0000)]
MFH (r1.160) TSRM fix
Andrei Zmievski [Tue, 24 Aug 2004 20:57:32 +0000 (20:57 +0000)]
Implement periodic PCRE compiled regexp cache cleanup, to avoid memory
exhaustion.
Frank M. Kromann [Tue, 24 Aug 2004 18:00:05 +0000 (18:00 +0000)]
Fix a possible crash in fbsql_database() if the function was called before a connection was made.
Ilia Alshanetsky [Mon, 23 Aug 2004 17:27:53 +0000 (17:27 +0000)]
MFH: Fixed possible crash inside dio_read().
Ilia Alshanetsky [Fri, 20 Aug 2004 13:52:15 +0000 (13:52 +0000)]
Removed unneeded bits.
Ilia Alshanetsky [Fri, 20 Aug 2004 00:57:35 +0000 (00:57 +0000)]
MFH: Added more missing cURL options.
Ilia Alshanetsky [Fri, 20 Aug 2004 00:46:49 +0000 (00:46 +0000)]
MFH: Fixed bug #29753 (mcal_fetch_event() allows 2nd argument to be optional).
Brian France [Thu, 19 Aug 2004 20:35:36 +0000 (20:35 +0000)]
[MFH] If you send a post with a content-type header and then the next post without the content-type header, raw_post_data will not be set. This is because SG(request_info).post_entry is set to the first requests function pointer which makes it follow the wrong code path.
Ilia Alshanetsky [Wed, 18 Aug 2004 21:30:40 +0000 (21:30 +0000)]
MFH: Fixed bug #29727 (Added missing CURL authentication directives).
Antony Dovgal [Wed, 18 Aug 2004 07:16:46 +0000 (07:16 +0000)]
typo in config.m4 (potential configuration problem with Stronghold)
Antony Dovgal [Wed, 18 Aug 2004 05:14:16 +0000 (05:14 +0000)]
fix #29625 (no quotes around the shell variable's value cause ./configure to fail)
Antony Dovgal [Wed, 18 Aug 2004 05:05:23 +0000 (05:05 +0000)]
MFH: fix more typos in php.ini
Ilia Alshanetsky [Tue, 17 Aug 2004 14:10:03 +0000 (14:10 +0000)]
Fixed bug #29719 (fgetcsv() has problem parsing strings ending with escaped
enclosures).
Antony Dovgal [Tue, 17 Aug 2004 10:58:34 +0000 (10:58 +0000)]
MFH: fix typo
Ilia Alshanetsky [Mon, 16 Aug 2004 23:08:54 +0000 (23:08 +0000)]
MFH: Fixed bug #29594 (Use PHP's own tmpfile() implementation).
Zeev Suraski [Mon, 16 Aug 2004 12:34:46 +0000 (12:34 +0000)]
*** empty log message ***
Zeev Suraski [Mon, 16 Aug 2004 12:23:06 +0000 (12:23 +0000)]
Fix an OLDIE fd leak
Rob Richards [Fri, 13 Aug 2004 11:38:48 +0000 (11:38 +0000)]
BFN
Rob Richards [Fri, 13 Aug 2004 11:38:03 +0000 (11:38 +0000)]
Fixed bug #29599 (domxml_error segfaults another apache module)
Chuck Hagenbuch [Thu, 12 Aug 2004 19:32:59 +0000 (19:32 +0000)]
More spaces -> tabs.
Ilia Alshanetsky [Thu, 12 Aug 2004 19:20:19 +0000 (19:20 +0000)]
MFH: Properly fix the msgno check inside imap_fetchbody().
Chuck Hagenbuch [Thu, 12 Aug 2004 18:02:14 +0000 (18:02 +0000)]
MFH: fix.
Marcus Boerger [Thu, 12 Aug 2004 00:38:20 +0000 (00:38 +0000)]
MFH: Change to use md5_file()
Marcus Boerger [Wed, 11 Aug 2004 23:56:56 +0000 (23:56 +0000)]
MFH: make bison --version independant
Ilia Alshanetsky [Wed, 11 Aug 2004 23:25:54 +0000 (23:25 +0000)]
MFH: Fixed memory leak.
Ilia Alshanetsky [Wed, 11 Aug 2004 23:19:44 +0000 (23:19 +0000)]
back to dev.
Ilia Alshanetsky [Wed, 11 Aug 2004 22:42:47 +0000 (22:42 +0000)]
4.3.9RC1 is a go.
Ilia Alshanetsky [Wed, 11 Aug 2004 22:40:46 +0000 (22:40 +0000)]
Bug fixing news.
Sara Golemon [Wed, 11 Aug 2004 04:31:03 +0000 (04:31 +0000)]
MFH: Fix format specifiers
Andi Gutmans [Tue, 10 Aug 2004 07:00:11 +0000 (07:00 +0000)]
- MF PHP_5_0
Moriyoshi Koizumi [Tue, 10 Aug 2004 06:04:12 +0000 (06:04 +0000)]
- MFH: Bugfix #29493 (extract(array, EXTR_REFS) misbehaves with elements
referred twice or more times)
Ilia Alshanetsky [Tue, 10 Aug 2004 00:44:26 +0000 (00:44 +0000)]
MFH: Fixed bug #29581 (Typo inside php.ini comments for mysql.trace_mode).
Andi Gutmans [Mon, 9 Aug 2004 21:52:45 +0000 (21:52 +0000)]
- Update credits for PHP docs
Antony Dovgal [Thu, 5 Aug 2004 14:18:55 +0000 (14:18 +0000)]
MFH: remove all references to @ thing, as it's not recommended
Edin Kadribasic [Wed, 4 Aug 2004 00:08:16 +0000 (00:08 +0000)]
MFH: make it build on windows
Frank M. Kromann [Tue, 3 Aug 2004 22:06:15 +0000 (22:06 +0000)]
Oops. remember to save the project file before commiting.
Frank M. Kromann [Tue, 3 Aug 2004 22:04:34 +0000 (22:04 +0000)]
Updating library name to iconv.lib
Greg Beaver [Tue, 3 Aug 2004 04:31:59 +0000 (04:31 +0000)]
commit for win32 - binary so line endings are always preserved
Frank M. Kromann [Fri, 30 Jul 2004 17:07:03 +0000 (17:07 +0000)]
Add missing header for def. of struct timeval.
Frank M. Kromann [Fri, 30 Jul 2004 17:06:07 +0000 (17:06 +0000)]
Adding new win32 globals to project
Frank M. Kromann [Fri, 30 Jul 2004 16:52:35 +0000 (16:52 +0000)]
Add missing header for win32 builds
Frank M. Kromann [Fri, 30 Jul 2004 16:49:38 +0000 (16:49 +0000)]
Fix line endings
Wez Furlong [Fri, 30 Jul 2004 14:38:29 +0000 (14:38 +0000)]
MFH: win32 zts fix
Wez Furlong [Fri, 30 Jul 2004 14:37:17 +0000 (14:37 +0000)]
MFH: win32 zts fixes
Ilia Alshanetsky [Fri, 30 Jul 2004 01:10:46 +0000 (01:10 +0000)]
MFH: Fixed bug #29443 (Sanity check for wbmp detection).
SVN Migration [Thu, 29 Jul 2004 03:58:01 +0000 (03:58 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Ilia Alshanetsky [Tue, 27 Jul 2004 12:44:44 +0000 (12:44 +0000)]
MFH: Added missing comma.
Ilia Alshanetsky [Tue, 27 Jul 2004 00:27:10 +0000 (00:27 +0000)]
MFH: Fixed bug #29349 (imagecreatefromstring() crashes with external GD
library).
Ilia Alshanetsky [Sun, 25 Jul 2004 19:19:32 +0000 (19:19 +0000)]
MFH: Fixed bug #29369 (Uploaded files with ' or " in their names get their
names truncated at those characters).
Edin Kadribasic [Fri, 23 Jul 2004 02:43:10 +0000 (02:43 +0000)]
Fix .dsp
Edin Kadribasic [Fri, 23 Jul 2004 02:28:51 +0000 (02:28 +0000)]
MFH: Updated version number