]> granicus.if.org Git - php/log
php
17 years agotypo
Dmitry Stogov [Tue, 11 Sep 2007 11:35:46 +0000 (11:35 +0000)]
typo

17 years agoforgotten part
Dmitry Stogov [Tue, 11 Sep 2007 11:34:51 +0000 (11:34 +0000)]
forgotten part

17 years agorevert config header change
Rob Richards [Tue, 11 Sep 2007 11:24:39 +0000 (11:24 +0000)]
revert config header change

17 years ago- in case of ambiguity class name in namespace call __autoload() only after
Dmitry Stogov [Tue, 11 Sep 2007 11:23:12 +0000 (11:23 +0000)]
- in case of ambiguity class name in namespace call  __autoload() only after
  checking for both (class from current namespace and internal class)
- improved class fetching performance
- fixed wrong (lowercase) name passed to __autoload() from call_user_func()

17 years agoSimplify (the prototype of zend_u_get_constant_ex() is going to be changed)
Dmitry Stogov [Tue, 11 Sep 2007 11:16:46 +0000 (11:16 +0000)]
Simplify (the prototype of zend_u_get_constant_ex() is going to be changed)

17 years agofix test
Raghubansh Kumar [Tue, 11 Sep 2007 05:23:45 +0000 (05:23 +0000)]
fix test

