]>
granicus.if.org Git - php/log
foobar [Mon, 14 Mar 2005 21:00:03 +0000 (21:00 +0000)]
- Fixed bug #18613 (Multiple OUs in x509 certificate not handled properly)
Rasmus Lerdorf [Mon, 14 Mar 2005 19:25:39 +0000 (19:25 +0000)]
Fix for bug #32263
This adds proto_num to request_info. It is defaulted to HTTP 1.0 (1000)
such that it has a valid value even if the underlying sapi doesn't set it
correctly. It is then used to determine if a 302 or a 303 should be sent
on a Location redirect. Any non GET/HEAD HTTP 1.1 redirect will get a 303
instead of a 302 to be compatible with the HTTP spec.
Zeev Suraski [Mon, 14 Mar 2005 12:53:34 +0000 (12:53 +0000)]
Clarify logic
Zeev Suraski [Mon, 14 Mar 2005 12:42:05 +0000 (12:42 +0000)]
Merge registry fix
foobar [Mon, 14 Mar 2005 09:47:31 +0000 (09:47 +0000)]
- Back to stone-age
Stanislav Malyshev [Mon, 14 Mar 2005 09:21:04 +0000 (09:21 +0000)]
ws
foobar [Mon, 14 Mar 2005 09:02:23 +0000 (09:02 +0000)]
- Fixed bug #30609 (cURL functions bypass open_basedir)
<changelog@php.net> [Mon, 14 Mar 2005 01:42:08 +0000 (01:42 +0000)]
ChangeLog update
foobar [Mon, 14 Mar 2005 01:16:43 +0000 (01:16 +0000)]
*sigh*
Moriyoshi Koizumi [Mon, 14 Mar 2005 01:11:54 +0000 (01:11 +0000)]
- Turn off incorrect case folding to let test over.
foobar [Mon, 14 Mar 2005 01:09:49 +0000 (01:09 +0000)]
- Move stuff that belongs in Makefile into Makefile.frag
Marcus Boerger [Sun, 13 Mar 2005 22:35:34 +0000 (22:35 +0000)]
- Update tests
Stanislav Malyshev [Sun, 13 Mar 2005 17:48:45 +0000 (17:48 +0000)]
Do not convert ZEND_HANDLE_FP to ZEND_HANDLE_STREAM but allow using reader/closer
on it
Ilia Alshanetsky [Sun, 13 Mar 2005 17:03:55 +0000 (17:03 +0000)]
Fixed compiler warning.
Marcus Boerger [Sun, 13 Mar 2005 16:35:01 +0000 (16:35 +0000)]
- Fix signature definition
Marcus Boerger [Sun, 13 Mar 2005 16:34:37 +0000 (16:34 +0000)]
- More exact signatures (even though complete correct not possible atm)
Stanislav Malyshev [Sun, 13 Mar 2005 15:30:10 +0000 (15:30 +0000)]
Fix get_extension_funcs() - extension names are now lowercased, so should
be function arguments.
Andrey Hristov [Sun, 13 Mar 2005 14:17:17 +0000 (14:17 +0000)]
credits to Ilia
Marcus Boerger [Sun, 13 Mar 2005 13:22:02 +0000 (13:22 +0000)]
- Actually this is a much better error decription
Marcus Boerger [Sun, 13 Mar 2005 13:15:08 +0000 (13:15 +0000)]
- Bugfix #32290
<changelog@php.net> [Sun, 13 Mar 2005 01:36:01 +0000 (01:36 +0000)]
ChangeLog update
Marcus Boerger [Sat, 12 Mar 2005 23:21:41 +0000 (23:21 +0000)]
- Update docu
Marcus Boerger [Sat, 12 Mar 2005 23:05:03 +0000 (23:05 +0000)]
- Fix extension to be .inc
Marcus Boerger [Sat, 12 Mar 2005 23:03:33 +0000 (23:03 +0000)]
- Allow to hook into RecursiveIteratorIterator's child handling
- Better=faster function caching for RecursiveIteratorIterator
- Check for exceptions and fix check for illegal return values
- Add UnexpectedValueException
- Add docu
Marcus Boerger [Sat, 12 Mar 2005 22:42:37 +0000 (22:42 +0000)]
- If an exception is pending we don't bail out but show the unhandled exception
Ilia Alshanetsky [Sat, 12 Mar 2005 17:51:19 +0000 (17:51 +0000)]
A more performance friendly version of Andrey's patch.
Andrey Hristov [Sat, 12 Mar 2005 14:46:41 +0000 (14:46 +0000)]
FRN
Andrey Hristov [Sat, 12 Mar 2005 14:41:20 +0000 (14:41 +0000)]
added an optional third parameter to str_word_count(), which is used as
a list of characters which are considerd "is_alpha()". Thus V14GR4 can
be extracted as one word if the user supplies "14" as charlist.
FR #31560
# Nuno, are you wishing to document this one too? :)
Wez Furlong [Sat, 12 Mar 2005 14:07:35 +0000 (14:07 +0000)]
it's 2005 already
# and we're all too lazy to go through and update all the copyright years :)
Andrey Hristov [Sat, 12 Mar 2005 13:08:19 +0000 (13:08 +0000)]
- type is either 1 or 2 if second parameter is set. if not set then type
is 0.
- use the lvalue for the second rvalue
Andrey Hristov [Sat, 12 Mar 2005 12:59:53 +0000 (12:59 +0000)]
add a test file
Andrey Hristov [Sat, 12 Mar 2005 12:58:06 +0000 (12:58 +0000)]
add test
#forgot to add this one
Andrey Hristov [Sat, 12 Mar 2005 12:03:50 +0000 (12:03 +0000)]
FR 32275 - fifth parameter to preg_replace() to count number of replaces
made.
#it would be nice if someone of the doc team documents it. thanks!
Andrey Hristov [Sat, 12 Mar 2005 10:11:46 +0000 (10:11 +0000)]
Fixed #30871
Marcus Boerger [Sat, 12 Mar 2005 01:52:48 +0000 (01:52 +0000)]
- Fix test
Marcus Boerger [Sat, 12 Mar 2005 01:46:47 +0000 (01:46 +0000)]
- Fix another memleak
Marcus Boerger [Sat, 12 Mar 2005 01:44:04 +0000 (01:44 +0000)]
- Fix memleak
<changelog@php.net> [Sat, 12 Mar 2005 01:35:45 +0000 (01:35 +0000)]
ChangeLog update
Wez Furlong [Sat, 12 Mar 2005 01:16:59 +0000 (01:16 +0000)]
show list of PDO drivers in phpinfo.
Highlight a possible problem area; iterator leaks when used in foreach(),
at least with sqlite2 driver.
Wez Furlong [Sat, 12 Mar 2005 01:15:37 +0000 (01:15 +0000)]
build pdo statically on win32, so sqlite2 driver will build.
Alternatively, we could build sqlite as a shared ext, but that has more
of an impact to people upgrading.
Wez Furlong [Sat, 12 Mar 2005 01:14:21 +0000 (01:14 +0000)]
build sqlite2 pdo driver on win32
Marcus Boerger [Sat, 12 Mar 2005 00:51:39 +0000 (00:51 +0000)]
- Add tests
Marcus Boerger [Sat, 12 Mar 2005 00:50:20 +0000 (00:50 +0000)]
- Errcode might be empty
Wez Furlong [Sat, 12 Mar 2005 00:07:44 +0000 (00:07 +0000)]
Fix crappy whitespace
Wez Furlong [Fri, 11 Mar 2005 23:57:01 +0000 (23:57 +0000)]
Implement a PDO driver for sqlite 2
Marcus Boerger [Fri, 11 Mar 2005 02:32:07 +0000 (02:32 +0000)]
- Add new test
Marcus Boerger [Fri, 11 Mar 2005 02:11:44 +0000 (02:11 +0000)]
- Do not touch return_valu's refcount or is_ref
Marcus Boerger [Fri, 11 Mar 2005 01:52:24 +0000 (01:52 +0000)]
- Do not touch return_valu's refcount or is_ref
<changelog@php.net> [Fri, 11 Mar 2005 01:50:54 +0000 (01:50 +0000)]
ChangeLog update
Marcus Boerger [Fri, 11 Mar 2005 01:32:20 +0000 (01:32 +0000)]
- Irrelevant
Marcus Boerger [Fri, 11 Mar 2005 01:11:54 +0000 (01:11 +0000)]
- Fix #30266
Marcus Boerger [Fri, 11 Mar 2005 00:44:34 +0000 (00:44 +0000)]
- Don't touch refcount/is_ref
Marcus Boerger [Fri, 11 Mar 2005 00:22:28 +0000 (00:22 +0000)]
- Times have changed - php 5 relevant version now
Marcus Boerger [Fri, 11 Mar 2005 00:14:02 +0000 (00:14 +0000)]
- Do not touch return_valu's refcount or is_ref
Marcus Boerger [Fri, 11 Mar 2005 00:11:35 +0000 (00:11 +0000)]
- Allow to work under php 5
Marcus Boerger [Thu, 10 Mar 2005 23:52:43 +0000 (23:52 +0000)]
- Cosmetics
Marcus Boerger [Thu, 10 Mar 2005 23:42:15 +0000 (23:42 +0000)]
- Do not touch return_valu's refcount or is_ref
Ilia Alshanetsky [Thu, 10 Mar 2005 23:37:45 +0000 (23:37 +0000)]
Final set of fixes for bug #27633.
# Many thanks to Edin for helpind analyze and resolve this bug.
Rob Richards [Thu, 10 Mar 2005 22:35:18 +0000 (22:35 +0000)]
require libxml 2.6.0 or higher
Rob Richards [Thu, 10 Mar 2005 22:32:47 +0000 (22:32 +0000)]
add workaround for libxml bug when using next() method
remove some no longer needed windows specific code
Marcus Boerger [Thu, 10 Mar 2005 18:48:01 +0000 (18:48 +0000)]
- Fix fetching bound vars & tests
Marcus Boerger [Thu, 10 Mar 2005 17:55:36 +0000 (17:55 +0000)]
- Update tests
Marcus Boerger [Thu, 10 Mar 2005 15:54:52 +0000 (15:54 +0000)]
- Fix test name
Zeev Suraski [Thu, 10 Mar 2005 14:33:53 +0000 (14:33 +0000)]
Oops, revert.
Zeev Suraski [Thu, 10 Mar 2005 14:32:16 +0000 (14:32 +0000)]
Fix prototype
Marcus Boerger [Thu, 10 Mar 2005 14:04:54 +0000 (14:04 +0000)]
- Rename test script
Marcus Boerger [Thu, 10 Mar 2005 14:02:46 +0000 (14:02 +0000)]
- Make this work under 5
Marcus Boerger [Thu, 10 Mar 2005 13:20:26 +0000 (13:20 +0000)]
- Bugfix #28442
Joe Orton [Thu, 10 Mar 2005 11:19:32 +0000 (11:19 +0000)]
Fix /*-within-comment warning from GCC.
Joe Orton [Thu, 10 Mar 2005 11:09:32 +0000 (11:09 +0000)]
- Fixed bug #31717: Reject PATH_INFO if "AcceptPathInfo off" is used.
Magnus M��tt� [Thu, 10 Mar 2005 02:43:44 +0000 (02:43 +0000)]
Add tests for firebird.
Magnus M��tt� [Thu, 10 Mar 2005 02:37:20 +0000 (02:37 +0000)]
Add NOT NULL to create so the tests work with Firebird too.
Marcus Boerger [Thu, 10 Mar 2005 02:32:00 +0000 (02:32 +0000)]
- #31562 2nd part
Marcus Boerger [Thu, 10 Mar 2005 02:29:45 +0000 (02:29 +0000)]
- Fix #31562
<changelog@php.net> [Thu, 10 Mar 2005 01:35:35 +0000 (01:35 +0000)]
ChangeLog update
Marcus Boerger [Thu, 10 Mar 2005 00:17:17 +0000 (00:17 +0000)]
- Wrong order of action - touch
Marcus Boerger [Thu, 10 Mar 2005 00:10:21 +0000 (00:10 +0000)]
- Fix #31442 unserialize broken on 64-bit systems
- Fix one warning
Marcus Boerger [Wed, 9 Mar 2005 23:58:44 +0000 (23:58 +0000)]
- Fix #31442 unserialize broken on 64-bit systems
- Fix one warning
Antony Dovgal [Wed, 9 Mar 2005 21:58:20 +0000 (21:58 +0000)]
fix compile warnings
Magnus M��tt� [Wed, 9 Mar 2005 21:02:31 +0000 (21:02 +0000)]
More tests.
Ilia Alshanetsky [Wed, 9 Mar 2005 20:52:38 +0000 (20:52 +0000)]
Fixes to ascii downloads on win32.
Wez Furlong [Wed, 9 Mar 2005 18:21:41 +0000 (18:21 +0000)]
re-enable deps for HEAD
Wez Furlong [Wed, 9 Mar 2005 18:21:10 +0000 (18:21 +0000)]
prep for pecl release
Wez Furlong [Wed, 9 Mar 2005 18:18:53 +0000 (18:18 +0000)]
update extension version
Wez Furlong [Wed, 9 Mar 2005 18:14:49 +0000 (18:14 +0000)]
prep for release
Marcus Boerger [Wed, 9 Mar 2005 10:29:27 +0000 (10:29 +0000)]
Fix the fix
Derick Rethans [Wed, 9 Mar 2005 10:13:05 +0000 (10:13 +0000)]
- MF43: Fixed bug #28067 (partially incorrect utf8 to htmlentities mapping).
Antony Dovgal [Wed, 9 Mar 2005 09:19:27 +0000 (09:19 +0000)]
fix build
Wez Furlong [Wed, 9 Mar 2005 06:04:21 +0000 (06:04 +0000)]
update in readiness for release
Wez Furlong [Wed, 9 Mar 2005 05:50:03 +0000 (05:50 +0000)]
"thou shalt not throw exceptions except in really exceptional circumstances."
The only allowed places to throw them directly are from within the PDO class
constructors or when dealing with transaction level attributes, where
"hard-failure" is a feature.
All other errors should use the PDO error handling mechanism and respect the
users selected error mode.
Magnus M��tt� [Wed, 9 Mar 2005 05:29:57 +0000 (05:29 +0000)]
Add one more test.
Wez Furlong [Wed, 9 Mar 2005 05:03:58 +0000 (05:03 +0000)]
prep package file for release.
fix my favourite typo.
fix compile warnings
Magnus M��tt� [Wed, 9 Mar 2005 04:45:08 +0000 (04:45 +0000)]
Add test 020 and 021 for PDO_SQLite.
Magnus M��tt� [Wed, 9 Mar 2005 04:23:02 +0000 (04:23 +0000)]
Since in_array is case sensitive we need to convert the names to lowercase
otherwise it won't run tests for extensions where the case of the name differ from the
extension name.
Magnus M��tt� [Wed, 9 Mar 2005 03:50:10 +0000 (03:50 +0000)]
Add more tests.
Magnus M��tt� [Wed, 9 Mar 2005 03:45:24 +0000 (03:45 +0000)]
Remove old test.
Marcus Boerger [Wed, 9 Mar 2005 03:07:42 +0000 (03:07 +0000)]
More line count fixes
Marcus Boerger [Wed, 9 Mar 2005 03:07:07 +0000 (03:07 +0000)]
Add documentation
Marcus Boerger [Wed, 9 Mar 2005 02:54:36 +0000 (02:54 +0000)]
No double line counting
Wez Furlong [Wed, 9 Mar 2005 02:13:06 +0000 (02:13 +0000)]
probably fix for ? placeholders not working with oci