]> granicus.if.org Git - php/log
php
13 years agofix news entries
Arpad Ray [Tue, 30 Aug 2011 14:01:35 +0000 (14:01 +0000)]
fix news entries

13 years agoFixed a few false positives on gcov for ext/pgsql
Matteo Beccati [Tue, 30 Aug 2011 14:01:03 +0000 (14:01 +0000)]
Fixed a few false positives on gcov for ext/pgsql

13 years agoAdd skipifs for bug#54971 (patch by datibbaw@)
Hannes Magnusson [Tue, 30 Aug 2011 13:46:24 +0000 (13:46 +0000)]
Add skipifs for bug#54971 (patch by datibbaw@)

13 years agoFixed bug#48476
Hannes Magnusson [Tue, 30 Aug 2011 13:41:57 +0000 (13:41 +0000)]
Fixed bug#48476

13 years agoFixed bug#55430, introduce the session.upload_progress family to the world
Hannes Magnusson [Tue, 30 Aug 2011 11:13:22 +0000 (11:13 +0000)]
Fixed bug#55430, introduce the session.upload_progress family to the world

13 years ago- ws
Pierre Joye [Tue, 30 Aug 2011 05:44:37 +0000 (05:44 +0000)]
- ws

13 years ago- Fixed ZTS build
Felipe Pena [Tue, 30 Aug 2011 01:33:42 +0000 (01:33 +0000)]
- Fixed ZTS build

13 years ago- Turns out the external entity loader is not a per-thread global but a true
Gustavo André dos Santos Lopes [Tue, 30 Aug 2011 01:08:22 +0000 (01:08 +0000)]
- Turns out the external entity loader is not a per-thread global but a true
  global. Changed code accordingly; however, applications that embed PHP and
  also use libxml2 may be affected negatively.

