]>
granicus.if.org Git - php/log
Andrey Hristov [Wed, 5 Sep 2007 12:36:44 +0000 (12:36 +0000)]
Fixed bug #42378 (mysqli_stmt_bind_result memory exhaustion)
Fixed regression of bug 38710. Already fixed in HEAD.
#HEAD will be fixed when doing the next merge from svn
Dmitry Stogov [Wed, 5 Sep 2007 11:20:45 +0000 (11:20 +0000)]
Fixed bug #42214 (SoapServer sends clients internal PHP errors)
Dmitry Stogov [Wed, 5 Sep 2007 10:18:23 +0000 (10:18 +0000)]
Fixed bug #42488 (SoapServer reports an encoding error and the error itself breaks).
Dmitry Stogov [Wed, 5 Sep 2007 08:26:32 +0000 (08:26 +0000)]
Fixed bug #42523 (PHP_SELF duplicates path)
Antony Dovgal [Tue, 4 Sep 2007 18:51:48 +0000 (18:51 +0000)]
bfn
Antony Dovgal [Tue, 4 Sep 2007 18:46:21 +0000 (18:46 +0000)]
MFH: detect endianness in compile time when using Apple's GCC (fixes universal binary build)
Rui Hirokawa [Tue, 4 Sep 2007 14:14:11 +0000 (14:14 +0000)]
MFH: fixed bug #29955 invalid case conversion in iso-8859-9.
Ilia Alshanetsky [Tue, 4 Sep 2007 12:51:49 +0000 (12:51 +0000)]
Fixed possible buffer overflows inside the fnmatch() and glob() functions
Zoe Slattery [Tue, 4 Sep 2007 09:01:02 +0000 (09:01 +0000)]
Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh.
Raghubansh Kumar [Tue, 4 Sep 2007 08:37:51 +0000 (08:37 +0000)]
fix tests
Ilia Alshanetsky [Mon, 3 Sep 2007 15:36:04 +0000 (15:36 +0000)]
Fixed bug #42506 (php_pgsql_convert() timezone parse bug)
Ilia Alshanetsky [Mon, 3 Sep 2007 02:53:56 +0000 (02:53 +0000)]
Fixed bug #42468 (Write lock on file_get_contents fails when using a
compression stream).
Derick Rethans [Sat, 1 Sep 2007 18:38:39 +0000 (18:38 +0000)]
- MFH: Fixed bug #42512 (ip2long('255.255.255.255') should return
4294967295 on
64-bit PHP).
Nuno Lopes [Sat, 1 Sep 2007 17:51:35 +0000 (17:51 +0000)]
adapt for PCRE 7.3
remove ability to include config.h from php_pcre.c, as it seems pretty useless and produces a few warnings
Nuno Lopes [Sat, 1 Sep 2007 17:48:43 +0000 (17:48 +0000)]
upgrade to PCRE 7.3
Nuno Lopes [Sat, 1 Sep 2007 17:47:13 +0000 (17:47 +0000)]
new test
Antony Dovgal [Fri, 31 Aug 2007 22:30:27 +0000 (22:30 +0000)]
1.2.4
Antony Dovgal [Fri, 31 Aug 2007 22:26:13 +0000 (22:26 +0000)]
fix package2.xml
Antony Dovgal [Fri, 31 Aug 2007 21:44:57 +0000 (21:44 +0000)]
add Chris to the maintainers
Christopher Jones [Fri, 31 Aug 2007 21:09:43 +0000 (21:09 +0000)]
New tests for getAttribute
Christopher Jones [Fri, 31 Aug 2007 21:08:48 +0000 (21:08 +0000)]
Add $dbh->getAttribute() support for ATTR_SERVER_VERSION, ATTR_SERVER_INFO, ATTR_CLIENT_VERSION, ATTR_AUTOCOMMIT. Sync WS between PHP 5 & 6 and add a couple of casts.
Antony Dovgal [Fri, 31 Aug 2007 12:36:14 +0000 (12:36 +0000)]
MFH: prohibit arguments by ref in magic methods
Dmitry Stogov [Fri, 31 Aug 2007 12:17:52 +0000 (12:17 +0000)]
Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline options)
Antony Dovgal [Fri, 31 Aug 2007 12:10:54 +0000 (12:10 +0000)]
update changelog, prepare for 1.2.4 release
Dmitry Stogov [Fri, 31 Aug 2007 10:48:45 +0000 (10:48 +0000)]
Fixed bug #42359 (xsd:list type not parsed)
Jani Taskinen [Fri, 31 Aug 2007 10:46:19 +0000 (10:46 +0000)]
MFH: ws + protos
Dmitry Stogov [Fri, 31 Aug 2007 09:36:02 +0000 (09:36 +0000)]
Fixed bug #42086 (SoapServer return Procedure '' not present for WSIBasic compliant wsdl)
Jani Taskinen [Fri, 31 Aug 2007 08:35:37 +0000 (08:35 +0000)]
MFH: ws
Jani Taskinen [Fri, 31 Aug 2007 08:16:13 +0000 (08:16 +0000)]
MFH: ws fixes
Jani Taskinen [Fri, 31 Aug 2007 08:09:50 +0000 (08:09 +0000)]
MFH
Dmitry Stogov [Fri, 31 Aug 2007 08:07:28 +0000 (08:07 +0000)]
Fixed bug #42326 (SoapServer crash)
Jani Taskinen [Fri, 31 Aug 2007 07:52:29 +0000 (07:52 +0000)]
MFH: Revert revert.
Jani Taskinen [Fri, 31 Aug 2007 07:48:05 +0000 (07:48 +0000)]
MFH: Moved php.ini related protos where they belong
Jani Taskinen [Fri, 31 Aug 2007 07:43:37 +0000 (07:43 +0000)]
MFH: ws
Jani Taskinen [Fri, 31 Aug 2007 07:42:05 +0000 (07:42 +0000)]
MFH
Christopher Jones [Thu, 30 Aug 2007 17:33:00 +0000 (17:33 +0000)]
New tests
Rob Richards [Thu, 30 Aug 2007 16:32:54 +0000 (16:32 +0000)]
BFN
Rob Richards [Thu, 30 Aug 2007 16:32:34 +0000 (16:32 +0000)]
MFH: fix bug #42462 (Segmentation when trying to set an attribute in DOMElement)
Hannes Magnusson [Thu, 30 Aug 2007 14:06:12 +0000 (14:06 +0000)]
- Fixed bug #42452 (PDO classes do not expose Reflection API information)
- Fixed tests
Sebastian Bergmann [Thu, 30 Aug 2007 07:43:21 +0000 (07:43 +0000)]
Add optional parameter to debug_backtrace().
Sebastian Bergmann [Thu, 30 Aug 2007 07:40:13 +0000 (07:40 +0000)]
Back to -dev.
Raghubansh Kumar [Thu, 30 Aug 2007 04:04:58 +0000 (04:04 +0000)]
fix test: do not run when noatime set
Ilia Alshanetsky [Wed, 29 Aug 2007 23:36:11 +0000 (23:36 +0000)]
5.2.4
Raghubansh Kumar [Wed, 29 Aug 2007 10:11:40 +0000 (10:11 +0000)]
fix test: do not run on MACOS
Pierre Joye [Wed, 29 Aug 2007 06:26:30 +0000 (06:26 +0000)]
- gd bug #102, alternative fix when an old library is used
Raghubansh Kumar [Wed, 29 Aug 2007 04:38:09 +0000 (04:38 +0000)]
fix test, do not run on macos
Jani Taskinen [Mon, 27 Aug 2007 08:35:27 +0000 (08:35 +0000)]
Fix news
Pierre Joye [Mon, 27 Aug 2007 08:27:45 +0000 (08:27 +0000)]
- revert fix for #106
- add news entry for pslib fix
NB: Please next time, inform us before a complete freeze is done for
a given branch. And a week for a RC is defitively too short.
Pierre Joye [Sun, 26 Aug 2007 20:35:11 +0000 (20:35 +0000)]
- MFB: gd #106, imagerectangle draws 1x1 rectangles as 1x3 rectangles
Zoe Slattery [Fri, 24 Aug 2007 14:47:50 +0000 (14:47 +0000)]
adding check for rc1 to version-compare test
Jani Taskinen [Fri, 24 Aug 2007 11:44:10 +0000 (11:44 +0000)]
MFH:- Fix problem with non-bash compliant shells
Ilia Alshanetsky [Thu, 23 Aug 2007 22:53:52 +0000 (22:53 +0000)]
Back to dev
Ilia Alshanetsky [Thu, 23 Aug 2007 22:39:02 +0000 (22:39 +0000)]
5.2.4RC3
Antony Dovgal [Thu, 23 Aug 2007 18:44:09 +0000 (18:44 +0000)]
-BFN
Antony Dovgal [Thu, 23 Aug 2007 18:42:42 +0000 (18:42 +0000)]
MFH: revert the patch which breaks multithreaded servers
Derick Rethans [Thu, 23 Aug 2007 18:38:42 +0000 (18:38 +0000)]
- MFH: Make version_compare() also understand the lower case variant of "RC".
Jani Taskinen [Thu, 23 Aug 2007 12:23:59 +0000 (12:23 +0000)]
MFH: ws + cs changes (sync to ease merging patches around!)
Jani Taskinen [Thu, 23 Aug 2007 11:42:21 +0000 (11:42 +0000)]
MFH: sync
Raghubansh Kumar [Thu, 23 Aug 2007 09:32:37 +0000 (09:32 +0000)]
fix tests
Ilia Alshanetsky [Thu, 23 Aug 2007 02:04:39 +0000 (02:04 +0000)]
Fixed bug #37273 (Symlinks and mod_files session handler allow open_basedir
bypass).
Ilia Alshanetsky [Wed, 22 Aug 2007 22:40:29 +0000 (22:40 +0000)]
Fixed bug #42368 (Incorrect error message displayed by pg_escape_string).
Jani Taskinen [Wed, 22 Aug 2007 14:59:45 +0000 (14:59 +0000)]
MFH:- Fixed bug #42365 (glob() crashes with invalid flags)
Dmitry Stogov [Wed, 22 Aug 2007 14:18:10 +0000 (14:18 +0000)]
Fixed bug #42183 (classmap cause crashr in non-wsdl mode)
Dmitry Stogov [Wed, 22 Aug 2007 13:19:48 +0000 (13:19 +0000)]
Fixed bug #42009 (is_a() and is_subclass_of() should NOT call autoload, in the same way as "instanceof" operator).
Jani Taskinen [Tue, 21 Aug 2007 23:24:18 +0000 (23:24 +0000)]
MFH:Fix typo in fastcgi.logging option example
Johannes Schlüter [Tue, 21 Aug 2007 22:45:53 +0000 (22:45 +0000)]
- MFH: Fix Bug #42364 Crash when using getRealPath with DirectoryIterator
Ilia Alshanetsky [Mon, 20 Aug 2007 23:36:03 +0000 (23:36 +0000)]
No longer experimental
Sebastian Bergmann [Mon, 20 Aug 2007 17:01:22 +0000 (17:01 +0000)]
- Fugbix typo.
Jani Taskinen [Mon, 20 Aug 2007 14:28:45 +0000 (14:28 +0000)]
MFH:- Part 1 of fixing problems with runpath switch (make --disable-rpath work for real)
Raghubansh Kumar [Mon, 20 Aug 2007 04:07:02 +0000 (04:07 +0000)]
fix test : skip if user is root
Raghubansh Kumar [Mon, 20 Aug 2007 03:37:39 +0000 (03:37 +0000)]
fix tests
Raghubansh Kumar [Mon, 20 Aug 2007 03:12:36 +0000 (03:12 +0000)]
fix test: skip if user is root
Jani Taskinen [Sun, 19 Aug 2007 16:11:17 +0000 (16:11 +0000)]
BFN
Ilia Alshanetsky [Sun, 19 Aug 2007 13:48:00 +0000 (13:48 +0000)]
No longer relavent, extension is made absolete by fileinfo
Rui Hirokawa [Sun, 19 Aug 2007 01:58:39 +0000 (01:58 +0000)]
MFH (fixed #42085)
Johannes Schlüter [Fri, 17 Aug 2007 14:21:32 +0000 (14:21 +0000)]
- MFH: Mark the parameter for ReflectionProperty::GetValue as optional
Christopher Jones [Fri, 17 Aug 2007 13:30:36 +0000 (13:30 +0000)]
PDO_OCI: fix Instant Client build broken by logic correction during previous Solaris lib/lib32 fix
Jani Taskinen [Fri, 17 Aug 2007 10:42:30 +0000 (10:42 +0000)]
MFH:- Fixed bug #41904 (proc_open with empty env array)
Ilia Alshanetsky [Fri, 17 Aug 2007 00:38:23 +0000 (00:38 +0000)]
Back to dev
Ilia Alshanetsky [Fri, 17 Aug 2007 00:35:39 +0000 (00:35 +0000)]
5.2.4RC2
Stanislav Malyshev [Thu, 16 Aug 2007 23:54:24 +0000 (23:54 +0000)]
fix proto
Jani Taskinen [Thu, 16 Aug 2007 23:05:43 +0000 (23:05 +0000)]
- Check the length too (just like in HEAD)
Jani Taskinen [Thu, 16 Aug 2007 22:17:10 +0000 (22:17 +0000)]
MFH:- Fix bug #41946 (ip2long("") should return FALSE)
Raghubansh Kumar [Thu, 16 Aug 2007 16:31:25 +0000 (16:31 +0000)]
fix tests
Ilia Alshanetsky [Wed, 15 Aug 2007 17:58:46 +0000 (17:58 +0000)]
Extension is no longer experimental
Ilia Alshanetsky [Tue, 14 Aug 2007 23:53:34 +0000 (23:53 +0000)]
Docs were added
Raghubansh Kumar [Tue, 14 Aug 2007 14:07:46 +0000 (14:07 +0000)]
Fix tests
Antony Dovgal [Tue, 14 Aug 2007 12:15:04 +0000 (12:15 +0000)]
MFH
Rob Richards [Tue, 14 Aug 2007 12:12:33 +0000 (12:12 +0000)]
BFN
Rob Richards [Tue, 14 Aug 2007 12:10:46 +0000 (12:10 +0000)]
MFH: fix bug #42259 (SimpleXMLIterator loses ancestry)
add test
Jani Taskinen [Tue, 14 Aug 2007 08:43:57 +0000 (08:43 +0000)]
bfn
Jani Taskinen [Tue, 14 Aug 2007 08:43:41 +0000 (08:43 +0000)]
MFH:- Fixed bug #42292 ($PHP_CONFIG not set for phpized builds)
Jani Taskinen [Tue, 14 Aug 2007 07:36:13 +0000 (07:36 +0000)]
fix is fix, change is something else
Ilia Alshanetsky [Tue, 14 Aug 2007 00:57:06 +0000 (00:57 +0000)]
Oracle news
Stanislav Malyshev [Tue, 14 Aug 2007 00:50:45 +0000 (00:50 +0000)]
variable class patch was reverted for 5.2.4
Ilia Alshanetsky [Mon, 13 Aug 2007 23:17:38 +0000 (23:17 +0000)]
Fixed typo
Stanislav Malyshev [Mon, 13 Aug 2007 21:20:18 +0000 (21:20 +0000)]
revert variable class support for 5.2
Stanislav Malyshev [Mon, 13 Aug 2007 21:16:57 +0000 (21:16 +0000)]
Revert variable class patch for 5.2
Jani Taskinen [Mon, 13 Aug 2007 20:33:08 +0000 (20:33 +0000)]
touch try 2
Jani Taskinen [Mon, 13 Aug 2007 20:14:05 +0000 (20:14 +0000)]
touch