]> granicus.if.org Git - php/log
php
16 years agoChangeLog update
<changelog@php.net> [Sun, 24 Aug 2008 01:32:04 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- MFB: New parameter parsing API
Felipe Pena [Sun, 24 Aug 2008 00:45:20 +0000 (00:45 +0000)]
- MFB: New parameter parsing API
- WS, Cosmetics

16 years ago- more fixes for inet_* with vc9/xp
Pierre Joye [Sat, 23 Aug 2008 20:31:27 +0000 (20:31 +0000)]
- more fixes for inet_* with vc9/xp

16 years ago- MFB!!! _WIN32_WINNT and NTDDI_VERSION (bunnie--;)
Pierre Joye [Sat, 23 Aug 2008 20:03:29 +0000 (20:03 +0000)]
- MFB!!! _WIN32_WINNT and NTDDI_VERSION (bunnie--;)

16 years ago- MFB: fix logic, build correctly when the build targets xp/2k
Pierre Joye [Sat, 23 Aug 2008 19:55:44 +0000 (19:55 +0000)]
- MFB: fix logic, build correctly when the build targets xp/2k

16 years ago- we need it for vc < 9 (even if php6 will support officially only 9)
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)

16 years ago- readd the usual suspects to lib/include (was droped with the resolv.h check removal)
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)

16 years agoFix proto
Hannes Magnusson [Sat, 23 Aug 2008 18:06:43 +0000 (18:06 +0000)]
Fix proto

16 years ago- exposePHP_MAXPATHLEN
Pierre Joye [Sat, 23 Aug 2008 17:53:19 +0000 (17:53 +0000)]
- exposePHP_MAXPATHLEN

16 years ago- fix build
Pierre Joye [Sat, 23 Aug 2008 17:08:30 +0000 (17:08 +0000)]
- fix build

16 years ago- MFB: New parameter parsing API
Felipe Pena [Sat, 23 Aug 2008 16:20:14 +0000 (16:20 +0000)]
- MFB: New parameter parsing API
- WS, Cosmetics

16 years agoFix build on solaris
Arnaud Le Blanc [Sat, 23 Aug 2008 13:57:01 +0000 (13:57 +0000)]
Fix build on solaris

16 years agoChangeLog update
<changelog@php.net> [Sat, 23 Aug 2008 01:32:18 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- Removed unused arguments
Felipe Pena [Fri, 22 Aug 2008 15:51:50 +0000 (15:51 +0000)]
- Removed unused arguments

16 years agoRemoved redundant code
Dmitry Stogov [Fri, 22 Aug 2008 15:27:37 +0000 (15:27 +0000)]
Removed redundant code

16 years agofix zend_register_functions() not displaying duplicate functions (reported by Gopal)
Antony Dovgal [Fri, 22 Aug 2008 14:51:19 +0000 (14:51 +0000)]
fix zend_register_functions() not displaying duplicate functions (reported by Gopal)

16 years ago- New tests
Felipe Pena [Fri, 22 Aug 2008 13:38:57 +0000 (13:38 +0000)]
- New tests

16 years ago- Cleanup exports and allow to overwrite ext registration
Marcus Boerger [Fri, 22 Aug 2008 12:59:38 +0000 (12:59 +0000)]
- Cleanup exports and allow to overwrite ext registration

16 years ago- drop sys/ctype.h and use BEGIN/END_DECL_C instead
Pierre Joye [Fri, 22 Aug 2008 11:40:45 +0000 (11:40 +0000)]
- drop sys/ctype.h and use BEGIN/END_DECL_C  instead

16 years agoChangeLog update
<changelog@php.net> [Fri, 22 Aug 2008 01:32:33 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and 'private...
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

16 years ago- drop bindlib usage on windows
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)

16 years ago- [DOC] fix test, chr uses codepoint as input
Pierre Joye [Thu, 21 Aug 2008 23:28:21 +0000 (23:28 +0000)]
- [DOC] fix test, chr uses codepoint as input

16 years agoMFB increase code coverage
Greg Beaver [Thu, 21 Aug 2008 20:36:21 +0000 (20:36 +0000)]
MFB increase code coverage

16 years ago- use date.timezone ini setting
Pierre Joye [Thu, 21 Aug 2008 18:36:44 +0000 (18:36 +0000)]
- use date.timezone ini setting

16 years ago- use date.timezone ini setting instead of ENV
Pierre Joye [Thu, 21 Aug 2008 18:33:06 +0000 (18:33 +0000)]
- use date.timezone ini setting instead of ENV

16 years ago- fix test on windows
Pierre Joye [Thu, 21 Aug 2008 18:24:53 +0000 (18:24 +0000)]
- fix test on windows

16 years ago- Fix 64bit issue
Marcus Boerger [Thu, 21 Aug 2008 16:55:31 +0000 (16:55 +0000)]
- Fix 64bit issue

16 years agoFixed destruction of dl() loaded extensions
Dmitry Stogov [Thu, 21 Aug 2008 16:21:27 +0000 (16:21 +0000)]
Fixed destruction of dl() loaded extensions

16 years ago- different parser message on windows
Pierre Joye [Thu, 21 Aug 2008 13:04:43 +0000 (13:04 +0000)]
- different parser message on windows

16 years ago- "fix" crash on windows
Pierre Joye [Thu, 21 Aug 2008 12:38:34 +0000 (12:38 +0000)]
- "fix" crash on windows

16 years ago- use 'C' (and enable it on windows)
Pierre Joye [Thu, 21 Aug 2008 12:24:24 +0000 (12:24 +0000)]
- use 'C' (and enable it on windows)

16 years ago- don't skip if windows matches
Pierre Joye [Thu, 21 Aug 2008 12:13:31 +0000 (12:13 +0000)]
- don't skip if windows matches

16 years ago- MFB: use "C" instead of "" (and enable it on windows)
Pierre Joye [Thu, 21 Aug 2008 12:06:02 +0000 (12:06 +0000)]
- MFB: use "C" instead of "" (and enable it on windows)

16 years agoAdder error code into error message
Dmitry Stogov [Thu, 21 Aug 2008 11:28:09 +0000 (11:28 +0000)]
Adder error code into error message

16 years ago- skip 007 on non windows platform and add a win specific version (file not found...
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)

16 years ago- make it portable and clean on in the clean section, session file may still be open...
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)

