]> granicus.if.org Git - php/log
php
11 years agoMerge branch 'PHP-5.5'
Arnaud Le Blanc [Sat, 29 Jun 2013 15:55:39 +0000 (17:55 +0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  NEWS
  Added PHP_FCGI_BACKLOG, overrides the default listen backlog

11 years agoNEWS
Arnaud Le Blanc [Sat, 29 Jun 2013 15:54:55 +0000 (17:54 +0200)]
NEWS

11 years agoAdded PHP_FCGI_BACKLOG, overrides the default listen backlog
Arnaud Le Blanc [Sun, 28 Apr 2013 14:25:30 +0000 (16:25 +0200)]
Added PHP_FCGI_BACKLOG, overrides the default listen backlog

11 years agoMerge branch 'PHP-5.5'
Yasuo Ohgaki [Sat, 29 Jun 2013 00:44:45 +0000 (09:44 +0900)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed bug #35703: when session_name("123") consist only digits, should warning

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Yasuo Ohgaki [Sat, 29 Jun 2013 00:43:06 +0000 (09:43 +0900)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #35703: when session_name("123") consist only digits, should warning

11 years agoMerge branch 'PHP-5.5' into master
Yasuo Ohgaki [Fri, 28 Jun 2013 21:45:18 +0000 (06:45 +0900)]
Merge branch 'PHP-5.5' into master

Fixed bug #49175: mod_files.sh does not support hash bits

11 years agoFixed bug #49175: mod_files.sh does not support hash bits
Yasuo Ohgaki [Fri, 28 Jun 2013 21:45:18 +0000 (06:45 +0900)]
Fixed bug #49175: mod_files.sh does not support hash bits

11 years agoFixed bug #35703: when session_name("123") consist only digits, should warning
Yasuo Ohgaki [Fri, 28 Jun 2013 23:07:44 +0000 (08:07 +0900)]
Fixed bug #35703: when session_name("123") consist only digits, should warning

11 years agoFixed bug #49175: mod_files.sh does not support hash bits
Yasuo Ohgaki [Fri, 28 Jun 2013 21:45:18 +0000 (06:45 +0900)]
Fixed bug #49175: mod_files.sh does not support hash bits

11 years agoFixed bug #49175: mod_files.sh does not support hash bits
Yasuo Ohgaki [Fri, 28 Jun 2013 21:45:18 +0000 (06:45 +0900)]
Fixed bug #49175: mod_files.sh does not support hash bits

11 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Fri, 28 Jun 2013 21:02:12 +0000 (14:02 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  add fix for  #60560 into upgrading

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Fri, 28 Jun 2013 21:01:53 +0000 (14:01 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  add fix for  #60560 into upgrading

11 years agoadd fix for #60560 into upgrading
Stanislav Malyshev [Fri, 28 Jun 2013 21:01:25 +0000 (14:01 -0700)]
add fix for  #60560 into upgrading

11 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Fri, 28 Jun 2013 20:56:31 +0000 (13:56 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Add a __wakeup() method to SplFixedArray, thereby fixing serialising an
  Update NEWS
  small optimization
  fix bug #61860: use USearch for searches, it does the right thing

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Fri, 28 Jun 2013 20:55:26 +0000 (13:55 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Add a __wakeup() method to SplFixedArray, thereby fixing serialising an
  Update NEWS
  small optimization
  fix bug #61860: use USearch for searches, it does the right thing

11 years agoMerge branch 'bug61860' into PHP-5.4
Stanislav Malyshev [Fri, 28 Jun 2013 20:53:13 +0000 (13:53 -0700)]
Merge branch 'bug61860' into PHP-5.4

* bug61860:
  small optimization
  fix bug #61860: use USearch for searches, it does the right thing

11 years agoAdd a __wakeup() method to SplFixedArray, thereby fixing serialising an
Adam Harvey [Tue, 21 Feb 2012 10:34:42 +0000 (10:34 +0000)]
Add a __wakeup() method to SplFixedArray, thereby fixing serialising an

SplFixedArray object and bug #60560 (SplFixedArray un-/serialize, getSize(),
count() return 0, keys are strings).

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 agoUpdate NEWS
Arpad Ray [Thu, 27 Jun 2013 18:23:58 +0000 (19:23 +0100)]
Update NEWS

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