]> granicus.if.org Git - php/log
php
11 years agoFix #64166: quoted-printable-encode stream filter incorrectly discarding whitespace
Michael M Slusarz [Mon, 25 Feb 2013 01:34:35 +0000 (18:34 -0700)]
Fix #64166: quoted-printable-encode stream filter incorrectly discarding whitespace

Second attempt: need to use lookaheadto determine whether to encode ws

11 years agoFix #64166: quoted-printable-encode stream filter incorrectly discarding whitespace
Michael M Slusarz [Thu, 7 Feb 2013 19:37:52 +0000 (12:37 -0700)]
Fix #64166: quoted-printable-encode stream filter incorrectly discarding whitespace

If trailing whitespace on a line is detected, mark the linebreak as a
soft linebreak.

11 years agoFix bug #64936 - clean doc comment state at the beginning and end of the scan
Stanislav Malyshev [Sun, 16 Jun 2013 22:02:51 +0000 (15:02 -0700)]
Fix bug #64936 - clean doc comment state at the beginning and end of the scan

11 years agows fix
Stanislav Malyshev [Sun, 16 Jun 2013 21:08:58 +0000 (14:08 -0700)]
ws fix

11 years agofix test
Anatol Belski [Sun, 16 Jun 2013 22:09:05 +0000 (00:09 +0200)]
fix test

breach introduced in ac40c0b562b0f90652cadef83968d7305626c377

11 years agoFixed bug #63176 (Segmentation fault when instantiate 2 persistent PDO to the same...
Xinchen Hui [Sun, 16 Jun 2013 14:55:59 +0000 (22:55 +0800)]
Fixed bug #63176 (Segmentation fault when instantiate 2 persistent PDO to the same db server)

