Marko Karppinen
e9111e53f6
- Reorganized stuff in configure.in and added a few comments
# This isn't nearly as big a change as the diff would lead one to believe.
# I've tested this on all my machines and its working for sniper too.
- Added a check for ApplicationServices/ApplicationServices.h (Mac OS X)
- Added AC_PROG_CPP, AC_PROG_CXX and AC_PROG_CXXCPP
# (the bundled libmysql build was failing without them with ac2.52/OSX)
- Improved the IPv6 check to fail on Mac OS X (there's no IPv6 there yet)
25 years ago
Vincent Blavet
3d95bf927c
* Remove the use of a temp dir
* Tar archive is now doing the same work with less overhead
25 years ago
5746250af8
ChangeLog update
25 years ago
7ef1f9f8cb
NEWS update
25 years ago
Marko Karppinen
14b6678d2b
Improve detection of resolv.h on versions of Darwin, FreeBSD and Solaris
(this requires post-2.13 autoconf, but 2.13 ignores it gracefully)
25 years ago
Marko Karppinen
aca369774c
Relying only on host_alias is wrong
25 years ago
Yasuo Ohgaki
93cb481634
We need mm file for each user.
# GCI/CLI SAPI need this. It might be better to disable mm save handler
# for CGI/CLI, though.
25 years ago
Derick Rethans
edb0118d96
- Fix for bug #15227 : Compiling the CGI binary with xmlrpc fails to
build/link expat
25 years ago
Derick Rethans
33b66a224b
- Fixed highlight_* (make it more robust)
#- Thx Mr S for noticing this.
25 years ago
Hartmut Holzgraefe
58749ec3a4
no longer experimental
25 years ago
Andi Gutmans
7309a6ed21
- First destructor hell fix. There was a situation where an object's
- destructor could be run after its class was already dead. Right now
- object destructors is the first thing whic happens during shutdown in
- order to prevent this problem. It's very likely that destructors will
- cause more grief and we'll have to outline exactly when you should use
- them and what kind of logic you're allowed to do inside of them.
- This bug was reported by sebastian.
25 years ago
Derick Rethans
96a9eba020
- Added optional parameter to highlight_string and highlight_file which
makes these functions return a highlighted string instead of dumping
to standard output. (Derick)
@- Added optional parameter to highlight_string and highlight_file which
@ makes these functions return a highlighted string instead of dumping
@ to standard output. (Derick)
25 years ago
Rasmus Lerdorf
0d139d3c27
(extraxt) add EXTR_IF_EXISTS and EXTR_PREFIX_IF_EXISTS flags
@- Added EXTR_IF_EXISTS and EXTR_PREFIX_IF_EXISTS flags to extract()
@ EXTR_IF_EXISTS only extracts a variable if it already exists
@ EXTR_PREFIX_IF_EXISTS only extracts the variable if it exists and
@ then it prepends the prefix to it. ie. if $PATH exists then
@ extract($_ENV,EXTR_PREFIX_IF_EXISTS,'e') would result in $e_PATH
@ This lets you do $a = $b = $c = true; extract($_REQUEST,EXTR_IF_EXISTS);
@ and you only get the global request variables you have defined imported
@ into your symbol table. (Rasmus)
25 years ago
Derick Rethans
22b1b4547f
- Fix for bug #14934 : type property not set in comment nodes (domxml)
25 years ago
Yasuo Ohgaki
d9692f7896
Add sapi postfix for mm save path.
cli/cgi would not complain about mm save handler with this.
# I'm really annoyed by mm save path problem...
25 years ago
Doug MacEachern
a1b21e0c4c
adjust to ap_get_brigade() API change
25 years ago
0efc5cb783
ChangeLog update
25 years ago
Yasuo Ohgaki
e19be6171f
Added "pgsql.auto_reset_persistent" ini entry to catch broken connection
always with pg_pconnect(). (Default Off in source and php.ini-*)
This option requires a little overhead for pg_pconnect().
25 years ago
Yasuo Ohgaki
1ea87faeb1
Added "auto_reset_presistent" ini entry.
25 years ago
Marko Karppinen
99d36a7557
Latest libtools output a multiline version info. Deal with that
25 years ago
Marko Karppinen
449b53e34a
Ignore ordinal suffixes on numbers (bug #15210 )
25 years ago
Edin Kadribasic
fd7ff95fde
Added --disable-cli option.
25 years ago
Edin Kadribasic
859e7b79bd
Made entry more consistent.
25 years ago
Sascha Schumann
ede07e3a84
fix typo, found by edin
25 years ago
Andrei Zmievski
c330a4f9ce
Revert back to using <char> element for newlines.
25 years ago
Tomas V.V.Cox
7eebc64347
correct url
25 years ago
Marko Karppinen
cd9b5d01e3
Added a case for Darwin / Mac OS X to PHP_SHLIB_SUFFIX_NAME
25 years ago
Marko Karppinen
f03933bcec
Corrected a confusing comment (see bug #14972 )
25 years ago
Sascha Schumann
c0b8ac1142
Don't build CLI, if an extension requests that.
In this case, the ircg extension refers to thttpd-specific symbols
which causes the build of the cli sapi module to fail.
25 years ago
Yasuo Ohgaki
8bbe180991
Change NEWS entry according to pgsql source change.
25 years ago
Yasuo Ohgaki
c815a20aee
Revert last 2 commit. Instead, make php_pgsql_do_connect() to catch
broken connection always.
# I think this is better than check&reset connection when query
# functions are called.
25 years ago
Vincent Blavet
06c98b477b
* Call the PEAR_Registry constructor with the optional parameter
25 years ago
Vincent Blavet
1696a2c4e2
* Adding the ability to set the PEAR_INSTALL_DIR while creating the Registry object (in the same way as Installer.php)
25 years ago
Vincent Blavet
f2121e4bcf
* Adding support of extraction of remote archive http://www/archive.tgz
* Correct bug while using Windows root path c:\xxx\yyy in extract fct
25 years ago
Yasuo Ohgaki
74932e621f
Added pgsql connection reset feature. Add my name to --enable-safe-mode fix.
25 years ago
Yasuo Ohgaki
448dbd72cd
Add a little more fault tolerance for pg_host, pg_tty and more.
25 years ago
Yasuo Ohgaki
ddee00da0e
No more httpd restart is required when PostgreSQL is rebooted.
# Works for pg_query()/pg_send_query()
25 years ago
James Cox
dc82c80981
updated INSTALL to be more relevant.. more fixes coming (at some point)
25 years ago
6ac7a08bc8
ChangeLog update
25 years ago
Vincent Blavet
2c91e54d5a
* Add uninstall command
* Add list-installed command
25 years ago
Tomas V.V.Cox
62c9234520
Return false when the directory can not be created in mkDir()
25 years ago
Frank M. Kromann
2a02754b52
Fixing spelling error in FrontBase section
Changed som int to unsigned int to remove compiler warnings
25 years ago
Frank M. Kromann
55b5cb89bf
Fixing spelling error in FrontBase section
25 years ago
Sebastian Bergmann
eb60184fdb
Add workspace to build CLI SAPI Module on Win32.
25 years ago
Sebastian Bergmann
43b1d2acd1
Give Edin Kadribasic his due credits.
25 years ago
Edin Kadribasic
f18fade888
No need to dupe this string in cli sapi (Bug #15181 ).
25 years ago
Yasuo Ohgaki
47c2644e1d
Added comment for pgsql module.
25 years ago
Hartmut Holzgraefe
2f4b9948d5
claiming maintainance ownership of ext/calendar
25 years ago
Hartmut Holzgraefe
22c3da8f9c
added info about FETCH macros
(written over a year ago but somehow never commited)
25 years ago
7ce2b21354
ChangeLog update
25 years ago