php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3 extern for errno missing in debugger.c
Submitted: 1998-01-25 19:37 UTC Modified: 1998-01-25 22:42 UTC
Votes:16
Avg. Score:4.0 ± 1.2
Reproduced:7 of 10 (70.0%)
Same Version:6 (85.7%)
Same OS:9 (128.6%)
From: asparks at nss dot harris dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0b3 OS: SunOS 4.1.4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
36 - 27 = ?
Subscribe to this entry?

 
 [1998-01-25 19:37 UTC] asparks at nss dot harris dot com
With debugger support enabled, errno is undeclared in
debugger.c.  Adding an "extern int errno;" at global
level in module cleared problem.

Patches

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-01-25 22:42 UTC] rasmus
Fixed.  Patch at: http://www.php.net/cvsweb.cgi/debugger.c?r1=1.37&r2=1.38
 [2010-07-03 02:34 UTC] bjori@php.net
Automatic comment from SVN on behalf of bjori
Revision: http://svn.php.net/viewvc/?view=revision&revision=300959
Log: Fixed bug#51667 (improve consistency of rendering methodsynopsis and fieldsynopsis)
# Well, part#2 of it, part#1 and part#3 still left
 [2010-11-13 12:12 UTC] jani@php.net
Automatic comment from SVN on behalf of jani
Revision: http://svn.php.net/viewvc/?view=revision&revision=305312
Log: - WS + cleanup
# Note:
# Considering DTrace support: Why does it really need any configure time stuff?
# 3 macros for static stuff that could be made much cleaner with simple Makefile.dtrace
# addition. The only thing required in configure is that --enable flag part..
#
 [2010-12-20 03:00 UTC] kalle@php.net
Automatic comment from SVN on behalf of kalle
Revision: http://svn.php.net/viewvc/?view=revision&revision=306482
Log: Improved example #3 (%e modifier on Windows) - Patch by simon at stienen dot name (bug #53558)
 [2012-10-13 21:14 UTC] nicolas@php.net
Automatic comment from SVN on behalf of nicolas
Revision: http://svn.php.net/viewvc/?view=revision&revision=328020
Log: Add test case for infitine foreach loop, see github issue #3
 [2012-10-13 22:22 UTC] nicolas@php.net
Automatic comment from SVN on behalf of nicolas
Revision: http://svn.php.net/viewvc/?view=revision&revision=328021
Log: check for unsigned index (not supported). see github issue #3
 [2012-10-13 22:44 UTC] nicolas@php.net
Automatic comment from SVN on behalf of nicolas
Revision: http://svn.php.net/viewvc/?view=revision&revision=328022
Log: extend test case for github issue #3
 [2014-09-01 23:11 UTC] chicareligerson at icloud dot com
The big idea data system NWSLTTR
 [2018-07-16 15:10 UTC] carusogabriel@php.net
Automatic comment from SVN on behalf of carusogabriel
Revision: http://svn.php.net/viewvc/?view=revision&revision=345325
Log: Fix bug #76610

There was a missing comma in the second element of the array in Example #3.
 [2020-03-15 01:38 UTC] girgias@php.net
Automatic comment from SVN on behalf of girgias
Revision: http://svn.php.net/viewvc/?view=revision&revision=349446
Log: Updating a class name of an example, following the psr-1 standard:
+ Class names MUST be declared in StudlyCaps.
https://www.php-fig.org/psr/psr-1/#3-namespace-and-class-names

Note by committer: as we are mostly following Pascal case for class names anyway the PSR-1 argument is irrelevant.

--
Provided by anonymous 102110 (tunt081295@gmail.com)
 [2020-03-15 03:17 UTC] mumumu@php.net
Automatic comment from SVN on behalf of mumumu
Revision: http://svn.php.net/viewvc/?view=revision&revision=349449
Log: Updating a class name of an example, following the psr-1 standard:
Class names MUST be declared in StudlyCaps.
https://www.php-fig.org/psr/psr-1/#3-namespace-and-class-names

Note by committer: as we are mostly following Pascal case for class names anyway the PSR-1 argument is irrelevant.
 [2023-05-03 00:59 UTC] Ayhan dot Pervane at apv-it dot de
The following pull request has been associated:

Patch Name: Fixed and simplified array_replace description
On GitHub:  https://github.com/php/doc-de/pull/76
Patch:      https://github.com/php/doc-de/pull/76.patch
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 20:01:28 2024 UTC