]>
granicus.if.org Git - php/log
Felipe Pena [Sat, 5 Jul 2008 20:12:56 +0000 (20:12 +0000)]
- Added arginfo (methods)
- Removed #include "zend_arg_defs.c"
Felipe Pena [Sat, 5 Jul 2008 20:09:33 +0000 (20:09 +0000)]
- zend_arg_defs.c is unnecessary now
Pierre Joye [Sat, 5 Jul 2008 19:53:04 +0000 (19:53 +0000)]
-MFH: improve detection of VC version and summary (2k2 and 2k3 are 1300 and resp. 1310) (Thx Marcus)
Pierre Joye [Sat, 5 Jul 2008 18:51:17 +0000 (18:51 +0000)]
- MFH: don't redefine WINDOWS and pid_t
Pierre Joye [Sat, 5 Jul 2008 18:36:34 +0000 (18:36 +0000)]
- MFH: _getpid is in process.h
Pierre Joye [Sat, 5 Jul 2008 18:17:37 +0000 (18:17 +0000)]
- MFH: silent redefinition warning
Pierre Joye [Sat, 5 Jul 2008 13:13:28 +0000 (13:13 +0000)]
-MFH: fix build (function was never implemented), even if noone uses it (or complains about broken build ;)
Rui Hirokawa [Sat, 5 Jul 2008 07:36:24 +0000 (07:36 +0000)]
cosmetic change.
Rui Hirokawa [Sat, 5 Jul 2008 07:30:01 +0000 (07:30 +0000)]
removed wrong bytes.
Rui Hirokawa [Sat, 5 Jul 2008 07:10:25 +0000 (07:10 +0000)]
revert commit.
Rui Hirokawa [Sat, 5 Jul 2008 07:09:37 +0000 (07:09 +0000)]
added CP1254
Rui Hirokawa [Sat, 5 Jul 2008 06:52:04 +0000 (06:52 +0000)]
- added koi8-u (Ukrainian) and CP1254 (Turkish).
Scott MacVicar [Sat, 5 Jul 2008 00:28:16 +0000 (00:28 +0000)]
Fix break caused by previous commit, warning and remove zend_get_parameters()
Pierre Joye [Fri, 4 Jul 2008 21:00:16 +0000 (21:00 +0000)]
- fix compile error with vc6 (snaps)
Felipe Pena [Fri, 4 Jul 2008 14:50:07 +0000 (14:50 +0000)]
- Moved protos to .c (sync with HEAD)
Felipe Pena [Fri, 4 Jul 2008 14:43:53 +0000 (14:43 +0000)]
- Reverted previous commit
- Moved protos to .c (sync with HEAD)
Alexey Zakhlestin [Fri, 4 Jul 2008 14:30:36 +0000 (14:30 +0000)]
fixed tests not to rely on actual strings of errors, as those are not defined by any standard and are platform-dependent
Felipe Pena [Fri, 4 Jul 2008 14:08:16 +0000 (14:08 +0000)]
- Added arginfo
- Removed #include "zend_arg_defs.c" (it's unnecessary now)
Derick Rethans [Fri, 4 Jul 2008 07:47:18 +0000 (07:47 +0000)]
- Revert that crap.
Olivier Hill [Thu, 3 Jul 2008 20:19:26 +0000 (20:19 +0000)]
New parameter parsing API
Rob Richards [Thu, 3 Jul 2008 19:40:15 +0000 (19:40 +0000)]
fix key container access
Antony Dovgal [Thu, 3 Jul 2008 14:00:20 +0000 (14:00 +0000)]
size_t -> int
Pierre Joye [Thu, 3 Jul 2008 13:54:50 +0000 (13:54 +0000)]
- mcrypt_create_iv entry
Pierre Joye [Thu, 3 Jul 2008 13:50:14 +0000 (13:50 +0000)]
- fix mcrypt_iv on windows, use urandom equivalent
- MFH, code cleaning and reorganisation
Felipe Pena [Thu, 3 Jul 2008 12:53:12 +0000 (12:53 +0000)]
- Fixed compile warnings
Felipe Pena [Thu, 3 Jul 2008 12:38:53 +0000 (12:38 +0000)]
- New parameter parsing API
Antony Dovgal [Thu, 3 Jul 2008 09:46:10 +0000 (09:46 +0000)]
fix test
Antony Dovgal [Thu, 3 Jul 2008 09:22:17 +0000 (09:22 +0000)]
fix test
Antony Dovgal [Thu, 3 Jul 2008 08:06:55 +0000 (08:06 +0000)]
add a line to phpinfo() to indicate whether multibyte support is On or Off
Antony Dovgal [Thu, 3 Jul 2008 07:46:17 +0000 (07:46 +0000)]
make --enable-zend-multibyte known to configure
Antony Dovgal [Thu, 3 Jul 2008 07:41:58 +0000 (07:41 +0000)]
fix tests
Felipe Pena [Thu, 3 Jul 2008 01:55:48 +0000 (01:55 +0000)]
- Added arginfo (functions)
Rob Richards [Wed, 2 Jul 2008 23:48:22 +0000 (23:48 +0000)]
fix win build
Pierre Joye [Wed, 2 Jul 2008 20:50:18 +0000 (20:50 +0000)]
- add summary function and VC version info
Pierre Joye [Wed, 2 Jul 2008 20:49:12 +0000 (20:49 +0000)]
- MFH: re2c detection, PHP_VERSION
Pierre Joye [Wed, 2 Jul 2008 17:56:19 +0000 (17:56 +0000)]
- add version info for 2007a and b
- update config.w32
Olivier Hill [Wed, 2 Jul 2008 15:00:21 +0000 (15:00 +0000)]
Fix parse error
Pierre Joye [Wed, 2 Jul 2008 12:47:06 +0000 (12:47 +0000)]
- MFH: fix make test TESTS=... and dynamic extension usage on windows
Antony Dovgal [Wed, 2 Jul 2008 12:25:15 +0000 (12:25 +0000)]
MFH
Antony Dovgal [Wed, 2 Jul 2008 10:47:11 +0000 (10:47 +0000)]
MFH: check return value of hash_find()
Felipe Pena [Wed, 2 Jul 2008 00:10:54 +0000 (00:10 +0000)]
- Added arginfo
Felipe Pena [Tue, 1 Jul 2008 19:43:42 +0000 (19:43 +0000)]
- Added arginfo
Felipe Pena [Tue, 1 Jul 2008 19:13:44 +0000 (19:13 +0000)]
- Added arginfo
Felipe Pena [Tue, 1 Jul 2008 18:28:54 +0000 (18:28 +0000)]
- Added arginfo (functions)
Felipe Pena [Tue, 1 Jul 2008 17:24:10 +0000 (17:24 +0000)]
- Added arginfo
- Fixed compile warning
Felipe Pena [Tue, 1 Jul 2008 17:03:46 +0000 (17:03 +0000)]
- Fix check for PHP_SYBASE
Felipe Pena [Tue, 1 Jul 2008 15:45:54 +0000 (15:45 +0000)]
- Added arginfo
Felipe Pena [Tue, 1 Jul 2008 15:33:11 +0000 (15:33 +0000)]
- Added arginfo
Dmitry Stogov [Tue, 1 Jul 2008 13:20:48 +0000 (13:20 +0000)]
Removed redundant code
Felipe Pena [Tue, 1 Jul 2008 11:27:05 +0000 (11:27 +0000)]
- Removed unused variables
Felipe Pena [Tue, 1 Jul 2008 11:26:10 +0000 (11:26 +0000)]
- Fixed types
- Fixed protos
Dmitry Stogov [Tue, 1 Jul 2008 10:01:09 +0000 (10:01 +0000)]
Use new parameter parsing API
Antony Dovgal [Tue, 1 Jul 2008 09:19:58 +0000 (09:19 +0000)]
fix test
Antony Dovgal [Tue, 1 Jul 2008 07:58:42 +0000 (07:58 +0000)]
long -> int + minor sources reorganization
Antony Dovgal [Tue, 1 Jul 2008 07:56:24 +0000 (07:56 +0000)]
fix typo
Antony Dovgal [Tue, 1 Jul 2008 07:54:30 +0000 (07:54 +0000)]
string length -> int
Antony Dovgal [Tue, 1 Jul 2008 07:43:36 +0000 (07:43 +0000)]
int->long, add missing "s"
Antony Dovgal [Tue, 1 Jul 2008 07:41:38 +0000 (07:41 +0000)]
more int -> long fixes
Antony Dovgal [Tue, 1 Jul 2008 07:39:33 +0000 (07:39 +0000)]
more long -> int fixes
Antony Dovgal [Tue, 1 Jul 2008 07:36:59 +0000 (07:36 +0000)]
on the contrary, string length is int
Antony Dovgal [Tue, 1 Jul 2008 07:23:00 +0000 (07:23 +0000)]
MFH
Felipe Pena [Mon, 30 Jun 2008 17:14:48 +0000 (17:14 +0000)]
- New parameter parsing API (to preg_replace*)
- Fixed related tests
Felipe Pena [Mon, 30 Jun 2008 14:53:17 +0000 (14:53 +0000)]
- Added arginfo
Felipe Pena [Mon, 30 Jun 2008 13:15:03 +0000 (13:15 +0000)]
- Added arginfo
- Removed #include "zend_arg_defs.c"
Felipe Pena [Mon, 30 Jun 2008 12:15:53 +0000 (12:15 +0000)]
- zend_arg_defs.c is unnecessary now
Antony Dovgal [Mon, 30 Jun 2008 10:39:34 +0000 (10:39 +0000)]
"l" is long, that's why it is "l", not "i"
Antony Dovgal [Mon, 30 Jun 2008 10:10:44 +0000 (10:10 +0000)]
int -> long
Felipe Pena [Mon, 30 Jun 2008 01:23:30 +0000 (01:23 +0000)]
- Fixed test
Felipe Pena [Sun, 29 Jun 2008 22:38:55 +0000 (22:38 +0000)]
- New parameter parsing API
Felipe Pena [Sun, 29 Jun 2008 15:11:48 +0000 (15:11 +0000)]
- Added arginfo
Felipe Pena [Sun, 29 Jun 2008 14:29:09 +0000 (14:29 +0000)]
- New parameter parsing API
- Added arginfo
Felipe Pena [Sun, 29 Jun 2008 13:21:02 +0000 (13:21 +0000)]
- New parameter parsing API
Felipe Pena [Sun, 29 Jun 2008 12:40:22 +0000 (12:40 +0000)]
- New parameter parsing API
- Added arginfo
Rui Hirokawa [Sun, 29 Jun 2008 11:37:35 +0000 (11:37 +0000)]
touched zend_language_scanner.c
Rui Hirokawa [Sun, 29 Jun 2008 11:20:18 +0000 (11:20 +0000)]
update zend_language_scanner.l to maintain the dependencies.
Rui Hirokawa [Sun, 29 Jun 2008 08:21:35 +0000 (08:21 +0000)]
implemented again zend-multibyte for PHP 5.3
Felipe Pena [Sat, 28 Jun 2008 22:05:59 +0000 (22:05 +0000)]
- Added arginfo
Felipe Pena [Sat, 28 Jun 2008 21:36:39 +0000 (21:36 +0000)]
- New parameter parsing API
Alexey Zakhlestin [Sat, 28 Jun 2008 21:23:08 +0000 (21:23 +0000)]
updated to the new parameter-parsing api
Alexey Zakhlestin [Sat, 28 Jun 2008 18:04:19 +0000 (18:04 +0000)]
added arginfo (fixes #45388)
Scott MacVicar [Sat, 28 Jun 2008 15:31:50 +0000 (15:31 +0000)]
MFH: Sort Windows changes for mhash BC layer
Alexey Zakhlestin [Sat, 28 Jun 2008 10:01:17 +0000 (10:01 +0000)]
fixed types (no more compiler warnings)
Alexey Zakhlestin [Sat, 28 Jun 2008 09:52:03 +0000 (09:52 +0000)]
updated to the new parameter-parsing api
Henrique do Nascimento Angelo [Sat, 28 Jun 2008 09:17:39 +0000 (09:17 +0000)]
Fix a memory leak on openssl_decrypt()
Stanislav Malyshev [Fri, 27 Jun 2008 21:16:41 +0000 (21:16 +0000)]
deprecate zend_get_parameters_ex
Felipe Pena [Fri, 27 Jun 2008 19:16:17 +0000 (19:16 +0000)]
- Added arginfo
Stanislav Malyshev [Fri, 27 Jun 2008 18:44:39 +0000 (18:44 +0000)]
enable on MSVC too
Christopher Jones [Fri, 27 Jun 2008 18:26:16 +0000 (18:26 +0000)]
OCI8: MFH: (PECL #14219) Improve README
Felipe Pena [Fri, 27 Jun 2008 16:16:23 +0000 (16:16 +0000)]
- Added arginfo
Felipe Pena [Fri, 27 Jun 2008 15:46:44 +0000 (15:46 +0000)]
- Added arginfo
Felipe Pena [Fri, 27 Jun 2008 14:33:12 +0000 (14:33 +0000)]
- Added arginfo
Felipe Pena [Fri, 27 Jun 2008 13:13:09 +0000 (13:13 +0000)]
- Added arginfo
Dmitry Stogov [Fri, 27 Jun 2008 06:43:21 +0000 (06:43 +0000)]
ws
Felipe Pena [Fri, 27 Jun 2008 02:58:13 +0000 (02:58 +0000)]
- New parameter parsing API
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.