Christopher Jones
60e38b3243
Revert "Make 'make distclean' remove the downloaded pear PHAR"
This reverts commit d7baf0427f .
13 years ago
Christopher Jones
d7baf0427f
Make 'make distclean' remove the downloaded pear PHAR
13 years ago
Christopher Jones
4ed133c4e2
Remove tabs on blanklines in Makefile sources. This prevents a
'suspicious line' warning when editing & saving Makefile using Emacs.
13 years ago
Michael Wallner
14caf174ff
unify stdint type usage
if you need C99 stdint types, just include "php_stdint.h"
13 years ago
Christopher Jones
3bbe5931bc
Fixed bug #62691 (solaris sed has no -i switch)
Make 'make distclean' remove generated DTrace .h file
13 years ago
Christopher Jones
d884ec15e9
Clean up the 'generated' phar.inc file.
When building outside the source tree the copied phar.inc needs to be removed,
but when building in the tree, the file must remain since it is part of the source.
See the copying logic in ext/phar/Makefile.frag.
13 years ago
Christopher Jones
146b933ab4
Revert "Allow 'make distclean' to clean up the 'generated' phar.inc"
This reverts commit 017145bc57 .
13 years ago
Christopher Jones
c069b5f571
Use PHP's major version when cleaning up Apache .module files
13 years ago
Christopher Jones
017145bc57
Allow 'make distclean' to clean up the 'generated' phar.inc
13 years ago
Christopher Jones
7caea7d182
Clean generated OCI8 DTrace files in 'make distclean'
13 years ago
Christopher Jones
4ed18d5955
Give 'make distclean' some love. Clean files created by AC_OUTPUT, shell redirection etc.
13 years ago
Christopher Jones
e3a4b87e89
Fixed bug #62691 (solaris sed has no -i switch)
Make 'make distclean' remove generated DTrace .h file
13 years ago
Christopher Jones
6af7526c77
Remove tabs on blanklines in Makefile sources. This prevents a
'suspicious line' warning when editing & saving Makefile using Emacs.
13 years ago
Xinchen Hui
4d804aa52d
let make test report the run-test result
14 years ago
Xinchen Hui
f03a91226e
let make test report the run-test result
(patch by reeze.xia@gmail.com )
14 years ago
Bernhard K. Weisshuhn
180767373d
make failed tests fail the test target
I don't see any reason to ignore failed tests. This makes it
unnecessarily difficult to use ci, also for module builds.
14 years ago
Jani Taskinen
25aee9cad9
- Implemented FR #53271 , FR #52410 (Building multiple PHP binary SAPIs and one SAPI module the same time)
# Bug #53271 , Bug #52410
16 years ago
Derick Rethans
d30323b867
- Clean up the generated tmp-php.ini after make test has run.
16 years ago
Derick Rethans
0c19577c28
- Clean up the generated tmp-php.ini after make test has run.
16 years ago
Kalle Sommer Nielsen
dd8e59da8f
Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
16 years ago
Felipe Pena
3d1e73eb82
- Fix regexp
16 years ago
Kalle Sommer Nielsen
0cec1e6e13
Update the deprecated directives in the MakeFile
16 years ago
Kalle Sommer Nielsen
8087be61d0
* Changed the way removed ini directives are shown so its easier to add new ones
* Removed define_syslog_variables and its associated functions
16 years ago
Kalle Sommer Nielsen
11133e50f8
Added newly added removed directives to the makefile
17 years ago
Jani Taskinen
7eed39131a
- Fixed bug #49935 (Deprecated warnings make "make test" to fail)
17 years ago
Jani Taskinen
47a9c71dcc
- Fixed bug #49935 (Deprecated warnings make "make test" to fail)
17 years ago
Jani Taskinen
0a6259b433
- Fixed "make test" in phpize builds when ini file(s) contain extension directives
17 years ago
Jani Taskinen
da729f3874
- Fixed "make test" in phpize builds when ini file(s) contain extension directives
17 years ago
Jani Taskinen
9a12e9a1f9
- Fixed "make test" in phpize builds when ini file(s) contain extension directives
17 years ago
Jani Taskinen
2d549b7bdf
- Fixed bug #48835 (Deprecated php.ini options in old php.inis makes "make test" to fail)
17 years ago
Jani Taskinen
eed736f951
- Fixed bug #48835 (Deprecated php.ini options in old php.inis makes "make test" to fail)
17 years ago
Jani Taskinen
3967d6a639
- There is only one Makefile that needs removing
17 years ago
Jani Taskinen
d671793295
- There is only one Makefile that needs removing
17 years ago
Jani Taskinen
854ddd8c6e
- There is only one Makefile that needs removing
17 years ago
Gwynne Raskind
8ae922e36c
php5.spec was never used, as far as can be determined. also, php 5 -> php 6 in makerpm, but that script needs considerably more work IMO
17 years ago
Jani Taskinen
26f13b4b70
MFH: [DOC]- Added methods to change/disable --with-config-file-scan-dir=PATH at
MFH: [DOC] startup:
MFH: [DOC]
MFH: [DOC] To disable: Override default php.ini by using both -c and -n with
MFH: [DOC] CGI/CLI or set "PHP_INI_SCAN_DIR" environment variable
MFH: [DOC] to an empty string.
MFH: [DOC]
MFH: [DOC] To change: Simply set "PHP_INI_SCAN_DIR" environment variable to point
MFH: [DOC] to another path.
MFH: - Fixed bug #42604 ("make test" fails with --with-config-file-scan-dir=/some/path)
MFH: - Implemented FR #45114 (Option to change --with-config-file-scan-dir)
18 years ago
Jani Taskinen
e5e6f553a2
MFH
18 years ago
Jani Taskinen
bc6a9ad209
[DOC]- Added methods to change/disable --with-config-file-scan-dir=PATH at
[DOC] startup:
[DOC]
[DOC] To disable: Override default php.ini by using both -c and -n with
[DOC] CGI/CLI or set "PHP_INI_SCAN_DIR" environment variable
[DOC] to an empty string.
[DOC]
[DOC] To change: Simply set "PHP_INI_SCAN_DIR" environment variable to point
[DOC] to another path.
- Fixed bug #42604 ("make test" fails with --with-config-file-scan-dir=/some/path)
- Implemented FR #45114 (Option to change --with-config-file-scan-dir)
18 years ago
Jani Taskinen
d235cfb948
MFH: sync build stuff
18 years ago
Felipe Pena
f349c14414
MFH:
- Removed ntest and utest
- Removed -U flag to `make test' just to test once each test
18 years ago
Felipe Pena
c725611a90
- Removed ntest and utest
- Removed -U flag to `make test' just to test once each test
18 years ago
Marcus Boerger
2633dcab46
- MFH Allow zend_extensions to be build inside ext and tested with 'make test'
19 years ago
Marcus Boerger
14aca9c605
- Allow zend_extensions to be build inside ext and tested with 'make test'
19 years ago
Jani Taskinen
a847d2c6fe
MFH: fix for broken shells
19 years ago
Jani Taskinen
498fbd90f6
- Fix issue with broken shells
# I truly hate Solaris..
19 years ago
Jani Taskinen
8684e7495f
MFH: - Made build system less major version dependant to ease MFB/MFH
19 years ago
Jani Taskinen
452ace5e14
- Made build system less dependant for the PHP major version to also
ease MFB/MFH as acinclude.m4 and Makefile.global are identical in both
branches.
19 years ago
Dmitry Stogov
f3ca1b5170
Fixed "make test"
19 years ago
Dmitry Stogov
e9d2c517f8
Fixed "make test" mistakes
19 years ago
Dmitry Stogov
2fd4e8146c
Fixed "make test" mistakes
19 years ago