]>
granicus.if.org Git - php/log
Greg Beaver [Fri, 27 Jun 2008 01:21:12 +0000 (01:21 +0000)]
in preparation for a performance optimization that involves
eliminating phar's interception of zend_compile in favor of a new to-be-added hook in PHP 5.3+,
allow "include 'phar:///path/to/my.phar';" to work as equivalent to
php /path/to/my.phar
this slight change in scripting still allows inclusion and execution of phar stub, but removes the need to
check and modify path in zend_compile, which allows us to play much nicer with external tools like
debuggers/opcode caches
Felipe Pena [Fri, 27 Jun 2008 00:22:18 +0000 (00:22 +0000)]
- New parameter parsing API
Stanislav Malyshev [Fri, 27 Jun 2008 00:01:25 +0000 (00:01 +0000)]
allow deprecating engine functions
Scott MacVicar [Thu, 26 Jun 2008 22:33:16 +0000 (22:33 +0000)]
Make the old mhash API a wrapper around hash, this removes a dependency.
Felipe Pena [Thu, 26 Jun 2008 11:15:48 +0000 (11:15 +0000)]
- Fixed tests
Felix De Vliegher [Thu, 26 Jun 2008 09:10:54 +0000 (09:10 +0000)]
Tests for lchown(), testfest.php.net task number 129.
Felipe Pena [Wed, 25 Jun 2008 22:54:11 +0000 (22:54 +0000)]
- Fixed test
Felipe Pena [Wed, 25 Jun 2008 22:35:31 +0000 (22:35 +0000)]
- Removed E_DEPRECATED on is_a()
(http://marc.info/?l=php-internals&m=
121390431523970 &w=2)
[doc]
Felipe Pena [Wed, 25 Jun 2008 16:18:55 +0000 (16:18 +0000)]
- New parameter parsing API
Felipe Pena [Wed, 25 Jun 2008 15:06:58 +0000 (15:06 +0000)]
- New parameter parsing API
Felipe Pena [Wed, 25 Jun 2008 14:46:19 +0000 (14:46 +0000)]
- New parameter parsing API
Dmitry Stogov [Wed, 25 Jun 2008 12:33:46 +0000 (12:33 +0000)]
Added support for namespaces
Dmitry Stogov [Wed, 25 Jun 2008 12:18:36 +0000 (12:18 +0000)]
Fixed bug #45352 (Segmentation fault because of tick function on second request)
Olivier Hill [Wed, 25 Jun 2008 12:16:17 +0000 (12:16 +0000)]
New parameter parsing API
David Coallier [Wed, 25 Jun 2008 10:16:52 +0000 (10:16 +0000)]
Reverted zpp API Cleanup patch - memory troubles?
David Coallier [Wed, 25 Jun 2008 08:56:42 +0000 (08:56 +0000)]
- Hackish but working parameter parsing, no longer using
zend_get* at least
Felipe Pena [Wed, 25 Jun 2008 03:18:58 +0000 (03:18 +0000)]
- New parameter parsing API
David Coallier [Tue, 24 Jun 2008 22:53:01 +0000 (22:53 +0000)]
- New parsing parameter API
- Tests have been adjusted, if you have something else failing
let me know now! All tests seem to pass fine at the moment.
David Coallier [Tue, 24 Jun 2008 22:51:57 +0000 (22:51 +0000)]
- Tests for parsing parameter api
Andrey Hristov [Tue, 24 Jun 2008 22:22:48 +0000 (22:22 +0000)]
Fix remaining valgrind problems with pconn and zval cache
HEAD merge will follow tomorrow.
Timm Friebe [Tue, 24 Jun 2008 16:33:17 +0000 (16:33 +0000)]
- Migrated all zend_get_parameters_ex calls to zend_parse_parameters()
- Fixed prototype declarations to use the type resource instead of int
- Fixed sybase_close() not to crash when no connection was previously open
Felipe Pena [Tue, 24 Jun 2008 16:01:32 +0000 (16:01 +0000)]
- New parameter parsing API
Raghubansh Kumar [Tue, 24 Jun 2008 15:44:50 +0000 (15:44 +0000)]
New testcases for hash_file(), Committed for Felix De Vliegher, TestFest Task No: 75 & 76, Tested on RHEL5 -32bit, WinXP-32bit
Andrey Hristov [Tue, 24 Jun 2008 13:19:29 +0000 (13:19 +0000)]
Fix double-free, introduced lately
Felipe Pena [Tue, 24 Jun 2008 12:09:31 +0000 (12:09 +0000)]
- Added arginfo
Andrey Hristov [Tue, 24 Jun 2008 11:01:38 +0000 (11:01 +0000)]
Fix possible bug with persistent connections and mysqlnd
Felix De Vliegher [Tue, 24 Jun 2008 10:31:02 +0000 (10:31 +0000)]
Tests for ob_get_flush(), testfest task number #131.
Andrey Hristov [Tue, 24 Jun 2008 08:01:13 +0000 (08:01 +0000)]
Add missing header
Dmitry Stogov [Tue, 24 Jun 2008 07:06:08 +0000 (07:06 +0000)]
Fixed test
Andrey Hristov [Tue, 24 Jun 2008 06:56:36 +0000 (06:56 +0000)]
Even more debug info
Dmitry Stogov [Tue, 24 Jun 2008 06:47:45 +0000 (06:47 +0000)]
Fixed memory leaks
Dmitry Stogov [Tue, 24 Jun 2008 06:25:51 +0000 (06:25 +0000)]
Fixed tests
Dmitry Stogov [Tue, 24 Jun 2008 06:07:08 +0000 (06:07 +0000)]
Fixed strtolower/strtoupper to not modify the passed argument
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)
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.
Kalle Sommer Nielsen [Tue, 24 Jun 2008 05:59:53 +0000 (05:59 +0000)]
MFH
Frank M. Kromann [Tue, 24 Jun 2008 04:31:05 +0000 (04:31 +0000)]
no message
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
Andrey Hristov [Mon, 23 Jun 2008 22:21:18 +0000 (22:21 +0000)]
Added more debug info for tracking problems
Pierre Joye [Mon, 23 Jun 2008 19:55:27 +0000 (19:55 +0000)]
- move sybase to pecl
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
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
Steph Fox [Mon, 23 Jun 2008 17:48:23 +0000 (17:48 +0000)]
- Wrong SKIPIF message
Felipe Pena [Mon, 23 Jun 2008 17:28:06 +0000 (17:28 +0000)]
- Fixed folding
Felipe Pena [Mon, 23 Jun 2008 17:17:46 +0000 (17:17 +0000)]
- Added arginfo
Felipe Pena [Mon, 23 Jun 2008 16:41:00 +0000 (16:41 +0000)]
- Added arginfo
Felipe Pena [Mon, 23 Jun 2008 14:04:08 +0000 (14:04 +0000)]
- Added XFAIL
Pierre Joye [Mon, 23 Jun 2008 11:44:21 +0000 (11:44 +0000)]
- use stdout for MESSAGE (thx Steph)
Dmitry Stogov [Mon, 23 Jun 2008 11:37:50 +0000 (11:37 +0000)]
Fixed possible buffer overflow
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
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
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
Greg Beaver [Mon, 23 Jun 2008 04:00:23 +0000 (04:00 +0000)]
true fix for potential segfault in phar_build
Greg Beaver [Mon, 23 Jun 2008 03:55:50 +0000 (03:55 +0000)]
fix tar-related failures
Felipe Pena [Mon, 23 Jun 2008 03:17:42 +0000 (03:17 +0000)]
- New parameter parsing API
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
Pierre Joye [Sun, 22 Jun 2008 23:16:31 +0000 (23:16 +0000)]
- bindlib has its own package
Pierre Joye [Sun, 22 Jun 2008 23:15:54 +0000 (23:15 +0000)]
- return true/false when a dep addition was succeeded or not
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
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
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
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)
Pierre Joye [Sun, 22 Jun 2008 19:50:38 +0000 (19:50 +0000)]
- clean new line (unix only now)
Olivier Hill [Sun, 22 Jun 2008 19:22:41 +0000 (19:22 +0000)]
New parameter parsing API for string, part I
Felipe Pena [Sun, 22 Jun 2008 19:16:44 +0000 (19:16 +0000)]
- Fixed tests
Uwe Schindler [Sun, 22 Jun 2008 18:09:41 +0000 (18:09 +0000)]
MFH: Response to: [PHP-DEV] cleaning up the functions - any volunteers? :)
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
Etienne Kneuss [Sun, 22 Jun 2008 16:25:02 +0000 (16:25 +0000)]
MFH: Add some tests to increase code coverage
Felipe Pena [Sun, 22 Jun 2008 16:08:52 +0000 (16:08 +0000)]
- New parameter parsing API
Alexey Zakhlestin [Sun, 22 Jun 2008 15:16:11 +0000 (15:16 +0000)]
updated to the new parameter-parsing api
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)
Rob Richards [Sun, 22 Jun 2008 14:13:41 +0000 (14:13 +0000)]
fix parameter parsing change
Alexey Zakhlestin [Sun, 22 Jun 2008 14:13:01 +0000 (14:13 +0000)]
updated to the new parameter-parsing api
Felipe Pena [Sun, 22 Jun 2008 13:22:27 +0000 (13:22 +0000)]
- New parameter parsing API
Steph Fox [Sun, 22 Jun 2008 13:10:03 +0000 (13:10 +0000)]
- ws, typo fix
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
Alexey Zakhlestin [Sun, 22 Jun 2008 12:03:30 +0000 (12:03 +0000)]
updated to the new parameter-parsing api
Felipe Pena [Sun, 22 Jun 2008 11:36:46 +0000 (11:36 +0000)]
- Removed unused variables
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
Sebastian Bergmann [Sun, 22 Jun 2008 08:06:48 +0000 (08:06 +0000)]
Fix build.
David Soria Parra [Sun, 22 Jun 2008 05:34:06 +0000 (05:34 +0000)]
Testfest task 93. Written by Sebastian Deutsch.
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
Greg Beaver [Sun, 22 Jun 2008 00:49:54 +0000 (00:49 +0000)]
new tests for phar.cache_list
Felipe Pena [Sat, 21 Jun 2008 23:20:40 +0000 (23:20 +0000)]
- Fix segfault
Felipe Pena [Sat, 21 Jun 2008 22:07:53 +0000 (22:07 +0000)]
- New parameter parsing API
Alexey Zakhlestin [Sat, 21 Jun 2008 21:51:05 +0000 (21:51 +0000)]
updated to the new parameter-parsing api
Steph Fox [Sat, 21 Jun 2008 21:37:39 +0000 (21:37 +0000)]
- Don't free stuff you still need
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..
Steph Fox [Sat, 21 Jun 2008 20:14:43 +0000 (20:14 +0000)]
- pefree pemalloc'd filename
Steph Fox [Sat, 21 Jun 2008 19:40:41 +0000 (19:40 +0000)]
- Fix macro definition syntax
- Remove pre-existing workaround
Steph Fox [Sat, 21 Jun 2008 19:15:46 +0000 (19:15 +0000)]
- fix for segfault in 5.2 (patch from Greg)
Steph Fox [Sat, 21 Jun 2008 18:57:53 +0000 (18:57 +0000)]
- ws
Felipe Pena [Sat, 21 Jun 2008 18:16:02 +0000 (18:16 +0000)]
- New parameter parsing API
Greg Beaver [Sat, 21 Jun 2008 17:05:32 +0000 (17:05 +0000)]
define ALLOC_PERMANENT_ZVAL for PHP 5.2
Greg Beaver [Sat, 21 Jun 2008 17:05:18 +0000 (17:05 +0000)]
PHP 5.2 fixes to direct include of compressed archives
Felipe Pena [Sat, 21 Jun 2008 15:27:34 +0000 (15:27 +0000)]
- New parameter parsing API
Greg Beaver [Sat, 21 Jun 2008 06:55:56 +0000 (06:55 +0000)]
close stream on failure
Greg Beaver [Sat, 21 Jun 2008 06:53:10 +0000 (06:53 +0000)]
82x(./profile2) speedup for buildFrom*()
Greg Beaver [Sat, 21 Jun 2008 06:21:58 +0000 (06:21 +0000)]
fix leak
Felipe Pena [Sat, 21 Jun 2008 02:41:27 +0000 (02:41 +0000)]
- New parameter parsing API