]>
granicus.if.org Git - php/log
Scott MacVicar [Fri, 29 Aug 2008 09:50:57 +0000 (09:50 +0000)]
MFB: Replace ereg code with pcre, fix duplicate macro names and segfault. Patch by Mikko
Felipe Pena [Fri, 29 Aug 2008 02:48:28 +0000 (02:48 +0000)]
- Removed the undocumented object support in the leftover array functions [DOC]
(natcasesort, natsort, array_walk, array_walk_recursive, array_unique, array_key_exists)
- Changed HASH_OF() to Z_ARRVAL_P()
- Fixed bug #45937 (array_walk and array_walk_recursive can alter private/protected object variable)
<changelog@php.net> [Fri, 29 Aug 2008 01:31:55 +0000 (01:31 +0000)]
ChangeLog update
Christopher Jones [Thu, 28 Aug 2008 06:32:52 +0000 (06:32 +0000)]
Bug #45888 (Refcounting in ZTS mode)
Christopher Jones [Thu, 28 Aug 2008 06:17:53 +0000 (06:17 +0000)]
Bug #45458 (OCI8: Numeric keys for associative arrays are not handled properly)
Christopher Jones [Thu, 28 Aug 2008 06:15:56 +0000 (06:15 +0000)]
Fix expected output for PHP 6
Christopher Jones [Thu, 28 Aug 2008 05:35:18 +0000 (05:35 +0000)]
Test initialization cleanup
Christopher Jones [Thu, 28 Aug 2008 05:31:15 +0000 (05:31 +0000)]
Update Oracle DLL examples to match build changes
<changelog@php.net> [Thu, 28 Aug 2008 01:32:23 +0000 (01:32 +0000)]
ChangeLog update
Antony Dovgal [Wed, 27 Aug 2008 07:40:59 +0000 (07:40 +0000)]
fix file check and avoid segfault
<changelog@php.net> [Wed, 27 Aug 2008 01:32:47 +0000 (01:32 +0000)]
ChangeLog update
Felipe Pena [Wed, 27 Aug 2008 01:02:58 +0000 (01:02 +0000)]
- Fixed check for empty file name
Felipe Pena [Wed, 27 Aug 2008 00:16:11 +0000 (00:16 +0000)]
- Fixed crash in file_error_core()
Jani Taskinen [Tue, 26 Aug 2008 23:25:40 +0000 (23:25 +0000)]
- Fixed bug #44924 (sendmail path wrong)
Jani Taskinen [Tue, 26 Aug 2008 23:22:31 +0000 (23:22 +0000)]
Sync with PHP_5_3 (what a nice mess..thanks guys for keeping the branches in sync..NOT)
George Wang [Tue, 26 Aug 2008 21:59:56 +0000 (21:59 +0000)]
ignore signal SIGXFSZ
Alexey Zakhlestin [Tue, 26 Aug 2008 17:36:33 +0000 (17:36 +0000)]
MFB: switch to the new parameter-parse API
Alexey Zakhlestin [Tue, 26 Aug 2008 16:51:18 +0000 (16:51 +0000)]
MFB: this test depends on session.hash_bits_per_character, but it was not explicitly set
Felipe Pena [Tue, 26 Aug 2008 16:19:29 +0000 (16:19 +0000)]
- Improved fix
David Soria Parra [Tue, 26 Aug 2008 16:06:23 +0000 (16:06 +0000)]
Fixed bug #43782 (feof() does not detect timeout on socket)
# Poll returns 0 if it times out.
# We check for 0 and use the user set timeout in set_options by passing -1.
Rasmus Lerdorf [Tue, 26 Aug 2008 15:37:38 +0000 (15:37 +0000)]
Remove stray folding tag here
Felipe Pena [Tue, 26 Aug 2008 15:03:33 +0000 (15:03 +0000)]
- Added check for empty file name
Ilia Alshanetsky [Tue, 26 Aug 2008 12:24:12 +0000 (12:24 +0000)]
MFB:
Upgraded the lib to use PHP memory allocation routines.
Fixed a crash caused by analysis of DEADJOE files
A little bit of CS inside libmagic
Antony Dovgal [Tue, 26 Aug 2008 11:05:59 +0000 (11:05 +0000)]
clean up garbage
Antony Dovgal [Tue, 26 Aug 2008 10:59:03 +0000 (10:59 +0000)]
fix typo
Dmitry Stogov [Tue, 26 Aug 2008 09:56:22 +0000 (09:56 +0000)]
Fixed bug #45786 (FastCGI process exited unexpectedly)
Pierre Joye [Tue, 26 Aug 2008 09:12:21 +0000 (09:12 +0000)]
- MFB; support for copy of ICU DLLS for all ICU versions
Dmitry Stogov [Tue, 26 Aug 2008 08:38:15 +0000 (08:38 +0000)]
Fixed bug #45910 (Cannot declare self-referencing constant)
Pierre Joye [Tue, 26 Aug 2008 06:54:37 +0000 (06:54 +0000)]
- MFB:inline definition (win32)
<changelog@php.net> [Tue, 26 Aug 2008 01:32:49 +0000 (01:32 +0000)]
ChangeLog update
Rob Richards [Mon, 25 Aug 2008 21:04:00 +0000 (21:04 +0000)]
fix warning
Felipe Pena [Mon, 25 Aug 2008 19:55:36 +0000 (19:55 +0000)]
- New test
Felipe Pena [Mon, 25 Aug 2008 19:38:18 +0000 (19:38 +0000)]
- New test
Felipe Pena [Mon, 25 Aug 2008 19:35:10 +0000 (19:35 +0000)]
- New tests
Jani Taskinen [Mon, 25 Aug 2008 19:07:12 +0000 (19:07 +0000)]
- Fix CS, folding tags..etc. PLEASE do not invent your own coding styles. Or commit something as fubar as this..
Etienne Kneuss [Mon, 25 Aug 2008 18:38:23 +0000 (18:38 +0000)]
Fix #45826 (Custom serialization)
Jani Taskinen [Mon, 25 Aug 2008 14:10:22 +0000 (14:10 +0000)]
- Fix win32 build
Felipe Pena [Mon, 25 Aug 2008 13:44:33 +0000 (13:44 +0000)]
- Fixed tests
Jani Taskinen [Mon, 25 Aug 2008 13:42:46 +0000 (13:42 +0000)]
- Nuke unncessary checks already done elsewhere (ZEND)
- Use the correct type header files if available. (win32 does what it does)
- inline definition is in php_config.h, so include it always.
Jani Taskinen [Mon, 25 Aug 2008 13:40:33 +0000 (13:40 +0000)]
fix test: no crap left behind
Jani Taskinen [Mon, 25 Aug 2008 12:14:48 +0000 (12:14 +0000)]
- Nuke duplicate macro call
<changelog@php.net> [Mon, 25 Aug 2008 01:34:25 +0000 (01:34 +0000)]
ChangeLog update
Felipe Pena [Sun, 24 Aug 2008 20:50:02 +0000 (20:50 +0000)]
- New parameter parsing API
- CS
Etienne Kneuss [Sun, 24 Aug 2008 18:20:03 +0000 (18:20 +0000)]
- Fix the order, and avoid overwriting when implementing Serializable
Etienne Kneuss [Sun, 24 Aug 2008 17:01:22 +0000 (17:01 +0000)]
- Export zend_user_(un)serialize functions to be used by custom callbacks
- Transfer custom (un)serialize callbacks through inheritance
Marcus Boerger [Sun, 24 Aug 2008 16:46:17 +0000 (16:46 +0000)]
- Add new test
Marcus Boerger [Sun, 24 Aug 2008 16:45:50 +0000 (16:45 +0000)]
- Fix issue with destruction of overloaded objects
# The issue is that we assume default object handlers when calling method
# __destruct(). Now the default handlers might not be compatible with the
# correct handlers which would result in crashes or they simply do cannot
# support everything the object was supposed to do. The latter case will be
# demonstrated in ext/spl/tests/iterator_068.phpt.
Marcus Boerger [Sun, 24 Aug 2008 12:34:02 +0000 (12:34 +0000)]
- Added function preg_filter()
[DOC] preg_filter() is basically the same as preg_replace but unlike the
latter it returns matches.
Felipe Pena [Sun, 24 Aug 2008 04:18:22 +0000 (04:18 +0000)]
- Removed unused variable
Felipe Pena [Sun, 24 Aug 2008 04:02:20 +0000 (04:02 +0000)]
- MFB: New parameter parsing API
- CS (wddx)
Felipe Pena [Sun, 24 Aug 2008 02:12:51 +0000 (02:12 +0000)]
MFB:
- New parameter parsing API
- Fixed crash in xml_parse_into_struct
<changelog@php.net> [Sun, 24 Aug 2008 01:32:04 +0000 (01:32 +0000)]
ChangeLog update
Felipe Pena [Sun, 24 Aug 2008 00:45:20 +0000 (00:45 +0000)]
- MFB: New parameter parsing API
- WS, Cosmetics
Pierre Joye [Sat, 23 Aug 2008 20:31:27 +0000 (20:31 +0000)]
- more fixes for inet_* with vc9/xp
Pierre Joye [Sat, 23 Aug 2008 20:03:29 +0000 (20:03 +0000)]
- MFB!!! _WIN32_WINNT and NTDDI_VERSION (bunnie--;)
Pierre Joye [Sat, 23 Aug 2008 19:55:44 +0000 (19:55 +0000)]
- MFB: fix logic, build correctly when the build targets xp/2k
Pierre Joye [Sat, 23 Aug 2008 19:50:36 +0000 (19:50 +0000)]
- we need it for vc < 9 (even if php6 will support officially only 9)
Pierre Joye [Sat, 23 Aug 2008 19:39:07 +0000 (19:39 +0000)]
- readd the usual suspects to lib/include (was droped with the resolv.h check removal)
Hannes Magnusson [Sat, 23 Aug 2008 18:06:43 +0000 (18:06 +0000)]
Fix proto
Pierre Joye [Sat, 23 Aug 2008 17:53:19 +0000 (17:53 +0000)]
- exposePHP_MAXPATHLEN
Pierre Joye [Sat, 23 Aug 2008 17:08:30 +0000 (17:08 +0000)]
- fix build
Felipe Pena [Sat, 23 Aug 2008 16:20:14 +0000 (16:20 +0000)]
- MFB: New parameter parsing API
- WS, Cosmetics
Arnaud Le Blanc [Sat, 23 Aug 2008 13:57:01 +0000 (13:57 +0000)]
Fix build on solaris
<changelog@php.net> [Sat, 23 Aug 2008 01:32:18 +0000 (01:32 +0000)]
ChangeLog update
Felipe Pena [Fri, 22 Aug 2008 15:51:50 +0000 (15:51 +0000)]
- Removed unused arguments
Dmitry Stogov [Fri, 22 Aug 2008 15:27:37 +0000 (15:27 +0000)]
Removed redundant code
Antony Dovgal [Fri, 22 Aug 2008 14:51:19 +0000 (14:51 +0000)]
fix zend_register_functions() not displaying duplicate functions (reported by Gopal)
Felipe Pena [Fri, 22 Aug 2008 13:38:57 +0000 (13:38 +0000)]
- New tests
Marcus Boerger [Fri, 22 Aug 2008 12:59:38 +0000 (12:59 +0000)]
- Cleanup exports and allow to overwrite ext registration
Pierre Joye [Fri, 22 Aug 2008 11:40:45 +0000 (11:40 +0000)]
- drop sys/ctype.h and use BEGIN/END_DECL_C instead
<changelog@php.net> [Fri, 22 Aug 2008 01:32:33 +0000 (01:32 +0000)]
ChangeLog update
Felipe Pena [Fri, 22 Aug 2008 00:54:00 +0000 (00:54 +0000)]
- Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and 'private' variables)
- Added some tests
Pierre Joye [Thu, 21 Aug 2008 23:37:40 +0000 (23:37 +0000)]
- drop bindlib usage on windows
- inet_pton, inet_ntop and inet_aton are always available (VC9 uses the CRT implementation, VC6 our own)
Pierre Joye [Thu, 21 Aug 2008 23:28:21 +0000 (23:28 +0000)]
- [DOC] fix test, chr uses codepoint as input
Greg Beaver [Thu, 21 Aug 2008 20:36:21 +0000 (20:36 +0000)]
MFB increase code coverage
Pierre Joye [Thu, 21 Aug 2008 18:36:44 +0000 (18:36 +0000)]
- use date.timezone ini setting
Pierre Joye [Thu, 21 Aug 2008 18:33:06 +0000 (18:33 +0000)]
- use date.timezone ini setting instead of ENV
Pierre Joye [Thu, 21 Aug 2008 18:24:53 +0000 (18:24 +0000)]
- fix test on windows
Marcus Boerger [Thu, 21 Aug 2008 16:55:31 +0000 (16:55 +0000)]
- Fix 64bit issue
Dmitry Stogov [Thu, 21 Aug 2008 16:21:27 +0000 (16:21 +0000)]
Fixed destruction of dl() loaded extensions
Pierre Joye [Thu, 21 Aug 2008 13:04:43 +0000 (13:04 +0000)]
- different parser message on windows
Pierre Joye [Thu, 21 Aug 2008 12:38:34 +0000 (12:38 +0000)]
- "fix" crash on windows
Pierre Joye [Thu, 21 Aug 2008 12:24:24 +0000 (12:24 +0000)]
- use 'C' (and enable it on windows)
Pierre Joye [Thu, 21 Aug 2008 12:13:31 +0000 (12:13 +0000)]
- don't skip if windows matches
Pierre Joye [Thu, 21 Aug 2008 12:06:02 +0000 (12:06 +0000)]
- MFB: use "C" instead of "" (and enable it on windows)
Dmitry Stogov [Thu, 21 Aug 2008 11:28:09 +0000 (11:28 +0000)]
Adder error code into error message
Pierre Joye [Thu, 21 Aug 2008 11:01:35 +0000 (11:01 +0000)]
- skip 007 on non windows platform and add a win specific version (file not found instead of filename too long)
Pierre Joye [Thu, 21 Aug 2008 10:30:34 +0000 (10:30 +0000)]
- make it portable and clean on in the clean section, session file may still be open (can't be deleted)
Pierre Joye [Thu, 21 Aug 2008 09:43:38 +0000 (09:43 +0000)]
- make it portable
Antony Dovgal [Thu, 21 Aug 2008 08:37:01 +0000 (08:37 +0000)]
revert for now
Pierre Joye [Thu, 21 Aug 2008 08:30:28 +0000 (08:30 +0000)]
- +skip
Pierre Joye [Thu, 21 Aug 2008 08:27:55 +0000 (08:27 +0000)]
- MFB: skip on windows (setlocale can even crash on win+VC6...)
<changelog@php.net> [Thu, 21 Aug 2008 01:32:31 +0000 (01:32 +0000)]
ChangeLog update
Pierre Joye [Wed, 20 Aug 2008 22:19:57 +0000 (22:19 +0000)]
- work around ENV VC6 bug
Lars Strojny [Wed, 20 Aug 2008 20:35:16 +0000 (20:35 +0000)]
Allow mixed $initial (patch by Christian Seiler)
Felipe Pena [Wed, 20 Aug 2008 13:54:13 +0000 (13:54 +0000)]
- Fixed test
Antony Dovgal [Wed, 20 Aug 2008 13:46:29 +0000 (13:46 +0000)]
initialize variable and fix WS
Pierre Joye [Wed, 20 Aug 2008 13:31:30 +0000 (13:31 +0000)]
- MFB: strncpy returns the byte copied not error code or 0
Antony Dovgal [Wed, 20 Aug 2008 09:00:37 +0000 (09:00 +0000)]
fix warning
<changelog@php.net> [Wed, 20 Aug 2008 01:33:33 +0000 (01:33 +0000)]
ChangeLog update