]> granicus.if.org Git - php/log
php
12 years agoMerge branch 'PHP-5.4'
Pierrick Charron [Fri, 28 Sep 2012 19:22:37 +0000 (15:22 -0400)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  FD_ZERO file descriptors before calling curl_multi_fdset

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Pierrick Charron [Fri, 28 Sep 2012 19:21:33 +0000 (15:21 -0400)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  FD_ZERO file descriptors before calling curl_multi_fdset

12 years agoFD_ZERO file descriptors before calling curl_multi_fdset
Pierrick Charron [Fri, 28 Sep 2012 19:19:03 +0000 (15:19 -0400)]
FD_ZERO file descriptors before calling curl_multi_fdset

As per curl documentation http://curl.haxx.se/libcurl/c/curl_multi_fdset.html
we need to FD_ZERO file descriptors before calling the curl_multi_fdset function

12 years agoMerge branch 'master' of ssh://git.php.net/php-src
Andrey Hristov [Fri, 28 Sep 2012 09:59:20 +0000 (11:59 +0200)]
Merge branch 'master' of ssh://git.php.net/php-src

12 years agofix login failure with empty password. This is 5.5 specific - new code
Andrey Hristov [Fri, 28 Sep 2012 09:58:41 +0000 (11:58 +0200)]
fix login failure with empty password. This is 5.5 specific - new code

12 years agoMerge branch 'PHP-5.4'
Jerome Loyet [Fri, 28 Sep 2012 09:22:59 +0000 (11:22 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Add missing NEWS entry
  Fixed bug #62216

12 years agoAdd missing NEWS entry
Jerome Loyet [Fri, 28 Sep 2012 09:22:16 +0000 (11:22 +0200)]
Add missing NEWS entry

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Jerome Loyet [Fri, 28 Sep 2012 09:21:12 +0000 (11:21 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #62216

12 years agoMerge branch 'bug62216' into PHP-5.3
Jerome Loyet [Fri, 28 Sep 2012 09:20:47 +0000 (11:20 +0200)]
Merge branch 'bug62216' into PHP-5.3

* bug62216:
  Fixed bug #62216

12 years agoFixed bug #62216
Jerome Loyet [Fri, 28 Sep 2012 09:18:08 +0000 (11:18 +0200)]
Fixed bug #62216

Add PID to php-fpm init.d script

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Fri, 28 Sep 2012 07:05:10 +0000 (15:05 +0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Fri, 28 Sep 2012 07:03:52 +0000 (15:03 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years ago- Fixed bug #62887 (Only /status?plain&full gives "last request cpu")
Jerome Loyet [Thu, 27 Sep 2012 23:26:20 +0000 (01:26 +0200)]
- Fixed bug #62887 (Only /status?plain&full gives "last request cpu")

12 years ago- Fixed bug #62887 (Only /status?plain&full gives "last request cpu")
Jerome Loyet [Thu, 27 Sep 2012 23:25:51 +0000 (01:25 +0200)]
- Fixed bug #62887 (Only /status?plain&full gives "last request cpu")

12 years ago- Fixed bug #62887 (Only /status?plain&full gives "last request cpu")
Jerome Loyet [Thu, 27 Sep 2012 23:24:52 +0000 (01:24 +0200)]
- Fixed bug #62887 (Only /status?plain&full gives "last request cpu")

12 years agoMerge branch 'fuckgit' into PHP-5.4
Jerome Loyet [Thu, 27 Sep 2012 23:19:01 +0000 (01:19 +0200)]
Merge branch 'fuckgit' into PHP-5.4

* fuckgit:
  - Fixed bug #62947 (Unneccesary warnings on FPM)
  - Fixed bug #63085 (Systemd integration and daemonize)

Conflicts:
sapi/fpm/config.m4

12 years ago- Fixed bug #62947 (Unneccesary warnings on FPM)
Jerome Loyet [Thu, 27 Sep 2012 23:09:31 +0000 (01:09 +0200)]
- Fixed bug #62947 (Unneccesary warnings on FPM)

12 years ago- Fixed bug #62947 (Unneccesary warnings on FPM)
Jerome Loyet [Thu, 27 Sep 2012 23:08:48 +0000 (01:08 +0200)]
- Fixed bug #62947 (Unneccesary warnings on FPM)

12 years ago- Fixed bug #62947 (Unneccesary warnings on FPM)
Jerome Loyet [Thu, 27 Sep 2012 23:08:08 +0000 (01:08 +0200)]
- Fixed bug #62947 (Unneccesary warnings on FPM)

12 years ago- fix merge (fucking git merging system ... :( )
Jerome Loyet [Thu, 27 Sep 2012 22:55:06 +0000 (00:55 +0200)]
- fix merge (fucking git merging system ... :( )

12 years agoMerge branch 'PHP-5.4'
Jerome Loyet [Thu, 27 Sep 2012 22:53:43 +0000 (00:53 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  - Fixed bug #63085 (Systemd integration and daemonize)
  - Fixed bug #62954 (startup problems fpm / php-fpm) - Fixed bug #62886 (PHP-FPM may segfault/hang on startup)

12 years ago- Fixed bug #63085 (Systemd integration and daemonize)
Jerome Loyet [Thu, 27 Sep 2012 22:53:05 +0000 (00:53 +0200)]
- Fixed bug #63085 (Systemd integration and daemonize)

12 years ago- add missing php-fpm.service.in
Jerome Loyet [Thu, 27 Sep 2012 22:47:56 +0000 (00:47 +0200)]
- add missing php-fpm.service.in

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Jerome Loyet [Thu, 27 Sep 2012 22:39:29 +0000 (00:39 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  - Fixed bug #63085 (Systemd integration and daemonize)
  - Fixed bug #62954 (startup problems fpm / php-fpm) - Fixed bug #62886 (PHP-FPM may segfault/hang on startup)

Conflicts:
sapi/fpm/config.m4

12 years ago- Fixed bug #63085 (Systemd integration and daemonize)
Jerome Loyet [Thu, 27 Sep 2012 22:33:05 +0000 (00:33 +0200)]
- Fixed bug #63085 (Systemd integration and daemonize)

12 years agoMerge branch 'PHP-5.4'
Jerome Loyet [Thu, 27 Sep 2012 22:08:13 +0000 (00:08 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  - Fixed bug #62954 (startup problems fpm / php-fpm) - Fixed bug #62886 (PHP-FPM may segfault/hang on startup)

12 years agoMerge branch 'master' of git.php.net:php-src
Jerome Loyet [Thu, 27 Sep 2012 22:06:13 +0000 (00:06 +0200)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src: (641 commits)
  fix unix/win dir separators
  Fix bug #63173: Crash when invoking invalid array callback
  compile out example plugin in a release build
  change public key setting to PERDIR and finish code that allows to set the key file programatically per mysqli_options()
  remove old unicode code, that is was compiled out by using a macro
  Add SHA256 authentication support - password hashing to mysqlnd Automatic switchover to SSL with plain-text password is not part of this
  Correct the test summary
  Fixed bug #60723 (error_log error time has changed to UTC ignoring default timezo)
  Fixed bug #60723 (error_log error time has changed to UTC ignoring default timezo)
  Add NEWS/UPGRADING for previous change
  Simplify set_error_handler/set_exception_handler code
  Return previous error handler when resetting the error handler
  Allow resetting the error handler
  Revert error/exception handler changes
  Fixed bug #63132
  Avoid calling select if maxfd returned by curl_multi_fdset is -1
  Add CURLOPT_READDATA which was removed by mistake
  Fixing NEWS file
  Fixed bug #63111 (is_callable() lies for abstract static method)
  updated lib versions
  ...

12 years ago- Fixed bug #62954 (startup problems fpm / php-fpm)
Jerome Loyet [Thu, 27 Sep 2012 22:05:48 +0000 (00:05 +0200)]
- Fixed bug #62954 (startup problems fpm / php-fpm)
- Fixed bug #62886 (PHP-FPM may segfault/hang on startup)

12 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Jerome Loyet [Thu, 27 Sep 2012 21:57:06 +0000 (23:57 +0200)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

* 'PHP-5.4' of git.php.net:php-src: (367 commits)
  fix unix/win dir separators
  Fix bug #63173: Crash when invoking invalid array callback
  Correct the test summary
  Fixed bug #60723 (error_log error time has changed to UTC ignoring default timezo)
  Fixed bug #60723 (error_log error time has changed to UTC ignoring default timezo)
  Avoid calling select if maxfd returned by curl_multi_fdset is -1
  Fixing NEWS file
  Fixed bug #63111 (is_callable() lies for abstract static method)
  updated lib versions
  Fix folding
  fix bug #63015 (Incorrect arginfo for DOMErrorHandler)
  Bug #63000: MCAST_JOIN_GROUP on OSX is broken
  Fixed bug #61442 (exception threw in __autoload can not be catched)
  Merging PR #116
  Merged GitHub PR #190: Support for the HTTP PATCH method in CLI webserver
  updated libary versions
  split tests for the new zlib version on win
  Fixed Bug #63103 (ext\curl\tests\bug62839.phpt broken)
  update news
  Support building PHP with the native client toolchain.
  ...

12 years ago- Fixed bug #62954 (startup problems fpm / php-fpm)
Jerome Loyet [Thu, 27 Sep 2012 21:54:35 +0000 (23:54 +0200)]
- Fixed bug #62954 (startup problems fpm / php-fpm)
- Fixed bug #62886 (PHP-FPM may segfault/hang on startup)

12 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Thu, 27 Sep 2012 17:54:12 +0000 (19:54 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  fix unix/win dir separators

12 years agofix unix/win dir separators
Anatoliy Belsky [Thu, 27 Sep 2012 17:52:34 +0000 (19:52 +0200)]
fix unix/win dir separators

12 years agoMerge branch 'PHP-5.4'
Nikita Popov [Thu, 27 Sep 2012 16:46:27 +0000 (18:46 +0200)]
Merge branch 'PHP-5.4'

Conflicts:
Zend/zend_vm_def.h

12 years agoFix bug #63173: Crash when invoking invalid array callback
Nikita Popov [Thu, 27 Sep 2012 16:40:00 +0000 (18:40 +0200)]
Fix bug #63173: Crash when invoking invalid array callback

The code did not check whether the zend_hash_index_find calls succeded,
so PHP crashed when an array callback was called that contains two elements
which don't have the indices 0 and 1.

12 years agoMerge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
Jerome Loyet [Wed, 26 Sep 2012 18:18:21 +0000 (20:18 +0200)]
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3

* 'PHP-5.3' of git.php.net:php-src: (29 commits)
  Correct the test summary
  Fixed bug #60723 (error_log error time has changed to UTC ignoring default timezo)
  Avoid calling select if maxfd returned by curl_multi_fdset is -1
  Fixed bug #63111 (is_callable() lies for abstract static method)
  updated lib versions
  Fixed bug #61442 (exception threw in __autoload can not be catched)
  updated libary versions
  split tests for the new zlib version on win
  Fixed Bug #63103 (ext\curl\tests\bug62839.phpt broken)
  test should fail
  Fixed bug #63093 (Segfault while load extension failed in zts-build).
  Add XFAIL test for bug #62852
  Revert "Fixed bug #62852 (Unserialize invalid DateTime causes crash)"
  Change package.xml fix description
  Fixed bug #60901 (Improve "tail" syntax for AIX installation)
  This will become 5.3.18
  Update RELEASE PROCESS
  fix NEWS after releses
  Fix doc bug #63032 (Number of release in documentation).
  - Fixed bug #61767 (Shutdown functions not called in certain error situation) - Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function)
  ...

12 years agocompile out example plugin in a release build
andrey [Wed, 26 Sep 2012 15:13:46 +0000 (17:13 +0200)]
compile out example plugin in a release build

12 years agochange public key setting to PERDIR and finish code that allows
andrey [Tue, 25 Sep 2012 16:26:02 +0000 (18:26 +0200)]
change public key setting to PERDIR and finish code that allows
to set the key file programatically per mysqli_options()

12 years agoremove old unicode code, that is was compiled out by using a macro
andrey [Tue, 25 Sep 2012 14:36:21 +0000 (16:36 +0200)]
remove old unicode code, that is was compiled out by using a macro

12 years agoAdd SHA256 authentication support - password hashing to mysqlnd
andrey [Tue, 25 Sep 2012 12:04:36 +0000 (14:04 +0200)]
Add SHA256 authentication support - password hashing to mysqlnd
Automatic switchover to SSL with plain-text password is not part of this

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Mon, 24 Sep 2012 11:47:47 +0000 (19:47 +0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Mon, 24 Sep 2012 11:47:28 +0000 (19:47 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoCorrect the test summary
Xinchen Hui [Mon, 24 Sep 2012 11:46:40 +0000 (19:46 +0800)]
Correct the test summary

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Mon, 24 Sep 2012 03:01:24 +0000 (11:01 +0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Mon, 24 Sep 2012 03:00:58 +0000 (11:00 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

Conflicts:
ext/standard/tests/general_functions/bug60723.phpt

12 years agoFixed bug #60723 (error_log error time has changed to UTC ignoring default timezo)
Xinchen Hui [Sun, 23 Sep 2012 14:59:31 +0000 (22:59 +0800)]
Fixed bug #60723 (error_log error time has changed to UTC ignoring default timezo)

Cherry pick to 5.3

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Sun, 23 Sep 2012 15:00:15 +0000 (23:00 +0800)]
Merge branch 'PHP-5.4'

12 years agoFixed bug #60723 (error_log error time has changed to UTC ignoring default timezo)
Xinchen Hui [Sun, 23 Sep 2012 14:59:31 +0000 (22:59 +0800)]
Fixed bug #60723 (error_log error time has changed to UTC ignoring default timezo)

12 years agoAdd NEWS/UPGRADING for previous change
Nikita Popov [Sat, 22 Sep 2012 19:54:59 +0000 (21:54 +0200)]
Add NEWS/UPGRADING for previous change

12 years agoSimplify set_error_handler/set_exception_handler code
Nikita Popov [Sat, 24 Mar 2012 12:48:11 +0000 (13:48 +0100)]
Simplify set_error_handler/set_exception_handler code

12 years agoReturn previous error handler when resetting the error handler
Nikita Popov [Sat, 24 Mar 2012 12:10:51 +0000 (13:10 +0100)]
Return previous error handler when resetting the error handler

set_error_handler(null) and set_exception_handler(null) now return the
previous error/exception handler instead of just returning bool(true).
This is consistent with the behavior of these functions with non-null
values.

12 years agoAllow resetting the error handler
Nikita Popov [Sat, 24 Mar 2012 11:52:15 +0000 (12:52 +0100)]
Allow resetting the error handler

This allows the error handler to be reset using set_error_handler(null).
As the code suggests this behavior was already previously intended, but
the callback check was done too strictly.

12 years agoRevert error/exception handler changes
Nikita Popov [Sat, 22 Sep 2012 19:41:51 +0000 (21:41 +0200)]
Revert error/exception handler changes

This reverts the following two commits:

 * 6ba2e662e447f369c6e7686e8b39dde033fd5334
 * d8f8e98d8e0493adf1fae622595bd3435bdbf835

Laruence already did some partial changes to set_error_handler and
set_exception_handler. I'm reverting those modifications to apply the full
set of changes. (The modifications changed the code structure in a way that
would lead to more duplication with the new behavior.)

12 years agoFixed bug #63132
Nikita Popov [Sat, 22 Sep 2012 17:12:21 +0000 (19:12 +0200)]
Fixed bug #63132

EG(arg_types_stack) is now also backed up when generators are used. This
allows the use of yield in nested method calls.

This commit adds two new functions to the zend_ptr_stack API:

    zend_ptr_stack_push_from_memory
    zend_ptr_stack_pop_into_memory

both taking the following arguments:

    zend_ptr_stack *stack, int count, void **pointers

12 years agoMerge branch 'PHP-5.4'
Pierrick Charron [Sat, 22 Sep 2012 14:19:16 +0000 (10:19 -0400)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Avoid calling select if maxfd returned by curl_multi_fdset is -1
  Fixing NEWS file

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Pierrick Charron [Sat, 22 Sep 2012 14:18:44 +0000 (10:18 -0400)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Avoid calling select if maxfd returned by curl_multi_fdset is -1

12 years agoAvoid calling select if maxfd returned by curl_multi_fdset is -1
Pierrick Charron [Sat, 22 Sep 2012 14:15:40 +0000 (10:15 -0400)]
Avoid calling select if maxfd returned by curl_multi_fdset is -1

As per libcurl documentation :

When libcurl returns -1 in max_fd, it is because libcurl currently
does something that isn't possible for your application to monitor
with a socket and unfortunately you can then not know exactly when
the current action is completed using select().

12 years agoAdd CURLOPT_READDATA which was removed by mistake
Pierrick Charron [Sat, 22 Sep 2012 14:04:51 +0000 (10:04 -0400)]
Add CURLOPT_READDATA which was removed by mistake

I did a check and this is the only one which was removed by mistake.
No other constants are available in 5.4 branch and not in master

12 years agoFixing NEWS file
Lars Strojny [Fri, 21 Sep 2012 11:22:53 +0000 (13:22 +0200)]
Fixing NEWS file

12 years agoMerge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
Dmitry Stogov [Fri, 21 Sep 2012 11:17:21 +0000 (15:17 +0400)]
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3

* 'PHP-5.3' of git.php.net:php-src:
  updated lib versions

12 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Dmitry Stogov [Fri, 21 Sep 2012 11:16:57 +0000 (15:16 +0400)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

* 'PHP-5.4' of git.php.net:php-src:
  updated lib versions

12 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Fri, 21 Sep 2012 11:15:37 +0000 (15:15 +0400)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  updated lib versions

12 years agoMerge branch 'PHP-5.4'
Dmitry Stogov [Fri, 21 Sep 2012 11:14:29 +0000 (15:14 +0400)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fixed bug #63111 (is_callable() lies for abstract static method)
  Fix folding

Conflicts:
NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Dmitry Stogov [Fri, 21 Sep 2012 10:18:37 +0000 (14:18 +0400)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #63111 (is_callable() lies for abstract static method)

Conflicts:
NEWS

12 years agoFixed bug #63111 (is_callable() lies for abstract static method)
Dmitry Stogov [Fri, 21 Sep 2012 09:07:14 +0000 (13:07 +0400)]
Fixed bug #63111 (is_callable() lies for abstract static method)

12 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Fri, 21 Sep 2012 07:59:01 +0000 (09:59 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  updated lib versions
  Fix folding

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Fri, 21 Sep 2012 07:58:16 +0000 (09:58 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  updated lib versions

12 years agoupdated lib versions
Anatoliy Belsky [Fri, 21 Sep 2012 07:57:22 +0000 (09:57 +0200)]
updated lib versions

12 years agoDo not disable RFC3678 multicast API on Windows
Gustavo Lopes [Thu, 20 Sep 2012 21:31:10 +0000 (23:31 +0200)]
Do not disable RFC3678 multicast API on Windows

The API is supported since Windows Vista and requires targeting Vista
when compiling PHP. Pierre had asked to disable this by default, even
when targeting Vista/Windows Server 2008.

Since XP will not be supported anymore on php-next, any rationale
for this option will not apply anymore.

12 years agoFix folding
Rasmus Lerdorf [Thu, 20 Sep 2012 18:24:55 +0000 (14:24 -0400)]
Fix folding

12 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Rasmus Lerdorf [Thu, 20 Sep 2012 18:22:55 +0000 (14:22 -0400)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

12 years agoFix folding
Rasmus Lerdorf [Thu, 20 Sep 2012 18:22:15 +0000 (14:22 -0400)]
Fix folding

12 years agoMerge branch 'PHP-5.4'
Rob Richards [Thu, 20 Sep 2012 06:35:16 +0000 (02:35 -0400)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  fix bug #63015 (Incorrect arginfo for DOMErrorHandler)

12 years agofix bug #63015 (Incorrect arginfo for DOMErrorHandler)
Rob Richards [Thu, 20 Sep 2012 06:34:07 +0000 (02:34 -0400)]
fix bug #63015 (Incorrect arginfo for DOMErrorHandler)

12 years agoMerge branch 'PHP-5.4'
Lars Strojny [Wed, 19 Sep 2012 20:23:22 +0000 (22:23 +0200)]
Merge branch 'PHP-5.4'

Conflicts:
ext/sockets/multicast.h

12 years agoMerge branch 'PHP-5.4' of git://github.com/php/php-src into PHP-5.4
Lars Strojny [Wed, 19 Sep 2012 20:18:16 +0000 (22:18 +0200)]
Merge branch 'PHP-5.4' of git://github.com/php/php-src into PHP-5.4

12 years agoBug #63000: MCAST_JOIN_GROUP on OSX is broken
Lars Strojny [Wed, 19 Sep 2012 20:17:35 +0000 (22:17 +0200)]
Bug #63000: MCAST_JOIN_GROUP on OSX is broken

The multicast support in PHP 5.4 makes use of MCAST_JOIN_GROUP if it is present.
The problem is that OSX 10.7 added the constant, but did not correctly implement
the feature. This causes the setsockopt call to fail.

The solution to the problem is to not use MCAST_JOIN_GROUP on OSX.

For reference, this was also done in VLC:

* http://trac.videolan.org/vlc/ticket/6104#comment:19

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Wed, 19 Sep 2012 11:52:38 +0000 (19:52 +0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Wed, 19 Sep 2012 11:44:18 +0000 (19:44 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFixed bug #61442 (exception threw in __autoload can not be catched)
Xinchen Hui [Wed, 19 Sep 2012 11:40:59 +0000 (19:40 +0800)]
Fixed bug #61442 (exception threw in __autoload can not be catched)

12 years agoMerge branch 'PHP-5.4'
Lars Strojny [Tue, 18 Sep 2012 21:17:31 +0000 (23:17 +0200)]
Merge branch 'PHP-5.4'

12 years agoMerging PR #116
Lars Strojny [Tue, 18 Sep 2012 21:15:03 +0000 (23:15 +0200)]
Merging PR #116

12 years agoMerge branch 'PHP-5.4'
Lars Strojny [Tue, 18 Sep 2012 20:17:36 +0000 (22:17 +0200)]
Merge branch 'PHP-5.4'

12 years agoMerged GitHub PR #190: Support for the HTTP PATCH method in CLI webserver
Lars Strojny [Tue, 18 Sep 2012 20:16:51 +0000 (22:16 +0200)]
Merged GitHub PR #190: Support for the HTTP PATCH method in CLI webserver

12 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Tue, 18 Sep 2012 08:20:47 +0000 (10:20 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  updated libary versions

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 18 Sep 2012 08:20:05 +0000 (10:20 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  updated libary versions

Conflicts:
win32/build/libs_version.txt

12 years agoupdated libary versions
Anatoliy Belsky [Tue, 18 Sep 2012 08:18:26 +0000 (10:18 +0200)]
updated libary versions

12 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Tue, 18 Sep 2012 08:02:33 +0000 (10:02 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  split tests for the new zlib version on win

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 18 Sep 2012 08:02:05 +0000 (10:02 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  split tests for the new zlib version on win

12 years agosplit tests for the new zlib version on win
Anatoliy Belsky [Tue, 18 Sep 2012 07:59:49 +0000 (09:59 +0200)]
split tests for the new zlib version on win

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Tue, 18 Sep 2012 02:50:24 +0000 (10:50 +0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Tue, 18 Sep 2012 02:48:16 +0000 (10:48 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFixed Bug #63103 (ext\curl\tests\bug62839.phpt broken)
Xinchen Hui [Tue, 18 Sep 2012 02:46:58 +0000 (10:46 +0800)]
Fixed Bug #63103 (ext\curl\tests\bug62839.phpt broken)

12 years agoMerge branch 'PHP-5.4'
Stanislav Malyshev [Mon, 17 Sep 2012 22:58:48 +0000 (15:58 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  update news
  Support building PHP with the native client toolchain.
  test should fail

12 years agoupdate news
Stanislav Malyshev [Mon, 17 Sep 2012 22:58:27 +0000 (15:58 -0700)]
update news

12 years agoSupport building PHP with the native client toolchain.
Stuart Langley [Thu, 13 Sep 2012 15:37:37 +0000 (17:37 +0200)]
Support building PHP with the native client toolchain.

The native client compiler defines the C macro __x86_64__, but the size
of an unsigned int is only 4 bytes. This causes the compile to fail
because the inline asm code compiled is for an 8 byte unsigned int. Add
the correct defines to fix this.

As detailed in:
http://code.google.com/p/nativeclient/issues/detail?id=2255

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Mon, 17 Sep 2012 03:21:14 +0000 (11:21 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agotest should fail
Xinchen Hui [Mon, 17 Sep 2012 03:20:24 +0000 (11:20 +0800)]
test should fail

12 years agoAdd NEWS for generators
Nikita Popov [Sun, 16 Sep 2012 20:02:47 +0000 (22:02 +0200)]
Add NEWS for generators

12 years agoFix two op_array -> function cast warnings
Nikita Popov [Sun, 16 Sep 2012 20:01:07 +0000 (22:01 +0200)]
Fix two op_array -> function cast warnings

12 years agoReplace code with zend_clean_and_cache_symbol_table() call
Nikita Popov [Sun, 16 Sep 2012 19:54:48 +0000 (21:54 +0200)]
Replace code with zend_clean_and_cache_symbol_table() call

I replaced other instances of this code with the function call, but missed
this one.