]> granicus.if.org Git - php/log
php
15 years agoChangeLog update
<changelog@php.net> [Sat, 11 Apr 2009 01:32:38 +0000 (01:32 +0000)]
ChangeLog update

15 years agoisync with 5 branch
Stanislav Malyshev [Fri, 10 Apr 2009 16:55:51 +0000 (16:55 +0000)]
isync with 5 branch

15 years agoMFB: fix #47662
Nuno Lopes [Fri, 10 Apr 2009 15:48:22 +0000 (15:48 +0000)]
MFB: fix #47662

15 years agoMFB: Implemented new shorter URLs for ini settings (ex: php.net/short-open-tag)
Philip Olson [Fri, 10 Apr 2009 15:18:55 +0000 (15:18 +0000)]
MFB: Implemented new shorter URLs for ini settings (ex: php.net/short-open-tag)

15 years agoMFB: Fixed typo
Philip Olson [Fri, 10 Apr 2009 15:16:15 +0000 (15:16 +0000)]
MFB: Fixed typo

15 years agoChangeLog update
<changelog@php.net> [Fri, 10 Apr 2009 01:32:47 +0000 (01:32 +0000)]
ChangeLog update

15 years agoDon't strip leading zeros on floating point numbers
Rasmus Lerdorf [Thu, 9 Apr 2009 16:08:34 +0000 (16:08 +0000)]
Don't strip leading zeros on floating point numbers
and fix the test case

15 years agoMFB: Added test for php_sapi_name()
Ilia Alshanetsky [Thu, 9 Apr 2009 13:29:15 +0000 (13:29 +0000)]
MFB: Added test for php_sapi_name()

15 years agoEnglanti kielioppi (Jani)
Hannes Magnusson [Thu, 9 Apr 2009 10:19:15 +0000 (10:19 +0000)]
Englanti kielioppi (Jani)

15 years agoFixed bug#47427 (-s outputs, not displays)
Hannes Magnusson [Thu, 9 Apr 2009 10:07:24 +0000 (10:07 +0000)]
Fixed bug#47427 (-s outputs, not displays)

15 years agoChangeLog update
<changelog@php.net> [Thu, 9 Apr 2009 01:33:14 +0000 (01:33 +0000)]
ChangeLog update

15 years agoiadd utility macro
Stanislav Malyshev [Wed, 8 Apr 2009 23:08:16 +0000 (23:08 +0000)]
iadd utility macro

15 years agoFix Rasmus's patch for bug #44929.
Andrei Zmievski [Wed, 8 Apr 2009 20:12:27 +0000 (20:12 +0000)]
Fix Rasmus's patch for bug #44929.

15 years agoFixed bug #44929 - Better handling of leading zeros
Rasmus Lerdorf [Wed, 8 Apr 2009 18:18:49 +0000 (18:18 +0000)]
Fixed bug #44929 - Better handling of leading zeros
This is obviously not going to work for Unicode strings, but the whole
function needs to be rewritten, so keep it in synch with the other
branches for now.

15 years agoRename reflection*.phpt to Reflection*.phpt for consistency.
Sebastian Bergmann [Wed, 8 Apr 2009 16:08:58 +0000 (16:08 +0000)]
Rename reflection*.phpt to Reflection*.phpt for consistency.

15 years agoChanged spelling from "build" to "built"
Matt Wilmas [Wed, 8 Apr 2009 13:26:24 +0000 (13:26 +0000)]
Changed spelling from "build" to "built"