13 years agoadd friendly log messages (req #55109)
Arpad Ray [Mon, 29 Aug 2011 21:59:27 +0000 (21:59 +0000)]
add friendly log messages (req #55109)

13 years agoExpose session status via new function, session_status (Req #52982)
Arpad Ray [Mon, 29 Aug 2011 21:29:26 +0000 (21:29 +0000)]
Expose session status via new function, session_status (Req #52982)

13 years agofixed bug #55267 - session_regenerate_id fails after header sent even if session...
Hannes Magnusson [Mon, 29 Aug 2011 21:20:41 +0000 (21:20 +0000)]
fixed bug #55267 - session_regenerate_id fails after header sent even if session.use_cookies = 0

13 years agoAdd missing session ini options "skeletons" until they become atleast documented
Hannes Magnusson [Mon, 29 Aug 2011 20:50:33 +0000 (20:50 +0000)]
Add missing session ini options "skeletons" until they become atleast documented

13 years agoFixed bug #55366: keys lost when using substr_replace an array
Arpad Ray [Mon, 29 Aug 2011 20:38:52 +0000 (20:38 +0000)]
Fixed bug #55366: keys lost when using substr_replace an array

13 years ago- Zend engine part for bug #55158: Add SORT_NATURAL type to array_multisort
Derick Rethans [Mon, 29 Aug 2011 20:24:09 +0000 (20:24 +0000)]
- Zend engine part for bug #55158: Add SORT_NATURAL type to array_multisort
  (patch by Arpad Ray).

13 years agoadd support for SORT_NATURAL and SORT_FLAG_CASE in array sort functions
Arpad Ray [Mon, 29 Aug 2011 20:23:34 +0000 (20:23 +0000)]
add support for SORT_NATURAL and SORT_FLAG_CASE in array sort functions

13 years ago- Updated to version 2011.9 (2011i)
Derick Rethans [Mon, 29 Aug 2011 16:37:56 +0000 (16:37 +0000)]
- Updated to version 2011.9 (2011i)

13 years agoCorrect NEWS entry attribution. Apologies to all for the confusion.
Gwynne Raskind [Mon, 29 Aug 2011 16:17:46 +0000 (16:17 +0000)]
Correct NEWS entry attribution. Apologies to all for the confusion.

13 years agoFixed bug#53872 (internal corruption of phar)
Hannes Magnusson [Mon, 29 Aug 2011 16:05:45 +0000 (16:05 +0000)]
Fixed bug#53872 (internal corruption of phar)

13 years agoFixed bug #55524 Traits should not be able to extend a class
Stefan Marr [Mon, 29 Aug 2011 15:53:46 +0000 (15:53 +0000)]
Fixed bug #55524 Traits should not be able to extend a class
# also used the Z_STRVAL where it seemed appropriate

13 years agoAdded NEWS note for #53946
Gwynne Raskind [Mon, 29 Aug 2011 15:09:08 +0000 (15:09 +0000)]
Added NEWS note for #53946

13 years agoAdd test for #53946 to 5.4 (missed it when committing revision 315707)
Gwynne Raskind [Mon, 29 Aug 2011 14:57:53 +0000 (14:57 +0000)]
Add test for #53946 to 5.4 (missed it when committing revision 315707)

13 years agoAdd unescaped Unicode encoding to json_encode(). Closes bug #53946. Patch by Irker...
Gwynne Raskind [Mon, 29 Aug 2011 14:56:19 +0000 (14:56 +0000)]
Add unescaped Unicode encoding to json_encode(). Closes bug #53946. Patch by Irker and Gwynne.

13 years agoChanged error messages
Hannes Magnusson [Mon, 29 Aug 2011 14:29:40 +0000 (14:29 +0000)]
Changed error messages

13 years agoFixed bug#52013 (Unable to decompress files in a compressed phar)
Hannes Magnusson [Mon, 29 Aug 2011 14:19:54 +0000 (14:19 +0000)]
Fixed bug#52013 (Unable to decompress files in a compressed phar)

13 years agoThe Phar class extends RecursiveDirectoryIterator, which has changed the way it ensur...
Hannes Magnusson [Mon, 29 Aug 2011 14:17:41 +0000 (14:17 +0000)]
The Phar class extends RecursiveDirectoryIterator, which has changed the way it ensures its ctor is called

13 years agofix xsl date tests
Christian Stocker [Mon, 29 Aug 2011 11:44:30 +0000 (11:44 +0000)]
fix xsl date tests

13 years ago- fix build, TSRMLS_FETCH must be the last declaration statement and init using TSRM...
Pierre Joye [Mon, 29 Aug 2011 10:10:05 +0000 (10:10 +0000)]
- fix build, TSRMLS_FETCH must be the last declaration statement and init using TSRM cannot be done before either

13 years agoLet's do more than hope (as per the comment in the test code) that we
Rasmus Lerdorf [Mon, 29 Aug 2011 08:21:42 +0000 (08:21 +0000)]
Let's do more than hope (as per the comment in the test code) that we
don't hit the memory limit, let's disable the limit for this test
since the limit is getting hit by many people

13 years agoThe link error on an out-of-sync command doesn't start with 0
Rasmus Lerdorf [Mon, 29 Aug 2011 06:47:07 +0000 (06:47 +0000)]
The link error on an out-of-sync command doesn't start with 0
uwe/andrey please double-check

13 years agoFix another broken test. root can read 0200 files.
Rasmus Lerdorf [Mon, 29 Aug 2011 06:19:40 +0000 (06:19 +0000)]
Fix another broken test. root can read 0200 files.

13 years ago- Added libxml_set_external_entity_loader().
Gustavo André dos Santos Lopes [Mon, 29 Aug 2011 05:00:26 +0000 (05:00 +0000)]
- Added libxml_set_external_entity_loader().

13 years agoMFH: reduced footprint for sjis-mac
Rui Hirokawa [Sun, 28 Aug 2011 04:32:33 +0000 (04:32 +0000)]
MFH: reduced footprint for sjis-mac

13 years ago<?= is always enabled now
Rasmus Lerdorf [Sat, 27 Aug 2011 19:00:59 +0000 (19:00 +0000)]
<?= is always enabled now

13 years agomerge from trunk:
Boris Lytochkin [Sat, 27 Aug 2011 08:29:19 +0000 (08:29 +0000)]
merge from trunk:
export ERRNO_OID_PARSING_ERROR constant:
raise it evry time OID parsing has failed

13 years agomerge from trunk:
Boris Lytochkin [Sat, 27 Aug 2011 07:33:27 +0000 (07:33 +0000)]
merge from trunk:
reformat OID parsing procedure,
fail whole SNMP query on single OID parsing failure

13 years agoMFH: corrected valid unicode area.
Rui Hirokawa [Sat, 27 Aug 2011 01:25:24 +0000 (01:25 +0000)]
MFH: corrected valid unicode area.

13 years agoMFH: update pua conversion tables.
Rui Hirokawa [Sat, 27 Aug 2011 00:08:02 +0000 (00:08 +0000)]
MFH: update pua conversion tables.

13 years agofix valgrind warnings in debug builds
Andrey Hristov [Fri, 26 Aug 2011 12:14:31 +0000 (12:14 +0000)]
fix valgrind warnings in debug builds

13 years agoClose #55490.
Sebastian Bergmann [Fri, 26 Aug 2011 07:40:31 +0000 (07:40 +0000)]
Close #55490.

13 years agotune test's README more per FR #55474
Boris Lytochkin [Thu, 25 Aug 2011 06:00:11 +0000 (06:00 +0000)]
tune test's README more per FR #55474

13 years agoMFH: added iso2022jp-mobile and emoji unsuppoted in unicode 6.0.
Rui Hirokawa [Wed, 24 Aug 2011 15:29:17 +0000 (15:29 +0000)]
MFH: added iso2022jp-mobile and emoji unsuppoted in unicode 6.0.

13 years agoEliminated compile warning "comparison is always false due to limited range of data...
Xinchen Hui [Wed, 24 Aug 2011 10:15:47 +0000 (10:15 +0000)]
Eliminated compile warning "comparison is always false due to limited range of data type"
Fixed test failed due to mysql_pconnect throw warning
Fixed test failed when host mysql server doesn't listen on 3306

13 years agoFix typo in tests for ldap bug #42060
Scott MacVicar [Wed, 24 Aug 2011 06:50:39 +0000 (06:50 +0000)]
Fix typo in tests for ldap bug #42060

13 years agoUpdate log, marking 5.4 and trunk as XFAIL due to bug #55496
Christopher Jones [Tue, 23 Aug 2011 20:59:10 +0000 (20:59 +0000)]
Update log, marking 5.4 and trunk as XFAIL due to bug #55496

13 years agoapply docs fixes suggested in BR #55474
Boris Lytochkin [Tue, 23 Aug 2011 19:15:58 +0000 (19:15 +0000)]
apply docs fixes suggested in BR #55474

13 years ago- ws
Pierre Joye [Tue, 23 Aug 2011 18:32:53 +0000 (18:32 +0000)]
- ws

13 years agoFix differences in some sub() results that were causing tests to fail.
Daniel Convissor [Tue, 23 Aug 2011 16:40:19 +0000 (16:40 +0000)]
Fix differences in some sub() results that were causing tests to fail.

13 years agoSync -development with -production
Hannes Magnusson [Tue, 23 Aug 2011 10:00:18 +0000 (10:00 +0000)]
Sync -development with -production

13 years agoupdate NEWS
Xinchen Hui [Tue, 23 Aug 2011 02:48:28 +0000 (02:48 +0000)]
update NEWS

13 years agoSync date with actual PECL release date for correctness
Christopher Jones [Mon, 22 Aug 2011 23:56:34 +0000 (23:56 +0000)]
Sync date with actual PECL release date for correctness

13 years agoRemove duplicated test
Christopher Jones [Mon, 22 Aug 2011 18:05:11 +0000 (18:05 +0000)]
Remove duplicated test

13 years agoAdded _SERVER[SERVER_SOFTWARE] for built-in server
Xinchen Hui [Mon, 22 Aug 2011 15:51:49 +0000 (15:51 +0000)]
Added _SERVER[SERVER_SOFTWARE] for built-in server

13 years agoFix spring tests for dst/st transition second.
Daniel Convissor [Mon, 22 Aug 2011 14:47:12 +0000 (14:47 +0000)]
Fix spring tests for dst/st transition second.

13 years agoFixed #55463 (cli-server missing _SERVER[REMOTE_ADDR])
Xinchen Hui [Mon, 22 Aug 2011 11:55:41 +0000 (11:55 +0000)]
Fixed #55463 (cli-server missing _SERVER[REMOTE_ADDR])

13 years agoDon't run the test on windows, Unix specific
Andrey Hristov [Mon, 22 Aug 2011 11:07:35 +0000 (11:07 +0000)]
Don't run the test on windows, Unix specific

13 years agoFix Bug #55473 mysql_pconnect leaks file descriptors on reconnect
Andrey Hristov [Mon, 22 Aug 2011 10:42:43 +0000 (10:42 +0000)]
Fix Bug #55473  mysql_pconnect leaks file descriptors on reconnect
The fix is for now in 5_4 and trunk, to be merged into 5_3 after 5.3.8
is packaged (expected today). The test case goes to all branches

13 years ago- fix typo & build
Pierre Joye [Mon, 22 Aug 2011 07:39:09 +0000 (07:39 +0000)]
- fix typo & build

13 years agoDebian/Ubuntu don't have any special CFLAGS listed here for
Rasmus Lerdorf [Sun, 21 Aug 2011 22:57:13 +0000 (22:57 +0000)]
Debian/Ubuntu don't have any special CFLAGS listed here for
gssapi which shouldn't break the build.

13 years agoupdate NEWS.
Xinchen Hui [Sun, 21 Aug 2011 12:24:19 +0000 (12:24 +0000)]
update NEWS.

13 years ago- Fix bug #55471, fix zts build with dtrace (Laruense)
Pierre Joye [Sun, 21 Aug 2011 11:51:00 +0000 (11:51 +0000)]
- Fix bug #55471, fix zts build with dtrace (Laruense)

13 years agoMFH: cleanup jisx0213 table.
Rui Hirokawa [Sun, 21 Aug 2011 05:02:33 +0000 (05:02 +0000)]
MFH: cleanup jisx0213 table.

13 years agoMFH: speed improvement of jisx0213 conversion.
Rui Hirokawa [Sun, 21 Aug 2011 02:23:33 +0000 (02:23 +0000)]
MFH: speed improvement of jisx0213 conversion.

13 years agoIPv6 Support for SNMP. (FR #42918)
Boris Lytochkin [Sat, 20 Aug 2011 20:56:02 +0000 (20:56 +0000)]
IPv6 Support for SNMP. (FR #42918)

13 years agomerge from trunk two commits:
Boris Lytochkin [Sat, 20 Aug 2011 16:10:48 +0000 (16:10 +0000)]
merge from trunk two commits:
Adding IPv6 support (FR #42918)
more code coverage

13 years agoMFH: removed SJIS-Mobile#*PUA.
Rui Hirokawa [Sat, 20 Aug 2011 08:28:40 +0000 (08:28 +0000)]
MFH: removed SJIS-Mobile#*PUA.

13 years agoupdate NEWS.
Rui Hirokawa [Sat, 20 Aug 2011 07:29:59 +0000 (07:29 +0000)]
update NEWS.

13 years agoMFH: updated limbfl to 1.3.2
Rui Hirokawa [Sat, 20 Aug 2011 07:29:21 +0000 (07:29 +0000)]
MFH: updated limbfl to 1.3.2

13 years agoUnbreak crypt() (fix bug #55439)
Stanislav Malyshev [Fri, 19 Aug 2011 22:49:18 +0000 (22:49 +0000)]
Unbreak crypt() (fix bug #55439)
# If you want to remove static analyser messages, be my guest,
# but please run unit tests after

13 years ago- undefine CALLBACK (btw, generic names like that should be avoided, w/o prefix :)
Pierre Joye [Fri, 19 Aug 2011 11:35:37 +0000 (11:35 +0000)]
- undefine CALLBACK (btw, generic names like that should be avoided, w/o prefix :)

13 years ago- fix build
Pierre Joye [Fri, 19 Aug 2011 11:33:59 +0000 (11:33 +0000)]
- fix build

13 years ago- Fixed bug #52461 (Incomplete doctype and missing xmlns)
Pierre Joye [Fri, 19 Aug 2011 09:59:47 +0000 (09:59 +0000)]
- Fixed bug #52461 (Incomplete doctype and missing xmlns)

13 years agoNews for bug #55450
Xinchen Hui [Fri, 19 Aug 2011 08:52:29 +0000 (08:52 +0000)]
News for bug #55450

13 years agoFixed typo when syncing changes to branch
Xinchen Hui [Fri, 19 Aug 2011 08:35:43 +0000 (08:35 +0000)]
Fixed typo when syncing changes to branch

13 years agoFixed #55450 (Built in web server not accepting file uploads), which might break...
Xinchen Hui [Fri, 19 Aug 2011 08:30:26 +0000 (08:30 +0000)]
Fixed #55450 (Built in web server not accepting file uploads), which might break #55121 fixing(r313677)
Reopened #55121 to let somebody redone the fixing(as I can't reproduce 55121 in redhat 64-bit).

13 years agoFixed #55457 for 5.4 branch
Xinchen Hui [Fri, 19 Aug 2011 07:40:51 +0000 (07:40 +0000)]
Fixed #55457 for 5.4 branch
Use ssize_t instead of long (as pierre suggestion)

13 years ago- do not use 64bit integer instead of size_t (can't be alloc'ed), or when the actual...
Pierre Joye [Thu, 18 Aug 2011 09:16:04 +0000 (09:16 +0000)]
- do not use 64bit integer instead of size_t (can't be alloc'ed), or when the actual possible values are 32bit or lower only

13 years agoUse php.ini parameter instead of GC() entry
Christopher Jones [Wed, 17 Aug 2011 23:55:25 +0000 (23:55 +0000)]
Use php.ini parameter instead of GC() entry

13 years agoFix bug #55445 (Incomplete implementation of <?= being independant of short_open_tag)
Etienne Kneuss [Wed, 17 Aug 2011 23:50:04 +0000 (23:50 +0000)]
Fix bug #55445 (Incomplete implementation of <?= being independant of short_open_tag)

13 years agoOnce is generally enough
Hannes Magnusson [Wed, 17 Aug 2011 12:26:43 +0000 (12:26 +0000)]
Once is generally enough

13 years ago- WS
Pierre Joye [Wed, 17 Aug 2011 11:59:39 +0000 (11:59 +0000)]
- WS

13 years ago- use provided stdint.h and avoid double definitions
Pierre Joye [Wed, 17 Aug 2011 11:56:04 +0000 (11:56 +0000)]
- use provided stdint.h and avoid double definitions

13 years agocompile out when PHP_DEBUG is not present
Andrey Hristov [Wed, 17 Aug 2011 11:15:55 +0000 (11:15 +0000)]
compile out when PHP_DEBUG is not present

13 years agodocref_root is now required for html_errors to do anything
Hannes Magnusson [Tue, 16 Aug 2011 14:52:54 +0000 (14:52 +0000)]
docref_root is now required for html_errors to do anything

13 years agoFix news entry to look&feel like all others
Hannes Magnusson [Tue, 16 Aug 2011 13:30:31 +0000 (13:30 +0000)]
Fix news entry to look&feel like all others

13 years ago- Drop T_SCALAR_CAST
Felipe Pena [Tue, 16 Aug 2011 12:13:35 +0000 (12:13 +0000)]
- Drop T_SCALAR_CAST

13 years ago- Fixed ZTS build
Felipe Pena [Tue, 16 Aug 2011 12:01:36 +0000 (12:01 +0000)]
- Fixed ZTS build

13 years agoImprove errormessage on wrong use statements
Hannes Magnusson [Tue, 16 Aug 2011 10:46:49 +0000 (10:46 +0000)]
Improve errormessage on wrong use statements

13 years agoCallable typehint following the rules of is_callable($arg, false);
Hannes Magnusson [Tue, 16 Aug 2011 10:44:47 +0000 (10:44 +0000)]
Callable typehint following the rules of is_callable($arg, false);

13 years agoBug #55424 Fatal error when calling a method from a trait that is defined in parent...
Stefan Marr [Mon, 15 Aug 2011 22:16:58 +0000 (22:16 +0000)]
Bug #55424 Fatal error when calling a method from a trait that is defined in parent class and required by using an abstract method in the trait.
# The method got unconditionally deleted from the class, since it was assumed that we override it, but we did not in case of abstract methods coming from a trait. Thus, dont delete when we try to merge in an abstract method.

13 years agoFixed Bug #55355: Inheritance chain was not regarded when checking whether the abstra...
Stefan Marr [Mon, 15 Aug 2011 11:16:18 +0000 (11:16 +0000)]
Fixed Bug #55355: Inheritance chain was not regarded when checking whether the abstract method of a trait is satisfied.

13 years agoFixed Bug #55372 Incorrect handling of literals led to memory corruption.
Stefan Marr [Mon, 15 Aug 2011 09:54:06 +0000 (09:54 +0000)]
Fixed Bug #55372 Incorrect handling of literals led to memory corruption.
# Dmitry you might want to review this patch, since I split up zend_add_literal
# and added a version for post-pass_two() usage.

13 years agoAddendum for patch to bug #55214: Class name was freed before method literal referrin...
Stefan Marr [Mon, 15 Aug 2011 08:29:48 +0000 (08:29 +0000)]
Addendum for patch to bug #55214: Class name was freed before method literal referring to it.
# Thanks to Felipe for catching this.
# The fix duplicates the name into the literal to avoid the dependency

13 years agoMFH: NEWS update for mbstring.
Rui Hirokawa [Sun, 14 Aug 2011 14:11:49 +0000 (14:11 +0000)]
MFH: NEWS update for mbstring.

13 years agoMFH: added gb18030 encoding to mbstring/libmbfl.~
Rui Hirokawa [Sun, 14 Aug 2011 14:11:29 +0000 (14:11 +0000)]
MFH: added gb18030 encoding to mbstring/libmbfl.~

13 years agoMFH:
Rui Hirokawa [Sat, 13 Aug 2011 13:19:18 +0000 (13:19 +0000)]
MFH:

13 years agoMore test portability fixes mostly for gcov.php.net
Christopher Jones [Sat, 13 Aug 2011 00:43:34 +0000 (00:43 +0000)]
More test portability fixes mostly for gcov.php.net

13 years agoFix CID 593 Mark the missing break by an explicit comment, we DO intend to fall throu...
Etienne Kneuss [Fri, 12 Aug 2011 22:20:35 +0000 (22:20 +0000)]
Fix CID 593 Mark the missing break by an explicit comment, we DO intend to fall through here

13 years agoFix CID 538/539, explicitely check for something that should never occur
Etienne Kneuss [Fri, 12 Aug 2011 22:05:10 +0000 (22:05 +0000)]
Fix CID 538/539, explicitely check for something that should never occur

13 years agoFix CID 547, make static analyzer happy
Etienne Kneuss [Fri, 12 Aug 2011 21:57:54 +0000 (21:57 +0000)]
Fix CID 547, make static analyzer happy

13 years agoFix CID 1211, unused intern variable
Etienne Kneuss [Fri, 12 Aug 2011 21:46:40 +0000 (21:46 +0000)]
Fix CID 1211, unused intern variable