11 years agofix typo in test
Boris Lytochkin [Sat, 15 Jun 2013 20:09:18 +0000 (00:09 +0400)]
fix typo in test

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/push/php-src into PHP-5.4
Boris Lytochkin [Sat, 15 Jun 2013 20:03:30 +0000 (00:03 +0400)]
Merge branch 'PHP-5.4' of https://git.php.net/push/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/push/php-src: (76 commits)
  Fixed bug #63186 (compile failure on netbsd)
  fix test for bug #60322
  ensure the error_reporting level to get expected notice
  fixed tests
  missing tests for bug #53437
  fix double entry
  Merge branch 'pull-request/341'
  typo fixes (argument)
  typo fixes (accommodate, parameter)
  missing colon
  Backported the fix for bug #53437
  Backported the fix for bug #53437
  Fixed bug #64988 (Class loading order affects E_STRICT warning)
  Fixed test script
  PHPTests for the DOMDocument::loadHTMLfile method. They cover - The basic behaviour - When the method receives as argument a file which doesn't exist - When the argument is an empty string - When an empty file is loaded - When a not-well formed html file is loaded
  Fix spelling and correct typo.
  Callback has to be restored in MSHUTDOWN
  Update NEWs
  Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits systems)
  Fixed merge wrongly
  ...

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Matteo Beccati [Fri, 14 Jun 2013 14:54:32 +0000 (16:54 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #63186 (compile failure on netbsd)

11 years agoFixed bug #63186 (compile failure on netbsd)
Matteo Beccati [Fri, 14 Jun 2013 14:51:54 +0000 (16:51 +0200)]
Fixed bug #63186 (compile failure on netbsd)

11 years agofix test for bug #60322
Stanislav Malyshev [Thu, 13 Jun 2013 17:23:23 +0000 (10:23 -0700)]
fix test for bug #60322

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatol Belski [Wed, 12 Jun 2013 11:14:53 +0000 (13:14 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  ensure the error_reporting level to get expected notice

11 years agoensure the error_reporting level to get expected notice
Anatol Belski [Wed, 12 Jun 2013 11:13:48 +0000 (13:13 +0200)]
ensure the error_reporting level to get expected notice

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatol Belski [Tue, 11 Jun 2013 10:39:28 +0000 (12:39 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  fixed tests

11 years agofixed tests
Anatol Belski [Tue, 11 Jun 2013 10:38:49 +0000 (12:38 +0200)]
fixed tests

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatol Belski [Tue, 11 Jun 2013 09:22:55 +0000 (11:22 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  missing tests for bug #53437

11 years agomissing tests for bug #53437
Anatol Belski [Tue, 11 Jun 2013 09:19:57 +0000 (11:19 +0200)]
missing tests for bug #53437

11 years agofix double entry
Stanislav Malyshev [Tue, 11 Jun 2013 01:15:03 +0000 (18:15 -0700)]
fix double entry

11 years agoMerge branch 'pull-request/341'
Stanislav Malyshev [Mon, 10 Jun 2013 21:20:18 +0000 (14:20 -0700)]
Merge branch 'pull-request/341'

* pull-request/341: (23 commits)
  typofixes

11 years agotypo fixes (argument)
Veres Lajos [Mon, 22 Apr 2013 13:05:24 +0000 (14:05 +0100)]
typo fixes (argument)

11 years agotypo fixes (accommodate, parameter)
Veres Lajos [Mon, 22 Apr 2013 12:41:27 +0000 (13:41 +0100)]
typo fixes (accommodate, parameter)

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatol Belski [Mon, 10 Jun 2013 17:55:06 +0000 (19:55 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  missing colon

11 years agomissing colon
Anatol Belski [Mon, 10 Jun 2013 17:54:29 +0000 (19:54 +0200)]
missing colon

11 years agoBackported the fix for bug #53437
Anatol Belski [Mon, 10 Jun 2013 17:52:29 +0000 (19:52 +0200)]
Backported the fix for bug #53437

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatol Belski [Mon, 10 Jun 2013 17:49:31 +0000 (19:49 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Backported the fix for bug #53437

11 years agoBackported the fix for bug #53437
Anatol Belski [Mon, 10 Jun 2013 17:48:18 +0000 (19:48 +0200)]
Backported the fix for bug #53437

11 years agoFixed bug #64988 (Class loading order affects E_STRICT warning)
Xinchen Hui [Mon, 10 Jun 2013 13:26:11 +0000 (21:26 +0800)]
Fixed bug #64988 (Class loading order affects E_STRICT warning)

11 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Dmitry Stogov [Mon, 10 Jun 2013 08:59:28 +0000 (12:59 +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:
  PHPTests for the DOMDocument::loadHTMLfile method. They cover - The basic behaviour - When the method receives as argument a file which doesn't exist - When the argument is an empty string - When an empty file is loaded - When a not-well formed html file is loaded
  Fix spelling and correct typo.

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Dmitry Stogov [Mon, 10 Jun 2013 08:54:54 +0000 (12:54 +0400)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed test script

11 years agoFixed test script
Dmitry Stogov [Mon, 10 Jun 2013 08:53:19 +0000 (12:53 +0400)]
Fixed test script

11 years agoPHPTests for the DOMDocument::loadHTMLfile method.
Antonio Diaz Ruiz [Mon, 6 May 2013 21:01:18 +0000 (23:01 +0200)]
PHPTests for the DOMDocument::loadHTMLfile method.
They cover
- The basic behaviour
- When the method receives as argument a file which doesn't exist
- When the argument is an empty string
- When an empty file is loaded
- When a not-well formed html file is loaded

It also includes 2 auxilary files
- An empty html file
- A not well formed html file

11 years agoFix spelling and correct typo.
Carson McDonald [Thu, 6 Jun 2013 11:33:33 +0000 (07:33 -0400)]
Fix spelling and correct typo.

11 years agoCallback has to be restored in MSHUTDOWN
Dmitry Stogov [Mon, 10 Jun 2013 08:32:53 +0000 (12:32 +0400)]
Callback has to be restored in MSHUTDOWN

11 years agoUpdate NEWs
Xinchen Hui [Sun, 9 Jun 2013 14:25:28 +0000 (22:25 +0800)]
Update NEWs

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Sun, 9 Jun 2013 14:25:07 +0000 (22:25 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

11 years agoFixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits systems)
Xinchen Hui [Sun, 9 Jun 2013 14:24:48 +0000 (22:24 +0800)]
Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits systems)

11 years agoFixed merge wrongly
Xinchen Hui [Sun, 9 Jun 2013 06:24:05 +0000 (14:24 +0800)]
Fixed merge wrongly

11 years agoUpdate NEWS
Xinchen Hui [Sun, 9 Jun 2013 05:39:40 +0000 (13:39 +0800)]
Update NEWS

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Sun, 9 Jun 2013 05:35:45 +0000 (13:35 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

11 years agoFixed bug #64966 (segfault in zend_do_fcall_common_helper_SPEC)
Xinchen Hui [Sun, 9 Jun 2013 05:20:40 +0000 (13:20 +0800)]
Fixed bug #64966 (segfault in zend_do_fcall_common_helper_SPEC)

11 years agofix 5.4.16 date
Stanislav Malyshev [Thu, 6 Jun 2013 20:27:04 +0000 (13:27 -0700)]
fix 5.4.16 date

11 years agoupdated NEWS
Anatol Belski [Thu, 6 Jun 2013 16:52:05 +0000 (18:52 +0200)]
updated NEWS

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatol Belski [Thu, 6 Jun 2013 16:51:32 +0000 (18:51 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #64934 Apache2 TS crash with get_browser()

11 years agoFixed bug #64934 Apache2 TS crash with get_browser()
Anatol Belski [Thu, 6 Jun 2013 16:49:04 +0000 (18:49 +0200)]
Fixed bug #64934 Apache2 TS crash with get_browser()

In favour of reading the browscap.ini into a true global var
only once in MINIT, the price for that is to deep copy the
any data from it.

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Wed, 5 Jun 2013 14:34:54 +0000 (16:34 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

11 years agoAdd NEWS for PHP 5.3.26
Johannes Schlüter [Wed, 5 Jun 2013 14:34:18 +0000 (16:34 +0200)]
Add NEWS for PHP 5.3.26

11 years agoUpdate NEWS
Xinchen Hui [Wed, 5 Jun 2013 09:29:04 +0000 (17:29 +0800)]
Update NEWS

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Wed, 5 Jun 2013 09:26:10 +0000 (17:26 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

11 years agoFixed bug #64960 (Segfault in gc_zval_possible_root)
Xinchen Hui [Wed, 5 Jun 2013 09:25:00 +0000 (17:25 +0800)]
Fixed bug #64960 (Segfault in gc_zval_possible_root)

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Stanislav Malyshev [Wed, 5 Jun 2013 04:57:16 +0000 (21:57 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  fix CVE-2013-2110 - use correct formula to calculate string size

11 years agofix CVE-2013-2110 - use correct formula to calculate string size
Stanislav Malyshev [Mon, 20 May 2013 07:43:29 +0000 (00:43 -0700)]
fix CVE-2013-2110 - use correct formula to calculate string size

11 years agonews for dblib fixes
Stanislav Malyshev [Tue, 4 Jun 2013 04:54:50 +0000 (21:54 -0700)]
news for dblib fixes

11 years agoFix PDO_DBLIB bugs: #64338, #64808, #63638
Stanley Sufficool [Tue, 4 Jun 2013 03:02:08 +0000 (20:02 -0700)]
Fix PDO_DBLIB bugs: #64338, #64808, #63638

Synchronize with master

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Matteo Beccati [Sun, 2 Jun 2013 11:39:19 +0000 (13:39 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Clean up leftover test files

11 years agoClean up leftover test files
Matteo Beccati [Sun, 2 Jun 2013 11:38:43 +0000 (13:38 +0200)]
Clean up leftover test files

11 years agoImproved test portability so that it doesn't fail with pdo_pgsql
Matteo Beccati [Sun, 2 Jun 2013 11:32:48 +0000 (13:32 +0200)]
Improved test portability so that it doesn't fail with pdo_pgsql

11 years agoFix PDO::inTransaction() test for pgsql
Nikita Popov [Sun, 24 Mar 2013 16:52:16 +0000 (17:52 +0100)]
Fix PDO::inTransaction() test for pgsql

inTransaction() nowadays casts the in_transaction result to boolean.
I'm not sure whether the INERROR state should result in true or false.
For now I went with the result that we actually get.

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Matteo Beccati [Sun, 2 Jun 2013 04:33:54 +0000 (06:33 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #64609 (pg_convert enum type support)

11 years agoFixed bug #64609 (pg_convert enum type support)
Matteo Beccati [Sun, 2 Jun 2013 04:29:35 +0000 (06:29 +0200)]
Fixed bug #64609 (pg_convert enum type support)

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Matteo Beccati [Sat, 1 Jun 2013 21:22:50 +0000 (23:22 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #62857 (bytea test failures)

11 years agoFixed bug #62857 (bytea test failures)
Matteo Beccati [Sat, 1 Jun 2013 21:15:48 +0000 (23:15 +0200)]
Fixed bug #62857 (bytea test failures)

Postgres 9.1+ test fixes. Tests were failing due to the default
standard_conforming_strings GUC being changed to on. Also the
pg_escape_bytea test was encoding the data before estabilishing
a connection, thus falling back to the old escaping type which
isn't properly handled by the backend when using a default
configuration.

I haven't updated the NEWS file as it's just test fixes.

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Matteo Beccati [Fri, 31 May 2013 14:26:54 +0000 (16:26 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

11 years agoMerge branch 'pull-request/309' into PHP-5.3
Matteo Beccati [Fri, 31 May 2013 14:26:38 +0000 (16:26 +0200)]
Merge branch 'pull-request/309' into PHP-5.3

11 years agoNEWS
Matteo Beccati [Fri, 31 May 2013 14:22:53 +0000 (16:22 +0200)]
NEWS

11 years agoSlightly edited tests and fix for bug #62024
Matteo Beccati [Fri, 31 May 2013 14:19:58 +0000 (16:19 +0200)]
Slightly edited tests and fix for bug #62024

11 years agoFixed bug #62024 (unable to run consecutive prepared querys with null values)
Matheus Degiovani [Fri, 22 Mar 2013 13:39:36 +0000 (10:39 -0300)]
Fixed bug #62024 (unable to run consecutive prepared querys with null values)

Credits to james@kenjim.com for the patch.

11 years agoFixed bug #64037 (wrong value returned when using a negative numeric field equal...
Matheus Degiovani [Fri, 22 Mar 2013 13:24:07 +0000 (10:24 -0300)]
Fixed bug #64037 (wrong value returned when using a negative numeric field equal to the scale)

11 years agoNEWS
Remi Collet [Fri, 31 May 2013 06:45:09 +0000 (08:45 +0200)]
NEWS

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Remi Collet [Fri, 31 May 2013 06:44:33 +0000 (08:44 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error)

11 years agoFixed Bug #64949 (Buffer overflow in _pdo_pgsql_error)
Remi Collet [Fri, 31 May 2013 06:39:32 +0000 (08:39 +0200)]
Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error)

There is a lot of call such as:
pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed");
Where the 3rd paramater is a error message string where a sqlstate (5 chars)
is expected. This cause a segfault in copy_from.phpt and copy_to.phpt.

This is only a sanity check to avoid buffer overflow, but obviously this
calls need to be fixed (using NULL or a correct sqlstate).

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Dmitry Stogov [Wed, 29 May 2013 07:12:43 +0000 (11:12 +0400)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed incorrect argument number

Conflicts:
Zend/zend_compile.c

11 years agoFixed incorrect argument number
Dmitry Stogov [Wed, 29 May 2013 07:09:55 +0000 (11:09 +0400)]
Fixed incorrect argument number

11 years agoreduced the file size even more
Anatol Belski [Fri, 24 May 2013 22:09:32 +0000 (00:09 +0200)]
reduced the file size even more

the first second is what at least has to be

11 years agoFixed bug #64916 finfo testcase contains copyrighted music.
Anatol Belski [Fri, 24 May 2013 21:58:31 +0000 (23:58 +0200)]
Fixed bug #64916 finfo testcase contains copyrighted music.

I wasn't able to produce a file causing exactly the same crash.
However the first three seconds of the originally reported
file are  pretty enough to repro bug #64830. That reduces its
size to 72k.

11 years agoFixed Bug #64915 (error_log ignored when daemonize=0)
Remi Collet [Fri, 24 May 2013 10:09:05 +0000 (12:09 +0200)]
Fixed Bug #64915 (error_log ignored when daemonize=0)

Use configured error_log file when stderr is not a tty.
So only use tty during interactive debug run.

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Wed, 22 May 2013 15:15:27 +0000 (17:15 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

11 years agoThis will be PHP 5.3.27
Johannes Schlüter [Wed, 22 May 2013 15:13:17 +0000 (17:13 +0200)]
This will be PHP 5.3.27

11 years ago5.4.17 is next
Stanislav Malyshev [Wed, 22 May 2013 06:36:28 +0000 (23:36 -0700)]
5.4.17 is next

11 years agoFixed bug #64895 Integer overflow in SndToJewish
Remi Collet [Wed, 22 May 2013 06:28:05 +0000 (08:28 +0200)]
Fixed bug #64895 Integer overflow in SndToJewish

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Remi Collet [Wed, 22 May 2013 06:29:08 +0000 (08:29 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #64895 Integer overflow in SndToJewish

11 years agoNEWS
Remi Collet [Wed, 22 May 2013 06:28:53 +0000 (08:28 +0200)]
NEWS

11 years agoFixed bug #64895 Integer overflow in SndToJewish
Remi Collet [Wed, 22 May 2013 06:28:05 +0000 (08:28 +0200)]
Fixed bug #64895 Integer overflow in SndToJewish

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Stanislav Malyshev [Wed, 22 May 2013 06:26:03 +0000 (23:26 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  fix order

11 years agomerge NEWS from 5.3
Stanislav Malyshev [Wed, 22 May 2013 06:25:46 +0000 (23:25 -0700)]
merge NEWS from 5.3

11 years agofix order
Stanislav Malyshev [Wed, 22 May 2013 06:25:35 +0000 (23:25 -0700)]
fix order

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Sara Golemon [Sun, 19 May 2013 20:34:57 +0000 (13:34 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Don't double-quote name of namespaced function.

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Remi Collet [Tue, 21 May 2013 16:08:45 +0000 (18:08 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Integer overflow in SndToJewish leads to php hang AT least in (inputDay is long, metonicCycle is int):    metonicCycle = (inputDay + 310) / 6940;

11 years agoInteger overflow in SndToJewish leads to php hang
Remi Collet [Tue, 21 May 2013 16:04:17 +0000 (18:04 +0200)]
Integer overflow in SndToJewish leads to php hang
AT least in (inputDay is long, metonicCycle is int):
   metonicCycle = (inputDay + 310) / 6940;

So large value give strange (negative) results or php hangs.
This is patch already applied in some linux distro.

11 years agoAdd --with-fpm-systemd option to report health to systemd, and
Remi Collet [Tue, 21 May 2013 07:49:00 +0000 (09:49 +0200)]
Add --with-fpm-systemd option to report health to systemd, and
systemd_interval option to configure this. The service can now use
Type=notify in the systemd unit file.

Systemd status line will looks like:
Status: "Processes active: 0, idle: 5, Requests: 90, slow: 0, Traffic: 10req/sec"

Watchdog mode is also supported. In this case watchdog interval,
configured in the unit file, override the systemd_interval option.

When not used (default), no change from previous version.

11 years agoFixed bug #64720 (SegFault on zend_deactivate)
Dmitry Stogov [Tue, 21 May 2013 05:58:11 +0000 (09:58 +0400)]
Fixed bug #64720 (SegFault on zend_deactivate)

11 years agoadd reporter
Stanislav Malyshev [Mon, 20 May 2013 09:01:38 +0000 (02:01 -0700)]
add reporter

11 years agofix bug #64660 - yyparse can return 2, not only 1
Stanislav Malyshev [Mon, 20 May 2013 07:52:38 +0000 (00:52 -0700)]
fix bug #64660 - yyparse can return 2, not only 1

11 years agofix 5.4.16 relase date
Stanislav Malyshev [Mon, 20 May 2013 06:55:12 +0000 (23:55 -0700)]
fix 5.4.16 relase date

11 years agoDon't double-quote name of namespaced function.
Sara Golemon [Sun, 19 May 2013 20:32:17 +0000 (13:32 -0700)]
Don't double-quote name of namespaced function.

ZEND_NS_NAMED_FE(ns, zend_name, name, arg_info)

was resulting in a function declaration of:

ns\"zend_name"()

including the errant quotes.

This diff corrects that.  There are currently no uses of ZEND_NS_NAMED_FE
in core and reason to believe that there are no uses in the wild either.

11 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Pierre Joye [Fri, 17 May 2013 09:49:45 +0000 (11:49 +0200)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Pierre Joye [Fri, 17 May 2013 09:49:33 +0000 (11:49 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  entry for #64214
  other fix for #64214, unmodified file may not have old fp set, causing other possible crashes

11 years agoentry for #64214
Pierre Joye [Fri, 17 May 2013 09:49:13 +0000 (11:49 +0200)]
entry for #64214

11 years agoother fix for #64214, unmodified file may not have old fp set, causing other possible...
Pierre Joye [Fri, 17 May 2013 09:45:13 +0000 (11:45 +0200)]
other fix for #64214, unmodified file may not have old fp set, causing other possible crashes

11 years agoFixed error handling for ext/sockets under win
Anatol Belski [Thu, 16 May 2013 17:23:31 +0000 (19:23 +0200)]
Fixed error handling for ext/sockets under win

WSAGetLastError() must be the very next call after a socket
function had an invalid return. Any function call inbetween
will clear the error information.

11 years agoFixed bug #64853Use of no longer available ini directives causes crash on TS build
Anatol Belski [Thu, 16 May 2013 06:40:56 +0000 (08:40 +0200)]
Fixed bug #64853Use of no longer available ini directives causes crash on TS build

The fatal error for removed ini options is thrown before the executor
init, so ensure the relevant variables are initialized.