]>
granicus.if.org Git - php/log
Rob Richards [Wed, 4 Oct 2006 12:02:49 +0000 (12:02 +0000)]
fix bug #39035 (Compatibilty issue between DOM and ze1_compatibility_mode
Pierre Joye [Wed, 4 Oct 2006 12:02:46 +0000 (12:02 +0000)]
- used only in HEAD
Pierre Joye [Wed, 4 Oct 2006 11:48:04 +0000 (11:48 +0000)]
- wrong definition
Antony Dovgal [Wed, 4 Oct 2006 11:20:14 +0000 (11:20 +0000)]
fix typo
Antony Dovgal [Wed, 4 Oct 2006 11:14:32 +0000 (11:14 +0000)]
MFH: fix #39032 (strcspn() stops on null character)
Pierre Joye [Tue, 3 Oct 2006 23:32:33 +0000 (23:32 +0000)]
- more tests for the last commits
Ilia Alshanetsky [Tue, 3 Oct 2006 22:18:08 +0000 (22:18 +0000)]
Shoehorn myself into the credits.
Ilia Alshanetsky [Tue, 3 Oct 2006 19:51:01 +0000 (19:51 +0000)]
Last set of zend_hash_init() optimizations
Antony Dovgal [Tue, 3 Oct 2006 17:54:51 +0000 (17:54 +0000)]
MFH: throw a warning when doing modulus by 0 (fr #39027)
Ilia Alshanetsky [Tue, 3 Oct 2006 17:41:47 +0000 (17:41 +0000)]
optimize zend_hash_init() with known hash table sizes.
Hannes Magnusson [Tue, 3 Oct 2006 16:37:51 +0000 (16:37 +0000)]
MFH: compact() doesnt throw "wrong param count"
Ilia Alshanetsky [Tue, 3 Oct 2006 15:34:50 +0000 (15:34 +0000)]
Fixed handling of FILTER_FORCE_ARRAY
Hannes Magnusson [Tue, 3 Oct 2006 15:21:47 +0000 (15:21 +0000)]
pg_send_prepare(), pg_send_query_params() & pg_send_execute() do not throw "Wrong parameter count"
Pierre Joye [Tue, 3 Oct 2006 11:42:23 +0000 (11:42 +0000)]
- vi folding, ws
Dmitry Stogov [Tue, 3 Oct 2006 11:10:33 +0000 (11:10 +0000)]
Speedup array/HashTable copying. (Matt W)
Dmitry Stogov [Tue, 3 Oct 2006 09:59:07 +0000 (09:59 +0000)]
Fixed bug #38942 (Double old-style-ctor inheritance)
Dmitry Stogov [Tue, 3 Oct 2006 09:05:14 +0000 (09:05 +0000)]
Fixed bug #39017 (foreach(($obj = new myClass) as $v); echo $obj; segfaults)
Antony Dovgal [Tue, 3 Oct 2006 08:44:01 +0000 (08:44 +0000)]
fix test
Dmitry Stogov [Tue, 3 Oct 2006 07:30:46 +0000 (07:30 +0000)]
Fixed memory leak (Nuno)
Dmitry Stogov [Tue, 3 Oct 2006 07:00:35 +0000 (07:00 +0000)]
Fixed possible crash with default namespaces
Michael Wallner [Tue, 3 Oct 2006 05:57:52 +0000 (05:57 +0000)]
- fix (ZTS) build
Ilia Alshanetsky [Tue, 3 Oct 2006 02:16:53 +0000 (02:16 +0000)]
Refactor the filter extension
- Cleanup API
- Added handling for circular references
- Renamed functions.
# Original patch by Pierre
Antony Dovgal [Mon, 2 Oct 2006 22:09:49 +0000 (22:09 +0000)]
MFH: fix #38996 (PDO_MYSQL doesn't check connections for liveness)
Antony Dovgal [Mon, 2 Oct 2006 20:49:23 +0000 (20:49 +0000)]
MFH: the last part of the fix for #39004
Andrei Zmievski [Mon, 2 Oct 2006 20:07:14 +0000 (20:07 +0000)]
Use php_error_docref() instead.
Andrei Zmievski [Mon, 2 Oct 2006 19:58:15 +0000 (19:58 +0000)]
More offset fixes. Added E_NOTICE where appropriate.
Andrei Zmievski [Mon, 2 Oct 2006 19:42:42 +0000 (19:42 +0000)]
Fix invalid memory access in strrpos().
Antony Dovgal [Mon, 2 Oct 2006 19:17:53 +0000 (19:17 +0000)]
fix the fix for #39004
Ilia Alshanetsky [Mon, 2 Oct 2006 15:34:38 +0000 (15:34 +0000)]
Fixed bug #39004 (Fixed generation of config.nice with autoconf 2.60).
Antony Dovgal [Mon, 2 Oct 2006 14:31:04 +0000 (14:31 +0000)]
fix tests
Hannes Magnusson [Mon, 2 Oct 2006 14:17:47 +0000 (14:17 +0000)]
Rename utils.php to utils.inc
Antony Dovgal [Mon, 2 Oct 2006 12:16:35 +0000 (12:16 +0000)]
MFH: #39001 (ReflectionProperty returns incorrect declaring class for protected properties)
Antony Dovgal [Mon, 2 Oct 2006 11:09:52 +0000 (11:09 +0000)]
MFH: fix #39003 (__autoload() is called for type hinting)
Hannes Magnusson [Mon, 2 Oct 2006 08:36:35 +0000 (08:36 +0000)]
Fix test
#failes atm...
Hannes Magnusson [Mon, 2 Oct 2006 07:59:45 +0000 (07:59 +0000)]
Initial commit..
Hannes Magnusson [Mon, 2 Oct 2006 07:58:13 +0000 (07:58 +0000)]
protos
Hannes Magnusson [Mon, 2 Oct 2006 07:44:34 +0000 (07:44 +0000)]
Fix protos
Hannes Magnusson [Mon, 2 Oct 2006 07:36:18 +0000 (07:36 +0000)]
Fix proto
Ilia Alshanetsky [Sun, 1 Oct 2006 20:58:02 +0000 (20:58 +0000)]
Fixed bug #38993 (Fixed safe_mode/open_basedir checks for
session.save_path, allowing them to account for extra parameters).
Rui Hirokawa [Sun, 1 Oct 2006 08:34:39 +0000 (08:34 +0000)]
fixed bug #37103: libmbfl headers was not installed correctly.
Ilia Alshanetsky [Sat, 30 Sep 2006 17:12:06 +0000 (17:12 +0000)]
Added safety checks against integer overflow.
Ilia Alshanetsky [Fri, 29 Sep 2006 22:35:47 +0000 (22:35 +0000)]
Added missing API function declaration.
Ilia Alshanetsky [Fri, 29 Sep 2006 21:40:16 +0000 (21:40 +0000)]
Added missing declaration of the php_get_uname() PHPAPI function.
Hannes Magnusson [Fri, 29 Sep 2006 13:11:28 +0000 (13:11 +0000)]
fix protos
Hannes Magnusson [Fri, 29 Sep 2006 12:29:21 +0000 (12:29 +0000)]
fix arginfo
Antony Dovgal [Fri, 29 Sep 2006 12:18:58 +0000 (12:18 +0000)]
MFH
Stefan Esser [Fri, 29 Sep 2006 10:05:34 +0000 (10:05 +0000)]
If one name is disallowed don't drop all files
Georg Richter [Fri, 29 Sep 2006 08:40:10 +0000 (08:40 +0000)]
MFH: fixed error message
Antony Dovgal [Thu, 28 Sep 2006 23:27:59 +0000 (23:27 +0000)]
MFH
Ilia Alshanetsky [Thu, 28 Sep 2006 23:17:31 +0000 (23:17 +0000)]
Fixed a large leak inside _php_image_create_from()
Antony Dovgal [Thu, 28 Sep 2006 23:03:56 +0000 (23:03 +0000)]
MFH
Antony Dovgal [Thu, 28 Sep 2006 22:33:06 +0000 (22:33 +0000)]
MFH
Hannes Magnusson [Thu, 28 Sep 2006 22:03:18 +0000 (22:03 +0000)]
add .libs to .cvsignore
Antony Dovgal [Thu, 28 Sep 2006 22:02:04 +0000 (22:02 +0000)]
fix test name
Hannes Magnusson [Thu, 28 Sep 2006 19:44:04 +0000 (19:44 +0000)]
Gah. these werent suppost to get committed atm
# Those do differ from -dist thought, if someone could write a line
# or two as to why they differ I would appreciate it!
Hannes Magnusson [Thu, 28 Sep 2006 19:37:59 +0000 (19:37 +0000)]
Remove unused ini options
Hannes Magnusson [Thu, 28 Sep 2006 19:00:52 +0000 (19:00 +0000)]
Add new ini options
#feel free to add comments to it
Hannes Magnusson [Thu, 28 Sep 2006 17:10:14 +0000 (17:10 +0000)]
bjori->Hannes
Ilia Alshanetsky [Thu, 28 Sep 2006 15:48:35 +0000 (15:48 +0000)]
Added handling for virtual_file_ex() failures.
# Patch by Nuno
Ilia Alshanetsky [Thu, 28 Sep 2006 14:52:31 +0000 (14:52 +0000)]
Fixed bug #38859 (parse_url() fails if passing '@' in passwd).
Antony Dovgal [Thu, 28 Sep 2006 12:57:56 +0000 (12:57 +0000)]
BFN
Antony Dovgal [Thu, 28 Sep 2006 12:55:15 +0000 (12:55 +0000)]
MFH: fix #38981 (using FTP URLs in get_headers() causes crash)
Antony Dovgal [Thu, 28 Sep 2006 12:03:49 +0000 (12:03 +0000)]
new tests
Hannes Magnusson [Thu, 28 Sep 2006 12:01:52 +0000 (12:01 +0000)]
fix test
Antony Dovgal [Thu, 28 Sep 2006 11:44:05 +0000 (11:44 +0000)]
add new tests
Hannes Magnusson [Thu, 28 Sep 2006 11:32:30 +0000 (11:32 +0000)]
MFH: fix arginfo&proto
Rob Richards [Thu, 28 Sep 2006 10:11:36 +0000 (10:11 +0000)]
fix some compiler warnings
Dmitry Stogov [Thu, 28 Sep 2006 09:37:52 +0000 (09:37 +0000)]
Removed unused libfcgi
Pierre Joye [Thu, 28 Sep 2006 09:02:17 +0000 (09:02 +0000)]
- imagefill entry
Pierre Joye [Thu, 28 Sep 2006 08:48:02 +0000 (08:48 +0000)]
- imagefill(), infinite loop with wrong color index
Antony Dovgal [Thu, 28 Sep 2006 08:26:33 +0000 (08:26 +0000)]
MFH
Dmitry Stogov [Thu, 28 Sep 2006 07:26:02 +0000 (07:26 +0000)]
Fixed wrong pipe detection code
Antony Dovgal [Thu, 28 Sep 2006 07:22:37 +0000 (07:22 +0000)]
initialize variable and make valgrind happy
Dmitry Stogov [Thu, 28 Sep 2006 07:16:31 +0000 (07:16 +0000)]
Fixed wrong return value
Ilia Alshanetsky [Wed, 27 Sep 2006 23:44:13 +0000 (23:44 +0000)]
Fixed bug #38963 (Fixed a possible open_basedir bypass in tempnam()).
Antony Dovgal [Wed, 27 Sep 2006 15:40:19 +0000 (15:40 +0000)]
MFH: use if() instead of ?:
Rob Richards [Wed, 27 Sep 2006 10:32:49 +0000 (10:32 +0000)]
BFN
Rob Richards [Wed, 27 Sep 2006 10:31:24 +0000 (10:31 +0000)]
fix bug #38949 (Cannot get xmlns value attribute)
add test
Antony Dovgal [Wed, 27 Sep 2006 08:44:19 +0000 (08:44 +0000)]
fix test
Antony Dovgal [Wed, 27 Sep 2006 08:32:24 +0000 (08:32 +0000)]
MFH: fix #38961 (metaphone() results in segmentation fault on NetBSD)
Ilia Alshanetsky [Tue, 26 Sep 2006 15:40:45 +0000 (15:40 +0000)]
64bit fix (Possible fix for bug #38961)
Dmitry Stogov [Tue, 26 Sep 2006 10:30:51 +0000 (10:30 +0000)]
Fixed bug #38808 ("maybe ref" issue for current() and others)
Dmitry Stogov [Tue, 26 Sep 2006 07:55:21 +0000 (07:55 +0000)]
Fixed bug #38942 (Double old-style-ctor inheritance)
Ilia Alshanetsky [Mon, 25 Sep 2006 16:00:43 +0000 (16:00 +0000)]
Fixed bug #38891 (get_headers() do not work with curl-wrappers).
Ilia Alshanetsky [Mon, 25 Sep 2006 14:48:33 +0000 (14:48 +0000)]
Fixed bug #38904 (apache2filter changes cwd to /).
Antony Dovgal [Mon, 25 Sep 2006 11:05:49 +0000 (11:05 +0000)]
MFH: change CXXFLAGS along with CFLAGS as there might be C++ code
Pierre Joye [Mon, 25 Sep 2006 09:00:16 +0000 (09:00 +0000)]
- #38944, freshly created archive has no comment or cdir
Antony Dovgal [Mon, 25 Sep 2006 08:45:08 +0000 (08:45 +0000)]
add test
Dmitry Stogov [Mon, 25 Sep 2006 08:15:03 +0000 (08:15 +0000)]
Removed warning about unreferenced local variable
Pierre Joye [Sun, 24 Sep 2006 22:27:57 +0000 (22:27 +0000)]
- #38943, properties in extended class cannot be set
- use zend_object_std_init instead of a manual initialisation
Ilia Alshanetsky [Sun, 24 Sep 2006 18:06:37 +0000 (18:06 +0000)]
Fixed bug #38941 (imap extension does not compile against new version of
the imap library).
Rui Hirokawa [Sun, 24 Sep 2006 07:10:54 +0000 (07:10 +0000)]
disabled mb_list_*_names() and mb_list_encodings(arg) which are introduced in PHP 5.2.0RC to reconsider/discuss the specification.
Antony Dovgal [Sat, 23 Sep 2006 12:27:40 +0000 (12:27 +0000)]
fix CGI build
Antony Dovgal [Sat, 23 Sep 2006 11:58:58 +0000 (11:58 +0000)]
MFH: fix possible segfault in #38891
Rui Hirokawa [Sat, 23 Sep 2006 10:55:58 +0000 (10:55 +0000)]
fixed build problem of some extensions which depend on ext/mbstring.
Ilia Alshanetsky [Fri, 22 Sep 2006 17:41:09 +0000 (17:41 +0000)]
Restore support for unquoted -d options
Dmitry Stogov [Fri, 22 Sep 2006 13:39:32 +0000 (13:39 +0000)]
Prevent access to dead zval
Ilia Alshanetsky [Thu, 21 Sep 2006 23:06:52 +0000 (23:06 +0000)]
Fixed test
Seiji Masugata [Thu, 21 Sep 2006 16:37:20 +0000 (16:37 +0000)]
Updated bundled oniguruma library (used for multibyte regular expression) to 4.4.4. fixed some Segmentation Fault, and build fails in OSX(Xcode 2.4/gcc 4.0.1 problem). See #38452.
Rui Hirokawa [Wed, 20 Sep 2006 23:10:37 +0000 (23:10 +0000)]
fixed compilation problem on Mac OS/X. (bug #38892,38778,38452)