]> granicus.if.org Git - php/log
php
15 years ago- Do not forget NEWS for 5.2..
Jani Taskinen [Wed, 25 Nov 2009 07:21:38 +0000 (07:21 +0000)]
- Do not forget NEWS for 5.2..

15 years agoAnother test that doesn't work as root
Rasmus Lerdorf [Wed, 25 Nov 2009 04:00:55 +0000 (04:00 +0000)]
Another test that doesn't work as root

15 years agoThese tests don't work when run as root
Rasmus Lerdorf [Wed, 25 Nov 2009 03:53:50 +0000 (03:53 +0000)]
These tests don't work when run as root

15 years ago- Fixed bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays)
Felipe Pena [Wed, 25 Nov 2009 02:03:02 +0000 (02:03 +0000)]
- Fixed bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays)

15 years agoMissed a few - now it really works with autoconf-2.64+
Rasmus Lerdorf [Wed, 25 Nov 2009 01:36:41 +0000 (01:36 +0000)]
Missed a few - now it really works with autoconf-2.64+

15 years agoSomeone strap down Jani and give him a sedative please.
Rasmus Lerdorf [Wed, 25 Nov 2009 01:30:06 +0000 (01:30 +0000)]
Someone strap down Jani and give him a sedative please.
This makes our toolchain work with the latest versions
of autoconf and avoids a lot of end-user grief.

15 years ago- Fixed bug #50255 (isset() and empty() silently casts array to object)
Felipe Pena [Tue, 24 Nov 2009 21:54:12 +0000 (21:54 +0000)]
- Fixed bug #50255 (isset() and empty() silently casts array to object)

15 years ago- Fix news
Jani Taskinen [Tue, 24 Nov 2009 14:14:13 +0000 (14:14 +0000)]
- Fix news

15 years agoFix null deref found by Michael Maclean
Rasmus Lerdorf [Tue, 24 Nov 2009 13:57:39 +0000 (13:57 +0000)]
Fix null deref found by Michael Maclean

15 years agoAdd myself as pdo_pgsql maintainer
Ilia Alshanetsky [Tue, 24 Nov 2009 13:51:53 +0000 (13:51 +0000)]
Add myself as pdo_pgsql maintainer

15 years agoImplement feature request #50283 (allow base in gmp_strval to use full range: 2 to...
David Soria Parra [Tue, 24 Nov 2009 13:33:35 +0000 (13:33 +0000)]
Implement feature request #50283 (allow base in gmp_strval to use full range: 2 to 62, and -2 to -36)

15 years ago- Fixed bug #50282 (xmlrpc_encode_request() changes object into array in calling...
Felipe Pena [Tue, 24 Nov 2009 11:32:31 +0000 (11:32 +0000)]
- Fixed bug #50282 (xmlrpc_encode_request() changes object into array in calling function)

15 years ago- Upgraded bundled libtool to 1.5.26
Jani Taskinen [Mon, 23 Nov 2009 21:54:46 +0000 (21:54 +0000)]
- Upgraded bundled libtool to 1.5.26

15 years agoNeed the PCNTL extension loaded since that is where the SIGKILL constant comes from
Rasmus Lerdorf [Mon, 23 Nov 2009 21:24:20 +0000 (21:24 +0000)]
Need the PCNTL extension loaded since that is where the SIGKILL constant comes from

15 years agoThis will only get a permission defined error if not running as root.
Rasmus Lerdorf [Mon, 23 Nov 2009 21:13:26 +0000 (21:13 +0000)]
This will only get a permission defined error if not running as root.

