]>
granicus.if.org Git - php/log
Andi Gutmans [Wed, 20 Nov 2002 20:03:01 +0000 (20:03 +0000)]
- Revert previous patch
Andi Gutmans [Wed, 20 Nov 2002 19:48:12 +0000 (19:48 +0000)]
- Intermediate commit which works on making bcmath thread-safe.
Derick Rethans [Wed, 20 Nov 2002 19:44:37 +0000 (19:44 +0000)]
- MFZE1: Disable leak() and crash() when not using debug mode
Andi Gutmans [Wed, 20 Nov 2002 19:15:36 +0000 (19:15 +0000)]
- Add abstract methods
Frank M. Kromann [Wed, 20 Nov 2002 18:53:14 +0000 (18:53 +0000)]
Adding path to resolv.lib
Frank M. Kromann [Wed, 20 Nov 2002 18:39:39 +0000 (18:39 +0000)]
Changing line endings to CRLF. This allows the extension to build again.
Andi Gutmans [Wed, 20 Nov 2002 18:00:23 +0000 (18:00 +0000)]
- Fix build (thanks Marcus)
- Implement abstract methods, syntax:
- abstract function foo($vars);
- I don't see any reason why modifiers such as static/public need to be
- used with abstract. PHP is weakly typed and there would be no meaning to
- this anyway. People who want a strictly typed compiled language are
- looking in the wrong place.
Sascha Schumann [Wed, 20 Nov 2002 17:15:00 +0000 (17:15 +0000)]
Add an error message to the ini handlers
Sascha Schumann [Wed, 20 Nov 2002 16:06:29 +0000 (16:06 +0000)]
add protective checks to ini updates
Noticed by: Derick Rethans <d.rethans@jdimedia.nl>
PR: #20284
Ilia Alshanetsky [Wed, 20 Nov 2002 15:56:56 +0000 (15:56 +0000)]
Switched to a new parameter parsing API, which simplifies the code.
Made error reporting use php_error_docref().
Fixed a memory leak in shmop_open() when an invalid flag is specified.
Added tests for shmop() extension.
Sander Roobol [Wed, 20 Nov 2002 12:53:40 +0000 (12:53 +0000)]
One Apache 1.3 line is enough
Stig Bakken [Wed, 20 Nov 2002 06:51:23 +0000 (06:51 +0000)]
* convert to english
Stig Bakken [Wed, 20 Nov 2002 06:50:33 +0000 (06:50 +0000)]
* fix doc for config-{set,get}
Ilia Alshanetsky [Wed, 20 Nov 2002 06:48:58 +0000 (06:48 +0000)]
Added .cvsignore file.
Ilia Alshanetsky [Wed, 20 Nov 2002 06:48:39 +0000 (06:48 +0000)]
Switched to a new parameter parsing API, which simplifies the code a great deal.
Made error reporting use php_error_docref()
Fixed a bug in mhash_keygen_s2k() that caused non \0 terminated data to be returned.
Added tests of all mhash functions.
Stefan Esser [Tue, 19 Nov 2002 23:25:57 +0000 (23:25 +0000)]
Adding SHA1 tests.
Ilia Alshanetsky [Tue, 19 Nov 2002 21:24:47 +0000 (21:24 +0000)]
Do not register IMAGETYPE_SWC if zlib, which is needed for parsing of swc
files is not available.
Ilia Alshanetsky [Tue, 19 Nov 2002 19:55:54 +0000 (19:55 +0000)]
Addressed the issue of persistant allocation.
Fixed bug #20470.
Fixed a memory leak in gdttf.c that would happen when an error during
processing occures.
George Schlossnagle [Tue, 19 Nov 2002 19:03:20 +0000 (19:03 +0000)]
brief v1 documentation
George Schlossnagle [Tue, 19 Nov 2002 18:57:38 +0000 (18:57 +0000)]
Props to Lukas as well
foobar [Tue, 19 Nov 2002 18:02:36 +0000 (18:02 +0000)]
Add George to the credits and add note about it being different than the real Apache SAPI
foobar [Tue, 19 Nov 2002 17:58:10 +0000 (17:58 +0000)]
Fix the configure..
Zeev Suraski [Tue, 19 Nov 2002 17:51:30 +0000 (17:51 +0000)]
MFZE1 - error_reporting fix
Moriyoshi Koizumi [Tue, 19 Nov 2002 17:23:41 +0000 (17:23 +0000)]
Function renamings: s/php_mbstr_/php_mb/.
# all of which are static so I don't see any problem for now.
Moriyoshi Koizumi [Tue, 19 Nov 2002 17:02:06 +0000 (17:02 +0000)]
Unified the duplicated portions.
# No need to merge this patch to the branch
Moriyoshi Koizumi [Tue, 19 Nov 2002 16:56:43 +0000 (16:56 +0000)]
Added a test to check whether mb_parse_str() works properly
Moriyoshi Koizumi [Tue, 19 Nov 2002 16:55:34 +0000 (16:55 +0000)]
Modified the test so it wouldn't be affected by ini settings.
Edin Kadribasic [Tue, 19 Nov 2002 15:11:27 +0000 (15:11 +0000)]
Update Credits
Derick Rethans [Tue, 19 Nov 2002 14:53:31 +0000 (14:53 +0000)]
- Add test for bison weirdness as some people experienced (seems fixed
now though)
Derick Rethans [Tue, 19 Nov 2002 14:45:13 +0000 (14:45 +0000)]
- MFB: Safemode install problem
Marcus Boerger [Tue, 19 Nov 2002 14:11:50 +0000 (14:11 +0000)]
Allow error_prepend and error_append being empty as used in run-test.php
Derick Rethans [Tue, 19 Nov 2002 09:51:50 +0000 (09:51 +0000)]
- Already moved to PECL, but forgot to remove it from php4
Derick Rethans [Tue, 19 Nov 2002 08:20:18 +0000 (08:20 +0000)]
- Committing patch by Philip Olson <philip@cornado.com>.
Marcus Boerger [Tue, 19 Nov 2002 02:34:13 +0000 (02:34 +0000)]
-rename checkdnsrr to dns_check_record, keep old name as alias
-rename getmxrr to dns_get_mx, keep old name as alias
-added dns_get_record
@Added dns_get_record() which allows to retrieve DNS information about
@a host. (Marcus, Pollita)
Stig Bakken [Tue, 19 Nov 2002 02:18:30 +0000 (02:18 +0000)]
* allow config-get in the default layer
George Schlossnagle [Tue, 19 Nov 2002 01:20:42 +0000 (01:20 +0000)]
now this works (thanks Rasmus)
Note: the correct line is --with-apache-hooks
Edin Kadribasic [Tue, 19 Nov 2002 01:06:42 +0000 (01:06 +0000)]
No need to declare functions used internally by DBA as PHPAPI. This
fixes windows build.
Moriyoshi Koizumi [Mon, 18 Nov 2002 21:20:45 +0000 (21:20 +0000)]
We have to use binary mode here.
Moriyoshi Koizumi [Mon, 18 Nov 2002 21:15:41 +0000 (21:15 +0000)]
Fixed possible leaks
George Schlossnagle [Mon, 18 Nov 2002 19:07:37 +0000 (19:07 +0000)]
fixed recurrent entrance to add_cgi_vars
Thies C. Arntzen [Mon, 18 Nov 2002 17:34:55 +0000 (17:34 +0000)]
use FREE_ZVAL when freeing zvals
Marcus Boerger [Mon, 18 Nov 2002 17:23:21 +0000 (17:23 +0000)]
Fix warning as discussed with Wez.
Sascha Schumann [Mon, 18 Nov 2002 17:06:05 +0000 (17:06 +0000)]
Add FAM support for LGPLed libfam.
FAM, the File Alteration Monitor, provides an API that applications can use to
be notified when specific files or directories are changed.
FAM is being used in Enlightenment, GNOME/Nautilus, and KDE.
# Yes, this will be moved to PECL once that is fully usable. Emails about
# this issue will likely be redirected to /dev/null. :-)
Marcus Boerger [Mon, 18 Nov 2002 16:51:02 +0000 (16:51 +0000)]
-Added colordepth for png
-Added tests for width/heidth for unsigned/signed problems
Marcus Boerger [Mon, 18 Nov 2002 16:50:10 +0000 (16:50 +0000)]
Added colordepth for png
Sascha Schumann [Mon, 18 Nov 2002 15:55:07 +0000 (15:55 +0000)]
add missing backslash
Edin Kadribasic [Mon, 18 Nov 2002 15:53:00 +0000 (15:53 +0000)]
Nuke one more win32 linking warning.
Marcus Boerger [Mon, 18 Nov 2002 15:49:06 +0000 (15:49 +0000)]
Fixing unsigned/signed problems (and i thought about it before...)
Derick Rethans [Mon, 18 Nov 2002 15:45:27 +0000 (15:45 +0000)]
- Remove outdated GPL clause; the file was totally rewritten
Edin Kadribasic [Mon, 18 Nov 2002 14:33:34 +0000 (14:33 +0000)]
Really nuke win32 linking warnings.
Ilia Alshanetsky [Mon, 18 Nov 2002 13:17:14 +0000 (13:17 +0000)]
Hopefully fix win32 linker warnings.
Edin Kadribasic [Mon, 18 Nov 2002 12:52:57 +0000 (12:52 +0000)]
Initial attempt to get apache_hooks api to compile on windows.
Still getting link errors with
undefined symbol: 'php_request_startup_for_hook'.
Wez Furlong [Mon, 18 Nov 2002 12:40:12 +0000 (12:40 +0000)]
wb -> r+b
Ilia Alshanetsky [Mon, 18 Nov 2002 12:31:39 +0000 (12:31 +0000)]
Changed memory allocation wrappers to macros, so that it is possible to see
where the memory leak is happening.
Edin Kadribasic [Mon, 18 Nov 2002 12:30:08 +0000 (12:30 +0000)]
Updated windows build file.
Edin Kadribasic [Mon, 18 Nov 2002 12:29:29 +0000 (12:29 +0000)]
Added .cvsignore file.
Edin Kadribasic [Mon, 18 Nov 2002 12:16:12 +0000 (12:16 +0000)]
Remove fribidi from the NEWS item about extensions available on windows
for now. This is because I'm unable to get fribidi library to compile
on windows.
Wez Furlong [Mon, 18 Nov 2002 12:00:21 +0000 (12:00 +0000)]
Re-enable the curlwrappers configure option.
I still don't recommend it's use unless you are hacking both curl and PHP
to make it work.
Wez Furlong [Mon, 18 Nov 2002 11:55:11 +0000 (11:55 +0000)]
Amend news about mbstring enabled by default
Wez Furlong [Mon, 18 Nov 2002 11:49:06 +0000 (11:49 +0000)]
Merge the temp file mode fix from the branch,
add missing Id tag.
Wez Furlong [Mon, 18 Nov 2002 11:39:42 +0000 (11:39 +0000)]
Merge streams changes from branch.
Rasmus Lerdorf [Mon, 18 Nov 2002 06:14:10 +0000 (06:14 +0000)]
Fix a few warnings - compiles nicely now
George Schlossnagle [Mon, 18 Nov 2002 06:09:23 +0000 (06:09 +0000)]
#defined offsetof, for systems that can't find it
Sebastian Bergmann [Mon, 18 Nov 2002 06:04:06 +0000 (06:04 +0000)]
Fix ZTS build.
Andi Gutmans [Mon, 18 Nov 2002 05:27:46 +0000 (05:27 +0000)]
- MFZE1
foobar [Mon, 18 Nov 2002 05:06:02 +0000 (05:06 +0000)]
Fixed bug: #20458 (--with-qtdom=shared broken)
foobar [Mon, 18 Nov 2002 03:23:51 +0000 (03:23 +0000)]
Added error message if browscap location is not set in php.ini
Ilia Alshanetsky [Mon, 18 Nov 2002 03:16:13 +0000 (03:16 +0000)]
Fixed bug #20462.
Ilia Alshanetsky [Mon, 18 Nov 2002 02:30:27 +0000 (02:30 +0000)]
Removed duplicate php_compat.h include.
George Schlossnagle [Mon, 18 Nov 2002 01:01:21 +0000 (01:01 +0000)]
initial import of all these files. This was previously the apache_hooks
branch of the apache sapi. Now it lives on its own. General functionality
seems to be working, though there may be a problem with some
output buffering, most likely due to the way that sapi_deactivate needs
to be mangled with here.
George Schlossnagle [Mon, 18 Nov 2002 00:59:23 +0000 (00:59 +0000)]
added support functions for the apache_hooks SAPI
foobar [Mon, 18 Nov 2002 00:41:27 +0000 (00:41 +0000)]
Fix the test. (and indented it for easier bug spotting :)
Ilia Alshanetsky [Sun, 17 Nov 2002 22:52:47 +0000 (22:52 +0000)]
Fixed bug #20466.
Ilia Alshanetsky [Sun, 17 Nov 2002 21:57:43 +0000 (21:57 +0000)]
Fixed gd 2.0.4 check
Sebastian Bergmann [Sun, 17 Nov 2002 21:50:00 +0000 (21:50 +0000)]
Fix warning. HAVE_MEMMOVE is already defined in config.w32.h.
Sebastian Bergmann [Sun, 17 Nov 2002 21:29:16 +0000 (21:29 +0000)]
Fix Win32 build. (Lots of linkage warnings remain!)
Ilia Alshanetsky [Sun, 17 Nov 2002 20:18:44 +0000 (20:18 +0000)]
A better gd >=2.0.4 version check for non-bundled gd library.
Derick Rethans [Sun, 17 Nov 2002 19:45:10 +0000 (19:45 +0000)]
- MFB
Ilia Alshanetsky [Sun, 17 Nov 2002 18:57:21 +0000 (18:57 +0000)]
Expat upgrade news.
Ilia Alshanetsky [Sun, 17 Nov 2002 18:37:48 +0000 (18:37 +0000)]
Upgraded the bundled expat library to 1.95.5 (latest stable, atm).
Fixed bug #20442.
Stanislav Malyshev [Sun, 17 Nov 2002 17:57:57 +0000 (17:57 +0000)]
fix the leak
Derick Rethans [Sun, 17 Nov 2002 14:25:50 +0000 (14:25 +0000)]
- Fix compile problems for mips pro
Zeev Suraski [Sun, 17 Nov 2002 13:26:38 +0000 (13:26 +0000)]
Unify handling of error_reporting - fix bug #16137
Derick Rethans [Sun, 17 Nov 2002 13:11:46 +0000 (13:11 +0000)]
- MFB: Fix memory allocation problem in bundled GD (reported by Brian Havard)
Marcus Boerger [Sun, 17 Nov 2002 09:27:48 +0000 (09:27 +0000)]
Conversion fix by Michael Mauch
Ilia Alshanetsky [Sun, 17 Nov 2002 00:06:50 +0000 (00:06 +0000)]
Fixed a problem that would cause include/require("/dir/file") to fail on
Windows.
Marcus Boerger [Sat, 16 Nov 2002 23:45:58 +0000 (23:45 +0000)]
Force float for the float test
Marcus Boerger [Sat, 16 Nov 2002 19:43:53 +0000 (19:43 +0000)]
Show module used in test
Marcus Boerger [Sat, 16 Nov 2002 17:28:04 +0000 (17:28 +0000)]
-Do not rely on a side effect of 32bit platforms (patch by Michael Mauch)
-remove unused sections
Marcus Boerger [Sat, 16 Nov 2002 17:26:52 +0000 (17:26 +0000)]
removed unused sections
Ilia Alshanetsky [Sat, 16 Nov 2002 17:26:26 +0000 (17:26 +0000)]
Fixed the test so it works properly on both 32 and 64 bit platforms.
Marcus Boerger [Sat, 16 Nov 2002 17:02:07 +0000 (17:02 +0000)]
Make getimagesize more robust against corrupt files
Georg Richter [Sat, 16 Nov 2002 16:07:54 +0000 (16:07 +0000)]
forgot to decrement result_allocated :(
Sebastian Bergmann [Sat, 16 Nov 2002 08:30:31 +0000 (08:30 +0000)]
Fix Win32 build.
Andi Gutmans [Sat, 16 Nov 2002 07:37:03 +0000 (07:37 +0000)]
- MFZE1
Andi Gutmans [Sat, 16 Nov 2002 07:32:53 +0000 (07:32 +0000)]
- MFZE1
Stig Bakken [Fri, 15 Nov 2002 23:19:41 +0000 (23:19 +0000)]
no longer in use
Marcus Boerger [Fri, 15 Nov 2002 21:28:42 +0000 (21:28 +0000)]
When --enable-dba is used then include builtin modules unless --without-xxx
is not used.
Ilia Alshanetsky [Fri, 15 Nov 2002 18:53:07 +0000 (18:53 +0000)]
Removed the md5 checks since the files may be slightly different due to
float -> int conversion inconsistencies on various architectures.
Maxim Maletsky [Fri, 15 Nov 2002 18:20:59 +0000 (18:20 +0000)]
WS