]> granicus.if.org Git - php/log
php
11 years agoMerge branch 'PHP-5.5'
Arpad Ray [Thu, 27 Jun 2013 18:25:11 +0000 (19:25 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fix bug #62535 - $_SESSION[$key]["cancel_upload"] doesn't work as documented
  Update NEWS
  BC fix for PR 109 merge - create_sid() method in SessionHandler
  Tests, fixes and optimisations
  Add create_sid to session_set_save_handler and SessionHandler

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Arpad Ray [Thu, 27 Jun 2013 18:12:46 +0000 (19:12 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix bug #62535 - $_SESSION[$key]["cancel_upload"] doesn't work as documented

11 years agoFix bug #62535 - $_SESSION[$key]["cancel_upload"] doesn't work as documented
Arpad Ray [Thu, 27 Jun 2013 18:05:23 +0000 (19:05 +0100)]
Fix bug #62535 - $_SESSION[$key]["cancel_upload"] doesn't work as documented

When uploading multiple files, the array in the session where the progress
data is stored (and cancel_upload key is set) was overwritten whenever the
progress data was updated, so pending uploads would proceed anyway.

11 years agoBC fix for PR 109 merge - create_sid() method in SessionHandler
Arpad Ray [Thu, 27 Jun 2013 11:33:56 +0000 (12:33 +0100)]
BC fix for PR 109 merge - create_sid() method in SessionHandler

Creates a new SessionIdInterface and moves create_sid() into it, so existing
handlers implementing SessionHandlerInterface don't require create_sid().
SessionHandler still includes the method so the default mod can be called, but
now implements both interfaces.

Also added several more tests for this feature.

11 years agoTests, fixes and optimisations
Leigh [Tue, 26 Jun 2012 13:57:10 +0000 (14:57 +0100)]
Tests, fixes and optimisations

* Amended existing tests to cater for new functionality.
* Implemented fixes and optimisations recommended by NikiC
* Added create_sid to the registered interface. This was breaking
tests. It also now breaks BC for people implementing the interface
directly instead of extending the class.

11 years agoAdd create_sid to session_set_save_handler and SessionHandler
Leigh [Fri, 15 Jun 2012 14:06:47 +0000 (15:06 +0100)]
Add create_sid to session_set_save_handler and SessionHandler

A lot of code already existed to allow a custom create_sid handler, but
lacked a specific implementation.

Therefore I have added a 7th (optional) argument
session_set_save_handler, to allow a user function to be supplied for
session id generation.

If a create_sid function is not supplied, the default function is
called in its absence to preserve backwards compatibility.

Likewise create_sid only added to SessionHandler class, and not the
interface to maintain backwards compatibility. If the result is not
overridden, the default is called.

11 years agoFixed symbol export
Anatol Belski [Thu, 27 Jun 2013 12:00:56 +0000 (14:00 +0200)]
Fixed symbol export

That's needed for baabd1192973156ac79c35f6d1b0dced4af8e8fb to link
properly.

11 years agoUpdate NEWS
Arpad Ray [Thu, 27 Jun 2013 11:49:16 +0000 (12:49 +0100)]
Update NEWS

11 years agoBC fix for PR 109 merge - create_sid() method in SessionHandler
Arpad Ray [Thu, 27 Jun 2013 11:33:56 +0000 (12:33 +0100)]
BC fix for PR 109 merge - create_sid() method in SessionHandler

Creates a new SessionIdInterface and moves create_sid() into it, so existing
handlers implementing SessionHandlerInterface don't require create_sid().
SessionHandler still includes the method so the default mod can be called, but
now implements both interfaces.

Also added several more tests for this feature.

11 years agoMerge PR 109 - Add create_sid to session_set_save_handler and SessionHandler
Arpad Ray [Thu, 27 Jun 2013 10:27:49 +0000 (11:27 +0100)]
Merge PR 109 - Add create_sid to session_set_save_handler and SessionHandler

Allows user session handlers to create session IDs by adding an optional
7th argument to session_set_save_handler() and a create_sid() method
to SessionHandler.

11 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Thu, 27 Jun 2013 04:38:52 +0000 (12:38 +0800)]
Merge branch 'PHP-5.5'

11 years agoUpdate NEWS:w
Xinchen Hui [Thu, 27 Jun 2013 04:38:35 +0000 (12:38 +0800)]
Update NEWS:w

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Thu, 27 Jun 2013 04:38:13 +0000 (12:38 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoFixed bug #65136 (RecursiveDirectoryIterator segfault)
Xinchen Hui [Thu, 27 Jun 2013 04:37:57 +0000 (12:37 +0800)]
Fixed bug #65136 (RecursiveDirectoryIterator segfault)

11 years agoMerge branch 'PHP-5.5'
Felipe Pena [Wed, 26 Jun 2013 22:16:37 +0000 (19:16 -0300)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - BFN
  - Fixed bug #64467 (Segmentation fault after imap_reopen failure) patch by: askalski at gmail dot com
  - Reclassify bug

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Wed, 26 Jun 2013 22:16:26 +0000 (19:16 -0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - BFN
  - Fixed bug #64467 (Segmentation fault after imap_reopen failure) patch by: askalski at gmail dot com
  - Reclassify bug

11 years ago- BFN
Felipe Pena [Wed, 26 Jun 2013 22:16:13 +0000 (19:16 -0300)]
- BFN

11 years ago- Fixed bug #64467 (Segmentation fault after imap_reopen failure) patch by: askalski...
Felipe Pena [Wed, 26 Jun 2013 22:15:19 +0000 (19:15 -0300)]
- Fixed bug #64467 (Segmentation fault after imap_reopen failure) patch by: askalski at gmail dot com

11 years ago- Reclassify bug
Felipe Pena [Wed, 26 Jun 2013 18:15:37 +0000 (15:15 -0300)]
- Reclassify bug

11 years agoMerge branch 'PHP-5.5'
Felipe Pena [Wed, 26 Jun 2013 18:08:57 +0000 (15:08 -0300)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - BFN
  - Fixed bug #63983 (enabling FPM borks compile on FreeBSD) patch by: chibisuke at web dot de

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Wed, 26 Jun 2013 18:08:51 +0000 (15:08 -0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - BFN
  - Fixed bug #63983 (enabling FPM borks compile on FreeBSD) patch by: chibisuke at web dot de

11 years ago- BFN
Felipe Pena [Wed, 26 Jun 2013 18:08:33 +0000 (15:08 -0300)]
- BFN

11 years ago- Fixed bug #63983 (enabling FPM borks compile on FreeBSD) patch by: chibisuke at...
Felipe Pena [Wed, 26 Jun 2013 18:06:27 +0000 (15:06 -0300)]
- Fixed bug #63983 (enabling FPM borks compile on FreeBSD) patch by: chibisuke at web dot de

11 years agoMerge branch 'PHP-5.5'
Felipe Pena [Wed, 26 Jun 2013 16:50:47 +0000 (13:50 -0300)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - Fixed bug #63409 (php-dba function test fails on big-endian machine) patch by: tianhonglouis at gmail dot com

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Wed, 26 Jun 2013 16:50:43 +0000 (13:50 -0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Fixed bug #63409 (php-dba function test fails on big-endian machine) patch by: tianhonglouis at gmail dot com

11 years ago- Fixed bug #63409 (php-dba function test fails on big-endian machine) patch by:...
Felipe Pena [Wed, 26 Jun 2013 16:50:37 +0000 (13:50 -0300)]
- Fixed bug #63409 (php-dba function test fails on big-endian machine) patch by: tianhonglouis at gmail dot com

11 years agoMerge branch 'PHP-5.5'
Felipe Pena [Wed, 26 Jun 2013 16:36:50 +0000 (13:36 -0300)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - Fixed test

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Wed, 26 Jun 2013 16:36:41 +0000 (13:36 -0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Fixed test

11 years ago- Fixed test
Felipe Pena [Wed, 26 Jun 2013 16:36:36 +0000 (13:36 -0300)]
- Fixed test

11 years agoMerge branch 'PHP-5.5'
Andrey Hristov [Wed, 26 Jun 2013 14:51:42 +0000 (16:51 +0200)]
Merge branch 'PHP-5.5'

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Andrey Hristov [Wed, 26 Jun 2013 14:50:08 +0000 (16:50 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

Conflicts:
NEWS

11 years agoadd new test
Andrey Hristov [Wed, 26 Jun 2013 14:44:26 +0000 (16:44 +0200)]
add new test

11 years agoUpdate NEWS
Yasuo Ohgaki [Wed, 26 Jun 2013 07:31:34 +0000 (16:31 +0900)]
Update NEWS

11 years agoMerge branch 'PHP-5.5'
Yasuo Ohgaki [Wed, 26 Jun 2013 07:23:25 +0000 (16:23 +0900)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed bug #65015 (pg_send_query does not flush send buffer) patch submitted by: adam at vektah dot net

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Yasuo Ohgaki [Wed, 26 Jun 2013 07:19:31 +0000 (16:19 +0900)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #65015 (pg_send_query does not flush send buffer) patch submitted by: adam at vektah dot net

11 years agoFixed bug #65015 (pg_send_query does not flush send buffer) patch submitted by: adam...
Yasuo Ohgaki [Wed, 26 Jun 2013 07:17:57 +0000 (16:17 +0900)]
Fixed bug #65015 (pg_send_query does not flush send buffer) patch submitted by: adam at vektah dot net

11 years agoMerge branch 'PHP-5.5'
Felipe Pena [Wed, 26 Jun 2013 00:53:42 +0000 (21:53 -0300)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - Fixed typo on condition

11 years ago- Fixed typo on condition
Felipe Pena [Wed, 26 Jun 2013 00:53:20 +0000 (21:53 -0300)]
- Fixed typo on condition

11 years agoMerge branch 'PHP-5.5'
Felipe Pena [Wed, 26 Jun 2013 00:44:17 +0000 (21:44 -0300)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - BFN

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Wed, 26 Jun 2013 00:44:03 +0000 (21:44 -0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - BFN

11 years ago- BFN
Felipe Pena [Wed, 26 Jun 2013 00:43:23 +0000 (21:43 -0300)]
- BFN

11 years agoMerge branch 'PHP-5.5'
Felipe Pena [Wed, 26 Jun 2013 00:40:30 +0000 (21:40 -0300)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - Fixed bug #62475 (variant_* functions causes crash when null given as an argument)
  Update NEWS
  Update NEWS
  - BFN

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Wed, 26 Jun 2013 00:40:24 +0000 (21:40 -0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Fixed bug #62475 (variant_* functions causes crash when null given as an argument)
  Update NEWS
  - BFN

11 years agoMerge branch 'PHP-5.4' of git.php.net:/php-src into PHP-5.4
Felipe Pena [Wed, 26 Jun 2013 00:39:17 +0000 (21:39 -0300)]
Merge branch 'PHP-5.4' of git.php.net:/php-src into PHP-5.4

11 years ago- Fixed bug #62475 (variant_* functions causes crash when null given as an argument)
Felipe Pena [Wed, 26 Jun 2013 00:36:50 +0000 (21:36 -0300)]
- Fixed bug #62475 (variant_* functions causes crash when null given as an argument)

11 years agoUpdate NEWS
Christopher Jones [Wed, 26 Jun 2013 00:31:13 +0000 (17:31 -0700)]
Update NEWS

11 years agoUpdate NEWS
Christopher Jones [Wed, 26 Jun 2013 00:30:21 +0000 (17:30 -0700)]
Update NEWS

11 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Christopher Jones [Wed, 26 Jun 2013 00:28:27 +0000 (17:28 -0700)]
Merge branch 'master' of https://git.php.net/repository/php-src

# By Felipe Pena
# Via Felipe Pena (8) and Christopher Jones (3)
* 'master' of https://git.php.net/repository/php-src:
  - Fixed bug #62672 (Error on serialize of ArrayObject) patch by: lior dot k at zend dot com
  - BFN
  - Fixed bug #62964 (Possible XSS on "Registered stream filters" info) patch by: david at nnucomputerwhiz dot com

11 years agoMerge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
Christopher Jones [Wed, 26 Jun 2013 00:28:12 +0000 (17:28 -0700)]
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5

# By Felipe Pena
# Via Felipe Pena
* 'PHP-5.5' of https://git.php.net/repository/php-src:
  - Fixed bug #62672 (Error on serialize of ArrayObject) patch by: lior dot k at zend dot com
  - BFN
  - Fixed bug #62964 (Possible XSS on "Registered stream filters" info) patch by: david at nnucomputerwhiz dot com

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Wed, 26 Jun 2013 00:28:11 +0000 (17:28 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

# By Felipe Pena
# Via Felipe Pena
* 'PHP-5.4' of https://git.php.net/repository/php-src:
  - BFN
  - Fixed bug #62672 (Error on serialize of ArrayObject) patch by: lior dot k at zend dot com
  - BFN
  - Fixed bug #62964 (Possible XSS on "Registered stream filters" info) patch by: david at nnucomputerwhiz dot com

11 years ago- BFN
Felipe Pena [Wed, 26 Jun 2013 00:19:56 +0000 (21:19 -0300)]
- BFN

11 years agoMerge branch 'PHP-5.5'
Felipe Pena [Wed, 26 Jun 2013 00:19:06 +0000 (21:19 -0300)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - Fixed bug #62672 (Error on serialize of ArrayObject) patch by: lior dot k at zend dot com
  - BFN

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Wed, 26 Jun 2013 00:18:34 +0000 (21:18 -0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Fixed bug #62672 (Error on serialize of ArrayObject) patch by: lior dot k at zend dot com
  - BFN

11 years ago- Fixed bug #62672 (Error on serialize of ArrayObject) patch by: lior dot k at zend...
Felipe Pena [Wed, 26 Jun 2013 00:18:09 +0000 (21:18 -0300)]
- Fixed bug #62672 (Error on serialize of ArrayObject) patch by: lior dot k at zend dot com

11 years ago- BFN
Felipe Pena [Tue, 25 Jun 2013 21:04:25 +0000 (18:04 -0300)]
- BFN

11 years agoMerge branch 'PHP-5.4' of git.php.net:/php-src into PHP-5.4
Felipe Pena [Tue, 25 Jun 2013 21:01:46 +0000 (18:01 -0300)]
Merge branch 'PHP-5.4' of git.php.net:/php-src into PHP-5.4

11 years agoMerge branch 'PHP-5.5' of git.php.net:/php-src into PHP-5.5
Felipe Pena [Tue, 25 Jun 2013 21:01:40 +0000 (18:01 -0300)]
Merge branch 'PHP-5.5' of git.php.net:/php-src into PHP-5.5

11 years agoMerge branch 'master' of git.php.net:/php-src
Felipe Pena [Tue, 25 Jun 2013 21:01:32 +0000 (18:01 -0300)]
Merge branch 'master' of git.php.net:/php-src

11 years agoMerge branch 'PHP-5.5'
Felipe Pena [Tue, 25 Jun 2013 21:00:47 +0000 (18:00 -0300)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - Fixed bug #62964 (Possible XSS on "Registered stream filters" info) patch by: david at nnucomputerwhiz dot com
  - BFN

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Tue, 25 Jun 2013 21:00:42 +0000 (18:00 -0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Fixed bug #62964 (Possible XSS on "Registered stream filters" info) patch by: david at nnucomputerwhiz dot com
  - BFN

11 years ago- Fixed bug #62964 (Possible XSS on "Registered stream filters" info) patch by: david...
Felipe Pena [Tue, 25 Jun 2013 21:00:33 +0000 (18:00 -0300)]
- Fixed bug #62964 (Possible XSS on "Registered stream filters" info) patch by: david at nnucomputerwhiz dot com

11 years agoMerge branch 'PHP-5.4'
Christopher Jones [Tue, 25 Jun 2013 20:25:19 +0000 (13:25 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  - BFN

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Christopher Jones [Tue, 25 Jun 2013 20:25:04 +0000 (13:25 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - BFN

11 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Christopher Jones [Tue, 25 Jun 2013 20:23:58 +0000 (13:23 -0700)]
Merge branch 'master' of https://git.php.net/repository/php-src

* 'master' of https://git.php.net/repository/php-src:
  - Fixed bug #60732 (php_error_docref links to invalid pages) patch by: Jakub Vrana

11 years agoMerge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
Christopher Jones [Tue, 25 Jun 2013 20:23:50 +0000 (13:23 -0700)]
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5

* 'PHP-5.5' of https://git.php.net/repository/php-src:
  - Fixed bug #60732 (php_error_docref links to invalid pages) patch by: Jakub Vrana

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Tue, 25 Jun 2013 20:23:25 +0000 (13:23 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src:
  - BFN
  - Fixed bug #60732 (php_error_docref links to invalid pages) patch by: Jakub Vrana

11 years ago- BFN
Felipe Pena [Tue, 25 Jun 2013 19:27:30 +0000 (16:27 -0300)]
- BFN

11 years agoMerge branch 'PHP-5.5'
Felipe Pena [Tue, 25 Jun 2013 19:26:48 +0000 (16:26 -0300)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - Fixed bug #60732 (php_error_docref links to invalid pages) patch by: Jakub Vrana

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Tue, 25 Jun 2013 19:26:36 +0000 (16:26 -0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Fixed bug #60732 (php_error_docref links to invalid pages) patch by: Jakub Vrana

11 years ago- Fixed bug #60732 (php_error_docref links to invalid pages) patch by: Jakub Vrana
Felipe Pena [Tue, 25 Jun 2013 19:26:26 +0000 (16:26 -0300)]
- Fixed bug #60732 (php_error_docref links to invalid pages) patch by: Jakub Vrana

11 years agoMerge branch 'PHP-5.4'
Christopher Jones [Tue, 25 Jun 2013 19:00:56 +0000 (12:00 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Minium changes to allow PDO_OCI to build with Oracle Database 12c libraries. (note OCI8 already builds with Oracle Database 12c)

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Christopher Jones [Tue, 25 Jun 2013 19:00:24 +0000 (12:00 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Minium changes to allow PDO_OCI to build with Oracle Database 12c libraries. (note OCI8 already builds with Oracle Database 12c)

11 years agoMerge branch 'configure12c' into PHP-5.4
Christopher Jones [Tue, 25 Jun 2013 19:00:08 +0000 (12:00 -0700)]
Merge branch 'configure12c' into PHP-5.4

* configure12c:
  Minium changes to allow PDO_OCI to build with Oracle Database 12c libraries. (note OCI8 already builds with Oracle Database 12c)

11 years agoMinium changes to allow PDO_OCI to build with Oracle Database 12c libraries.
Christopher Jones [Tue, 25 Jun 2013 18:55:41 +0000 (11:55 -0700)]
Minium changes to allow PDO_OCI to build with Oracle Database 12c libraries.
(note OCI8 already builds with Oracle Database 12c)

11 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Tue, 25 Jun 2013 05:48:54 +0000 (13:48 +0800)]
Merge branch 'PHP-5.5'

11 years agoFixed bug #64827 Segfault in zval_mark_grey (zend_gc.c)
Xinchen Hui [Tue, 25 Jun 2013 05:47:50 +0000 (13:47 +0800)]
Fixed bug #64827 Segfault in zval_mark_grey (zend_gc.c)

I can not get a reproduce script since the context is very strict.

Of course I will try to make one, but for now, I just commit this first.

11 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Tue, 25 Jun 2013 05:40:19 +0000 (13:40 +0800)]
Merge branch 'PHP-5.5'

11 years agoUpdate NEWS
Xinchen Hui [Tue, 25 Jun 2013 05:39:31 +0000 (13:39 +0800)]
Update NEWS

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Tue, 25 Jun 2013 05:38:50 +0000 (13:38 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoFixed Bug #61828 (Memleak when calling Directory(Recursive)Iterator/Spl(Temp)FileObje...
Xinchen Hui [Tue, 25 Jun 2013 05:37:56 +0000 (13:37 +0800)]
Fixed Bug #61828 (Memleak when calling Directory(Recursive)Iterator/Spl(Temp)FileObject ctor twice)

11 years agoSome tidy-ups: Don't mention Logo GUIDs in three places; mention
Christopher Jones [Tue, 25 Jun 2013 00:12:35 +0000 (17:12 -0700)]
Some tidy-ups: Don't mention Logo GUIDs in three places; mention
password_hash functionality; add some doc URLs for new features;
grammar & typos; formatting changes.

11 years agoMerge branch 'PHP-5.5'
Felipe Pena [Mon, 24 Jun 2013 19:50:19 +0000 (16:50 -0300)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - Fixed bug #61594 (ext/session/mod_mm.c: missing free of ps_mm_instance) patch by: jlawall at hotmail dot com
  - BFN

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Mon, 24 Jun 2013 19:49:22 +0000 (16:49 -0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Fixed bug #61594 (ext/session/mod_mm.c: missing free of ps_mm_instance) patch by: jlawall at hotmail dot com
  - BFN

11 years ago- Fixed bug #61594 (ext/session/mod_mm.c: missing free of ps_mm_instance) patch by...
Felipe Pena [Mon, 24 Jun 2013 19:49:15 +0000 (16:49 -0300)]
- Fixed bug #61594 (ext/session/mod_mm.c: missing free of ps_mm_instance) patch by: jlawall at hotmail dot com

11 years ago- BFN
Felipe Pena [Mon, 24 Jun 2013 17:50:14 +0000 (14:50 -0300)]
- BFN

11 years agoMerge branch 'PHP-5.5'
Felipe Pena [Mon, 24 Jun 2013 17:48:28 +0000 (14:48 -0300)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - Fixed bug #61387 (NULL valued anonymous column causes segfault in odbc_fetch_array) patch by: Brandon Kirsch

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Mon, 24 Jun 2013 17:47:40 +0000 (14:47 -0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Fixed bug #61387 (NULL valued anonymous column causes segfault in odbc_fetch_array) patch by: Brandon Kirsch

11 years ago- Fixed bug #61387 (NULL valued anonymous column causes segfault in odbc_fetch_array...
Felipe Pena [Mon, 24 Jun 2013 17:43:35 +0000 (14:43 -0300)]
- Fixed bug #61387 (NULL valued anonymous column causes segfault in odbc_fetch_array) patch by: Brandon Kirsch

11 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Mon, 24 Jun 2013 15:53:54 +0000 (23:53 +0800)]
Merge branch 'PHP-5.5'

11 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Xinchen Hui [Mon, 24 Jun 2013 15:49:45 +0000 (23:49 +0800)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Mon, 24 Jun 2013 15:49:30 +0000 (23:49 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

Conflicts:
Zend/zend_API.c

11 years agoFixed bug (is_callable() triggers Fatal Error)
Xinchen Hui [Mon, 24 Jun 2013 15:45:08 +0000 (23:45 +0800)]
Fixed bug (is_callable() triggers Fatal Error)

This bug is also exists in 5.4, and previous fix by dsp is not complete
for __callStatic stituation, see test script

11 years agoMerge branch 'PHP-5.5'
David Soria Parra [Mon, 24 Jun 2013 15:44:04 +0000 (17:44 +0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Notify doc team BEFORE we release

11 years agoNotify doc team BEFORE we release
David Soria Parra [Mon, 24 Jun 2013 15:44:00 +0000 (17:44 +0200)]
Notify doc team BEFORE we release

11 years agoMerge branch 'PHP-5.5'
David Soria Parra [Mon, 24 Jun 2013 15:22:02 +0000 (17:22 +0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fix #65108 (is_callable() triggers Fatal Error)

11 years agoFix #65108 (is_callable() triggers Fatal Error)
David Soria Parra [Mon, 24 Jun 2013 13:38:48 +0000 (15:38 +0200)]
Fix #65108 (is_callable() triggers Fatal Error)

We have to check if the fcall info cache contains a pointer if we
use __call, otherwise we endup in a static lookup.

11 years agoMerge branch 'PHP-5.5'
Remi Collet [Mon, 24 Jun 2013 09:15:56 +0000 (11:15 +0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  fix imagecreatefromwebp and imagewebp protos

11 years agofix imagecreatefromwebp and imagewebp protos
Remi Collet [Mon, 24 Jun 2013 09:15:50 +0000 (11:15 +0200)]
fix imagecreatefromwebp and imagewebp protos

11 years agoMerge branch 'PHP-5.5'
Remi Collet [Mon, 24 Jun 2013 09:11:02 +0000 (11:11 +0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Use same logic to load WebP image that other formats

11 years agoUse same logic to load WebP image that other formats
Remi Collet [Mon, 24 Jun 2013 09:10:52 +0000 (11:10 +0200)]
Use same logic to load WebP image that other formats