]>
granicus.if.org Git - php/log
Sara Golemon [Fri, 27 Jun 2003 16:16:46 +0000 (16:16 +0000)]
Plug the last (hopefully) of the PHP4 context leaks. This one regarding notifier->ptr
Andrei Zmievski [Fri, 27 Jun 2003 14:47:55 +0000 (14:47 +0000)]
Upgrading PCRE library to version 4.3
Sascha Schumann [Fri, 27 Jun 2003 07:43:05 +0000 (07:43 +0000)]
undefine macros before defining them
Sascha Schumann [Fri, 27 Jun 2003 07:07:03 +0000 (07:07 +0000)]
Try to link the getaddrinfo test, so that one can disable it using
-Dgetaddrinfo=NO_getaddrinfo.
Sara Golemon [Fri, 27 Jun 2003 03:40:55 +0000 (03:40 +0000)]
Plug *half* a leak in context notifiers.
We still need a check and zval_ptr_dtor(&context->notifier->ptr); in the
php_stream_context_free function, but since ptr is supposed to be a general
purpose container we need to define how that will be done.
Sara Golemon [Fri, 27 Jun 2003 01:46:30 +0000 (01:46 +0000)]
MFH: Plug memory leaks when freeing contexts (particularly options)
Sara Golemon [Fri, 27 Jun 2003 01:32:26 +0000 (01:32 +0000)]
MFH streamsfuncs.c r-1.22
Sascha Schumann [Fri, 27 Jun 2003 00:37:53 +0000 (00:37 +0000)]
MFH Don't add -L/usr/lib
Sascha Schumann [Fri, 27 Jun 2003 00:19:26 +0000 (00:19 +0000)]
Eliminate need for automake/aclocal
foobar [Thu, 26 Jun 2003 18:06:46 +0000 (18:06 +0000)]
Fixed bug #24261
Pierre Joye [Thu, 26 Jun 2003 14:38:04 +0000 (14:38 +0000)]
- reapply the fix about binary safe write mode (fix multiple sapi bug)
Pierre Joye [Thu, 26 Jun 2003 08:45:51 +0000 (08:45 +0000)]
- MFH
foobar [Wed, 25 Jun 2003 23:09:12 +0000 (23:09 +0000)]
- Crap removal.
Ilia Alshanetsky [Wed, 25 Jun 2003 18:06:56 +0000 (18:06 +0000)]
Missing bit of the previous patch.
Ilia Alshanetsky [Wed, 25 Jun 2003 17:02:56 +0000 (17:02 +0000)]
Added sqlite_single_query() function
Fixed a typo in sqlite_array_query() that prevented the acceptance of the
decode_binary parameter.
SVN Migration [Wed, 25 Jun 2003 16:59:25 +0000 (16:59 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Edin Kadribasic [Wed, 25 Jun 2003 13:21:54 +0000 (13:21 +0000)]
Fixed win32 build
Sascha Schumann [Wed, 25 Jun 2003 13:00:46 +0000 (13:00 +0000)]
make ze1/ze2 coexist
foobar [Tue, 24 Jun 2003 18:00:13 +0000 (18:00 +0000)]
BFN
Ilia Alshanetsky [Tue, 24 Jun 2003 15:26:10 +0000 (15:26 +0000)]
MFH: Fixed bug #24312 (base64_decode() does not skip 0xF0-0xFF characters)
SVN Migration [Tue, 24 Jun 2003 15:23:18 +0000 (15:23 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Ilia Alshanetsky [Tue, 24 Jun 2003 14:36:18 +0000 (14:36 +0000)]
MFH: typo fix.
Ilia Alshanetsky [Tue, 24 Jun 2003 13:44:57 +0000 (13:44 +0000)]
MFH: Fixed bug #24313 (file_exist() warning on non-existent files when
open_basedir is used).
Sascha Schumann [Tue, 24 Jun 2003 01:03:07 +0000 (01:03 +0000)]
Test commit
Ilia Alshanetsky [Mon, 23 Jun 2003 19:30:42 +0000 (19:30 +0000)]
Fixed a crash inside sqlite_array_query() when invalid query
is specified.
Pierre Joye [Sun, 22 Jun 2003 20:11:27 +0000 (20:11 +0000)]
- MFH packages
Ilia Alshanetsky [Sun, 22 Jun 2003 16:48:16 +0000 (16:48 +0000)]
MFH: Fixed bug #24284 (Fixed memory leak inside pg_ping())
Marcus Boerger [Sun, 22 Jun 2003 15:55:31 +0000 (15:55 +0000)]
MFH: Fix possible SEGV
Wez Furlong [Sun, 22 Jun 2003 10:07:20 +0000 (10:07 +0000)]
Don't raise two warnings when connection attempt failed.
Harrie Hazewinkel [Sat, 21 Jun 2003 21:50:01 +0000 (21:50 +0000)]
Applying the contributed patch of Johan hanne.
The patch enables control on the way the values are returned
into the PHP script, instaed of always strings. Also the type
of the value is now returned when configured to do so.
This enables better management scripts to do more automatic
processing and value calculations.
SVN Migration [Sat, 21 Jun 2003 13:50:44 +0000 (13:50 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Derick Rethans [Sat, 21 Jun 2003 12:05:45 +0000 (12:05 +0000)]
- MFH: Test for bug #17115
Ilia Alshanetsky [Fri, 20 Jun 2003 17:00:16 +0000 (17:00 +0000)]
Fixed bug #24253 (missing variables when register_globals is on)
Fixed a memory leak when more then 1 E|S flag is passed to gpc_order.
Fixed a memory leak when variables_order is not set and gpc_order has S|s
flag.
Optimized out duplicate parsing of the variables order string.
Sara Golemon [Fri, 20 Jun 2003 15:44:48 +0000 (15:44 +0000)]
MFH (r-1.391) When skipping blank searchvals we should advance the corresponding replace hash as well
Ilia Alshanetsky [Thu, 19 Jun 2003 22:18:58 +0000 (22:18 +0000)]
Added missing safe_mode checks
Wez Furlong [Thu, 19 Jun 2003 22:11:39 +0000 (22:11 +0000)]
Tidy up getaddrinfo() code so that it can handle broken ipv6 stacks and only
returns TCP addresses for TCP and UDP addresses for UDP requests respectively.
Also, when a connect call "returns" EINPROGRESS and the full timeout limit
has not yet been reached, retry the select with the remaining time interval.
This is a potential fix for Bug #21653.
# Note: atm, the fix is Linux specific; will do some more work to make this
# portable at the weekend.
Ilia Alshanetsky [Thu, 19 Jun 2003 16:43:41 +0000 (16:43 +0000)]
MFH (possible streams crash)
Ilia Alshanetsky [Thu, 19 Jun 2003 16:35:29 +0000 (16:35 +0000)]
MFH: Fixed memory leak, when invalid context is specified.
Ilia Alshanetsky [Thu, 19 Jun 2003 16:10:37 +0000 (16:10 +0000)]
Fixed a possible crash in parse_context_options()
Marcus Boerger [Thu, 19 Jun 2003 15:48:18 +0000 (15:48 +0000)]
MFH: Allow the extension to reside elsewhere
Ilia Alshanetsky [Thu, 19 Jun 2003 15:48:09 +0000 (15:48 +0000)]
MFH: Fixed a crash inside php_imagettftext_common();
foobar [Wed, 18 Jun 2003 23:24:13 +0000 (23:24 +0000)]
- Added the 'header'. These 4.3.3RCx sections will be combined for the
final release, 4.3.3. just added them now to keep better track on changes
between the RCs.
Pierre Joye [Wed, 18 Jun 2003 22:32:04 +0000 (22:32 +0000)]
MFH
foobar [Wed, 18 Jun 2003 22:04:41 +0000 (22:04 +0000)]
- Go to RC2-dev.
foobar [Wed, 18 Jun 2003 22:02:28 +0000 (22:02 +0000)]
Correct version info.
foobar [Wed, 18 Jun 2003 21:59:59 +0000 (21:59 +0000)]
- Go with PHP 4.3.3RC1
foobar [Wed, 18 Jun 2003 21:58:07 +0000 (21:58 +0000)]
This broke more than fixed. Fixes e.g. max_input_time.
foobar [Wed, 18 Jun 2003 18:29:04 +0000 (18:29 +0000)]
MFH: Fixed bug #24231: ext/sybase_ct could not be build as shared
Rob Richards [Wed, 18 Jun 2003 17:43:34 +0000 (17:43 +0000)]
Fix for bug #24219 segfault during resource destruction
Used bug fix to optimize free_doc routine
Ilia Alshanetsky [Wed, 18 Jun 2003 15:19:28 +0000 (15:19 +0000)]
MFH
Rasmus Lerdorf [Tue, 17 Jun 2003 22:32:51 +0000 (22:32 +0000)]
variables_order needs to include S for both of these to work
Ilia Alshanetsky [Tue, 17 Jun 2003 17:15:16 +0000 (17:15 +0000)]
MFH: Handle numeric keys passed via GPC
Pierre Joye [Tue, 17 Jun 2003 17:13:19 +0000 (17:13 +0000)]
MFH,(4.3.3RC1)
foobar [Tue, 17 Jun 2003 15:53:33 +0000 (15:53 +0000)]
BFN
Ilia Alshanetsky [Tue, 17 Jun 2003 14:13:25 +0000 (14:13 +0000)]
MFH
Ilia Alshanetsky [Tue, 17 Jun 2003 13:59:56 +0000 (13:59 +0000)]
MFH
Ilia Alshanetsky [Tue, 17 Jun 2003 13:38:38 +0000 (13:38 +0000)]
MFH
Ilia Alshanetsky [Tue, 17 Jun 2003 13:37:57 +0000 (13:37 +0000)]
MFH: Fixed bug #24223 (missing variable initialization in bundled gd)
Ilia Alshanetsky [Tue, 17 Jun 2003 13:20:54 +0000 (13:20 +0000)]
BFN
Ilia Alshanetsky [Tue, 17 Jun 2003 13:20:18 +0000 (13:20 +0000)]
Fixed bug #24220 (range() didn't handle numeric strings correctly)
SVN Migration [Tue, 17 Jun 2003 13:19:21 +0000 (13:19 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
foobar [Mon, 16 Jun 2003 21:44:54 +0000 (21:44 +0000)]
MFH: Fixed bug #24207: phpize wrong exit code
foobar [Mon, 16 Jun 2003 21:38:07 +0000 (21:38 +0000)]
broken caps-lock/shift key
Sara Golemon [Mon, 16 Jun 2003 20:22:23 +0000 (20:22 +0000)]
BFN 24210
Sara Golemon [Mon, 16 Jun 2003 20:17:13 +0000 (20:17 +0000)]
MFH (r-1.14) Bug #24210 : assume misspelled (and thereby not found during configure)
foobar [Mon, 16 Jun 2003 20:00:11 +0000 (20:00 +0000)]
MFH
Ilia Alshanetsky [Mon, 16 Jun 2003 19:25:06 +0000 (19:25 +0000)]
MFH: Fixed bug #24208
Sascha Schumann [Mon, 16 Jun 2003 19:11:44 +0000 (19:11 +0000)]
Simplify/fix logging
Moriyoshi Koizumi [Mon, 16 Jun 2003 19:10:48 +0000 (19:10 +0000)]
MFH(r-1.1): added test case for bug #24208
SVN Migration [Mon, 16 Jun 2003 19:10:13 +0000 (19:10 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Sascha Schumann [Mon, 16 Jun 2003 19:05:37 +0000 (19:05 +0000)]
Remove cast which hides a bug in the code.
Derick Rethans [Mon, 16 Jun 2003 17:50:49 +0000 (17:50 +0000)]
- MFH: Added test for bug #24142
SVN Migration [Mon, 16 Jun 2003 17:50:08 +0000 (17:50 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Ilia Alshanetsky [Mon, 16 Jun 2003 17:43:11 +0000 (17:43 +0000)]
Bug fixing news.
Ilia Alshanetsky [Mon, 16 Jun 2003 17:42:04 +0000 (17:42 +0000)]
MFH: Fixed bug #24150 (crash in imap_fetch_overview() &
imap_rfc822_write_address())
Ilia Alshanetsky [Mon, 16 Jun 2003 17:37:15 +0000 (17:37 +0000)]
MFH: Fixed bug #24198 (Invalid recursion detection in array_merge_recurcive())
SVN Migration [Mon, 16 Jun 2003 17:35:17 +0000 (17:35 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Ilia Alshanetsky [Mon, 16 Jun 2003 12:33:52 +0000 (12:33 +0000)]
Hopefully fix win32 build
Daniela Mariaschi [Mon, 16 Jun 2003 10:47:35 +0000 (10:47 +0000)]
proto fixes ibase_rollback and ibase_commit
Ilia Alshanetsky [Mon, 16 Jun 2003 03:07:08 +0000 (03:07 +0000)]
MFH: compiler warnings
foobar [Sun, 15 Jun 2003 21:59:03 +0000 (21:59 +0000)]
missing entries, cleanup
Marcus Boerger [Sat, 14 Jun 2003 19:27:01 +0000 (19:27 +0000)]
Remove that old thing
Edin Kadribasic [Sat, 14 Jun 2003 18:51:17 +0000 (18:51 +0000)]
Fixed win32 build
Sergey Kartashoff [Sat, 14 Jun 2003 18:45:26 +0000 (18:45 +0000)]
@- Mnogosearch extension updated. Now can compile with mnogosearch-3.2.11+
- Mnogosearch extension updated. Now can compile with mnogosearch-3.2.11+
Daniela Mariaschi [Sat, 14 Jun 2003 17:46:33 +0000 (17:46 +0000)]
MFH: Added IBASE_REC_VERSION/IBASE_REC_NO_VERSION transaction constants
Ilia Alshanetsky [Sat, 14 Jun 2003 15:09:26 +0000 (15:09 +0000)]
Bug fixing news
Ilia Alshanetsky [Sat, 14 Jun 2003 15:08:37 +0000 (15:08 +0000)]
MFH: Fixed bug #24007 (Problem with register_globals & arrays)
foobar [Sat, 14 Jun 2003 14:33:11 +0000 (14:33 +0000)]
MFH
foobar [Sat, 14 Jun 2003 12:58:18 +0000 (12:58 +0000)]
MFH
Frank M. Kromann [Sat, 14 Jun 2003 03:37:30 +0000 (03:37 +0000)]
Updating email address
foobar [Fri, 13 Jun 2003 14:56:37 +0000 (14:56 +0000)]
it rains here..
Ilia Alshanetsky [Fri, 13 Jun 2003 14:56:23 +0000 (14:56 +0000)]
proto
Andrey Hristov [Fri, 13 Jun 2003 14:53:13 +0000 (14:53 +0000)]
proto fixes
Ilia Alshanetsky [Fri, 13 Jun 2003 14:47:11 +0000 (14:47 +0000)]
Bug fixing news.
Ilia Alshanetsky [Fri, 13 Jun 2003 14:45:36 +0000 (14:45 +0000)]
MFH:
Fixed bug #24161 (No timeout value for imap functions)
Fixed bug #22505 (Allow imap_sort() and imap_search() to specify a charset)
Andrey Hristov [Fri, 13 Jun 2003 14:40:01 +0000 (14:40 +0000)]
proto fix
and ws
Sascha Schumann [Fri, 13 Jun 2003 09:17:52 +0000 (09:17 +0000)]
Fix test
foobar [Fri, 13 Jun 2003 09:16:49 +0000 (09:16 +0000)]
MFH, fixed the test (second session init produces a notices)
Marcus Boerger [Thu, 12 Jun 2003 19:55:16 +0000 (19:55 +0000)]
MFH: Bugfix #2397: dba_open locking error with db3
Ilia Alshanetsky [Thu, 12 Jun 2003 19:33:19 +0000 (19:33 +0000)]
MFH: Fixed bug #24155 (gdImageRotate270 incorrectly use x parameter for y axis)