]> granicus.if.org Git - php/log
php
16 years agoFixed memory leaks
Dmitry Stogov [Tue, 24 Jun 2008 06:47:45 +0000 (06:47 +0000)]
Fixed memory leaks

16 years agoFixed tests
Dmitry Stogov [Tue, 24 Jun 2008 06:25:51 +0000 (06:25 +0000)]
Fixed tests

16 years agoFixed strtolower/strtoupper to not modify the passed argument
Dmitry Stogov [Tue, 24 Jun 2008 06:07:08 +0000 (06:07 +0000)]
Fixed strtolower/strtoupper to not modify the passed argument

16 years agoReverted part of Steph's patch (stdin stream must be closed to make script finish)
Dmitry Stogov [Tue, 24 Jun 2008 06:05:29 +0000 (06:05 +0000)]
Reverted part of Steph's patch (stdin stream must be closed to make script finish)

16 years agoNot sure why this file was comitted?
Frank M. Kromann [Tue, 24 Jun 2008 06:01:53 +0000 (06:01 +0000)]
Not sure why this file was comitted?
I was running a CVS update and then I see commit messages with my user id!
Reverting the changes.

16 years agoMFH
Kalle Sommer Nielsen [Tue, 24 Jun 2008 05:59:53 +0000 (05:59 +0000)]
MFH

16 years agono message
Frank M. Kromann [Tue, 24 Jun 2008 04:31:05 +0000 (04:31 +0000)]
no message

16 years agofix several issues:
Greg Beaver [Tue, 24 Jun 2008 01:11:27 +0000 (01:11 +0000)]
fix several issues:
1) segfault in phar_buildfromdirectoryiterator8.phpt
2) tests failing because SKIPDOTS is default on 64 bit, not on 32
3) Marcus, you really need to add SKIPDOTS as a class constant, so we don't have to use 0x00001000

16 years agoAdded more debug info for tracking problems
Andrey Hristov [Mon, 23 Jun 2008 22:21:18 +0000 (22:21 +0000)]
Added more debug info for tracking problems

16 years ago- move sybase to pecl
Pierre Joye [Mon, 23 Jun 2008 19:55:27 +0000 (19:55 +0000)]
- move sybase to pecl

16 years ago- One solution for the openssl issues
Steph Fox [Mon, 23 Jun 2008 19:18:01 +0000 (19:18 +0000)]
- One solution for the openssl issues
- config.m4 needs bringing into line with config.w32, there may be broken behaviour under *nix until this is done

16 years ago- do not enable an ext when a lib/header fails
Pierre Joye [Mon, 23 Jun 2008 18:40:29 +0000 (18:40 +0000)]
- do not enable an ext when a lib/header fails
- use MESSAGE in mysql*
- use correct CFLAGS for ext/libxml headers

16 years ago- Wrong SKIPIF message
Steph Fox [Mon, 23 Jun 2008 17:48:23 +0000 (17:48 +0000)]
- Wrong SKIPIF message

16 years ago- Fixed folding
Felipe Pena [Mon, 23 Jun 2008 17:28:06 +0000 (17:28 +0000)]
- Fixed folding

16 years ago- Added arginfo
Felipe Pena [Mon, 23 Jun 2008 17:17:46 +0000 (17:17 +0000)]
- Added arginfo

16 years ago- Added arginfo
Felipe Pena [Mon, 23 Jun 2008 16:41:00 +0000 (16:41 +0000)]
- Added arginfo

16 years ago- Added XFAIL
Felipe Pena [Mon, 23 Jun 2008 14:04:08 +0000 (14:04 +0000)]
- Added XFAIL

16 years ago- use stdout for MESSAGE (thx Steph)
Pierre Joye [Mon, 23 Jun 2008 11:44:21 +0000 (11:44 +0000)]
- use stdout for MESSAGE (thx Steph)

16 years agoFixed possible buffer overflow
Dmitry Stogov [Mon, 23 Jun 2008 11:37:50 +0000 (11:37 +0000)]
Fixed possible buffer overflow

16 years ago- set PHP_[EXTNAME] to yes for spl, pcre and reflection (always on), this variable...
Pierre Joye [Mon, 23 Jun 2008 10:22:42 +0000 (10:22 +0000)]
- set PHP_[EXTNAME] to yes for spl, pcre and reflection (always on), this variable is required by ADD_EXTENSION_DEP