17 years agoChangeLog update
<changelog@php.net> [Tue, 11 Sep 2007 01:31:18 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: Fixed Bug #42596 (session.save_path MODE option does not work).
Ilia Alshanetsky [Mon, 10 Sep 2007 23:43:08 +0000 (23:43 +0000)]
MFB: Fixed Bug #42596 (session.save_path MODE option does not work).

17 years agoFixed bug #42587 (behaviour change regarding symlinked .php files)
Dmitry Stogov [Mon, 10 Sep 2007 10:55:41 +0000 (10:55 +0000)]
Fixed bug #42587 (behaviour change regarding symlinked .php files)

17 years agofix tests
Antony Dovgal [Mon, 10 Sep 2007 10:33:00 +0000 (10:33 +0000)]
fix tests

17 years agoChangeLog update
<changelog@php.net> [Mon, 10 Sep 2007 01:31:22 +0000 (01:31 +0000)]
ChangeLog update

17 years agouse macros
Antony Dovgal [Sun, 9 Sep 2007 22:49:31 +0000 (22:49 +0000)]
use macros

17 years agoremove the original
Antony Dovgal [Sun, 9 Sep 2007 22:47:47 +0000 (22:47 +0000)]
remove the original

17 years agoMFB: split test
Antony Dovgal [Sun, 9 Sep 2007 22:47:23 +0000 (22:47 +0000)]
MFB: split test

17 years agounicode part of \v and \t patch
Antony Dovgal [Sun, 9 Sep 2007 22:41:38 +0000 (22:41 +0000)]
unicode part of \v and \t patch

17 years agoMFB: Fixed bug #42590 (Make the engine recornize \v and \f escape sequences)
Ilia Alshanetsky [Sun, 9 Sep 2007 16:34:47 +0000 (16:34 +0000)]
MFB: Fixed bug #42590 (Make the engine recornize \v and \f escape sequences)

17 years agoFixed bug 42549 (ext/mysql failed to compile with libmysql 3.23)
Scott MacVicar [Sun, 9 Sep 2007 16:07:45 +0000 (16:07 +0000)]
Fixed bug 42549 (ext/mysql failed to compile with libmysql 3.23)

17 years agoChangeLog update
<changelog@php.net> [Sun, 9 Sep 2007 01:31:14 +0000 (01:31 +0000)]
ChangeLog update

17 years agooutput is started in php_module_startup(), no need to start it twice
Antony Dovgal [Sat, 8 Sep 2007 11:10:37 +0000 (11:10 +0000)]
output is started in php_module_startup(), no need to start it twice
fixes leaks in sapi/cgi/tests/005.phpt

17 years agopoint to valid config header
Rob Richards [Sat, 8 Sep 2007 09:56:52 +0000 (09:56 +0000)]
point to valid config header

17 years agoChangeLog update
<changelog@php.net> [Sat, 8 Sep 2007 01:31:19 +0000 (01:31 +0000)]
ChangeLog update

17 years agoNew testcases for ucwords() function
Raghubansh Kumar [Fri, 7 Sep 2007 14:43:24 +0000 (14:43 +0000)]
New testcases for ucwords() function

17 years agoNew testcases for strncmp() function
Raghubansh Kumar [Fri, 7 Sep 2007 14:22:56 +0000 (14:22 +0000)]
New testcases for strncmp() function

17 years ago- Make the macro into function (for the sake of idiotic ZEND_STRL() macro)
Jani Taskinen [Fri, 7 Sep 2007 14:18:06 +0000 (14:18 +0000)]
- Make the macro into function (for the sake of idiotic ZEND_STRL() macro)

17 years agoNew testcases for stripslashes() function
Raghubansh Kumar [Fri, 7 Sep 2007 14:03:33 +0000 (14:03 +0000)]
New testcases for stripslashes() function

17 years agomade equivalent (to php5 test) changes to the expected output. Although this test...
Zoe Slattery [Fri, 7 Sep 2007 11:06:48 +0000 (11:06 +0000)]
made equivalent (to php5 test) changes to the expected output. Although this test did originally have the right EXP section

17 years ago- Fixed the rest of bug #41561 ( @ operator not working )
Jani Taskinen [Fri, 7 Sep 2007 09:31:26 +0000 (09:31 +0000)]
- Fixed the rest of bug #41561 ( @ operator not working )

17 years ago- Fixed bug #42579 (apache_reset_timeout() does not exist)
Jani Taskinen [Fri, 7 Sep 2007 08:49:07 +0000 (08:49 +0000)]
- Fixed bug #42579 (apache_reset_timeout() does not exist)

17 years agoforgotten part
Dmitry Stogov [Fri, 7 Sep 2007 08:42:33 +0000 (08:42 +0000)]
forgotten part

17 years agoAdded checks for malformated FastCGI requests (Mattias Bengtsson)
Dmitry Stogov [Fri, 7 Sep 2007 08:30:10 +0000 (08:30 +0000)]
Added checks for malformated FastCGI requests (Mattias Bengtsson)

17 years agoAdded missing safety checks for 2nd parameter of setlocale() function
Ilia Alshanetsky [Fri, 7 Sep 2007 02:28:26 +0000 (02:28 +0000)]
Added missing safety checks for 2nd parameter of setlocale() function

17 years agoChangeLog update
<changelog@php.net> [Fri, 7 Sep 2007 01:31:13 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Add a comment why not ~0 or -1.
Derick Rethans [Thu, 6 Sep 2007 13:27:31 +0000 (13:27 +0000)]
- Add a comment why not ~0 or -1.

17 years agoNew testcases for addslashes() function
Raghubansh Kumar [Thu, 6 Sep 2007 04:02:56 +0000 (04:02 +0000)]
New testcases for addslashes() function

17 years agoChangeLog update
<changelog@php.net> [Thu, 6 Sep 2007 01:31:22 +0000 (01:31 +0000)]
ChangeLog update

17 years agoFixed typo in function name
Ilia Alshanetsky [Wed, 5 Sep 2007 13:03:33 +0000 (13:03 +0000)]
Fixed typo in function name

17 years agoMFB: Fixed bug #41845 (pgsql extension does not compile with PostgreSQL
Ilia Alshanetsky [Wed, 5 Sep 2007 12:58:48 +0000 (12:58 +0000)]
MFB: Fixed bug #41845 (pgsql extension does not compile with PostgreSQL
<7.4)

17 years agoMFB: Fixed bug #42506 (php_pgsql_convert() timezone parse bug)
Ilia Alshanetsky [Wed, 5 Sep 2007 12:56:16 +0000 (12:56 +0000)]
MFB: Fixed bug #42506 (php_pgsql_convert() timezone parse bug)

17 years agoMFB: Fixed possible buffer overflows inside the fnmatch() and glob()
Ilia Alshanetsky [Wed, 5 Sep 2007 12:55:36 +0000 (12:55 +0000)]
MFB: Fixed possible buffer overflows inside the fnmatch() and glob()
functions

17 years agoFixed bug #42214 (SoapServer sends clients internal PHP errors)
Dmitry Stogov [Wed, 5 Sep 2007 11:21:01 +0000 (11:21 +0000)]
Fixed bug #42214 (SoapServer sends clients internal PHP errors)

17 years agoFixed bug #42488 (SoapServer reports an encoding error and the error itself breaks).
Dmitry Stogov [Wed, 5 Sep 2007 10:18:38 +0000 (10:18 +0000)]
Fixed bug #42488 (SoapServer reports an encoding error and the error itself breaks).

17 years agoFixed bug #42523 (PHP_SELF duplicates path)
Dmitry Stogov [Wed, 5 Sep 2007 08:26:49 +0000 (08:26 +0000)]
Fixed bug #42523 (PHP_SELF duplicates path)

17 years agoBug #42541 (Check for namespace decl. on first line doesn't work when extended info...
Dmitry Stogov [Wed, 5 Sep 2007 07:24:52 +0000 (07:24 +0000)]
Bug #42541 (Check for namespace decl. on first line doesn't work when extended info is on)

17 years agoChangeLog update
<changelog@php.net> [Wed, 5 Sep 2007 01:31:27 +0000 (01:31 +0000)]
ChangeLog update

17 years agodetect endianness in compile time when using Apple's GCC (fixes universal binary...
Antony Dovgal [Tue, 4 Sep 2007 18:46:08 +0000 (18:46 +0000)]
detect endianness in compile time when using Apple's GCC (fixes universal binary build)

17 years agofixed bug #29955 invalid case conversion in iso-8859-9.
Rui Hirokawa [Tue, 4 Sep 2007 14:13:44 +0000 (14:13 +0000)]
fixed bug #29955 invalid case conversion in iso-8859-9.

17 years ago- We have to store the original (allocated) pointer here as it was freed after
Derick Rethans [Tue, 4 Sep 2007 11:19:33 +0000 (11:19 +0000)]
- We have to store the original (allocated) pointer here as it was freed after
  the pointer itself was modified, otherwise we'll get an invalid free error
  here.

17 years agoTest cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh.
Zoe Slattery [Tue, 4 Sep 2007 11:18:35 +0000 (11:18 +0000)]
Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh.

17 years agofix tests
Raghubansh Kumar [Tue, 4 Sep 2007 08:39:40 +0000 (08:39 +0000)]
fix tests

17 years agoChangeLog update
<changelog@php.net> [Tue, 4 Sep 2007 01:31:21 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: malloc+memset == calloc
Nuno Lopes [Mon, 3 Sep 2007 14:34:42 +0000 (14:34 +0000)]
MFB: malloc+memset == calloc
# this was sitting here for quite a looong time..

17 years ago- Ugh, fix this properly.
Derick Rethans [Mon, 3 Sep 2007 12:12:51 +0000 (12:12 +0000)]
- Ugh, fix this properly.

17 years ago- Fixed DateTimeZone::getTransitions().
Derick Rethans [Mon, 3 Sep 2007 12:03:46 +0000 (12:03 +0000)]
- Fixed DateTimeZone::getTransitions().

17 years agoMFB: Fixed bug #42468 (Write lock on file_get_contents fails when using a compression...
Jani Taskinen [Mon, 3 Sep 2007 11:53:43 +0000 (11:53 +0000)]
MFB: Fixed bug #42468 (Write lock on file_get_contents fails when using a compression stream)

17 years agoChangeLog update
<changelog@php.net> [Mon, 3 Sep 2007 01:31:22 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Avoid confusion.
Derick Rethans [Sun, 2 Sep 2007 19:57:21 +0000 (19:57 +0000)]
- Avoid confusion.

17 years agoMFB: Fixed bug #42072 (No warning message for clearstatcache() with arguments).
Hannes Magnusson [Sun, 2 Sep 2007 11:53:51 +0000 (11:53 +0000)]
MFB: Fixed bug #42072 (No warning message for clearstatcache() with arguments).

17 years agoChangeLog update
<changelog@php.net> [Sun, 2 Sep 2007 01:31:16 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Fixed bug #42512 (ip2long('255.255.255.255') should return 4294967295 on
Derick Rethans [Sat, 1 Sep 2007 18:37:27 +0000 (18:37 +0000)]
- Fixed bug #42512 (ip2long('255.255.255.255') should return 4294967295 on
  64-bit PHP).

17 years agoMFB: upgrade to PCRE 7.3
Nuno Lopes [Sat, 1 Sep 2007 18:01:44 +0000 (18:01 +0000)]
MFB: upgrade to PCRE 7.3

17 years agospaces -> tabs
Jan Lehnardt [Sat, 1 Sep 2007 17:17:05 +0000 (17:17 +0000)]
spaces -> tabs

17 years agoalso remove this file in HEAD
Nuno Lopes [Sat, 1 Sep 2007 14:44:16 +0000 (14:44 +0000)]
also remove this file in HEAD

17 years agoChangeLog update
<changelog@php.net> [Sat, 1 Sep 2007 01:31:24 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB New tests for getAttribute
Christopher Jones [Fri, 31 Aug 2007 21:11:52 +0000 (21:11 +0000)]
MFB New tests for getAttribute

17 years agoMFB Add $dbh->getAttribute() support for ATTR_SERVER_VERSION, ATTR_SERVER_INFO, ATTR_...
Christopher Jones [Fri, 31 Aug 2007 21:11:03 +0000 (21:11 +0000)]
MFB 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.

17 years agoprohibit arguments by ref in magic methods
Antony Dovgal [Fri, 31 Aug 2007 12:36:00 +0000 (12:36 +0000)]
prohibit arguments by ref in magic methods

17 years agoFixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline options)
Dmitry Stogov [Fri, 31 Aug 2007 12:18:04 +0000 (12:18 +0000)]
Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline options)

17 years agoFixed bug #42359 (xsd:list type not parsed)
Dmitry Stogov [Fri, 31 Aug 2007 10:48:57 +0000 (10:48 +0000)]
Fixed bug #42359 (xsd:list type not parsed)

17 years agows
Jani Taskinen [Fri, 31 Aug 2007 10:45:54 +0000 (10:45 +0000)]
ws

17 years agoFixed bug #42086 (SoapServer return Procedure '' not present for WSIBasic compliant...
Dmitry Stogov [Fri, 31 Aug 2007 09:36:14 +0000 (09:36 +0000)]
Fixed bug #42086 (SoapServer return Procedure '' not present for WSIBasic compliant wsdl)

17 years agows
Jani Taskinen [Fri, 31 Aug 2007 08:35:07 +0000 (08:35 +0000)]
ws

17 years agows fixes
Jani Taskinen [Fri, 31 Aug 2007 08:13:07 +0000 (08:13 +0000)]
ws fixes

17 years agows + apify cfg_get_entry
Jani Taskinen [Fri, 31 Aug 2007 08:09:41 +0000 (08:09 +0000)]
ws + apify cfg_get_entry

17 years agoFixed bug #42326 (SoapServer crash)
Dmitry Stogov [Fri, 31 Aug 2007 08:07:46 +0000 (08:07 +0000)]
Fixed bug #42326 (SoapServer crash)

17 years ago- Revert the revert: this is not causing any problems (or we have lot bigger issues...
Jani Taskinen [Fri, 31 Aug 2007 07:52:09 +0000 (07:52 +0000)]
- Revert the revert: this is not causing any problems (or we have lot bigger issues), the bug is elsewhere

17 years ago- Moved the php.ini related function protos where they belong
Jani Taskinen [Fri, 31 Aug 2007 07:47:41 +0000 (07:47 +0000)]
- Moved the php.ini related function protos where they belong

17 years agows
Jani Taskinen [Fri, 31 Aug 2007 07:43:28 +0000 (07:43 +0000)]
ws

17 years ago- Include php_ini.h (needed in future, does not break anything)
Jani Taskinen [Fri, 31 Aug 2007 07:41:46 +0000 (07:41 +0000)]
- Include php_ini.h (needed in future, does not break anything)

17 years agoChangeLog update
<changelog@php.net> [Fri, 31 Aug 2007 01:31:23 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB New tests
Christopher Jones [Thu, 30 Aug 2007 17:34:01 +0000 (17:34 +0000)]
MFB New tests

17 years agofix bug #42462 (Segmentation when trying to set an attribute in DOMElement)
Rob Richards [Thu, 30 Aug 2007 16:31:57 +0000 (16:31 +0000)]
fix bug #42462 (Segmentation when trying to set an attribute in DOMElement)

17 years ago- Allow binary strings as method name in $class::$method(), fixes
Johannes Schlüter [Thu, 30 Aug 2007 14:48:39 +0000 (14:48 +0000)]
- Allow binary strings as method name in $class::$method(), fixes
  tests/lang/044.phpt (Etienne Kneuss)

17 years agofix C++ extensions build
Antony Dovgal [Thu, 30 Aug 2007 10:34:12 +0000 (10:34 +0000)]
fix C++ extensions build
C++ doesn't allow implicit casting of void* to Uchar*, we have to do it explicitly

17 years agoMFB: Add optional parameter to debug_backtrace().
Sebastian Bergmann [Thu, 30 Aug 2007 07:43:53 +0000 (07:43 +0000)]
MFB: Add optional parameter  to debug_backtrace().

17 years agofix tests: do not run when noatime set
Raghubansh Kumar [Thu, 30 Aug 2007 04:02:57 +0000 (04:02 +0000)]
fix tests: do not run when noatime set

17 years agowhen opening an internal file read-only, recycle the phar archive's fp. This makes...
Greg Beaver [Thu, 30 Aug 2007 02:30:16 +0000 (02:30 +0000)]
when opening an internal file read-only, recycle the phar archive's fp.  This makes phar twice as fast (2.21x according to callgrind)

17 years agoChangeLog update
<changelog@php.net> [Thu, 30 Aug 2007 01:31:20 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Put the PHPAPI php_u_str_to_str() function in the .h, just like the rest.
Derick Rethans [Wed, 29 Aug 2007 14:11:30 +0000 (14:11 +0000)]
- Put the PHPAPI php_u_str_to_str() function in the .h, just like the rest.

17 years agofix tests: do not run on MACOS
Raghubansh Kumar [Wed, 29 Aug 2007 10:13:25 +0000 (10:13 +0000)]
fix tests: do not run on MACOS

17 years agofix test, do not run on macos
Raghubansh Kumar [Wed, 29 Aug 2007 04:37:17 +0000 (04:37 +0000)]
fix test, do not run on macos

17 years agoChangeLog update
<changelog@php.net> [Wed, 29 Aug 2007 01:31:22 +0000 (01:31 +0000)]
ChangeLog update

17 years agonot exprimental
Ilia Alshanetsky [Wed, 29 Aug 2007 00:10:58 +0000 (00:10 +0000)]
not exprimental

17 years ago- Fixed allow_url_fopen_list/allow_url_include_list handling by making sure
Derick Rethans [Tue, 28 Aug 2007 12:12:02 +0000 (12:12 +0000)]
- Fixed allow_url_fopen_list/allow_url_include_list handling by making sure
  the pointers are initialized. Thanks to Sara.

17 years agoChangeLog update
<changelog@php.net> [Tue, 28 Aug 2007 01:31:18 +0000 (01:31 +0000)]
ChangeLog update

17 years agoFixed typo
Ilia Alshanetsky [Mon, 27 Aug 2007 23:47:40 +0000 (23:47 +0000)]
Fixed typo

17 years agoChangeLog update
<changelog@php.net> [Mon, 27 Aug 2007 01:31:31 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- gd #106, imagerectangle draws 1x1 rectangles as 1x3 rectangles
Pierre Joye [Sun, 26 Aug 2007 20:33:22 +0000 (20:33 +0000)]
- gd #106, imagerectangle draws 1x1 rectangles as 1x3 rectangles

17 years agoPDO is not experimental anymore
Ilia Alshanetsky [Sun, 26 Aug 2007 17:00:47 +0000 (17:00 +0000)]
PDO is not experimental anymore

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

17 years agofixed compilation error on Visual C++ 2005
Rui Hirokawa [Sat, 25 Aug 2007 23:28:10 +0000 (23:28 +0000)]
fixed compilation error on Visual C++ 2005