16 years ago- make it portable
Pierre Joye [Thu, 21 Aug 2008 09:43:38 +0000 (09:43 +0000)]
- make it portable

16 years agorevert for now
Antony Dovgal [Thu, 21 Aug 2008 08:37:01 +0000 (08:37 +0000)]
revert for now

16 years ago- +skip
Pierre Joye [Thu, 21 Aug 2008 08:30:28 +0000 (08:30 +0000)]
- +skip

16 years ago- MFB: skip on windows (setlocale can even crash on win+VC6...)
Pierre Joye [Thu, 21 Aug 2008 08:27:55 +0000 (08:27 +0000)]
- MFB:  skip on windows (setlocale can even crash on win+VC6...)

16 years agoChangeLog update
<changelog@php.net> [Thu, 21 Aug 2008 01:32:31 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- work around ENV VC6 bug
Pierre Joye [Wed, 20 Aug 2008 22:19:57 +0000 (22:19 +0000)]
- work around ENV VC6 bug

16 years agoAllow mixed $initial (patch by Christian Seiler)
Lars Strojny [Wed, 20 Aug 2008 20:35:16 +0000 (20:35 +0000)]
Allow mixed $initial (patch by Christian Seiler)

16 years ago- Fixed test
Felipe Pena [Wed, 20 Aug 2008 13:54:13 +0000 (13:54 +0000)]
- Fixed test

16 years agoinitialize variable and fix WS
Antony Dovgal [Wed, 20 Aug 2008 13:46:29 +0000 (13:46 +0000)]
initialize variable and fix WS

16 years ago- MFB: strncpy returns the byte copied not error code or 0
Pierre Joye [Wed, 20 Aug 2008 13:31:30 +0000 (13:31 +0000)]
- MFB: strncpy returns the byte copied not error code or 0

16 years agofix warning
Antony Dovgal [Wed, 20 Aug 2008 09:00:37 +0000 (09:00 +0000)]
fix warning

16 years agoChangeLog update
<changelog@php.net> [Wed, 20 Aug 2008 01:33:33 +0000 (01:33 +0000)]
ChangeLog update

16 years agofix memleak in browscap code (noticed by Gopal)
Antony Dovgal [Tue, 19 Aug 2008 15:16:23 +0000 (15:16 +0000)]
fix memleak in browscap code (noticed by Gopal)

16 years agoshudown crypt correctly and fix memleak in ZTS mode
Antony Dovgal [Tue, 19 Aug 2008 15:14:15 +0000 (15:14 +0000)]
shudown crypt correctly and fix memleak in ZTS mode

16 years agoFixed support for short windows file names
Dmitry Stogov [Tue, 19 Aug 2008 15:00:38 +0000 (15:00 +0000)]
Fixed support for short windows file names

16 years agoconstify strings
Johannes Schlüter [Tue, 19 Aug 2008 10:42:00 +0000 (10:42 +0000)]
constify strings

16 years agoFix empty error message when connecting to a bad server
Johannes Schlüter [Tue, 19 Aug 2008 10:15:56 +0000 (10:15 +0000)]
Fix empty error message when connecting to a bad server

16 years ago- MFB: New parameter parsing API
Felipe Pena [Tue, 19 Aug 2008 02:51:28 +0000 (02:51 +0000)]
- MFB: New parameter parsing API
- Fixed tests

16 years agoChangeLog update
<changelog@php.net> [Tue, 19 Aug 2008 01:32:14 +0000 (01:32 +0000)]
ChangeLog update

16 years ago - MFB: don't use /tmp as tmpdir and avoid endless loop when fopen or tmpnam failed
Pierre Joye [Mon, 18 Aug 2008 21:26:30 +0000 (21:26 +0000)]
 - MFB: don't use /tmp as tmpdir and avoid endless loop when fopen or tmpnam failed

16 years ago- MFB: New parameter parsing API
Felipe Pena [Mon, 18 Aug 2008 19:42:39 +0000 (19:42 +0000)]
- MFB: New parameter parsing API
- Fixed tests

16 years ago- new parameter API error
Pierre Joye [Mon, 18 Aug 2008 18:10:36 +0000 (18:10 +0000)]
- new parameter API error

16 years ago- New tests
Felipe Pena [Mon, 18 Aug 2008 17:45:19 +0000 (17:45 +0000)]
- New tests

16 years ago- Fixed bug #45743 (property_exists fails to find static protected member in child...
Felipe Pena [Mon, 18 Aug 2008 17:40:14 +0000 (17:40 +0000)]
- Fixed bug #45743 (property_exists fails to find static protected member in child class)
In general, now property_exists() behave like method_exists() (ie. independs of context/visibibility)

16 years agothese are not bits, but bytes..
Antony Dovgal [Mon, 18 Aug 2008 14:34:32 +0000 (14:34 +0000)]
these are not bits, but bytes..

16 years agofix bug #45028 (CRC32 output endianness is different between crc32() and hash())
Antony Dovgal [Mon, 18 Aug 2008 14:28:57 +0000 (14:28 +0000)]
fix bug #45028 (CRC32 output endianness is different between crc32() and hash())

16 years agoadd note on 64bit compatibility and mention check_parameters.php
Antony Dovgal [Mon, 18 Aug 2008 13:09:32 +0000 (13:09 +0000)]
add note on 64bit compatibility and mention check_parameters.php

16 years agoFix for bug #45786 (FastCGI process exited unexpectedly)
Dmitry Stogov [Mon, 18 Aug 2008 10:48:49 +0000 (10:48 +0000)]
Fix for bug #45786 (FastCGI process exited unexpectedly)

16 years ago- Fix include
Jani Taskinen [Mon, 18 Aug 2008 10:40:05 +0000 (10:40 +0000)]
- Fix include

16 years agoFixed bug #45835 (include and symlinks)
Dmitry Stogov [Mon, 18 Aug 2008 10:28:00 +0000 (10:28 +0000)]
Fixed bug #45835 (include and symlinks)

16 years agoFixed argumets order
Dmitry Stogov [Mon, 18 Aug 2008 09:32:02 +0000 (09:32 +0000)]
Fixed argumets order

16 years agoReverted wrong "fix"
Dmitry Stogov [Mon, 18 Aug 2008 09:20:56 +0000 (09:20 +0000)]
Reverted wrong "fix"

16 years ago- this change was not part of the env patch
Pierre Joye [Mon, 18 Aug 2008 07:47:52 +0000 (07:47 +0000)]
- this change was not part of the env patch

16 years agoreverted because it causes lots of test failures in ext/soap
Antony Dovgal [Mon, 18 Aug 2008 07:45:59 +0000 (07:45 +0000)]
reverted because it causes lots of test failures in ext/soap

16 years ago- MFB: unix is too young (<1970), make the test portable
Pierre Joye [Mon, 18 Aug 2008 07:20:56 +0000 (07:20 +0000)]
- MFB: unix is too young (<1970), make the test portable

16 years ago- [DOC] make putenv behaves like unix putenv on Windows:
Pierre Joye [Mon, 18 Aug 2008 07:09:20 +0000 (07:09 +0000)]
- [DOC] 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

16 years agoFix tests (closes #45841)
Arnaud Le Blanc [Mon, 18 Aug 2008 04:45:25 +0000 (04:45 +0000)]
Fix tests (closes #45841)

16 years agows
Arnaud Le Blanc [Mon, 18 Aug 2008 04:11:51 +0000 (04:11 +0000)]
ws

16 years agoFixed bug #45392 (ob_start()/ob_end_clean() and memory_limit).
Arnaud Le Blanc [Mon, 18 Aug 2008 04:07:54 +0000 (04:07 +0000)]
Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit).

16 years agoupdate buffer size after having effectively realloc()ed it when appending
Arnaud Le Blanc [Mon, 18 Aug 2008 03:54:49 +0000 (03:54 +0000)]
update buffer size after having effectively realloc()ed it when appending
data to an output buffer
# may caused some problems if erealloc() failed here because of memory
# limit ("memory limit exhausted" error message then written to
# the buffer, etc)

16 years ago- Beware of signedness
Moriyoshi Koizumi [Mon, 18 Aug 2008 03:26:06 +0000 (03:26 +0000)]
- Beware of signedness

16 years agoChangeLog update
<changelog@php.net> [Mon, 18 Aug 2008 01:33:07 +0000 (01:33 +0000)]
ChangeLog update

16 years ago- New parameter parsing API
Felipe Pena [Mon, 18 Aug 2008 00:36:03 +0000 (00:36 +0000)]
- New parameter parsing API
- Fixed tests

16 years ago- New parameter parsing API
Felipe Pena [Sun, 17 Aug 2008 22:11:21 +0000 (22:11 +0000)]
- New parameter parsing API

16 years agogenerated zend_ini_scanner.c
Arnaud Le Blanc [Sun, 17 Aug 2008 21:54:27 +0000 (21:54 +0000)]
generated zend_ini_scanner.c

16 years agoAllow underscore at start of labels as underscore has no meaning here
Arnaud Le Blanc [Sun, 17 Aug 2008 21:51:36 +0000 (21:51 +0000)]
Allow underscore at start of labels as underscore has no meaning here
(fixes #44842)

16 years agoFixed #45384 (parse_ini_file will result in parse error with no trailing
Arnaud Le Blanc [Sun, 17 Aug 2008 20:57:34 +0000 (20:57 +0000)]
Fixed #45384 (parse_ini_file will result in parse error with no trailing
 newline)

16 years ago- add %a for Compiler/architecture
Pierre Joye [Sun, 17 Aug 2008 16:43:36 +0000 (16:43 +0000)]
- add %a for Compiler/architecture

16 years ago- [DOC] improve fix for #43261 for % and "
Pierre Joye [Sun, 17 Aug 2008 15:23:23 +0000 (15:23 +0000)]
- [DOC] improve fix for #43261 for % and "

16 years ago- fix test (portable), use . as basedir and create the tmp dir in the test directory
Pierre Joye [Sun, 17 Aug 2008 13:07:06 +0000 (13:07 +0000)]
- fix test (portable), use . as basedir and create the tmp dir in the test directory

16 years ago- Remove unnecessary file
Jani Taskinen [Sun, 17 Aug 2008 12:28:41 +0000 (12:28 +0000)]
- Remove unnecessary file

16 years ago- MFB:
Pierre Joye [Sun, 17 Aug 2008 11:10:52 +0000 (11:10 +0000)]
- MFB:
 - fix or improve tests
 - add dump of the array_diff for compare_stats

16 years agoChangeLog update
<changelog@php.net> [Sun, 17 Aug 2008 01:32:21 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- New parameter parsing API
Felipe Pena [Sat, 16 Aug 2008 21:16:25 +0000 (21:16 +0000)]
- New parameter parsing API
- Fixed tests

16 years ago- remove confusion for non windows/linux users
Pierre Joye [Sat, 16 Aug 2008 13:27:18 +0000 (13:27 +0000)]
- remove confusion for non windows/linux users

16 years agoAdded stream_context_set_default() function. (Davey Shafik)
Hannes Magnusson [Sat, 16 Aug 2008 10:57:26 +0000 (10:57 +0000)]
Added stream_context_set_default() function. (Davey Shafik)

16 years ago- MFB: wrong file commited (and fix test, thx Tony for the head up)
Pierre Joye [Sat, 16 Aug 2008 10:54:34 +0000 (10:54 +0000)]
- MFB: wrong file commited (and fix test, thx Tony for the head up)

16 years agoChangeLog update
<changelog@php.net> [Sat, 16 Aug 2008 01:32:32 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- Fix build
Felipe Pena [Fri, 15 Aug 2008 22:13:58 +0000 (22:13 +0000)]
- Fix build

16 years ago- MFB: fix unexpected EOF on line 391
Pierre Joye [Fri, 15 Aug 2008 21:03:32 +0000 (21:03 +0000)]
- MFB: fix unexpected EOF on line 391

16 years ago- Removed unused variables
Felipe Pena [Fri, 15 Aug 2008 19:57:24 +0000 (19:57 +0000)]
- Removed unused variables

16 years ago- Removed some TSRMLS_FETCH()s
Felipe Pena [Fri, 15 Aug 2008 19:45:25 +0000 (19:45 +0000)]
- Removed some TSRMLS_FETCH()s

16 years ago- make it portable without loosing pertinent data
Pierre Joye [Fri, 15 Aug 2008 19:33:43 +0000 (19:33 +0000)]
- make it portable without loosing pertinent data