16 years ago- add a MESSAGE function
Pierre Joye [Mon, 23 Jun 2008 08:11:31 +0000 (08:11 +0000)]
- add a MESSAGE function
  [DOC] to be used instead of STDOUT in config.w32, it allows them to be redirected (like in a quiet mode)
- add the list of enabled SAPI
- improve the table output

16 years ago- fix ADD_EXTENSION_DEP detection so it can match it anywhere in a line
Pierre Joye [Mon, 23 Jun 2008 07:55:03 +0000 (07:55 +0000)]
- fix ADD_EXTENSION_DEP detection so it can match it anywhere in a line

16 years agotrue fix for potential segfault in phar_build
Greg Beaver [Mon, 23 Jun 2008 04:00:23 +0000 (04:00 +0000)]
true fix for potential segfault in phar_build

16 years agofix tar-related failures
Greg Beaver [Mon, 23 Jun 2008 03:55:50 +0000 (03:55 +0000)]
fix tar-related failures

16 years ago- New parameter parsing API
Felipe Pena [Mon, 23 Jun 2008 03:17:42 +0000 (03:17 +0000)]
- New parameter parsing API

16 years ago- really check for the dependency, libs and header and don't enable the ext if someth...
Pierre Joye [Sun, 22 Jun 2008 23:17:22 +0000 (23:17 +0000)]
- really check for the dependency, libs and header and don't enable the ext if something is missing

16 years ago- bindlib has its own package
Pierre Joye [Sun, 22 Jun 2008 23:16:31 +0000 (23:16 +0000)]
- bindlib has its own package

16 years ago- return true/false when a dep addition was succeeded or not
Pierre Joye [Sun, 22 Jun 2008 23:15:54 +0000 (23:15 +0000)]
- return true/false when a dep addition was succeeded or not

16 years ago- don't show zlib as available when libs or headers are missing
Pierre Joye [Sun, 22 Jun 2008 21:55:59 +0000 (21:55 +0000)]
- don't show zlib as available when libs or headers are missing

