]>
granicus.if.org Git - php/log
Jani Taskinen [Mon, 25 Aug 2008 12:15:05 +0000 (12:15 +0000)]
MFH
Jani Taskinen [Mon, 25 Aug 2008 08:37:10 +0000 (08:37 +0000)]
- fixed in 5.2 branch
Felipe Pena [Sun, 24 Aug 2008 20:50:41 +0000 (20:50 +0000)]
MFH:
- New parameter parsing API
- CS
Etienne Kneuss [Sun, 24 Aug 2008 18:22:33 +0000 (18:22 +0000)]
MFH:
- Copy custom callback to the child class if any
- Prevent overwriting valid parent callbacks when implementing Serializable
- Export zend_user_(un)serialize to be available for custom callbacks
Marcus Boerger [Sun, 24 Aug 2008 16:49:19 +0000 (16:49 +0000)]
- MFH Fix issue with destruction of overloaded objects
Marcus Boerger [Sun, 24 Aug 2008 16:46:30 +0000 (16:46 +0000)]
- Add new test
Pierre Joye [Sun, 24 Aug 2008 15:16:39 +0000 (15:16 +0000)]
- fix zlib detection and enable features available in 7.18.1
Felipe Pena [Sun, 24 Aug 2008 04:02:49 +0000 (04:02 +0000)]
- MFH: CS
Felipe Pena [Sun, 24 Aug 2008 02:13:23 +0000 (02:13 +0000)]
- Removed unnecessary variable
Felipe Pena [Sun, 24 Aug 2008 00:47:22 +0000 (00:47 +0000)]
- MFH: WS, Comestics
- Folding
Pierre Joye [Sat, 23 Aug 2008 21:08:09 +0000 (21:08 +0000)]
- MFH: fix build
Pierre Joye [Sat, 23 Aug 2008 20:42:18 +0000 (20:42 +0000)]
- MFB: fix build (common inline definition will be done later)
Pierre Joye [Sat, 23 Aug 2008 20:21:08 +0000 (20:21 +0000)]
- keep inet_aton declaration on non windows (what inet_aton has to do with flock?)
Pierre Joye [Sat, 23 Aug 2008 19:22:10 +0000 (19:22 +0000)]
- MFH:
- drop bindlib usage on windows
- inet_pton, inet_ntop and inet_aton are always available (VC9 uses the CRT implementation, VC6 our own)
Hannes Magnusson [Sat, 23 Aug 2008 18:06:59 +0000 (18:06 +0000)]
fix proto
Pierre Joye [Sat, 23 Aug 2008 17:55:50 +0000 (17:55 +0000)]
- MFH: expose MAXPATHLEN (PHP_MAXPATHLEN)
Felipe Pena [Sat, 23 Aug 2008 16:32:04 +0000 (16:32 +0000)]
MFH:
- WS, Cosmetics
- Removed unnecessary variables
Arnaud Le Blanc [Sat, 23 Aug 2008 13:57:19 +0000 (13:57 +0000)]
MFH: Fix build on solaris
Felipe Pena [Fri, 22 Aug 2008 15:54:21 +0000 (15:54 +0000)]
- MFH: Removed unused arguments
Dmitry Stogov [Fri, 22 Aug 2008 15:28:29 +0000 (15:28 +0000)]
Removed redundant code
Antony Dovgal [Fri, 22 Aug 2008 14:51:30 +0000 (14:51 +0000)]
MFH: fix zend_register_functions() not displaying duplicate functions (reported by Gopal)
Felipe Pena [Fri, 22 Aug 2008 13:40:09 +0000 (13:40 +0000)]
- New tests
Marcus Boerger [Fri, 22 Aug 2008 12:59:46 +0000 (12:59 +0000)]
- MFH Cleanup exports and allow to overwrite ext registration
Felipe Pena [Fri, 22 Aug 2008 00:59:39 +0000 (00:59 +0000)]
MFH:
- Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and 'private' variables)
- Added some tests
Pierre Joye [Thu, 21 Aug 2008 18:36:56 +0000 (18:36 +0000)]
- MFH: use date.timezone ini setting
Pierre Joye [Thu, 21 Aug 2008 18:33:21 +0000 (18:33 +0000)]
- MFH: use date.timezone ini setting instead of ENV
Pierre Joye [Thu, 21 Aug 2008 18:25:13 +0000 (18:25 +0000)]
- MFH: fix test on windows
Marcus Boerger [Thu, 21 Aug 2008 16:55:45 +0000 (16:55 +0000)]
- MFH Fix 64bit issue
Dmitry Stogov [Thu, 21 Aug 2008 16:21:43 +0000 (16:21 +0000)]
Fixed destruction of dl() loaded extensions
Pierre Joye [Thu, 21 Aug 2008 13:05:10 +0000 (13:05 +0000)]
- MFH: different parser message on windows
Pierre Joye [Thu, 21 Aug 2008 12:38:47 +0000 (12:38 +0000)]
- MFH: "fix" crash on windows
Pierre Joye [Thu, 21 Aug 2008 12:25:07 +0000 (12:25 +0000)]
- new API
- MFH: use 'C' on win
Pierre Joye [Thu, 21 Aug 2008 12:13:50 +0000 (12:13 +0000)]
- MFH: don't skip if windows matches
Pierre Joye [Thu, 21 Aug 2008 12:05:30 +0000 (12:05 +0000)]
- new params parsing API
- use "C" instead of ""
Dmitry Stogov [Thu, 21 Aug 2008 11:27:57 +0000 (11:27 +0000)]
Adder error code into error message
Pierre Joye [Thu, 21 Aug 2008 11:01:55 +0000 (11:01 +0000)]
- MFH: 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:49 +0000 (10:30 +0000)]
- MFH: 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:51 +0000 (09:43 +0000)]
- MFH: make it portable
Antony Dovgal [Thu, 21 Aug 2008 08:37:19 +0000 (08:37 +0000)]
revert for now
Pierre Joye [Thu, 21 Aug 2008 08:30:51 +0000 (08:30 +0000)]
- +skip
Pierre Joye [Thu, 21 Aug 2008 08:27:04 +0000 (08:27 +0000)]
- skip on windows (setlocale can even crash on win+VC6...)
Antony Dovgal [Thu, 21 Aug 2008 07:38:16 +0000 (07:38 +0000)]
fix build
Greg Beaver [Thu, 21 Aug 2008 05:17:28 +0000 (05:17 +0000)]
fix bug #45792: bz2 compressed files in zip failure
Pierre Joye [Wed, 20 Aug 2008 22:23:16 +0000 (22:23 +0000)]
- MFH: work around vc6 bug
Lars Strojny [Wed, 20 Aug 2008 21:26:04 +0000 (21:26 +0000)]
Reverting local change
Lars Strojny [Wed, 20 Aug 2008 20:35:40 +0000 (20:35 +0000)]
MFH: Allow mixed $initial (patch by Christian Seiler)
Pierre Joye [Wed, 20 Aug 2008 20:09:13 +0000 (20:09 +0000)]
- quick fix for ICU dlls (better fix with n level deps will be done later)
Pierre Joye [Wed, 20 Aug 2008 13:27:10 +0000 (13:27 +0000)]
- strncpy returns the byte copied not error code or 0
Pierre Joye [Wed, 20 Aug 2008 13:09:39 +0000 (13:09 +0000)]
- new args parsing API and correct LOCALE definition (why utf-8 when only ascii is tested)
Antony Dovgal [Wed, 20 Aug 2008 09:01:24 +0000 (09:01 +0000)]
fix warning
Jani Taskinen [Wed, 20 Aug 2008 01:34:51 +0000 (01:34 +0000)]
- Fixed in PHP_5_2
Felipe Pena [Wed, 20 Aug 2008 01:32:56 +0000 (01:32 +0000)]
- Removed entries merged into 5_2
Antony Dovgal [Tue, 19 Aug 2008 15:16:33 +0000 (15:16 +0000)]
MFH: fix memleak in browscap code (noticed by Gopal)
Antony Dovgal [Tue, 19 Aug 2008 15:14:46 +0000 (15:14 +0000)]
MFH: shutdown crypt correctly and fix memleak in ZTS mode
Dmitry Stogov [Tue, 19 Aug 2008 15:00:20 +0000 (15:00 +0000)]
Fixed support for short windows file names
Felipe Pena [Tue, 19 Aug 2008 11:15:59 +0000 (11:15 +0000)]
- Opss, I forgot add my name...
Felipe Pena [Tue, 19 Aug 2008 11:10:17 +0000 (11:10 +0000)]
- Note about property_exists()
Johannes Schlüter [Tue, 19 Aug 2008 10:42:11 +0000 (10:42 +0000)]
MFH: constify strings
Johannes Schlüter [Tue, 19 Aug 2008 10:16:12 +0000 (10:16 +0000)]
MFH: Fix empty error message when connecting to a bad server
Pierre Joye [Mon, 18 Aug 2008 21:24:52 +0000 (21:24 +0000)]
- don't use /tmp as tmpdir and avoid endless loop when fopen or tmpnam failed
Felipe Pena [Mon, 18 Aug 2008 19:49:33 +0000 (19:49 +0000)]
- Fixed test
Pierre Joye [Mon, 18 Aug 2008 18:10:50 +0000 (18:10 +0000)]
- MFH: new parameter API error
Felipe Pena [Mon, 18 Aug 2008 17:53:10 +0000 (17:53 +0000)]
- BFN: #45743
Felipe Pena [Mon, 18 Aug 2008 17:46:54 +0000 (17:46 +0000)]
- New tests
Felipe Pena [Mon, 18 Aug 2008 17:44:02 +0000 (17:44 +0000)]
- MFH: Fixed bug #45743 (property_exists fails to find static protected member in child class)
Greg Beaver [Mon, 18 Aug 2008 14:58:03 +0000 (14:58 +0000)]
fix windows build when building phar shared with native-ssl disabled (you can't use the symbols directly if openssl is built shared or is not built at all)
Antony Dovgal [Mon, 18 Aug 2008 14:34:59 +0000 (14:34 +0000)]
MFH
Antony Dovgal [Mon, 18 Aug 2008 14:29:55 +0000 (14:29 +0000)]
MFH: fix bug #45028 (CRC32 output endianness is different between crc32() and hash())
Antony Dovgal [Mon, 18 Aug 2008 13:09:41 +0000 (13:09 +0000)]
MFH: add note on 64bit compatibility and mention check_parameters.php
Jani Taskinen [Mon, 18 Aug 2008 10:49:59 +0000 (10:49 +0000)]
MFH: fix include
Dmitry Stogov [Mon, 18 Aug 2008 10:49:35 +0000 (10:49 +0000)]
Fix for bug #45786 (FastCGI process exited unexpectedly)
Dmitry Stogov [Mon, 18 Aug 2008 10:28:17 +0000 (10:28 +0000)]
Fixed bug #45835 (include and symlinks)
Dmitry Stogov [Mon, 18 Aug 2008 09:31:34 +0000 (09:31 +0000)]
Fixed arguments order
Dmitry Stogov [Mon, 18 Aug 2008 09:21:15 +0000 (09:21 +0000)]
Reverted wrong "fix"
Pierre Joye [Mon, 18 Aug 2008 07:50:10 +0000 (07:50 +0000)]
- MFH: this change was not part of the env patch
Antony Dovgal [Mon, 18 Aug 2008 07:46:31 +0000 (07:46 +0000)]
reverted because of test failures
Pierre Joye [Mon, 18 Aug 2008 07:19:39 +0000 (07:19 +0000)]
- unix is too young (<1970), make the test portable
Pierre Joye [Mon, 18 Aug 2008 07:11:00 +0000 (07:11 +0000)]
- [DOC] MFH: make putenv behaves like unix putenv on Windows:
. FOO=1234 => set FOO to 1234
. FOO= => set FOO to an empty string
. FOO= => unset FOO
. Use Set/GetEnvironmnent variable only
Arnaud Le Blanc [Mon, 18 Aug 2008 04:45:49 +0000 (04:45 +0000)]
MFH: Fix tests (closes #45841)
Arnaud Le Blanc [Mon, 18 Aug 2008 04:08:17 +0000 (04:08 +0000)]
MFH: Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit).
Moriyoshi Koizumi [Mon, 18 Aug 2008 03:26:21 +0000 (03:26 +0000)]
- MFH: beware of signedness
Felipe Pena [Mon, 18 Aug 2008 00:37:16 +0000 (00:37 +0000)]
- New parameter parsing API (for mb_convert_variables())
Felipe Pena [Sun, 17 Aug 2008 22:14:14 +0000 (22:14 +0000)]
- MFH: New parameter parsing API
Arnaud Le Blanc [Sun, 17 Aug 2008 21:57:52 +0000 (21:57 +0000)]
generated zend_ini_scanner.c
Arnaud Le Blanc [Sun, 17 Aug 2008 21:55:26 +0000 (21:55 +0000)]
MFH: Allow underscore at start of labels as underscore has no meaning here
(fixes #44842)
Arnaud Le Blanc [Sun, 17 Aug 2008 21:00:22 +0000 (21:00 +0000)]
MFH: Fixed #45384 (parse_ini_file will result in parse error with no trailing
newline)
Jani Taskinen [Sun, 17 Aug 2008 19:24:10 +0000 (19:24 +0000)]
fix news
Felipe Pena [Sun, 17 Aug 2008 17:04:10 +0000 (17:04 +0000)]
- Fix build
Pierre Joye [Sun, 17 Aug 2008 16:44:13 +0000 (16:44 +0000)]
- MFH: add %a for Compiler/Architecture
Pierre Joye [Sun, 17 Aug 2008 15:23:45 +0000 (15:23 +0000)]
- [DOC] MFH: improve fix for #43261 for % and "
Pierre Joye [Sun, 17 Aug 2008 14:32:41 +0000 (14:32 +0000)]
- MFH: typo and inline doc fix
Pierre Joye [Sun, 17 Aug 2008 13:07:39 +0000 (13:07 +0000)]
- MFH: fix test (portable), use . as basedir and create the tmp dir in the test directory
Jani Taskinen [Sun, 17 Aug 2008 12:10:47 +0000 (12:10 +0000)]
- unneeded file
Pierre Joye [Sun, 17 Aug 2008 11:04:16 +0000 (11:04 +0000)]
- fix or improve tests
- add dump of the array_diff for compare_stats
Pierre Joye [Sun, 17 Aug 2008 11:01:23 +0000 (11:01 +0000)]
- fixes, portability and improvements for stat/file*/touch windows entry
Felipe Pena [Sat, 16 Aug 2008 21:32:41 +0000 (21:32 +0000)]
- New parameter parsing API (zend_get_parameters_array_ex--)
- Fixed tests
Pierre Joye [Sat, 16 Aug 2008 13:28:12 +0000 (13:28 +0000)]
- MFH: remove confusion for non windows/linux users
Hannes Magnusson [Sat, 16 Aug 2008 11:11:46 +0000 (11:11 +0000)]
Fix arginfo
# Yes Jani, it is correct in HEAD :)
Hannes Magnusson [Sat, 16 Aug 2008 10:57:56 +0000 (10:57 +0000)]
MFH: [DOC] Added stream_context_set_default() function. (Davey Shafik)
Pierre Joye [Sat, 16 Aug 2008 10:54:17 +0000 (10:54 +0000)]
- wrong file commited (and fix test, thx Tony for the head up)