]>
granicus.if.org Git - php/log
Sascha Schumann [Mon, 12 May 2003 01:29:41 +0000 (01:29 +0000)]
MFH
Sascha Schumann [Mon, 12 May 2003 01:03:47 +0000 (01:03 +0000)]
MFH
Moriyoshi Koizumi [Sun, 11 May 2003 06:39:42 +0000 (06:39 +0000)]
MFH(r-1.228): fixed bug #22463 and bug #23581
Moriyoshi Koizumi [Sun, 11 May 2003 06:35:11 +0000 (06:35 +0000)]
MFH(r-1.1, r-1.1): added test cases for bug #22463 and bug #23581
SVN Migration [Sun, 11 May 2003 06:33:36 +0000 (06:33 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Moriyoshi Koizumi [Sat, 10 May 2003 20:55:44 +0000 (20:55 +0000)]
Fixed bug #23016
Rasmus Lerdorf [Sat, 10 May 2003 17:11:33 +0000 (17:11 +0000)]
Need to add the kerberos include dir here (fixes compile problem on RH9)
Sascha Schumann [Sat, 10 May 2003 16:49:53 +0000 (16:49 +0000)]
MFH
Hartmut Holzgraefe [Fri, 9 May 2003 13:55:44 +0000 (13:55 +0000)]
removing the crashbug on windows
Pierre Joye [Fri, 9 May 2003 12:17:07 +0000 (12:17 +0000)]
MFH
Hartmut Holzgraefe [Fri, 9 May 2003 09:56:51 +0000 (09:56 +0000)]
MFH
Edin Kadribasic [Fri, 9 May 2003 09:08:09 +0000 (09:08 +0000)]
Reverting my last patch because user reports it does not help
solve the problem. (bug #23504)
# I cannot reproduce this myself so reverting the patch
# is probably the best thing to do at this point.
Ilia Alshanetsky [Fri, 9 May 2003 01:10:24 +0000 (01:10 +0000)]
MFH
Moriyoshi Koizumi [Thu, 8 May 2003 15:44:32 +0000 (15:44 +0000)]
MFH(r-1.84): added "€" support for htmlentities() and html_entity_decode()
Edin Kadribasic [Thu, 8 May 2003 09:19:44 +0000 (09:19 +0000)]
Fix for bug #23504. Read per_dir configuration before trying to open the
the php file for execution.
Ilia Alshanetsky [Thu, 8 May 2003 01:23:36 +0000 (01:23 +0000)]
MFH
Sara Golemon [Wed, 7 May 2003 20:32:28 +0000 (20:32 +0000)]
MFH(r-1.72)
Moriyoshi Koizumi [Wed, 7 May 2003 14:12:57 +0000 (14:12 +0000)]
MFH(r-1.16): possible fix for bug #23455 (patch by rrichards@digarc.com)
Sascha Schumann [Tue, 6 May 2003 23:53:33 +0000 (23:53 +0000)]
update
foobar [Tue, 6 May 2003 23:43:13 +0000 (23:43 +0000)]
update
Sascha Schumann [Tue, 6 May 2003 23:26:09 +0000 (23:26 +0000)]
update
Rasmus Lerdorf [Tue, 6 May 2003 20:22:17 +0000 (20:22 +0000)]
Remind people that sending in their qa info may contain sensitive data.
Sascha Schumann [Tue, 6 May 2003 19:18:07 +0000 (19:18 +0000)]
MFH
Marcus Boerger [Tue, 6 May 2003 15:07:09 +0000 (15:07 +0000)]
Change of roles
Sascha Schumann [Tue, 6 May 2003 14:39:31 +0000 (14:39 +0000)]
Eliminate fsync calls which apply to files, not sockets.
Also disable the Win32 socket shutdown procedure for non-Win32 systems.
closesocket has quite different semantics on Win32 which requires
a certain shutdown procedure as outlined here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/winsock/shutdown_2.asp
Sascha Schumann [Tue, 6 May 2003 13:18:38 +0000 (13:18 +0000)]
Real fix for open() issue on Solaris
Sascha Schumann [Tue, 6 May 2003 13:06:53 +0000 (13:06 +0000)]
When HAVE_BROKEN_GETCWD is in effect, open() will be called, so we need
to include unistd.h.
Sascha Schumann [Tue, 6 May 2003 11:53:33 +0000 (11:53 +0000)]
Move persistent into ZEND_DEBUG section
Sascha Schumann [Tue, 6 May 2003 11:52:11 +0000 (11:52 +0000)]
Drop some TSRMLS_FETCH which are not used according to gcc
Sascha Schumann [Tue, 6 May 2003 11:04:42 +0000 (11:04 +0000)]
Fix URL reading
Sascha Schumann [Tue, 6 May 2003 10:15:59 +0000 (10:15 +0000)]
fix typo
Sascha Schumann [Tue, 6 May 2003 10:14:39 +0000 (10:14 +0000)]
improve portability
Marcus Boerger [Tue, 6 May 2003 09:34:20 +0000 (09:34 +0000)]
MFH
Marcus Boerger [Tue, 6 May 2003 01:26:21 +0000 (01:26 +0000)]
MFH new test layout
Daniela Mariaschi [Mon, 5 May 2003 22:45:32 +0000 (22:45 +0000)]
MFH
Marcus Boerger [Mon, 5 May 2003 22:36:16 +0000 (22:36 +0000)]
Bugfix #22367
Ilia Alshanetsky [Mon, 5 May 2003 22:21:37 +0000 (22:21 +0000)]
MFH
Ilia Alshanetsky [Mon, 5 May 2003 19:57:40 +0000 (19:57 +0000)]
MFH
Moriyoshi Koizumi [Mon, 5 May 2003 19:51:16 +0000 (19:51 +0000)]
MFH(r-1.81): added links to HTML entity resources
Wez Furlong [Mon, 5 May 2003 16:30:04 +0000 (16:30 +0000)]
Avoid potential segfault when preparing an SSL stream.
Christian Stocker [Mon, 5 May 2003 14:46:49 +0000 (14:46 +0000)]
xmlInitParser() at MINIT for better thread-safety (by Rob)
Christian Stocker [Mon, 5 May 2003 12:55:23 +0000 (12:55 +0000)]
Set the doc property to NULL if no parent is available (by Rob Richards)
Thies C. Arntzen [Mon, 5 May 2003 12:17:03 +0000 (12:17 +0000)]
fixed FMR
Sebastian Bergmann [Mon, 5 May 2003 10:17:14 +0000 (10:17 +0000)]
MFH: Add test case for bug #23489.
SVN Migration [Mon, 5 May 2003 10:16:05 +0000 (10:16 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Moriyoshi Koizumi [Sun, 4 May 2003 19:34:52 +0000 (19:34 +0000)]
Credit Jay's name
Ilia Alshanetsky [Sun, 4 May 2003 19:10:07 +0000 (19:10 +0000)]
MFH
Ilia Alshanetsky [Sun, 4 May 2003 18:42:19 +0000 (18:42 +0000)]
Bug fixing news.
Ilia Alshanetsky [Sun, 4 May 2003 18:41:37 +0000 (18:41 +0000)]
MFH
SVN Migration [Sun, 4 May 2003 18:41:03 +0000 (18:41 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Marcus Boerger [Sun, 4 May 2003 18:29:05 +0000 (18:29 +0000)]
BFN: #23162
Moriyoshi Koizumi [Sun, 4 May 2003 13:12:26 +0000 (13:12 +0000)]
MFH(r-1.174): fixed an issue that zend-multibyte's behaviour doesn't reflect the change to mbstring.internal_encoding ini setting.
Moriyoshi Koizumi [Sun, 4 May 2003 12:45:12 +0000 (12:45 +0000)]
MFH(r-1.379,r-1.1): real fix and a test case for bug #22008
SVN Migration [Sun, 4 May 2003 12:44:37 +0000 (12:44 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Moriyoshi Koizumi [Sun, 4 May 2003 11:52:44 +0000 (11:52 +0000)]
BFN
Moriyoshi Koizumi [Sun, 4 May 2003 11:46:23 +0000 (11:46 +0000)]
MFH(r-1.378): a quick fix for bug #22008
Moriyoshi Koizumi [Sun, 4 May 2003 11:22:00 +0000 (11:22 +0000)]
MFH(r-1.109): added missing sanity check
Marcus Boerger [Fri, 2 May 2003 23:27:46 +0000 (23:27 +0000)]
Fix test
Sascha Schumann [Fri, 2 May 2003 18:25:39 +0000 (18:25 +0000)]
Rework text
Moriyoshi Koizumi [Fri, 2 May 2003 11:01:00 +0000 (11:01 +0000)]
MFH(r-1.80): fixed bug #23449
Thies C. Arntzen [Fri, 2 May 2003 08:43:25 +0000 (08:43 +0000)]
@ - Fixed bug #23376 OCINewDescriptor
Sara Golemon [Fri, 2 May 2003 01:05:16 +0000 (01:05 +0000)]
MFH(r-1.227)
foobar [Fri, 2 May 2003 00:40:35 +0000 (00:40 +0000)]
MFH: - Fixed bug #22580 (ext/odbc compile failure with dbmaker)
foobar [Thu, 1 May 2003 23:50:25 +0000 (23:50 +0000)]
MFH: - Fixed bug #23427 (compile failure with GD 1.8.3)
Ilia Alshanetsky [Thu, 1 May 2003 21:08:47 +0000 (21:08 +0000)]
MFH
Sascha Schumann [Thu, 1 May 2003 20:50:26 +0000 (20:50 +0000)]
cleanup
Wez Furlong [Thu, 1 May 2003 10:44:18 +0000 (10:44 +0000)]
Really fix dll linkage, and fix TSRMLS usage.
Wez Furlong [Wed, 30 Apr 2003 23:33:18 +0000 (23:33 +0000)]
MFH: Fix odbc_fetch_(array|object) for UnixODBC.
Ilia Alshanetsky [Wed, 30 Apr 2003 21:54:04 +0000 (21:54 +0000)]
MFH
Frank M. Kromann [Wed, 30 Apr 2003 21:52:06 +0000 (21:52 +0000)]
Fixing bit support. Bug #23324
Moriyoshi Koizumi [Wed, 30 Apr 2003 16:32:15 +0000 (16:32 +0000)]
another oops. (sync with HEAD)
Moriyoshi Koizumi [Wed, 30 Apr 2003 16:31:01 +0000 (16:31 +0000)]
MFH(r-1.5): really fix the test
Rasmus Lerdorf [Wed, 30 Apr 2003 16:23:59 +0000 (16:23 +0000)]
Fix gdCacheDelete() crashes in the bundled gd library
Wez Furlong [Wed, 30 Apr 2003 13:07:18 +0000 (13:07 +0000)]
Fix leak in "php -m".
Wez Furlong [Wed, 30 Apr 2003 11:12:03 +0000 (11:12 +0000)]
Really fix the leak in the branch...
Wez Furlong [Wed, 30 Apr 2003 10:46:43 +0000 (10:46 +0000)]
MFH: Fix memory leak and enable for IBM DB2.
foobar [Wed, 30 Apr 2003 10:42:37 +0000 (10:42 +0000)]
MFH
foobar [Wed, 30 Apr 2003 10:40:08 +0000 (10:40 +0000)]
BFN
foobar [Wed, 30 Apr 2003 10:35:06 +0000 (10:35 +0000)]
MFH: - Fixed bug #23371 (configure falsely detects c-client using SSL)
foobar [Wed, 30 Apr 2003 10:23:06 +0000 (10:23 +0000)]
MFH
foobar [Wed, 30 Apr 2003 10:20:14 +0000 (10:20 +0000)]
MFH: compile fixes for < 9.2 oracle
Sascha Schumann [Wed, 30 Apr 2003 07:08:32 +0000 (07:08 +0000)]
MFH fix for solaris find breakage
Ilia Alshanetsky [Wed, 30 Apr 2003 00:47:20 +0000 (00:47 +0000)]
MFH
Ilia Alshanetsky [Wed, 30 Apr 2003 00:37:40 +0000 (00:37 +0000)]
MFH
Wez Furlong [Tue, 29 Apr 2003 13:48:06 +0000 (13:48 +0000)]
Fix win32 build of shared openssl extension.
Moriyoshi Koizumi [Tue, 29 Apr 2003 13:06:12 +0000 (13:06 +0000)]
MFH(r-1.4): fixed typo
Moriyoshi Koizumi [Tue, 29 Apr 2003 13:04:57 +0000 (13:04 +0000)]
MFH(r-1.3): fixed bogus skip condition
Moriyoshi Koizumi [Mon, 28 Apr 2003 23:39:15 +0000 (23:39 +0000)]
dot
Ilia Alshanetsky [Mon, 28 Apr 2003 22:42:36 +0000 (22:42 +0000)]
MFH
Wez Furlong [Mon, 28 Apr 2003 22:38:50 +0000 (22:38 +0000)]
BFN
Sascha Schumann [Mon, 28 Apr 2003 22:06:54 +0000 (22:06 +0000)]
Fix Content-Encoding header lacking CRLF
foobar [Mon, 28 Apr 2003 21:19:03 +0000 (21:19 +0000)]
- Change the version to 4.3.2-RC3-dev
# This should have been RC2-dev before..
# (if it was plain RC, we could not so easily know what versions people
# are testing from snapshots, for example)
foobar [Mon, 28 Apr 2003 21:11:47 +0000 (21:11 +0000)]
- Bumb the version to 4.3.2-RC2
foobar [Mon, 28 Apr 2003 21:00:41 +0000 (21:00 +0000)]
MFH
Sascha Schumann [Mon, 28 Apr 2003 19:42:30 +0000 (19:42 +0000)]
usage fix
Derick Rethans [Mon, 28 Apr 2003 18:53:46 +0000 (18:53 +0000)]
- MFH
Moriyoshi Koizumi [Mon, 28 Apr 2003 18:51:47 +0000 (18:51 +0000)]
Removed bizarre tests for disgusting bugs which have kept annoying us.
- bug #22367 (http://bugs.php.net/22367)
- bug #22510 (http://bugs.php.net/22510)
- bug #22592 (http://bugs.php.net/22592)
Derick Rethans [Mon, 28 Apr 2003 18:47:57 +0000 (18:47 +0000)]
- MFH
Sascha Schumann [Mon, 28 Apr 2003 16:18:34 +0000 (16:18 +0000)]
# on working disk again
reverting code, moving to correct branch
Sascha Schumann [Mon, 28 Apr 2003 15:17:00 +0000 (15:17 +0000)]
# disk going bad, rescuing data
improve php_url_encode a bit