]>
granicus.if.org Git - php/log
Dmitry Stogov [Tue, 8 Dec 2009 10:16:38 +0000 (10:16 +0000)]
- Forgotten patch for trunk
- Fixed stdin filename in error messages
Jani Taskinen [Tue, 8 Dec 2009 06:19:56 +0000 (06:19 +0000)]
FIFO
Felipe Pena [Tue, 8 Dec 2009 01:57:37 +0000 (01:57 +0000)]
- Added MAKE_COPY_ZVAL(ppzv, pzv) macro
Stanislav Malyshev [Tue, 8 Dec 2009 01:57:16 +0000 (01:57 +0000)]
ouch, that ZTS
Stanislav Malyshev [Tue, 8 Dec 2009 01:52:57 +0000 (01:52 +0000)]
win32 should have different test
Felipe Pena [Tue, 8 Dec 2009 01:51:34 +0000 (01:51 +0000)]
- Fixed ZTS build
Stanislav Malyshev [Tue, 8 Dec 2009 01:44:15 +0000 (01:44 +0000)]
add "no params" check
Stanislav Malyshev [Tue, 8 Dec 2009 01:35:08 +0000 (01:35 +0000)]
add realpath cache inspect functions
Moriyoshi Koizumi [Mon, 7 Dec 2009 15:41:43 +0000 (15:41 +0000)]
- Take account of surrogate pairs.
Ilia Alshanetsky [Mon, 7 Dec 2009 13:43:44 +0000 (13:43 +0000)]
Added FILTER_FLAG_STRIP_BACKTICK option to the filter extension.
Dmitry Stogov [Mon, 7 Dec 2009 08:47:18 +0000 (08:47 +0000)]
Fixed bug #49866 (Making reference on string offsets crashes PHP)
Dmitry Stogov [Mon, 7 Dec 2009 08:14:48 +0000 (08:14 +0000)]
Fixed bug #50351 (performance regression handling objects, ten times slower in 5.3 than in 5.2. foreach statement should not initiate GC)
Jani Taskinen [Mon, 7 Dec 2009 07:30:41 +0000 (07:30 +0000)]
- Fix NEWS
Pierrick Charron [Sun, 6 Dec 2009 21:32:58 +0000 (21:32 +0000)]
Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN even in the middle of a string).
Ilia Alshanetsky [Sun, 6 Dec 2009 19:34:12 +0000 (19:34 +0000)]
Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN).
Felipe Pena [Sun, 6 Dec 2009 18:53:16 +0000 (18:53 +0000)]
- Fixed bug #50162 (Memory leak when fetching timestamp column from Oracle database)
- Fixed bug #34852 (Failure in odbc_exec() using oracle-supplied odbc driver) (patch by tim dot tassonis at trivadis dot com)
Sriram Natarajan [Sun, 6 Dec 2009 16:43:46 +0000 (16:43 +0000)]
BFN
Felipe Pena [Fri, 4 Dec 2009 11:32:39 +0000 (11:32 +0000)]
- Fixed tests
Dmitry Stogov [Fri, 4 Dec 2009 07:11:37 +0000 (07:11 +0000)]
Fixed compilation
Stanislav Malyshev [Fri, 4 Dec 2009 01:21:32 +0000 (01:21 +0000)]
protect http_session_vars from interrupt corruption
improve save_path check
Jani Taskinen [Thu, 3 Dec 2009 22:24:04 +0000 (22:24 +0000)]
bfn
Rob Richards [Thu, 3 Dec 2009 20:19:38 +0000 (20:19 +0000)]
fix bug #47848 (importNode doesn't preserve attribute namespaces)
add tests
Pierrick Charron [Thu, 3 Dec 2009 15:24:43 +0000 (15:24 +0000)]
Fixed bug #45120 (PDOStatement->execute() returns true then false for same statement).
Felipe Pena [Thu, 3 Dec 2009 12:34:50 +0000 (12:34 +0000)]
- Fixed bug #49472 (Constants defined in Interfaces can be overridden)
Kalle Sommer Nielsen [Thu, 3 Dec 2009 11:50:32 +0000 (11:50 +0000)]
MFT: VC10 build support
Andrey Hristov [Thu, 3 Dec 2009 10:50:02 +0000 (10:50 +0000)]
I svn-commit.2.tmp (Modified) Row 2 Col 28 11:45 Ctrl-K H for help
fix compilation on windows and with other compilers who
don't like void* arithmetic
Pierre Joye [Thu, 3 Dec 2009 10:41:20 +0000 (10:41 +0000)]
- disable this debug code until it is actually fixed
Andrey Hristov [Thu, 3 Dec 2009 09:43:26 +0000 (09:43 +0000)]
fix segfault introduced by Pierre in a recent commit
old code was doing something like
conn + sizeof(MYSQLND) * MYSQLND + plugin * sizeof(void) * sizeof(MYSQLND)
because `conn` is not casted to void*. `conn` has to be casted to void * and
then the whole experession will be void * and the calculations will work.
Jani Taskinen [Thu, 3 Dec 2009 08:21:28 +0000 (08:21 +0000)]
the order
Ilia Alshanetsky [Thu, 3 Dec 2009 00:11:58 +0000 (00:11 +0000)]
BFN
Gwynne Raskind [Wed, 2 Dec 2009 17:42:58 +0000 (17:42 +0000)]
One change in trying to update Autoconf was missed. This makes phpize work again.
Jani Taskinen [Wed, 2 Dec 2009 12:09:06 +0000 (12:09 +0000)]
- Fix order
Andrey Hristov [Wed, 2 Dec 2009 11:59:24 +0000 (11:59 +0000)]
and the news
Andrey Hristov [Wed, 2 Dec 2009 11:58:04 +0000 (11:58 +0000)]
fix macro so that 5-byte BIT values are decoded correctly
Jani Taskinen [Wed, 2 Dec 2009 08:54:50 +0000 (08:54 +0000)]
- Fixed bug #50345 (nanosleep not detected properly on some solaris versions)
Jani Taskinen [Wed, 2 Dec 2009 08:22:05 +0000 (08:22 +0000)]
- Sync files
Rasmus Lerdorf [Tue, 1 Dec 2009 21:39:19 +0000 (21:39 +0000)]
Fix broken build.
This constant is not in older versions of MySQL.
Felipe Pena [Tue, 1 Dec 2009 02:05:28 +0000 (02:05 +0000)]
- Fixed bug #49660 (libxml 2.7.3+ limits text nodes to 10MB). (Felipe)
- Added LIBXML_PARSEHUGE constant to overrides the maximum text size of a
single text node when using libxml2.7.3+. (Kalle)
[DOC]
Jani Taskinen [Mon, 30 Nov 2009 22:39:59 +0000 (22:39 +0000)]
- Touché filés
Jani Taskinen [Mon, 30 Nov 2009 22:38:32 +0000 (22:38 +0000)]
- Fixed bug #50340 (php.ini parser does not allow spaces in ini keys)
Gwynne Raskind [Mon, 30 Nov 2009 21:38:44 +0000 (21:38 +0000)]
The old Darwin hack is BROKEN and INCORRECT. It works only for Darwin 9, not 10, and uses an ugly CFLAGS hack that messes with the entire build. This version sets one cached value to the correct result for Darwin 9 and 10. It's cleaner, has no side effects, has nothing to do with Autoconf versions, and works for everyone.
Jani Taskinen [Mon, 30 Nov 2009 20:31:52 +0000 (20:31 +0000)]
- Fix tests assuming wrong ini options and extensions that might not be there
Arnaud Le Blanc [Mon, 30 Nov 2009 15:43:36 +0000 (15:43 +0000)]
news
Jani Taskinen [Mon, 30 Nov 2009 15:16:50 +0000 (15:16 +0000)]
bfn
Jani Taskinen [Mon, 30 Nov 2009 15:11:29 +0000 (15:11 +0000)]
- Fixed bug #50231 (Socket path passed using --with-mysql-sock is ignored when mysqlnd is enabled)
Dmitry Stogov [Mon, 30 Nov 2009 14:43:22 +0000 (14:43 +0000)]
Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to non-existant file)
Dmitry Stogov [Mon, 30 Nov 2009 14:21:23 +0000 (14:21 +0000)]
Fixed bug #50159 (wrong working directory in symlinked files)
Jani Taskinen [Mon, 30 Nov 2009 14:08:33 +0000 (14:08 +0000)]
- Restore configure.in before the madness started
Arnaud Le Blanc [Mon, 30 Nov 2009 13:31:53 +0000 (13:31 +0000)]
merge from trunk: openssl sni support (rev 289831)
Dmitry Stogov [Mon, 30 Nov 2009 12:27:18 +0000 (12:27 +0000)]
Reverted accidental change
Dmitry Stogov [Mon, 30 Nov 2009 11:39:53 +0000 (11:39 +0000)]
Fixed bug #50261 (Crash When Calling Parent Constructor with call_user_func())
Pierre Joye [Mon, 30 Nov 2009 10:56:01 +0000 (10:56 +0000)]
- void is NaN, you can't do math ops on void. Declarations go first. Fix TS build
Pierre Joye [Mon, 30 Nov 2009 09:52:33 +0000 (09:52 +0000)]
- MFH: vs2010 detection support, restore /W3
Jani Taskinen [Mon, 30 Nov 2009 08:31:32 +0000 (08:31 +0000)]
- Revert bad patch
Gwynne Raskind [Mon, 30 Nov 2009 08:18:44 +0000 (08:18 +0000)]
re-committing: unsetting LIBS and LDFLAGS just makes it impossible to specify LDFLAGS from the environment. keeping them doesn't seem to cause any trouble
Gwynne Raskind [Mon, 30 Nov 2009 08:17:13 +0000 (08:17 +0000)]
once and for all remove the old broken Darwin hack, replace it with the new and much cleaner and simpler one
Jani Taskinen [Sun, 29 Nov 2009 18:08:38 +0000 (18:08 +0000)]
- Revert bad patch
Stanislav Malyshev [Sun, 29 Nov 2009 08:35:01 +0000 (08:35 +0000)]
proper fix for bug #50006
add modify protection to all user array sorts
Rasmus Lerdorf [Sun, 29 Nov 2009 06:13:22 +0000 (06:13 +0000)]
Revert attempt at supporting both autoconf 2.13 and
modern versions in the same build chain. There are
simply too many broken things in 2.13 to make it work.
Cache handling is broken as well which is why I need
to revert the pdo_inc_path cache fix as well.
trunk is now 2.60+ only and I'll work on cleaning out
all the legacy cruft from there.
Stanislav Malyshev [Sun, 29 Nov 2009 04:38:46 +0000 (04:38 +0000)]
fix interrupt problem in serialize()
Rasmus Lerdorf [Sun, 29 Nov 2009 03:32:54 +0000 (03:32 +0000)]
Last attempt to get this stuff right before punting it
and being stuck on 1996 autoconf for eternity
Rasmus Lerdorf [Sat, 28 Nov 2009 23:06:54 +0000 (23:06 +0000)]
More work on the autoconf 2.13->2.60+ transition code.
2.13 should be working again with one weird libtool issue
left to solve. It doesn't seem directly related to this
stuff.
Gwynne Raskind [Sat, 28 Nov 2009 21:11:39 +0000 (21:11 +0000)]
socket location needs to be checked before mysqlnd in order for --with-mysql-sock to work with mysqlnd
Gwynne Raskind [Sat, 28 Nov 2009 19:48:38 +0000 (19:48 +0000)]
unsetting LIBS and LDFLAGS just makes it impossible to specify LDFLAGS from the environment. keeping them doesn't seem to cause any trouble
Gwynne Raskind [Sat, 28 Nov 2009 19:19:11 +0000 (19:19 +0000)]
Remove the now-unnecessary (and wrong anyway) Darwin hack
Rasmus Lerdorf [Sat, 28 Nov 2009 18:56:20 +0000 (18:56 +0000)]
This macro needs to come after AC_INIT
Rasmus Lerdorf [Sat, 28 Nov 2009 17:56:03 +0000 (17:56 +0000)]
Ok, new attempt. Require autoconf-2.60 in this branch.
This simplifies things quite a bit by entirely getting
rid of the m4 diversions which were messing things up.
Now we are using the built-in autoconf diversions the
way they were intended and the HELP output order is
preserved through the AC_PRESERVE_HELP_ORDER macro
which was introduced in autoconf-2.59c
The next thing to clean up are the template warnings
and I want to get to the bottom of the cache warning
we generate as well. Now that I fixed the _cv_ stuff,
I am not sure that is still a valid warning.
Jani Taskinen [Sat, 28 Nov 2009 00:47:42 +0000 (00:47 +0000)]
- Use correct revision
Jani Taskinen [Sat, 28 Nov 2009 00:38:05 +0000 (00:38 +0000)]
- Fixed bug #50266 (conflicting types for llabs)
Jani Taskinen [Sat, 28 Nov 2009 00:35:56 +0000 (00:35 +0000)]
- No dots here
Jani Taskinen [Sat, 28 Nov 2009 00:06:54 +0000 (00:06 +0000)]
- Fix bad merge (Sorry Ilia..)
Rasmus Lerdorf [Fri, 27 Nov 2009 23:41:13 +0000 (23:41 +0000)]
Fix bug #50315
Jani Taskinen [Fri, 27 Nov 2009 23:34:36 +0000 (23:34 +0000)]
- Fixed bug #49935 (Deprecated warnings make "make test" to fail)
David Soria Parra [Fri, 27 Nov 2009 22:24:44 +0000 (22:24 +0000)]
Use extended base if we build again gmp 4.2.0 which is usually available.
Jani Taskinen [Fri, 27 Nov 2009 12:50:29 +0000 (12:50 +0000)]
- Re-fixed bug #47104 (Linking shared extensions fails with icc)
Jani Taskinen [Fri, 27 Nov 2009 09:20:43 +0000 (09:20 +0000)]
- Restore sanity in the NEWS. (duplicate, wrong order, etc..)
Ilia Alshanetsky [Fri, 27 Nov 2009 03:02:01 +0000 (03:02 +0000)]
Fixe build
Andrey Hristov [Thu, 26 Nov 2009 11:10:47 +0000 (11:10 +0000)]
fix debug windows build as well as remove a compilation warning
(a header not included)
David Soria Parra [Wed, 25 Nov 2009 23:38:34 +0000 (23:38 +0000)]
Also allow base 62 for gmp_init as requested in (#50283)
David Soria Parra [Wed, 25 Nov 2009 18:15:25 +0000 (18:15 +0000)]
Really use 62 as the upper boundary as requested and not 32.
Ilia Alshanetsky [Wed, 25 Nov 2009 14:28:00 +0000 (14:28 +0000)]
Fixed bug #50195 (pg_copy_to() fails when table name contains schema).
Jani Taskinen [Wed, 25 Nov 2009 12:35:42 +0000 (12:35 +0000)]
- Fixed bug #49677 (ini parser crashes with apache2 and using ${something} ini variables)
Jani Taskinen [Wed, 25 Nov 2009 12:26:10 +0000 (12:26 +0000)]
ws
Jani Taskinen [Wed, 25 Nov 2009 07:48:43 +0000 (07:48 +0000)]
*sigh*
Pierre Joye [Wed, 25 Nov 2009 07:40:13 +0000 (07:40 +0000)]
- merge NEWS from 5.3.1
Jani Taskinen [Wed, 25 Nov 2009 07:21:38 +0000 (07:21 +0000)]
- Do not forget NEWS for 5.2..
Rasmus Lerdorf [Wed, 25 Nov 2009 05:44:27 +0000 (05:44 +0000)]
The constructor generates that next line of output, so the expected
output had these 2 lines in the wrong order. Test your tests!
Rasmus Lerdorf [Wed, 25 Nov 2009 05:38:33 +0000 (05:38 +0000)]
And there is no 23,24,25 in this test at all. Perhaps these lines were
added to the wrong file by mistake? Those were the same ones missing from
pdo_mysql___construct_options.phpt
Rasmus Lerdorf [Wed, 25 Nov 2009 05:29:57 +0000 (05:29 +0000)]
Unless I am completely misreading this test case, these 3 lines at the
end should be in the expected output.
Rasmus Lerdorf [Wed, 25 Nov 2009 04:00:55 +0000 (04:00 +0000)]
Another test that doesn't work as root
Rasmus Lerdorf [Wed, 25 Nov 2009 03:53:50 +0000 (03:53 +0000)]
These tests don't work when run as root
Rasmus Lerdorf [Wed, 25 Nov 2009 02:42:03 +0000 (02:42 +0000)]
.
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)
Rasmus Lerdorf [Wed, 25 Nov 2009 01:36:41 +0000 (01:36 +0000)]
Missed a few - now it really works with autoconf-2.64+
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.
Felipe Pena [Tue, 24 Nov 2009 21:54:12 +0000 (21:54 +0000)]
- Fixed bug #50255 (isset() and empty() silently casts array to object)
Jani Taskinen [Tue, 24 Nov 2009 14:14:13 +0000 (14:14 +0000)]
- Fix news
Andrey Hristov [Tue, 24 Nov 2009 13:59:56 +0000 (13:59 +0000)]
Update charset table
Rasmus Lerdorf [Tue, 24 Nov 2009 13:57:39 +0000 (13:57 +0000)]
Fix null deref found by Michael Maclean
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)