]>
granicus.if.org Git - php/log
Ilia Alshanetsky [Wed, 5 Mar 2003 16:08:21 +0000 (16:08 +0000)]
MFH
Ilia Alshanetsky [Wed, 5 Mar 2003 16:04:20 +0000 (16:04 +0000)]
Synchronized bundled gd with gd 2.0.11 (bug fixes).
MFH
1) Use Zend allocation macros instead of native allocation functions.
2) Better error reporting mechanism.
3) Some style fixes, which allow easier code synchronization & maintenance.
Corne' Cornelius [Wed, 5 Mar 2003 13:20:44 +0000 (13:20 +0000)]
- MFH: 1.88
Corne' Cornelius [Wed, 5 Mar 2003 09:39:53 +0000 (09:39 +0000)]
- MFH: 1.87
Moriyoshi Koizumi [Wed, 5 Mar 2003 06:16:54 +0000 (06:16 +0000)]
MFH: added missing phpinfo entry (Russian support)
Wez Furlong [Wed, 5 Mar 2003 01:28:45 +0000 (01:28 +0000)]
Fix some signed/unsigned issues with read() and SSL_read() return values.
Allow SSL_connect() to retry for non-blocking sockets.
Correctly declare the char as unsigned for php_stream_getc(), as per
fgetc() semantics.
Moriyoshi Koizumi [Tue, 4 Mar 2003 19:52:48 +0000 (19:52 +0000)]
MFH: Added a test case for bug #22510
SVN Migration [Tue, 4 Mar 2003 19:52:23 +0000 (19:52 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
foobar [Tue, 4 Mar 2003 19:00:11 +0000 (19:00 +0000)]
MFH
Moriyoshi Koizumi [Tue, 4 Mar 2003 17:20:27 +0000 (17:20 +0000)]
MFH: 64bit fix
Moriyoshi Koizumi [Tue, 4 Mar 2003 17:14:56 +0000 (17:14 +0000)]
MFH: 64bit long fix
Ilia Alshanetsky [Tue, 4 Mar 2003 16:35:02 +0000 (16:35 +0000)]
MFH
Ilia Alshanetsky [Tue, 4 Mar 2003 16:22:00 +0000 (16:22 +0000)]
Bug fixing news.
Ilia Alshanetsky [Tue, 4 Mar 2003 16:20:51 +0000 (16:20 +0000)]
MFH
Ilia Alshanetsky [Tue, 4 Mar 2003 16:20:24 +0000 (16:20 +0000)]
Compiler warning fix.
Ilia Alshanetsky [Tue, 4 Mar 2003 16:09:17 +0000 (16:09 +0000)]
MFH
foobar [Tue, 4 Mar 2003 14:24:48 +0000 (14:24 +0000)]
adding news entry for disable_classes addition
Christian Stocker [Tue, 4 Mar 2003 13:29:18 +0000 (13:29 +0000)]
make it really W3C compatible (unlink node, when in tree...)
Edin Kadribasic [Mon, 3 Mar 2003 21:56:51 +0000 (21:56 +0000)]
Update credits.
Edin Kadribasic [Mon, 3 Mar 2003 21:30:19 +0000 (21:30 +0000)]
BFN
Edin Kadribasic [Mon, 3 Mar 2003 21:23:48 +0000 (21:23 +0000)]
Enabled mcrypt_generic_deinit() on windows (#22520)
Harald Radi [Mon, 3 Mar 2003 01:54:29 +0000 (01:54 +0000)]
MFH: adding disable_classes ini directive
Harald Radi [Mon, 3 Mar 2003 01:31:48 +0000 (01:31 +0000)]
MFH: adding placeholder for the new disable_classes directive
foobar [Sun, 2 Mar 2003 18:52:37 +0000 (18:52 +0000)]
MFH
foobar [Sun, 2 Mar 2003 18:51:10 +0000 (18:51 +0000)]
MFH
foobar [Sun, 2 Mar 2003 18:47:54 +0000 (18:47 +0000)]
MFH: fix bug #22485
Ilia Alshanetsky [Sun, 2 Mar 2003 14:38:54 +0000 (14:38 +0000)]
New function news.
Pierre Joye [Sat, 1 Mar 2003 01:16:00 +0000 (01:16 +0000)]
Update credits
Pierre Joye [Sat, 1 Mar 2003 01:15:47 +0000 (01:15 +0000)]
MFH imageistruecolor, imagesavealpha
Rasmus Lerdorf [Fri, 28 Feb 2003 20:44:47 +0000 (20:44 +0000)]
@- Crash bug fix. If config-file-scan-dir is set and contains .ini files
but there is no top php.ini file, we would get a segfault. (Rasmus)
Moriyoshi Koizumi [Fri, 28 Feb 2003 13:32:46 +0000 (13:32 +0000)]
Was actually an ucwords() problem...
foobar [Fri, 28 Feb 2003 10:23:05 +0000 (10:23 +0000)]
BFN
Hartmut Holzgraefe [Fri, 28 Feb 2003 08:43:51 +0000 (08:43 +0000)]
MFphp5
foobar [Fri, 28 Feb 2003 07:35:58 +0000 (07:35 +0000)]
BFN
foobar [Fri, 28 Feb 2003 07:35:11 +0000 (07:35 +0000)]
- MFH: Fixed bug #22312 (crash on failed connection when curl_getinfo() was called).
(Phil Oleson <poleson@verio.net>)
Hartmut Holzgraefe [Fri, 28 Feb 2003 06:51:31 +0000 (06:51 +0000)]
MFphp5
Ilia Alshanetsky [Thu, 27 Feb 2003 20:38:22 +0000 (20:38 +0000)]
MFH
Ilia Alshanetsky [Thu, 27 Feb 2003 16:42:42 +0000 (16:42 +0000)]
Bug fixing news.
Ilia Alshanetsky [Thu, 27 Feb 2003 16:41:44 +0000 (16:41 +0000)]
MFH
Sascha Schumann [Thu, 27 Feb 2003 10:07:59 +0000 (10:07 +0000)]
MFH
Corne' Cornelius [Thu, 27 Feb 2003 09:00:52 +0000 (09:00 +0000)]
- MFH: Segfault in ifx_errormsg()
Rasmus Lerdorf [Wed, 26 Feb 2003 22:17:35 +0000 (22:17 +0000)]
Get rid of an unnecessary syscall on non-Windows. We don't need two
setitimer() calls here in order to reset the timer.
Hartmut Holzgraefe [Wed, 26 Feb 2003 17:38:03 +0000 (17:38 +0000)]
MFphp5
Moriyoshi Koizumi [Tue, 25 Feb 2003 18:56:53 +0000 (18:56 +0000)]
BFN: the fix was actually done by Ilia.
Moriyoshi Koizumi [Tue, 25 Feb 2003 18:51:21 +0000 (18:51 +0000)]
MFH(r1.72): int / long change
Fixed bug #22301 (htmlspecialchars crashes on Tru64)
Ilia Alshanetsky [Tue, 25 Feb 2003 16:26:55 +0000 (16:26 +0000)]
MFH
SVN Migration [Tue, 25 Feb 2003 16:21:01 +0000 (16:21 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
foobar [Tue, 25 Feb 2003 11:48:57 +0000 (11:48 +0000)]
MFH
foobar [Tue, 25 Feb 2003 11:25:00 +0000 (11:25 +0000)]
BFN
foobar [Tue, 25 Feb 2003 11:23:24 +0000 (11:23 +0000)]
MFH: Fixed bug #21224 (apache configure fails when using --enable-versioning)
foobar [Tue, 25 Feb 2003 09:46:24 +0000 (09:46 +0000)]
BFN
foobar [Tue, 25 Feb 2003 09:45:47 +0000 (09:45 +0000)]
MFH: Fixed bug #20256 (snprintf() not defined on some systems)
foobar [Tue, 25 Feb 2003 07:41:05 +0000 (07:41 +0000)]
MFH: typofix
Corne' Cornelius [Tue, 25 Feb 2003 07:09:11 +0000 (07:09 +0000)]
MFH
Corne' Cornelius [Tue, 25 Feb 2003 06:56:28 +0000 (06:56 +0000)]
MFH: 1.30
foobar [Tue, 25 Feb 2003 06:37:18 +0000 (06:37 +0000)]
BFN
foobar [Tue, 25 Feb 2003 06:36:21 +0000 (06:36 +0000)]
MFH: Fixed bug #14245 ('make install' fails on AIX when using --with-apxs).
foobar [Tue, 25 Feb 2003 04:37:08 +0000 (04:37 +0000)]
MFH
Ilia Alshanetsky [Tue, 25 Feb 2003 04:21:26 +0000 (04:21 +0000)]
Bug fixing news.
Ilia Alshanetsky [Tue, 25 Feb 2003 04:20:44 +0000 (04:20 +0000)]
MFH
Ilia Alshanetsky [Tue, 25 Feb 2003 03:53:22 +0000 (03:53 +0000)]
MFH (fix for crash in gdImageCopyMergeGray()).
Moriyoshi Koizumi [Mon, 24 Feb 2003 22:48:39 +0000 (22:48 +0000)]
MFH: made fgetss() binary safe too
Moriyoshi Koizumi [Mon, 24 Feb 2003 22:47:12 +0000 (22:47 +0000)]
MFH: made strip_tags() binary safe
Ilia Alshanetsky [Mon, 24 Feb 2003 19:42:38 +0000 (19:42 +0000)]
Bug fixing news.
Ilia Alshanetsky [Mon, 24 Feb 2003 19:41:40 +0000 (19:41 +0000)]
MFH
Moriyoshi Koizumi [Mon, 24 Feb 2003 19:38:33 +0000 (19:38 +0000)]
MFH: added test case for bug #22367
SVN Migration [Mon, 24 Feb 2003 19:37:28 +0000 (19:37 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Harald Radi [Mon, 24 Feb 2003 18:30:20 +0000 (18:30 +0000)]
fix memleak and wrong refcounting
Moriyoshi Koizumi [Mon, 24 Feb 2003 16:56:25 +0000 (16:56 +0000)]
MFH
Moriyoshi Koizumi [Mon, 24 Feb 2003 16:30:14 +0000 (16:30 +0000)]
MFH(r1.74): fixed an signed / unsigned issue
Moriyoshi Koizumi [Mon, 24 Feb 2003 16:19:44 +0000 (16:19 +0000)]
MFH(r1.73): style fix
foobar [Mon, 24 Feb 2003 16:16:57 +0000 (16:16 +0000)]
MFH: Possible fix for #22259 + part 1/2 for fixing AIX DSO bug
foobar [Mon, 24 Feb 2003 16:04:05 +0000 (16:04 +0000)]
- Removing pointless tests. (both of these will be fixed in PHP 5)
# We don't need to get any test reports about these anymore
# for PHP_4_3 branch since these won't be fixed in 4.3.x.
foobar [Mon, 24 Feb 2003 15:12:11 +0000 (15:12 +0000)]
MFH
foobar [Mon, 24 Feb 2003 08:26:49 +0000 (08:26 +0000)]
no c++ comments
Corne' Cornelius [Mon, 24 Feb 2003 07:45:59 +0000 (07:45 +0000)]
- MFH: Fixed ifx_errormsg() Segfault
foobar [Mon, 24 Feb 2003 04:37:15 +0000 (04:37 +0000)]
MFH
foobar [Mon, 24 Feb 2003 03:27:16 +0000 (03:27 +0000)]
MFH: fixed compile warning
Ilia Alshanetsky [Mon, 24 Feb 2003 03:18:26 +0000 (03:18 +0000)]
Bug fixing news.
Ilia Alshanetsky [Mon, 24 Feb 2003 03:15:54 +0000 (03:15 +0000)]
MFH
SVN Migration [Mon, 24 Feb 2003 03:13:26 +0000 (03:13 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
foobar [Mon, 24 Feb 2003 01:31:24 +0000 (01:31 +0000)]
BFN
George Schlossnagle [Mon, 24 Feb 2003 01:29:54 +0000 (01:29 +0000)]
MFH fix for 19919
Rasmus Lerdorf [Sun, 23 Feb 2003 22:03:54 +0000 (22:03 +0000)]
open_basedir fixes from David Saez
Stig Bakken [Sun, 23 Feb 2003 11:05:17 +0000 (11:05 +0000)]
* MFH: upgrading XML_Parser to 1.0.1
SVN Migration [Sun, 23 Feb 2003 11:03:39 +0000 (11:03 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
foobar [Sun, 23 Feb 2003 09:36:47 +0000 (09:36 +0000)]
Fixed bug #22356 (Do not add empty -I flags).
foobar [Sun, 23 Feb 2003 08:14:34 +0000 (08:14 +0000)]
MFH
foobar [Sun, 23 Feb 2003 07:35:57 +0000 (07:35 +0000)]
BFN
foobar [Sun, 23 Feb 2003 07:34:32 +0000 (07:34 +0000)]
MFH: - Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT)
foobar [Sun, 23 Feb 2003 02:40:07 +0000 (02:40 +0000)]
MFH
SVN Migration [Sun, 23 Feb 2003 02:39:52 +0000 (02:39 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Wez Furlong [Sat, 22 Feb 2003 20:51:13 +0000 (20:51 +0000)]
Correct a bug number - thanks to Philip...
Wez Furlong [Sat, 22 Feb 2003 11:30:06 +0000 (11:30 +0000)]
Squashed those ugly bugs!
Wez Furlong [Sat, 22 Feb 2003 02:43:58 +0000 (02:43 +0000)]
Miscellaneous streams fixes, including probable fixes for:
Bug #21131 (fopen with 'a+' and rewind() doesn't work)
Bug #21713 (include remote files leaks temporary files + descriptors on Solaris)
Bug #21185 (move_uploaded_file() does not ignore open_basedir as it should)
Bug #22362 (combinations of fwrite(), fread() and fseek() produce unexpected results)
foobar [Fri, 21 Feb 2003 10:42:01 +0000 (10:42 +0000)]
fixed headers and cleaned up a bit
foobar [Fri, 21 Feb 2003 06:49:56 +0000 (06:49 +0000)]
ZTS build fixes, style and ws fixes
foobar [Fri, 21 Feb 2003 06:49:36 +0000 (06:49 +0000)]
MFH
foobar [Fri, 21 Feb 2003 06:46:55 +0000 (06:46 +0000)]
MFH: ZTS build fixes
foobar [Fri, 21 Feb 2003 04:58:09 +0000 (04:58 +0000)]
Fix ZTS build