16 years ago- do not show libxml as enabled when libs are missing so ADD_EXTENSION_DEP('myext...
Pierre Joye [Sun, 22 Jun 2008 21:49:06 +0000 (21:49 +0000)]
- do not show libxml as enabled when libs are missing so ADD_EXTENSION_DEP('myext', 'libxml') can do its job

16 years ago- Fix build where __USE_GNU is used instead of _GNU_SOURCE to define utsname.domainname
Felipe Pena [Sun, 22 Jun 2008 21:45:42 +0000 (21:45 +0000)]
- Fix build where __USE_GNU is used instead of _GNU_SOURCE to define utsname.domainname

16 years ago- add a list of the enabled extensions and how they are built (shared or static
Pierre Joye [Sun, 22 Jun 2008 20:51:57 +0000 (20:51 +0000)]
- add a list of the enabled extensions and how they are built (shared or static
  list of SAPIs and libs used will follow shortly (to be used as QA check during the builds and as convenience)

16 years ago- clean new line (unix only now)
Pierre Joye [Sun, 22 Jun 2008 19:50:38 +0000 (19:50 +0000)]
- clean new line (unix only now)

16 years agoNew parameter parsing API for string, part I
Olivier Hill [Sun, 22 Jun 2008 19:22:41 +0000 (19:22 +0000)]
New parameter parsing API for string, part I

16 years ago- Fixed tests
Felipe Pena [Sun, 22 Jun 2008 19:16:44 +0000 (19:16 +0000)]
- Fixed tests

16 years agoMFH: Response to: [PHP-DEV] cleaning up the functions - any volunteers? :)
Uwe Schindler [Sun, 22 Jun 2008 18:09:41 +0000 (18:09 +0000)]
MFH: Response to: [PHP-DEV] cleaning up the functions - any volunteers? :)

16 years ago- Revert the two blocks of code that implement the phar_build optimization, causes...
Steph Fox [Sun, 22 Jun 2008 16:35:26 +0000 (16:35 +0000)]
- Revert the two blocks of code that implement the phar_build optimization, causes segfaults under *nix
- Leave the new structure in place to make re-implementation trivial

16 years agoMFH: Add some tests to increase code coverage
Etienne Kneuss [Sun, 22 Jun 2008 16:25:02 +0000 (16:25 +0000)]
MFH: Add some tests to increase code coverage

16 years ago- New parameter parsing API
Felipe Pena [Sun, 22 Jun 2008 16:08:52 +0000 (16:08 +0000)]
- New parameter parsing API

16 years agoupdated to the new parameter-parsing api
Alexey Zakhlestin [Sun, 22 Jun 2008 15:16:11 +0000 (15:16 +0000)]
updated to the new parameter-parsing api

16 years ago- Revert the tar.c part of the inode calculation fix
Steph Fox [Sun, 22 Jun 2008 14:46:10 +0000 (14:46 +0000)]
- Revert the tar.c part of the inode calculation fix
- All tests now pass under win32, please test under *nix/osx (4 known fails at present)

16 years agofix parameter parsing change
Rob Richards [Sun, 22 Jun 2008 14:13:41 +0000 (14:13 +0000)]
fix parameter parsing change

16 years agoupdated to the new parameter-parsing api
Alexey Zakhlestin [Sun, 22 Jun 2008 14:13:01 +0000 (14:13 +0000)]
updated to the new parameter-parsing api

16 years ago- New parameter parsing API
Felipe Pena [Sun, 22 Jun 2008 13:22:27 +0000 (13:22 +0000)]
- New parameter parsing API

16 years ago- ws, typo fix
Steph Fox [Sun, 22 Jun 2008 13:10:03 +0000 (13:10 +0000)]
- ws, typo fix

16 years agoBasic test for ob_get_length(), testfest.php.net task #132
Felix De Vliegher [Sun, 22 Jun 2008 12:29:41 +0000 (12:29 +0000)]
Basic test for ob_get_length(), testfest.php.net task #132

16 years agoupdated to the new parameter-parsing api
Alexey Zakhlestin [Sun, 22 Jun 2008 12:03:30 +0000 (12:03 +0000)]
updated to the new parameter-parsing api

16 years ago- Removed unused variables
Felipe Pena [Sun, 22 Jun 2008 11:36:46 +0000 (11:36 +0000)]
- Removed unused variables

16 years ago- Changed zend_get_parameters_ex -> zend_parse_parameters
Timm Friebe [Sun, 22 Jun 2008 10:11:14 +0000 (10:11 +0000)]
- Changed zend_get_parameters_ex -> zend_parse_parameters
- Simplified source in php_sybase_do_connect()
# Part 1, more to follow

16 years agoFix build.
Sebastian Bergmann [Sun, 22 Jun 2008 08:06:48 +0000 (08:06 +0000)]
Fix build.

16 years agoTestfest task 93. Written by Sebastian Deutsch.
David Soria Parra [Sun, 22 Jun 2008 05:34:06 +0000 (05:34 +0000)]
Testfest task 93. Written by Sebastian Deutsch.

16 years agofix inode calculation, we need fname to be set for phar/tar formats prior to manifest...
Greg Beaver [Sun, 22 Jun 2008 00:50:32 +0000 (00:50 +0000)]
fix inode calculation, we need fname to be set for phar/tar formats prior to manifest parsing

16 years agonew tests for phar.cache_list
Greg Beaver [Sun, 22 Jun 2008 00:49:54 +0000 (00:49 +0000)]
new tests for phar.cache_list

16 years ago- Fix segfault
Felipe Pena [Sat, 21 Jun 2008 23:20:40 +0000 (23:20 +0000)]
- Fix segfault

16 years ago- New parameter parsing API
Felipe Pena [Sat, 21 Jun 2008 22:07:53 +0000 (22:07 +0000)]
- New parameter parsing API

16 years agoupdated to the new parameter-parsing api
Alexey Zakhlestin [Sat, 21 Jun 2008 21:51:05 +0000 (21:51 +0000)]
updated to the new parameter-parsing api

16 years ago- Don't free stuff you still need
Steph Fox [Sat, 21 Jun 2008 21:37:39 +0000 (21:37 +0000)]
- Don't free stuff you still need

16 years ago- Kill a couple of double frees and a memleak
Steph Fox [Sat, 21 Jun 2008 20:47:35 +0000 (20:47 +0000)]
- Kill a couple of double frees and a memleak
@Greg: You may want to run valgrind over the filestat functions before release..

16 years ago- pefree pemalloc'd filename
Steph Fox [Sat, 21 Jun 2008 20:14:43 +0000 (20:14 +0000)]
- pefree pemalloc'd filename

16 years ago- Fix macro definition syntax
Steph Fox [Sat, 21 Jun 2008 19:40:41 +0000 (19:40 +0000)]
- Fix macro definition syntax
- Remove pre-existing workaround

16 years ago- fix for segfault in 5.2 (patch from Greg)
Steph Fox [Sat, 21 Jun 2008 19:15:46 +0000 (19:15 +0000)]
- fix for segfault in 5.2 (patch from Greg)

16 years ago- ws
Steph Fox [Sat, 21 Jun 2008 18:57:53 +0000 (18:57 +0000)]
- ws

16 years ago- New parameter parsing API
Felipe Pena [Sat, 21 Jun 2008 18:16:02 +0000 (18:16 +0000)]
- New parameter parsing API

16 years agodefine ALLOC_PERMANENT_ZVAL for PHP 5.2
Greg Beaver [Sat, 21 Jun 2008 17:05:32 +0000 (17:05 +0000)]
define ALLOC_PERMANENT_ZVAL for PHP 5.2

16 years agoPHP 5.2 fixes to direct include of compressed archives
Greg Beaver [Sat, 21 Jun 2008 17:05:18 +0000 (17:05 +0000)]
PHP 5.2 fixes to direct include of compressed archives

16 years ago- New parameter parsing API
Felipe Pena [Sat, 21 Jun 2008 15:27:34 +0000 (15:27 +0000)]
- New parameter parsing API

16 years agoclose stream on failure
Greg Beaver [Sat, 21 Jun 2008 06:55:56 +0000 (06:55 +0000)]
close stream on failure

16 years ago82x(./profile2) speedup for buildFrom*()
Greg Beaver [Sat, 21 Jun 2008 06:53:10 +0000 (06:53 +0000)]
82x(./profile2) speedup for buildFrom*()

16 years agofix leak
Greg Beaver [Sat, 21 Jun 2008 06:21:58 +0000 (06:21 +0000)]
fix leak

16 years ago- New parameter parsing API
Felipe Pena [Sat, 21 Jun 2008 02:41:27 +0000 (02:41 +0000)]
- New parameter parsing API

16 years ago- New parsing parameter API cleanups
David Coallier [Fri, 20 Jun 2008 20:54:32 +0000 (20:54 +0000)]
- New parsing parameter API cleanups

16 years ago- New parameter parsing API
Felipe Pena [Fri, 20 Jun 2008 19:57:25 +0000 (19:57 +0000)]
- New parameter parsing API

16 years agofix buglet
Stanislav Malyshev [Fri, 20 Jun 2008 18:10:17 +0000 (18:10 +0000)]
fix buglet

16 years ago- New parameter parsing API for var.c & tests
Olivier Hill [Fri, 20 Jun 2008 18:05:45 +0000 (18:05 +0000)]
- New parameter parsing API for var.c & tests

16 years ago- New parameter parsing API
Felipe Pena [Fri, 20 Jun 2008 18:00:10 +0000 (18:00 +0000)]
- New parameter parsing API

16 years agoAllowed to override internal classaes with "use"
Dmitry Stogov [Fri, 20 Jun 2008 17:17:05 +0000 (17:17 +0000)]
Allowed to override internal classaes with "use"

16 years ago- 5_2 compatibility stuff (so we can stay in sync with PECL)
Steph Fox [Fri, 20 Jun 2008 16:29:36 +0000 (16:29 +0000)]
- 5_2 compatibility stuff (so we can stay in sync with PECL)

16 years ago- New parameter parsing API
Felipe Pena [Fri, 20 Jun 2008 14:53:57 +0000 (14:53 +0000)]
- New parameter parsing API

16 years ago- Use SKIP_SLOW_TESTS where it's most useful
Steph Fox [Fri, 20 Jun 2008 14:42:04 +0000 (14:42 +0000)]
- Use SKIP_SLOW_TESTS where it's most useful

16 years ago- Kill the last compiler warning under 5.3 (release-only)
Steph Fox [Fri, 20 Jun 2008 14:40:53 +0000 (14:40 +0000)]
- Kill the last compiler warning under 5.3 (release-only)

16 years ago- New parameter parsing API
Felipe Pena [Fri, 20 Jun 2008 13:02:33 +0000 (13:02 +0000)]
- New parameter parsing API

16 years agoThe only reason that particular 'real solution' wasn't applied in the first place...
Steph Fox [Fri, 20 Jun 2008 12:21:32 +0000 (12:21 +0000)]
The only reason that particular 'real solution' wasn't applied in the first place was that it also breaks the shared build
Maybe we don't need to call a non-existent dtor if we're going to physically apply zend_hash_graceful_reverse_destroy()?
- This works on my box, please test under *nix/OSX

16 years ago- Fix ws
Felipe Pena [Fri, 20 Jun 2008 11:38:52 +0000 (11:38 +0000)]
- Fix ws

16 years ago- Fix ZTS build (not required on HEAD, patch by Uwe Pries)
Johannes Schlüter [Fri, 20 Jun 2008 09:17:53 +0000 (09:17 +0000)]
- Fix ZTS build (not required on HEAD, patch by Uwe Pries)

16 years agominor performance improvement
Greg Beaver [Fri, 20 Jun 2008 06:37:14 +0000 (06:37 +0000)]
minor performance improvement

16 years agomaking progress - up to 42/phar vs. 48/disk with these optimizations
Greg Beaver [Fri, 20 Jun 2008 05:42:58 +0000 (05:42 +0000)]
making progress - up to 42/phar vs. 48/disk with these optimizations

16 years agorevert really bad solution to the zend_init_rsrc_list/zend_destroy_rsrc_list problem...
Greg Beaver [Fri, 20 Jun 2008 04:50:11 +0000 (04:50 +0000)]
revert really bad solution to the zend_init_rsrc_list/zend_destroy_rsrc_list problem, replace with real solution

16 years agoNew testcases for vfprintf(), Committed for Felix De Vliegher, TestFest Task No:...
Raghubansh Kumar [Fri, 20 Jun 2008 04:21:58 +0000 (04:21 +0000)]
New testcases for vfprintf(), Committed for Felix De Vliegher, TestFest Task No: 124, Tested on RHEL5 -32bit, WinXP-32bit
Added *.txt to .cvsignore

16 years agoMFH:
Christopher Jones [Thu, 19 Jun 2008 22:39:56 +0000 (22:39 +0000)]
MFH:
Fix bug #45266 (Fix build with BDB 4)
Fix bug #45267 (Revert invalid assumption about BDB 4 locking; let DBA handle locking)
Fix bug #45268 (Fix error callback prototype)

16 years ago- remove debug code
Pierre Joye [Thu, 19 Jun 2008 21:09:43 +0000 (21:09 +0000)]
- remove debug code

16 years agoOops.
Steph Fox [Thu, 19 Jun 2008 21:08:56 +0000 (21:08 +0000)]
Oops.

16 years agoTwo new options for Travis to come to terms with:
Steph Fox [Thu, 19 Jun 2008 21:08:13 +0000 (21:08 +0000)]
Two new options for Travis to come to terms with:
- --set-timeout <n> sets the timeout in seconds for the call to stream_select() during system_with_timeout()
- -x sets an environmental variable, SKIP_SLOW_TESTS, which can be checked for during a SKIPIF clause

and just for a special treat, you can have it from my working branch this time.

16 years agoTwo new options for Travis to come to terms with:
Steph Fox [Thu, 19 Jun 2008 21:03:36 +0000 (21:03 +0000)]
Two new options for Travis to come to terms with:
- --set-timeout <n> sets the timeout in seconds for the call to stream_select() during system_with_timeout()
- -x sets an environmental variable, SKIP_SLOW_TESTS, which can be checked for during a SKIPIF clause

16 years agoTest updates and bundle 1.3.3
Christopher Jones [Thu, 19 Jun 2008 19:56:11 +0000 (19:56 +0000)]
Test updates and bundle 1.3.3

16 years agoupdate the docs
Stanislav Malyshev [Thu, 19 Jun 2008 17:59:35 +0000 (17:59 +0000)]
update the docs
# if we keep it in CVS, it should have correct docs

16 years ago- ext/standard currently has a dependency on ext/ereg thanks to browscap.c
Steph Fox [Thu, 19 Jun 2008 17:43:38 +0000 (17:43 +0000)]
- ext/standard currently has a dependency on ext/ereg thanks to browscap.c

16 years ago- '' != 'no'
Steph Fox [Thu, 19 Jun 2008 17:14:43 +0000 (17:14 +0000)]
- '' != 'no'

16 years ago- NEWS for fpdf and ncurses > PECL
Pierre Joye [Thu, 19 Jun 2008 15:50:44 +0000 (15:50 +0000)]
- NEWS for fpdf and ncurses > PECL

16 years ago- move fpdf to PECL
Pierre Joye [Thu, 19 Jun 2008 15:49:31 +0000 (15:49 +0000)]
- move fpdf to PECL

16 years ago- mvoe ncurses to PECL
Pierre Joye [Thu, 19 Jun 2008 15:46:09 +0000 (15:46 +0000)]
- mvoe ncurses to PECL