15 years agoDon't try to remove an empty output_obj here.
Rasmus Lerdorf [Mon, 23 Nov 2009 16:51:45 +0000 (16:51 +0000)]
Don't try to remove an empty output_obj here.
This gets rid of the annoying:
rm: invalid argument: `'
I was seeing.
(I really shouldn't be hacking libtool)

15 years agoWhen Ilia fixed bug #49470 and removed the '/' as a valid
Rasmus Lerdorf [Mon, 23 Nov 2009 14:54:57 +0000 (14:54 +0000)]
When Ilia fixed bug #49470 and removed the '/' as a valid
email char, he forgot to make the corresponding change in
filter test 033.

15 years agoExtend the previously added large string concatenation validation
Ilia Alshanetsky [Mon, 23 Nov 2009 04:12:36 +0000 (04:12 +0000)]
Extend the previously added large string concatenation validation

15 years ago- Fixed error_log() to be binary safe when using message_type 3 (message appended...
Jani Taskinen [Sun, 22 Nov 2009 18:31:01 +0000 (18:31 +0000)]
- Fixed error_log() to be binary safe when using message_type 3 (message appended to file).

15 years ago- add tests dir
Pierre Joye [Sun, 22 Nov 2009 12:34:10 +0000 (12:34 +0000)]
- add tests dir

15 years ago- Fixed bug #50258 (typos in error strings)
Felipe Pena [Sat, 21 Nov 2009 19:43:00 +0000 (19:43 +0000)]
- Fixed bug #50258 (typos in error strings)

15 years agoFixed bug #50219 (soap call Segmentation fault on a redirected url).
Pierrick Charron [Sat, 21 Nov 2009 01:22:32 +0000 (01:22 +0000)]
Fixed bug #50219 (soap call Segmentation fault on a redirected url).

15 years agoDon't ignore the 2nd parameter to PDO's quote() method that identifies the data type
Ilia Alshanetsky [Fri, 20 Nov 2009 18:54:08 +0000 (18:54 +0000)]
Don't ignore the 2nd parameter to PDO's quote() method that identifies the data type

15 years agoFixed bug #50207 (segmentation fault when concatenating very large strings
Ilia Alshanetsky [Thu, 19 Nov 2009 14:04:34 +0000 (14:04 +0000)]
Fixed bug #50207 (segmentation fault when concatenating very large strings
on 64bit linux).

15 years ago- Fix news
Jani Taskinen [Wed, 18 Nov 2009 17:59:18 +0000 (17:59 +0000)]
- Fix news

15 years ago- Fixed "make test" in phpize builds when ini file(s) contain extension directives
Jani Taskinen [Wed, 18 Nov 2009 17:52:22 +0000 (17:52 +0000)]
- Fixed "make test" in phpize builds when ini file(s) contain extension directives

15 years ago- Fixed bug #50185 (ldap_get_entries() return false instead of an empty array when...
Jani Taskinen [Wed, 18 Nov 2009 17:44:58 +0000 (17:44 +0000)]
- Fixed bug #50185 (ldap_get_entries() return false instead of an empty array when there is no error).
# This is also revert of bad patch to bug #48469 and fixes it properly.

15 years agoNews entry for post_max_size fix
Rasmus Lerdorf [Tue, 17 Nov 2009 20:41:47 +0000 (20:41 +0000)]
News entry for post_max_size fix

15 years agoMake it possible to disable post_max_size
Rasmus Lerdorf [Tue, 17 Nov 2009 20:33:51 +0000 (20:33 +0000)]
Make it possible to disable post_max_size

15 years agotz news
Ilia Alshanetsky [Tue, 17 Nov 2009 15:04:20 +0000 (15:04 +0000)]
tz news

15 years ago- Updated to version 2009.19 (2009s)
Derick Rethans [Mon, 16 Nov 2009 15:57:13 +0000 (15:57 +0000)]
- Updated to version 2009.19 (2009s)

15 years agoSimpify the max_file_uploads handling code
Ilia Alshanetsky [Mon, 16 Nov 2009 13:34:57 +0000 (13:34 +0000)]
Simpify the max_file_uploads handling code

15 years ago- Improve test
Felipe Pena [Sun, 15 Nov 2009 17:05:48 +0000 (17:05 +0000)]
- Improve test

15 years ago- Fixed bug #50158 (FILTER_VALIDATE_EMAIL fails with valid addresses containing ...
Felipe Pena [Sun, 15 Nov 2009 16:53:40 +0000 (16:53 +0000)]
- Fixed bug #50158 (FILTER_VALIDATE_EMAIL fails with valid addresses containing = or ?).
  (Patch by Pierrick)

15 years ago- Fixed bug #49521 (PDO fetchObject sets values before calling constructor)
Felipe Pena [Sun, 15 Nov 2009 16:20:37 +0000 (16:20 +0000)]
- Fixed bug #49521 (PDO fetchObject sets values before calling constructor)
  (patch by Pierrick)

15 years ago- Temporary hack to fix bug #49816 (works fine in HEAD which has working output buffe...
Jani Taskinen [Sun, 15 Nov 2009 00:13:19 +0000 (00:13 +0000)]
- Temporary hack to fix bug #49816 (works fine in HEAD which has working output buffering..)

15 years ago- Fixed bug #50174 (Incorrectly matched docComment)
Felipe Pena [Sat, 14 Nov 2009 19:17:22 +0000 (19:17 +0000)]
- Fixed bug #50174 (Incorrectly matched docComment)

15 years agoBack to dev
Ilia Alshanetsky [Thu, 12 Nov 2009 15:52:23 +0000 (15:52 +0000)]
Back to dev

15 years ago5.2.12RC1
Ilia Alshanetsky [Thu, 12 Nov 2009 15:42:52 +0000 (15:42 +0000)]
5.2.12RC1

15 years agobfn
Jani Taskinen [Thu, 12 Nov 2009 09:07:51 +0000 (09:07 +0000)]
bfn

15 years agoNEWS entries for mysqli crash fix bug
Rasmus Lerdorf [Thu, 12 Nov 2009 08:26:43 +0000 (08:26 +0000)]
NEWS entries for mysqli crash fix bug

15 years agoFix for bug #49098
Rasmus Lerdorf [Thu, 12 Nov 2009 08:20:57 +0000 (08:20 +0000)]
Fix for bug #49098

15 years ago- Fixed bug #50005 (Throwing through Reflection modified Exception object makes segme...
Felipe Pena [Thu, 12 Nov 2009 00:10:00 +0000 (00:10 +0000)]
- Fixed bug #50005 (Throwing through Reflection modified Exception object makes segmentation fault)

15 years agotz news
Ilia Alshanetsky [Tue, 10 Nov 2009 13:18:33 +0000 (13:18 +0000)]
tz news

15 years ago- Fix bad section names (extra - in the end..)
Jani Taskinen [Mon, 9 Nov 2009 17:08:48 +0000 (17:08 +0000)]
- Fix bad section names (extra - in the end..)

15 years agoFix bug #50128
Rasmus Lerdorf [Mon, 9 Nov 2009 16:47:47 +0000 (16:47 +0000)]
Fix bug #50128

15 years ago- Updated to version 2009.18 (2009r)
Derick Rethans [Mon, 9 Nov 2009 15:39:15 +0000 (15:39 +0000)]
- Updated to version 2009.18 (2009r)

15 years agoFixed typo
Ilia Alshanetsky [Mon, 9 Nov 2009 13:28:13 +0000 (13:28 +0000)]
Fixed typo

15 years agoFix bug #50115
Rasmus Lerdorf [Sun, 8 Nov 2009 15:18:10 +0000 (15:18 +0000)]
Fix bug #50115

15 years ago- Added SKIPIF
Felipe Pena [Sun, 8 Nov 2009 15:02:54 +0000 (15:02 +0000)]
- Added SKIPIF

15 years ago- Fixed bug #50090 (Typo in IteratorIterator constructor)
Felipe Pena [Sat, 7 Nov 2009 21:27:15 +0000 (21:27 +0000)]
- Fixed bug #50090 (Typo in IteratorIterator constructor)

15 years agoFix tests
andy wharmby [Thu, 5 Nov 2009 22:44:02 +0000 (22:44 +0000)]
Fix tests

15 years agoMake sure that max_file_uploads is set to 20 by-default in all places
Ilia Alshanetsky [Thu, 5 Nov 2009 13:29:34 +0000 (13:29 +0000)]
Make sure that max_file_uploads is set to 20 by-default in all places

15 years ago- The dot
Jani Taskinen [Thu, 5 Nov 2009 11:32:53 +0000 (11:32 +0000)]
- The dot

15 years agoAvoid invoking setitimer when timeouts have been disabled (Arvind Srinivasan)
Dmitry Stogov [Thu, 5 Nov 2009 10:38:56 +0000 (10:38 +0000)]
Avoid invoking setitimer when timeouts have been disabled (Arvind Srinivasan)

15 years agoFixed unnecessary invokation of setitimer when timeouts have been disabled (Arvind...
Dmitry Stogov [Thu, 5 Nov 2009 09:33:19 +0000 (09:33 +0000)]
Fixed unnecessary invokation of setitimer when timeouts have been disabled (Arvind Srinivasan)

15 years ago- Properly fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).
Matteo Beccati [Wed, 4 Nov 2009 19:32:27 +0000 (19:32 +0000)]
- Properly fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).
# Removed usage of the memory address when generating prepared statemend names
# as uniqueness can't be enforced. Used a statment counter instead.

15 years ago- Reverting previous fix for bug #49985
Matteo Beccati [Wed, 4 Nov 2009 19:16:39 +0000 (19:16 +0000)]
- Reverting previous fix for bug #49985
# Unmerged changes from revision 289924

15 years agoFixed bug #50073 (parse_url() incorrect when ? in fragment).
Ilia Alshanetsky [Wed, 4 Nov 2009 13:44:10 +0000 (13:44 +0000)]
Fixed bug #50073 (parse_url() incorrect when ? in fragment).

15 years agofixed build-in module list for NetWare.
Guenter Knauf [Tue, 3 Nov 2009 19:03:49 +0000 (19:03 +0000)]
fixed build-in module list for NetWare.

15 years agocleaned up includes for NetWare.
Guenter Knauf [Tue, 3 Nov 2009 18:56:47 +0000 (18:56 +0000)]
cleaned up includes for NetWare.

15 years agoadded magic.mine path define for NetWare.
Guenter Knauf [Tue, 3 Nov 2009 18:44:11 +0000 (18:44 +0000)]
added magic.mine path define for NetWare.

15 years agoadded timezone define for NetWare.
Guenter Knauf [Tue, 3 Nov 2009 18:24:57 +0000 (18:24 +0000)]
added timezone define for NetWare.

15 years agoremoved now obsolete NetWare hack since I fixed this
Guenter Knauf [Tue, 3 Nov 2009 18:03:02 +0000 (18:03 +0000)]
removed now obsolete NetWare hack since I fixed this
with Novell some longer time ago in their SDK header.

15 years agoremoved now obsolete NetWare hack since I fixed this
Guenter Knauf [Tue, 3 Nov 2009 17:58:17 +0000 (17:58 +0000)]
removed now obsolete NetWare hack since I fixed this
with Novell some longer time ago in their SDK header.

15 years agoremoved now obsolete NetWare hack since I fixed this
Guenter Knauf [Tue, 3 Nov 2009 17:50:10 +0000 (17:50 +0000)]
removed now obsolete NetWare hack since I fixed this
with Novell some longer time ago in their SDK header.

15 years agoremoved now obsolete NetWare hack since I fixed this
Guenter Knauf [Tue, 3 Nov 2009 17:38:44 +0000 (17:38 +0000)]
removed now obsolete NetWare hack since I fixed this
with Novell some longer time ago in their SDK header.

15 years agoremoved now obsolete NetWare hack since I fixed this
Guenter Knauf [Tue, 3 Nov 2009 17:32:58 +0000 (17:32 +0000)]
removed now obsolete NetWare hack since I fixed this
with Novell some longer time ago in their SDK header.

15 years agoremoved now obsolete NetWare hack since I fixed this
Guenter Knauf [Tue, 3 Nov 2009 17:16:45 +0000 (17:16 +0000)]
removed now obsolete NetWare hack since I fixed this
with Novell some longer tiem ago in their SDK header.

15 years agoremoved now obsolete NetWare hack since I fixed this
Guenter Knauf [Tue, 3 Nov 2009 17:11:09 +0000 (17:11 +0000)]
removed now obsolete NetWare hack since I fixed this
with Novell some longer tiem ago in their SDK header.

15 years agoTZ update
Ilia Alshanetsky [Tue, 3 Nov 2009 13:14:33 +0000 (13:14 +0000)]
TZ update

15 years ago- Fixed bug #49244 (Floating point NaN cause garbage characters). (patch by Sjoerd)
Felipe Pena [Mon, 2 Nov 2009 17:37:32 +0000 (17:37 +0000)]
- Fixed bug #49244 (Floating point NaN cause garbage characters). (patch by Sjoerd)

15 years ago- Updated to version 2009.17 (2009q)
Derick Rethans [Mon, 2 Nov 2009 16:12:20 +0000 (16:12 +0000)]
- Updated to version 2009.17 (2009q)

15 years agoFixed compiler warnings
Ilia Alshanetsky [Mon, 2 Nov 2009 13:33:24 +0000 (13:33 +0000)]
Fixed compiler warnings

15 years agoTZ news
Ilia Alshanetsky [Mon, 2 Nov 2009 04:06:57 +0000 (04:06 +0000)]
TZ news

15 years ago- Fixed bug #50006 (Segfault caused by uksort()) [5_2 only]
Felipe Pena [Sun, 1 Nov 2009 17:30:55 +0000 (17:30 +0000)]
- Fixed bug #50006 (Segfault caused by uksort()) [5_2 only]

15 years ago- Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private property...
Felipe Pena [Sun, 1 Nov 2009 15:12:34 +0000 (15:12 +0000)]
- Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private property in base class)

15 years agoFixed a possible memory leak in case that FT_Glyph_To_Bitmap() fails
Takeshi Abe [Sun, 1 Nov 2009 05:04:35 +0000 (05:04 +0000)]
Fixed a possible memory leak in case that FT_Glyph_To_Bitmap() fails

15 years ago- back to dev #2 and fix snap :)
Pierre Joye [Sat, 31 Oct 2009 09:45:53 +0000 (09:45 +0000)]
- back to dev #2 and fix snap :)

15 years agoLower the max upload default to 20
Ilia Alshanetsky [Wed, 28 Oct 2009 13:04:42 +0000 (13:04 +0000)]
Lower the max upload default to 20

15 years ago- Fix news
Jani Taskinen [Tue, 27 Oct 2009 22:18:25 +0000 (22:18 +0000)]
- Fix news

15 years ago- You add, remove, fix or implement. Introduce yourself to someone else.
Jani Taskinen [Tue, 27 Oct 2009 22:15:19 +0000 (22:15 +0000)]
- You add, remove, fix or implement. Introduce yourself to someone else.

15 years ago- Fixed bug #50018 (Typo in spl_limit_it_seek())
Felipe Pena [Tue, 27 Oct 2009 21:57:26 +0000 (21:57 +0000)]
- Fixed bug #50018 (Typo in spl_limit_it_seek())

15 years ago- Fixed memory leak in openssl_pkcs12_export_to_file()
Felipe Pena [Tue, 27 Oct 2009 21:37:03 +0000 (21:37 +0000)]
- Fixed memory leak in openssl_pkcs12_export_to_file()

15 years ago- Fixed crash in com_print_typeinfo when an invalid typelib is given
Pierre Joye [Tue, 27 Oct 2009 19:16:55 +0000 (19:16 +0000)]
- Fixed crash in com_print_typeinfo when an invalid typelib is given

15 years ago- Fix build
Felipe Pena [Tue, 27 Oct 2009 16:21:03 +0000 (16:21 +0000)]
- Fix build

15 years agoIntroduced a max_file_uploads INI setting, which is set to limit the
Ilia Alshanetsky [Tue, 27 Oct 2009 16:13:48 +0000 (16:13 +0000)]
Introduced a max_file_uploads INI setting, which is set to limit the
number of file uploads per-request to 100 by default, to prevent possible
DOS via temporary file exhaustion.

15 years ago- #48752
Pierre Joye [Tue, 27 Oct 2009 10:44:11 +0000 (10:44 +0000)]
- #48752

15 years ago- #48752, crash during date parsing with invalid date
Pierre Joye [Tue, 27 Oct 2009 10:41:45 +0000 (10:41 +0000)]
- #48752, crash during date parsing with invalid date

15 years ago- Updated to version 2009.16 (2009p)
Derick Rethans [Mon, 26 Oct 2009 14:09:23 +0000 (14:09 +0000)]
- Updated to version 2009.16 (2009p)

15 years agoFixed bug #49921 (Curl post upload functions changed).
Ilia Alshanetsky [Mon, 26 Oct 2009 12:57:01 +0000 (12:57 +0000)]
Fixed bug #49921 (Curl post upload functions changed).

15 years ago- Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).
Ilia Alshanetsky [Mon, 26 Oct 2009 02:02:28 +0000 (02:02 +0000)]
- Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).

15 years ago- Fixed bug #49990 (SNMP3 warning message about security level printed twice).
Jani Taskinen [Sun, 25 Oct 2009 20:17:04 +0000 (20:17 +0000)]
- Fixed bug #49990 (SNMP3 warning message about security level printed twice).

15 years agoFix #49972 (AppendIterator undefined function crash)
Johannes Schlüter [Fri, 23 Oct 2009 16:47:35 +0000 (16:47 +0000)]
Fix #49972 (AppendIterator undefined function crash)

15 years agoFixed test
Ilia Alshanetsky [Thu, 22 Oct 2009 19:39:08 +0000 (19:39 +0000)]
Fixed test

15 years ago- Updated to version 2009.15 (2009o)
Derick Rethans [Mon, 19 Oct 2009 16:29:13 +0000 (16:29 +0000)]
- Updated to version 2009.15 (2009o)

15 years ago- It is not const in PHP_5_2 but it is in HEAD and PHP_5_3
Jani Taskinen [Mon, 19 Oct 2009 15:34:50 +0000 (15:34 +0000)]
- It is not const in PHP_5_2 but it is in HEAD and PHP_5_3

15 years ago- It is close to next 5.2 release, ILIA!
Jani Taskinen [Mon, 19 Oct 2009 12:42:10 +0000 (12:42 +0000)]
- It is close to next 5.2 release, ILIA!

15 years agoFix bug #49332 - Unable to compile with Snow Leopard due to some DNS funsies
Scott MacVicar [Fri, 16 Oct 2009 16:09:49 +0000 (16:09 +0000)]
Fix bug #49332 - Unable to compile with Snow Leopard due to some DNS funsies

15 years agoFixed bug #49855 (import_request_variables() always returns NULL).
Ilia Alshanetsky [Thu, 15 Oct 2009 12:26:54 +0000 (12:26 +0000)]
Fixed bug #49855 (import_request_variables() always returns NULL).