Frank M. Kromann
720938f4ad
/Gz and /RTC1 is for debug builds
2005-11-22 00:29:30 +00:00
Sebastian Bergmann
ebd645e438
MFB: Use /RTC1 instead of /GZ for MS VisualStudio 2005.
2005-11-20 17:03:58 +00:00
Rob Richards
459b318a56
fix configure - reflection is its own extension
2005-11-18 02:50:46 +00:00
Edin Kadribasic
0a4395a360
MFB: Fix building of extensions that inlcude extname/header.h
2005-09-22 13:18:14 +00:00
Derick Rethans
772af6a3cf
- Fixed definition in correct file. (Patch by Nuno)
2005-09-21 08:40:52 +00:00
Edin Kadribasic
9250fda033
MFB
2005-09-17 22:07:20 +00:00
Wez Furlong
c2d2151654
make the icu library detection more friendly.
...
Also note that we can only probe for libraries after we've set up the
implicit php_build path.
2005-08-13 02:47:24 +00:00
Wez Furlong
4375c3fd7a
/GB option is the default; remove it.
...
Add compiler version checks, as vs.net 2005 has dropped support for /YX and /GB
options, and deprecated ANSI stdio (in favour of more secure, non-standard
versions).
2005-08-12 20:05:19 +00:00
Edin Kadribasic
95e4b75811
Added --enable-static-icu / --disable-static-icu windows configure
...
options that allow you to pick weather you want to link against static
or DLL version of the ICU library.
2005-08-12 11:37:44 +00:00
foobar
45ce16454f
Not used
2005-08-12 00:08:28 +00:00
Andrei Zmievski
264cec8be6
Unicode support.
2005-08-11 23:36:07 +00:00
Frank M. Kromann
f3030472de
avoid version changes for future versions
2005-08-11 03:21:50 +00:00
Frank M. Kromann
64433c46ca
rename dll's to php6
2005-08-11 03:16:08 +00:00
foobar
df5cfe27b4
- Fixed bug #29334 (mail() provides incorrect message time header)
2005-08-07 22:06:29 +00:00
foobar
23e671a51e
- Bumber up year
2005-08-03 14:08:58 +00:00
Edin Kadribasic
88fcc4859f
Allow building gd on windows systems without t1lib (M. Sisolak) #33620
2005-08-01 21:57:09 +00:00
Anantha Kesari H Y
0a89e44ed7
NetWare cleanup
...
--Kamesh
2005-07-28 09:44:13 +00:00
Wez Furlong
09d433a349
If asked to populate a set of cflags for a header check, only populate the
...
flags and don't fill in an entry into config.w32.h, UNLESS explicitly told
what to do.
This prevents leakage of things like HAVE_SQLCLI1_H from one pecl into another
(or the core) and confusing the build (as has happened with ibm_db2 and
pdo_odbc).
2005-07-07 13:22:38 +00:00
Derick Rethans
3cdc895213
- Added backward compability wrapper "php_parse_date()".
...
- Changed WDDX extension to use new date parsing code.
- Removed all remnants to the old parser.
#- I hope that I didn't break the .dsp's...
2005-06-19 22:15:27 +00:00
Wez Furlong
fc92678b05
add --enable-memory-manager switch for win32 too
2005-06-09 13:09:04 +00:00
Frank M. Kromann
1f33f5cb96
USE_ZEND_ALLOC should be defined here too.
2005-06-08 20:50:44 +00:00
Wez Furlong
05cec1dbce
don't screw up the default fd set size when --disable-all is used
2005-06-05 19:19:09 +00:00
Wez Furlong
b227a51201
make "nmake install" more verbose.
2005-06-05 02:33:26 +00:00
Wez Furlong
664faf8411
Add option for placing the big binaries outside of the source tree.
...
I find that having Debug_TS sitting in the source tree makes cvs seem much slower.
2005-06-05 01:57:03 +00:00
Wez Furlong
2a8107ce69
tweaks for a recent addition to cygwin
2005-06-05 01:39:07 +00:00
foobar
e2999b154f
nuked file
2005-05-24 15:16:24 +00:00
foobar
ac53cdfb2f
- Nuked some PECLed extensions
2005-04-08 21:17:07 +00:00
foobar
ab5072df2a
Removed non-existing sapi/activescript dsp
2005-04-08 21:10:27 +00:00
Edin Kadribasic
2d45bbb9cf
Updated install instructions from the documentation project (Philip Olson)
2005-03-30 13:15:05 +00:00
Edin Kadribasic
35f051b502
Use PEAR bundle from the build template
2005-03-26 21:32:20 +00:00
Zeev Suraski
6e6a1f0e69
Merge registry fix
2005-03-14 12:42:05 +00:00
Andrey Hristov
9e939133d2
FR 32275 - fifth parameter to preg_replace() to count number of replaces
...
made.
#it would be nice if someone of the doc team documents it. thanks!
2005-03-12 12:03:50 +00:00
Edin Kadribasic
b8a6661c81
Allow arbitrary files to be added to distro with ADD_DIST_FILE(filename)
2005-02-26 01:07:48 +00:00
Edin Kadribasic
bf3ec794f1
Added .reg files to the disto (were added manually)
2005-02-26 00:37:10 +00:00
Anantha Kesari H Y
147dab1b57
time.h is available in NetWare LibC.
...
path sperator has been changed from \ to / while including netware\sendmail_nw.h
2005-02-25 05:57:41 +00:00
Edin Kadribasic
dec1c86ab6
Added --enable-debug-pack which will create a zip file with *.pdb debug
...
symbol files. Could be used to allow windows users to use free Microsoft
debugging tools to generate useful backtraces.
Debug tools can be found at:
http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx
CLAGS used described in:
http://support.microsoft.com/default.aspx?scid=kb;en-us;291585
Only tested on VC 6.0.
2005-02-25 00:20:19 +00:00
Edin Kadribasic
e2974d755d
Offical zip files have -Win32 suffix
2005-02-24 23:28:49 +00:00
Edin Kadribasic
8ff4a1002c
Really disable zend multibyte by default. mbstring is using #ifdef all over the place so defining to '0' doesn't help much
2005-02-15 13:57:49 +00:00
Wez Furlong
a92ae61cb8
fix snaps
2005-02-13 21:38:39 +00:00
Rui Hirokawa
c7ebef660a
added --enable-zend-multibute for win32
2005-02-13 13:03:03 +00:00
Wez Furlong
668740aada
even less noise
2005-02-06 23:23:05 +00:00
Wez Furlong
c3eae192dc
less noise
2005-02-06 22:48:36 +00:00
Edin Kadribasic
afcd94f22d
Generate files needed for php5ts.dll build
2005-01-22 03:36:38 +00:00
Wez Furlong
968d2ef830
A couple more adjustments for building multiple output variants of the same
...
extension source.
2005-01-20 03:24:50 +00:00
Ilia Alshanetsky
e8300c82a0
Stricter cc header check.
2005-01-19 18:54:23 +00:00
foobar
9feb47d70e
- Fixed bug #28976 (use From: from headers if sendmail_from is empty)
2005-01-19 17:38:20 +00:00
Frank M. Kromann
e296197362
Allow the build system to generate multiple extensions from the same extension directory
2005-01-18 22:37:12 +00:00
Frank M. Kromann
b1c6c89d97
Fix one-shot builds.
2004-11-15 23:59:22 +00:00
Frank M. Kromann
e1e29cefc4
Adding php_sprintf.c to Win32 build
2004-11-15 18:27:10 +00:00
Frank M. Kromann
fb543df1a8
No need to ude /Fo twice.
...
Unbreak the build be readding the compile only flag
2004-11-10 23:52:56 +00:00