]>
granicus.if.org Git - php/log
<changelog@php.net> [Sun, 30 Oct 2005 05:43:38 +0000 (05:43 +0000)]
ChangeLog update
Marcus Boerger [Sun, 30 Oct 2005 00:38:39 +0000 (00:38 +0000)]
- Protect against some edge case that is currently imossible, but will be
Marcus Boerger [Sun, 30 Oct 2005 00:35:55 +0000 (00:35 +0000)]
- Simplify & speedup, once more
Marcus Boerger [Sun, 30 Oct 2005 00:20:35 +0000 (00:20 +0000)]
- Simplify & speedup
Marcus Boerger [Sat, 29 Oct 2005 21:16:17 +0000 (21:16 +0000)]
- Fix attribute handling when using xpath expressions that lead to attributes
Marcus Boerger [Sat, 29 Oct 2005 21:01:03 +0000 (21:01 +0000)]
- Use var_dump() and fix test expectations
Marcus Boerger [Sat, 29 Oct 2005 20:38:30 +0000 (20:38 +0000)]
- Add new example
Marcus Boerger [Sat, 29 Oct 2005 20:37:59 +0000 (20:37 +0000)]
- Attribues don't have children
Marcus Boerger [Sat, 29 Oct 2005 16:38:49 +0000 (16:38 +0000)]
- Add new example
Marcus Boerger [Sat, 29 Oct 2005 16:12:57 +0000 (16:12 +0000)]
- Change var_dump to include all that is reachable, incl. @attributes
- Adapt tests and add new one
Marcus Boerger [Sat, 29 Oct 2005 15:49:28 +0000 (15:49 +0000)]
- It's better to use our own strtol here
Marcus Boerger [Sat, 29 Oct 2005 15:48:14 +0000 (15:48 +0000)]
- Increase buffer for 64 bit systems
Marcus Boerger [Sat, 29 Oct 2005 15:44:37 +0000 (15:44 +0000)]
- Fix stupid unicode warnings
Marcus Boerger [Sat, 29 Oct 2005 15:37:57 +0000 (15:37 +0000)]
- Add AppendIterator::getIteratorIndex
- Add AppendIterator::getArrayIterator
Marcus Boerger [Sat, 29 Oct 2005 15:15:22 +0000 (15:15 +0000)]
- Add class SplTempFileObject
Marcus Boerger [Sat, 29 Oct 2005 15:09:12 +0000 (15:09 +0000)]
- Allow to specify ma memory usage for temp stream
Marcus Boerger [Sat, 29 Oct 2005 14:29:59 +0000 (14:29 +0000)]
- Register temp and memory stream here
Marcus Boerger [Sat, 29 Oct 2005 11:10:34 +0000 (11:10 +0000)]
- Fix PECL Bug #5772; FETCH_FUNC broken for mixed case function names
# Mhhh, now wez and me did it in different branches only because i forgot
# to commit and MFH too
<changelog@php.net> [Sat, 29 Oct 2005 05:40:50 +0000 (05:40 +0000)]
ChangeLog update
Sebastian Bergmann [Fri, 28 Oct 2005 20:08:25 +0000 (20:08 +0000)]
Add an additional field $frame['object'] to the result array of debug_backtrace() that contains a reference to the respective object when the frame was called from an object. Patch has been reviewed by Andi, Zeev, and Marcus. I will coordinate with Ilia on merging it to the PHP_5_1 branch after PHP 5.1.0 has been released.
Frank M. Kromann [Fri, 28 Oct 2005 19:29:29 +0000 (19:29 +0000)]
Make sure haystack_len is initialized before it's used
Frank M. Kromann [Fri, 28 Oct 2005 19:21:46 +0000 (19:21 +0000)]
Adding missing function declarations to fix win32 build
Antony Dovgal [Fri, 28 Oct 2005 15:01:47 +0000 (15:01 +0000)]
fix #35003 (Warning: PDOStatement::fetch(): column 0 data was too large for buffer and was)
this is just a quick fix, the real one will follow after the weekend from Wez
Dmitry Stogov [Fri, 28 Oct 2005 14:44:41 +0000 (14:44 +0000)]
Fixed bug #34879 (str_replace, array_map corrupt negative array indexes on 64-bit platforms)
Dmitry Stogov [Fri, 28 Oct 2005 13:48:15 +0000 (13:48 +0000)]
Fixed bug #34879 (str_replace, array_map corrupt negative array indexes)
Dmitry Stogov [Fri, 28 Oct 2005 10:06:53 +0000 (10:06 +0000)]
Fixed bug #34982 (array_walk_recursive() modifies elements outside function scope)
Dmitry Stogov [Fri, 28 Oct 2005 09:57:50 +0000 (09:57 +0000)]
Fixed bug #34982 (array_walk_recursive() modifies elements outside function scope)
Dmitry Stogov [Fri, 28 Oct 2005 08:31:01 +0000 (08:31 +0000)]
Fixed bug #34725 (CLI segmentation faults during cleanup in ZTS if ext/pcre is DSO)
Dmitry Stogov [Fri, 28 Oct 2005 08:07:17 +0000 (08:07 +0000)]
Unicode support
Dmitry Stogov [Fri, 28 Oct 2005 07:31:21 +0000 (07:31 +0000)]
Fixed test (unicode support)
Dmitry Stogov [Fri, 28 Oct 2005 06:05:41 +0000 (06:05 +0000)]
$id:$ tatgs are removed from generated files to avoid committing of Zend/zend_vm_opcodes.h without real changes.
<changelog@php.net> [Fri, 28 Oct 2005 05:42:07 +0000 (05:42 +0000)]
ChangeLog update
Rob Richards [Thu, 27 Oct 2005 23:49:38 +0000 (23:49 +0000)]
fix crash setting attr from foreign doc (throws exception)
add test
Antony Dovgal [Thu, 27 Oct 2005 19:38:36 +0000 (19:38 +0000)]
forgot to commit new pdo_attr_ function
Dmitry Stogov [Thu, 27 Oct 2005 19:25:07 +0000 (19:25 +0000)]
Fixed SIGSEGV
Antony Dovgal [Thu, 27 Oct 2005 17:33:43 +0000 (17:33 +0000)]
add MySQL options and corresponding constants
Antony Dovgal [Thu, 27 Oct 2005 17:25:31 +0000 (17:25 +0000)]
- free S->stmt
- return correct value from the cursor_closer
- make sure S->stmt is NULL'ed
Ilia Alshanetsky [Thu, 27 Oct 2005 14:14:33 +0000 (14:14 +0000)]
MFB51: Fixed memory leak on error
Pierre Joye [Thu, 27 Oct 2005 11:07:39 +0000 (11:07 +0000)]
- MFB #34980, divisor and offset never passed correctly (s/float/double/)
Derick Rethans [Thu, 27 Oct 2005 09:36:26 +0000 (09:36 +0000)]
- Update package files.
Derick Rethans [Thu, 27 Oct 2005 09:27:34 +0000 (09:27 +0000)]
- Fixed a crash when a non-array option was passed in combination with the
callback filter.
<changelog@php.net> [Thu, 27 Oct 2005 05:38:05 +0000 (05:38 +0000)]
ChangeLog update
Dan Scott [Wed, 26 Oct 2005 23:46:52 +0000 (23:46 +0000)]
Add test for PDO::ATTR_CASE.
Antony Dovgal [Wed, 26 Oct 2005 22:46:51 +0000 (22:46 +0000)]
make compilers happy
Antony Dovgal [Wed, 26 Oct 2005 21:35:56 +0000 (21:35 +0000)]
fix #34996 (ImageTrueColorToPalette() crashes when ncolors is zero)
Antony Dovgal [Wed, 26 Oct 2005 18:52:00 +0000 (18:52 +0000)]
Unicode related patchset
fixes two problems:
- wrong offset counting and ..
- OCI_NEED_DATA error when reading unicode CLOBs (fixes PECL bug #5719)
Ilia Alshanetsky [Wed, 26 Oct 2005 15:08:42 +0000 (15:08 +0000)]
MFB51: Additional tweaks to the patch for bug #34249.
Derick Rethans [Wed, 26 Oct 2005 15:05:22 +0000 (15:05 +0000)]
- Make it compile when inside the PHP source tree.
Derick Rethans [Wed, 26 Oct 2005 14:37:08 +0000 (14:37 +0000)]
- Allow settable default flags for the filters.
Antony Dovgal [Wed, 26 Oct 2005 13:49:19 +0000 (13:49 +0000)]
fix #34977 (Compile failure on MacOSX due to use of varargs.h)
Derick Rethans [Wed, 26 Oct 2005 13:23:16 +0000 (13:23 +0000)]
- Update package.xml files.
Derick Rethans [Wed, 26 Oct 2005 13:20:52 +0000 (13:20 +0000)]
- Implemented this like the comment says, otherwise it will ofcourse modify
both instances of this variable name...
foobar [Wed, 26 Oct 2005 11:33:17 +0000 (11:33 +0000)]
Fix configure
foobar [Wed, 26 Oct 2005 11:33:05 +0000 (11:33 +0000)]
Fix indent
Dan Scott [Wed, 26 Oct 2005 08:32:25 +0000 (08:32 +0000)]
Correct non-standard SQL. Standard SQL would define "DEFAULT NULL" -- but
that is the default value if the DEFAULT clause is omitted anyways.
Derick Rethans [Wed, 26 Oct 2005 07:56:16 +0000 (07:56 +0000)]
- More ZTS fixes.
Derick Rethans [Wed, 26 Oct 2005 07:48:51 +0000 (07:48 +0000)]
- Fixed ZTS mode
- Added input_name_to_filter() function.
<changelog@php.net> [Wed, 26 Oct 2005 05:40:59 +0000 (05:40 +0000)]
ChangeLog update
Marcus Boerger [Tue, 25 Oct 2005 23:11:26 +0000 (23:11 +0000)]
- Make the code a bit clearer
Marcus Boerger [Tue, 25 Oct 2005 19:42:55 +0000 (19:42 +0000)]
- api was changed, also we are here in api 3.*, not 2 anymore
Marcus Boerger [Tue, 25 Oct 2005 19:38:49 +0000 (19:38 +0000)]
- zend_is_callable_ex() was changed
Marcus Boerger [Tue, 25 Oct 2005 19:38:09 +0000 (19:38 +0000)]
- Make zend_is_callable_ex() return the class netry if available
Michael Wallner [Tue, 25 Oct 2005 17:57:30 +0000 (17:57 +0000)]
fix bug #34965 tidy is not binary safe
Antony Dovgal [Tue, 25 Oct 2005 16:03:11 +0000 (16:03 +0000)]
use correct enum type for the arg
Ilia Alshanetsky [Tue, 25 Oct 2005 15:52:08 +0000 (15:52 +0000)]
Fixed bug #34968 (bz2 extension fails on to build on some win32 setups).
Michael Wallner [Tue, 25 Oct 2005 15:35:22 +0000 (15:35 +0000)]
- fix the fix
Michael Wallner [Tue, 25 Oct 2005 15:17:11 +0000 (15:17 +0000)]
- add test case too
Michael Wallner [Tue, 25 Oct 2005 15:13:55 +0000 (15:13 +0000)]
- fix bug #34821 zlib encoders fail on widely varying binary data on windows
Antony Dovgal [Tue, 25 Oct 2005 14:56:48 +0000 (14:56 +0000)]
apply workaround for the leak only when GLIBC is used
Michael Wallner [Tue, 25 Oct 2005 14:29:07 +0000 (14:29 +0000)]
- thread safe SSL crypto locks, fixes bug #33760
Ilia Alshanetsky [Tue, 25 Oct 2005 14:23:22 +0000 (14:23 +0000)]
MFB51: Do not run tests if iconv extension is unavailable.
Antony Dovgal [Tue, 25 Oct 2005 08:19:11 +0000 (08:19 +0000)]
fix problem with garbage appearing in hostnames
Derick Rethans [Tue, 25 Oct 2005 07:54:13 +0000 (07:54 +0000)]
- Fixed segfault in case an empty parameter was passed.
<changelog@php.net> [Tue, 25 Oct 2005 05:47:13 +0000 (05:47 +0000)]
ChangeLog update
foobar [Mon, 24 Oct 2005 22:45:54 +0000 (22:45 +0000)]
fix build
Antony Dovgal [Mon, 24 Oct 2005 20:24:05 +0000 (20:24 +0000)]
fix #34970 (ldap configuration issues)
Rolland Santimano [Mon, 24 Oct 2005 14:51:17 +0000 (14:51 +0000)]
- strip_tags(), str[c]spn(), strpbrk(), strrchr(), strrpos(), strtok()
Rolland Santimano [Mon, 24 Oct 2005 14:35:02 +0000 (14:35 +0000)]
- Unicode impl of strrchr()
Dmitry Stogov [Mon, 24 Oct 2005 07:43:48 +0000 (07:43 +0000)]
Fixed bug #34950 (Unable to get WSDL through proxy)
Dmitry Stogov [Mon, 24 Oct 2005 07:17:16 +0000 (07:17 +0000)]
Unicode support (bug #31341)
Dmitry Stogov [Mon, 24 Oct 2005 07:01:43 +0000 (07:01 +0000)]
Reverted fix for bug #34934. The bug marked as bogus.
<changelog@php.net> [Mon, 24 Oct 2005 05:39:02 +0000 (05:39 +0000)]
ChangeLog update
Marcus Boerger [Sun, 23 Oct 2005 23:41:20 +0000 (23:41 +0000)]
- Fix issue with entities in attributes
Marcus Boerger [Sun, 23 Oct 2005 23:25:46 +0000 (23:25 +0000)]
- Add new test
Antony Dovgal [Sun, 23 Oct 2005 18:31:36 +0000 (18:31 +0000)]
fix #34938 (dns_get_record() doesn't resolve long hostnames and leaks)
Ilia Alshanetsky [Sun, 23 Oct 2005 15:29:38 +0000 (15:29 +0000)]
MFB51: Fixed memory leak on error.
<changelog@php.net> [Sun, 23 Oct 2005 05:43:21 +0000 (05:43 +0000)]
ChangeLog update
Wez Furlong [Sat, 22 Oct 2005 17:26:16 +0000 (17:26 +0000)]
merge VCWD_ACCESS bugfix to head.
Test suite is unusable in HEAD, so I guess it works here too.
Rolland Santimano [Sat, 22 Oct 2005 13:36:55 +0000 (13:36 +0000)]
- php_u_stristr: Remove leading back-slash ... sheesh
Rolland Santimano [Sat, 22 Oct 2005 13:32:51 +0000 (13:32 +0000)]
- php_u_stristr: s/codepts/codepoints/ - make Jani happy
Rolland Santimano [Sat, 22 Oct 2005 13:25:00 +0000 (13:25 +0000)]
- Unicode impl of strpbrk()
Rolland Santimano [Sat, 22 Oct 2005 05:52:53 +0000 (05:52 +0000)]
- php_u_stristr: Code comments
<changelog@php.net> [Sat, 22 Oct 2005 05:39:36 +0000 (05:39 +0000)]
ChangeLog update
Marcus Boerger [Fri, 21 Oct 2005 23:42:56 +0000 (23:42 +0000)]
- Do not include because of implementing an interface if parent implements
the interface already
Antony Dovgal [Fri, 21 Oct 2005 15:54:46 +0000 (15:54 +0000)]
fix ws
Dmitry Stogov [Fri, 21 Oct 2005 15:20:30 +0000 (15:20 +0000)]
Fixed bug #34934 (offsetExists is not called from array_key_exists)
Antony Dovgal [Fri, 21 Oct 2005 13:48:07 +0000 (13:48 +0000)]
fix possible crash in dns_get_record()
cleanup code a bit
(partly fixes #34938)
Dmitry Stogov [Fri, 21 Oct 2005 13:22:10 +0000 (13:22 +0000)]
Fixed bug #31341 (escape on curly inconsistent)
Dmitry Stogov [Fri, 21 Oct 2005 12:14:11 +0000 (12:14 +0000)]
Fixed fgetcsv() and fputcsv() inconsistency.
Dmitry Stogov [Fri, 21 Oct 2005 09:33:04 +0000 (09:33 +0000)]
Fixed bug #34782 (token_get_all() gives wrong result)