15 years agoImproved specialization (IS_CONST can't be IS_OBJECT)
Dmitry Stogov [Wed, 8 Apr 2009 13:19:53 +0000 (13:19 +0000)]
Improved specialization (IS_CONST can't be IS_OBJECT)

15 years agoCalculate hash value once
Dmitry Stogov [Wed, 8 Apr 2009 13:18:15 +0000 (13:18 +0000)]
Calculate hash value once

15 years agoRemoved deprecated code and fixed function name in error message
Dmitry Stogov [Wed, 8 Apr 2009 13:17:27 +0000 (13:17 +0000)]
Removed deprecated code and fixed function name in error message

15 years agoAdded ability to check build_id by extension
Dmitry Stogov [Wed, 8 Apr 2009 12:19:13 +0000 (12:19 +0000)]
Added ability to check build_id by extension

15 years agoAdd guidelines for re-releasing
Hannes Magnusson [Wed, 8 Apr 2009 08:38:57 +0000 (08:38 +0000)]
Add guidelines for re-releasing

15 years agoChangeLog update
<changelog@php.net> [Wed, 8 Apr 2009 01:32:39 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- Added test
Felipe Pena [Wed, 8 Apr 2009 00:29:55 +0000 (00:29 +0000)]
- Added test

15 years ago- Fix ZTS build
Felipe Pena [Wed, 8 Apr 2009 00:14:37 +0000 (00:14 +0000)]
- Fix ZTS build

15 years ago- Fixed bug #46108 (DateTime - Memory leak when unserializing)
Felipe Pena [Tue, 7 Apr 2009 20:03:01 +0000 (20:03 +0000)]
- Fixed bug #46108 (DateTime - Memory leak when unserializing)

15 years agoFixed bug #47893 (CLI aborts on non blocking stdout)
Arnaud Le Blanc [Tue, 7 Apr 2009 16:10:35 +0000 (16:10 +0000)]
Fixed bug #47893 (CLI aborts on non blocking stdout)

15 years agofix bug #47849 (Non-deep import loses the namespace)
Rob Richards [Tue, 7 Apr 2009 15:31:15 +0000 (15:31 +0000)]
fix bug #47849 (Non-deep import loses the namespace)
add test

15 years ago- missing implementation gdJpegGetVersionString (thanks Rob)
Pierre Joye [Tue, 7 Apr 2009 13:07:04 +0000 (13:07 +0000)]
- missing implementation gdJpegGetVersionString (thanks Rob)

15 years ago- fix build
Pierre Joye [Tue, 7 Apr 2009 10:34:37 +0000 (10:34 +0000)]
- fix build

15 years ago- not necessary
Pierre Joye [Tue, 7 Apr 2009 10:04:52 +0000 (10:04 +0000)]
- not necessary

15 years ago- only gd2+ is supported, no need of this check. (sidenote: PHP_CHECK_LIBRARY seems...
Pierre Joye [Tue, 7 Apr 2009 09:53:01 +0000 (09:53 +0000)]
- only gd2+ is supported, no need of this check. (sidenote: PHP_CHECK_LIBRARY seems to use some weird flags (like -lidn in this case))

15 years ago- MFB:
Pierre Joye [Tue, 7 Apr 2009 09:44:21 +0000 (09:44 +0000)]
- MFB:
 - #47812, undefined symbol: gdJpegGetVersionInt
 - #46015, Build fails with system gd
 - enable gd_compat when built using system's gd

15 years ago - MFB: initial import, support for external gd library while keeping bug fixes or...
Pierre Joye [Tue, 7 Apr 2009 09:43:53 +0000 (09:43 +0000)]
 - MFB: initial import, support for external gd library while keeping bug fixes or features (more will be activated later)

15 years agoChangeLog update
<changelog@php.net> [Tue, 7 Apr 2009 01:32:45 +0000 (01:32 +0000)]
ChangeLog update

15 years agoMFB: Fixed test
Ilia Alshanetsky [Mon, 6 Apr 2009 14:23:17 +0000 (14:23 +0000)]
MFB: Fixed test

15 years ago- Updated to version 2009.5 (2009e)
Derick Rethans [Mon, 6 Apr 2009 13:26:32 +0000 (13:26 +0000)]
- Updated to version 2009.5 (2009e)

15 years agoAdd a test for bug#42596 so people wont try bogusly fixing it again
Hannes Magnusson [Mon, 6 Apr 2009 12:11:32 +0000 (12:11 +0000)]
Add a test for bug#42596 so people wont try bogusly fixing it again

15 years agoFix segfault on invalid session.save_path
Hannes Magnusson [Mon, 6 Apr 2009 11:48:26 +0000 (11:48 +0000)]
Fix segfault on invalid session.save_path

15 years ago- nuke unused var
Pierre Joye [Mon, 6 Apr 2009 11:37:51 +0000 (11:37 +0000)]
- nuke unused var

15 years agoBug #47880 (crashes in call_user_func_array())
Dmitry Stogov [Mon, 6 Apr 2009 11:10:50 +0000 (11:10 +0000)]
Bug #47880 (crashes in call_user_func_array())

15 years ago- fix TS build
Pierre Joye [Mon, 6 Apr 2009 11:07:39 +0000 (11:07 +0000)]
- fix TS build

15 years agoUse an obscure name
Hannes Magnusson [Mon, 6 Apr 2009 09:31:41 +0000 (09:31 +0000)]
Use an obscure name
# Yes, I have "foo.php" :]

15 years agoFix redef warnings
Kalle Sommer Nielsen [Mon, 6 Apr 2009 09:12:16 +0000 (09:12 +0000)]
Fix redef warnings

15 years agoMention which options are hardcoded in the cli sapi
Hannes Magnusson [Mon, 6 Apr 2009 08:37:06 +0000 (08:37 +0000)]
Mention which options are hardcoded in the cli sapi

15 years agoChangeLog update
<changelog@php.net> [Mon, 6 Apr 2009 01:33:01 +0000 (01:33 +0000)]
ChangeLog update

15 years agoChangeLog update
<changelog@php.net> [Sun, 5 Apr 2009 01:33:06 +0000 (01:33 +0000)]
ChangeLog update

15 years ago- Synced old changes
Felipe Pena [Sat, 4 Apr 2009 17:19:29 +0000 (17:19 +0000)]
- Synced old changes

15 years agoimprove error message when missing c-client (just bit me on Ubuntu 8.10)
Sean Coates [Sat, 4 Apr 2009 16:58:39 +0000 (16:58 +0000)]
improve error message when missing c-client (just bit me on Ubuntu 8.10)

15 years agoFix issue reported by Roman Borschel.
Sebastian Bergmann [Sat, 4 Apr 2009 14:35:28 +0000 (14:35 +0000)]
Fix issue reported by Roman Borschel.

15 years ago- nuke unused var
Pierre Joye [Sat, 4 Apr 2009 11:37:23 +0000 (11:37 +0000)]
- nuke unused var

15 years agoChangeLog update
<changelog@php.net> [Sat, 4 Apr 2009 01:32:39 +0000 (01:32 +0000)]
ChangeLog update

15 years agoImproved GC speed and reduced stack usage
Dmitry Stogov [Fri, 3 Apr 2009 18:52:36 +0000 (18:52 +0000)]
Improved GC speed and reduced stack usage

15 years ago- Changed namespace separator
Felipe Pena [Fri, 3 Apr 2009 14:36:50 +0000 (14:36 +0000)]
- Changed namespace separator

15 years agoChangeLog update
<changelog@php.net> [Fri, 3 Apr 2009 01:33:59 +0000 (01:33 +0000)]
ChangeLog update

15 years ago- Fixed bug #44173 (PDO->query() parameter parsing/checking needs an
Matteo Beccati [Thu, 2 Apr 2009 16:40:33 +0000 (16:40 +0000)]
- Fixed bug #44173 (PDO->query() parameter parsing/checking needs an
  update)
# The changeset is longer than really needed because pdo_stmt.c was
# refactored to remove the "goto"

15 years ago- Fixed bug #47818 (Segfault due to bound callback param)
Felipe Pena [Thu, 2 Apr 2009 15:52:26 +0000 (15:52 +0000)]
- Fixed bug #47818 (Segfault due to bound callback param)

15 years agoFixed bug #47851 (is_callable throws fatal error)
Dmitry Stogov [Thu, 2 Apr 2009 09:56:53 +0000 (09:56 +0000)]
Fixed bug #47851 (is_callable throws fatal error)

15 years agoFixed tests, reverted changes from bug #47546
Matt Wilmas [Thu, 2 Apr 2009 09:42:12 +0000 (09:42 +0000)]
Fixed tests, reverted changes from bug #47546

15 years agoMFB Rebuild credits, was missed in previous RC
Scott MacVicar [Thu, 2 Apr 2009 09:24:16 +0000 (09:24 +0000)]
MFB Rebuild credits, was missed in previous RC

15 years agoWe dont need to escape % here, it just generates a compiler warning
Kalle Sommer Nielsen [Thu, 2 Apr 2009 05:16:55 +0000 (05:16 +0000)]
We dont need to escape % here, it just generates a compiler warning

15 years agoChangeLog update
<changelog@php.net> [Thu, 2 Apr 2009 01:35:58 +0000 (01:35 +0000)]
ChangeLog update

15 years agoexplode() stuff:
Matt Wilmas [Wed, 1 Apr 2009 17:04:17 +0000 (17:04 +0000)]
explode() stuff:
- Fixed bug #47560 (explode()'s limit parameter odd behaviour) by reverting change for bug #47546
- Changed int to long where needed (should fix memory errors from overflow seen in bug #47854)
- Simplified logic a bit with limit and its default value
- php_explode_negative_limit(): removed safe_emalloc (not needed; plain erealloc is used later)
 - Moved declarations/allocation to optimize if the delimiter isn't found
 - Changed ALLOC_STEP size for less realloc's (and maybe better memory block alignment?)

15 years ago- Fixed bug #47852 (Compilation failure in zend_alloc.c) (Matteo)
Felipe Pena [Wed, 1 Apr 2009 16:55:11 +0000 (16:55 +0000)]
- Fixed bug #47852 (Compilation failure in zend_alloc.c) (Matteo)

15 years ago- 8.3.x supports pqprepare
Pierre Joye [Wed, 1 Apr 2009 16:16:20 +0000 (16:16 +0000)]
- 8.3.x supports pqprepare

15 years ago- MFB: fix build when pqprepare does not exist
Pierre Joye [Wed, 1 Apr 2009 16:14:50 +0000 (16:14 +0000)]
- MFB: fix build when pqprepare does not exist

15 years agoreplaced static gdPngJmpbufStruct, which is afraid of being shared with
Takeshi Abe [Wed, 1 Apr 2009 16:05:17 +0000 (16:05 +0000)]
replaced static gdPngJmpbufStruct, which is afraid of being shared with
several threads, by a couple of auto variables.

15 years agoreverted previous patch, using explicit cast instead
Alexey Zakhlestin [Wed, 1 Apr 2009 14:34:21 +0000 (14:34 +0000)]
reverted previous patch, using explicit cast instead

15 years agoconst pointer was used in non-const context
Alexey Zakhlestin [Wed, 1 Apr 2009 11:31:54 +0000 (11:31 +0000)]
const pointer was used in non-const context

15 years agoFixed Windows build
Kalle Sommer Nielsen [Wed, 1 Apr 2009 09:38:41 +0000 (09:38 +0000)]
Fixed Windows build

15 years agoFixed a few warnings from copy():
Kalle Sommer Nielsen [Wed, 1 Apr 2009 09:20:35 +0000 (09:20 +0000)]
Fixed a few warnings from copy():
* If $item is empty then skip to next entry, this fixes the "The first argument cannot be a directory" warnings
* If file does not exist then dont try to copy it

15 years agoChangeLog update
<changelog@php.net> [Wed, 1 Apr 2009 01:32:41 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- MFB: silent warning
Pierre Joye [Tue, 31 Mar 2009 18:08:12 +0000 (18:08 +0000)]
- MFB: silent warning

15 years ago- remove last test for MAX_INT, did not work on x64 and this case is covered by bug47...
Pierre Joye [Tue, 31 Mar 2009 18:00:33 +0000 (18:00 +0000)]
- remove last test for MAX_INT, did not work on x64 and this case is covered by bug47745.phpt

15 years agoFix errormessage check
Hannes Magnusson [Tue, 31 Mar 2009 16:25:58 +0000 (16:25 +0000)]
Fix errormessage check
# Is correct in 5.

15 years agoUpdate libsqlite to 3.6.12
Scott MacVicar [Tue, 31 Mar 2009 14:15:04 +0000 (14:15 +0000)]
Update libsqlite to 3.6.12

15 years ago- Removed unused LONG_SIGN_MASK definition, and a stray \
Matt Wilmas [Tue, 31 Mar 2009 11:20:31 +0000 (11:20 +0000)]
- Removed unused LONG_SIGN_MASK definition, and a stray \
- Changed sign flag to int (it's no longer being used in a calculation)

15 years agoFixed bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer)
Dmitry Stogov [Tue, 31 Mar 2009 10:02:51 +0000 (10:02 +0000)]
Fixed bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer)

15 years agoChangeLog update
<changelog@php.net> [Tue, 31 Mar 2009 01:32:39 +0000 (01:32 +0000)]
ChangeLog update

15 years agoI wish people would test their changes before comitting, especially since the test...
Scott MacVicar [Mon, 30 Mar 2009 22:17:02 +0000 (22:17 +0000)]
I wish people would test their changes before comitting, especially since the test is *IDENTICAL* as before just with different formatting.

15 years ago- Sync with 5.3
Felipe Pena [Mon, 30 Mar 2009 19:43:47 +0000 (19:43 +0000)]
- Sync with 5.3

15 years ago- MFB: better test case, it crashes on more architecture
Pierre Joye [Mon, 30 Mar 2009 18:06:22 +0000 (18:06 +0000)]
- MFB: better test case, it crashes on more architecture

15 years ago* Bypass the date/timezone warning by forcing UTC when running mkdist.php
Kalle Sommer Nielsen [Mon, 30 Mar 2009 14:32:20 +0000 (14:32 +0000)]
* Bypass the date/timezone warning by forcing UTC when running mkdist.php
* Don't run the copy list for PECL if theres no PECL extensions to copy (fixes a few copy() warnings)

15 years agoFix compiler warning
Kalle Sommer Nielsen [Mon, 30 Mar 2009 14:24:01 +0000 (14:24 +0000)]
Fix compiler warning

15 years agoFixed Windows build, declarations first ladies and gentlemen
Kalle Sommer Nielsen [Mon, 30 Mar 2009 14:21:03 +0000 (14:21 +0000)]
Fixed Windows build, declarations first ladies and gentlemen

15 years ago- Fix #47819 (Getting pdo_mysql.so: undefined symbol: mysqlnd_debug_init at
Johannes Schlüter [Mon, 30 Mar 2009 13:53:35 +0000 (13:53 +0000)]
- Fix #47819 (Getting pdo_mysql.so: undefined symbol: mysqlnd_debug_init at
  startup)

15 years agoFix date tests which started failing after change to BST
andy wharmby [Mon, 30 Mar 2009 12:35:29 +0000 (12:35 +0000)]
Fix date tests which started failing after change to BST

15 years agoAdd test for bug #47828
Scott MacVicar [Mon, 30 Mar 2009 09:17:47 +0000 (09:17 +0000)]
Add test for bug #47828

15 years agoChangeLog update
<changelog@php.net> [Mon, 30 Mar 2009 01:32:46 +0000 (01:32 +0000)]
ChangeLog update

15 years agoFix test, -2147483648 is a valid unsigned int where -2147483649 isn't.
Scott MacVicar [Mon, 30 Mar 2009 00:41:01 +0000 (00:41 +0000)]
Fix test, -2147483648 is a valid unsigned int where -2147483649 isn't.

15 years agoFix bug #47828 - Converting to UTF-8 can sometimes fail, check error codes and avoid...
Scott MacVicar [Sun, 29 Mar 2009 23:32:17 +0000 (23:32 +0000)]
Fix bug #47828 - Converting to UTF-8 can sometimes fail, check error codes and avoid segfault.

15 years agoFix bug #47826 - Building with system sqlite3 can miss a symbol.
Scott MacVicar [Sun, 29 Mar 2009 21:33:58 +0000 (21:33 +0000)]
Fix bug #47826 - Building with system sqlite3 can miss a symbol.

15 years agoadded OpenLDAP TLS options to ldap_get_option/ldap_set_option
Stig Venaas [Sun, 29 Mar 2009 18:44:45 +0000 (18:44 +0000)]
added OpenLDAP TLS options to ldap_get_option/ldap_set_option

15 years ago- Fixed pcntl test for platforms not accepting a very large timeout in sigtimedwait()
Matteo Beccati [Sun, 29 Mar 2009 16:42:49 +0000 (16:42 +0000)]
- Fixed pcntl test for platforms not accepting a very large timeout in sigtimedwait()
# It isn't really necessary for the child to wait for PHP_INT_MAX seconds

15 years ago- check in the libpng dir as well
Pierre Joye [Sun, 29 Mar 2009 14:01:15 +0000 (14:01 +0000)]
- check in the libpng dir as well

15 years agoChangeLog update
<changelog@php.net> [Sun, 29 Mar 2009 01:33:58 +0000 (01:33 +0000)]
ChangeLog update

15 years ago- Fixed bug #47816 (pcntl tests failing on NetBSD)
Matteo Beccati [Sat, 28 Mar 2009 03:17:31 +0000 (03:17 +0000)]
- Fixed bug #47816 (pcntl tests failing on NetBSD)
# Tests will still fail until a few kernel bugs are fixed

15 years ago- Reverting: pcntl_signal() returning NULL when passing wrong parameters
Matteo Beccati [Sat, 28 Mar 2009 03:11:39 +0000 (03:11 +0000)]
- Reverting: pcntl_signal() returning NULL when passing wrong parameters
# Wow, my first commit and I broke something, sorry about that :(

15 years agoMFB:
Matteo Beccati [Sat, 28 Mar 2009 03:01:38 +0000 (03:01 +0000)]
MFB:
- Fixed bug #44861 (scrollable cursor don't work with pgsql)

15 years agoMFB:
Matteo Beccati [Sat, 28 Mar 2009 02:34:02 +0000 (02:34 +0000)]
MFB:
- Updated pdo_pgsql from PHP_5_3

15 years agoChangeLog update
<changelog@php.net> [Sat, 28 Mar 2009 01:32:50 +0000 (01:32 +0000)]
ChangeLog update