foobar
7a3d9addb8
- Make sure $host_alias is never empty
2005-01-07 06:12:42 +00:00
foobar
69eec3f3b9
MFB_4_3: Quote macro names in AC_DEFUN()
2004-12-30 07:08:39 +00:00
foobar
20fce0ba3e
- Use correct header files (in c99 compliant way). uint32_t is preferred.
2004-12-21 01:07:24 +00:00
foobar
4157e50c00
Better fix for endian compile problems.
2004-12-20 20:37:45 +00:00
foobar
eb0c45d572
- Fixed compile error with HP-UX using GCC.
2004-12-16 11:49:48 +00:00
Derick Rethans
c0edc48a08
- MFH: Fixed compile error related to bug #28605 .
...
#- But it does not *fix* bug #28605 .
2004-12-14 08:43:01 +00:00
Wez Furlong
d10b86f8f4
Add stream_socket_pair(), a streams based version of socketpair().
...
Modified patch from Vincent [six at t0x dot net]
2004-12-12 16:10:35 +00:00
Derick Rethans
48b118968f
- MF43: Install the iconv extension headers to <installpath>/ext/iconv so that
...
external extensions can use them.
2004-12-06 20:39:20 +00:00
Derick Rethans
61364b5bb1
- MFH4.3: Cleaned up some of the locale mess:
...
* all internal use of sprintf, snprintf and the like will always
use the . as thousands seperator (if php.h is included only!).
* echo, printf() and sprintf() always render locale-aware
* added the %F modifier for non-locale aware rendering for floats
2004-11-15 13:42:22 +00:00
Derick Rethans
59651c4e58
- Fixed bug #30630 : Added a BSD based strtod function that is
...
locale-independent. (PHP part)
2004-11-03 23:36:51 +00:00
Moriyoshi Koizumi
ae78d7d4bf
- Checks for Darwin'ish systems that uses Mach-O, which apparently doesn't
...
support weak symbol aliasing at this time.
2004-11-03 23:05:18 +00:00
Joe Orton
557cda47a0
Core changes to support multi-ABI platforms with libraries in
...
/usr/lib64 rather than /usr/lib.
* configure.in: Add --with-libdir flag; define PHP_LIBDIR.
* acinclude.m4 (PHP_REMOVE_USR_LIB, PHP_RUNPATH_SWITCH,
PHP_ADD_LIBPATH): Check for /usr/$PHP_LIBDIR rather than /usr/lib.
(PHP_SETUP_OPENSSL, PHP_SETUP_ICONV): Use /path/to/$PHP_LIBDIR in
place of /path/to/lib.
2004-11-03 14:07:09 +00:00
Edin Kadribasic
1fc379a76c
Revert Linux LFS patch
2004-10-22 10:46:42 +00:00
Edin Kadribasic
7f7ce47553
MFB: Linux LFS support, fixes 27792
2004-10-21 23:50:28 +00:00
Marcus Boerger
2f5985335b
- Add makefile fragment which simplifies working on the executer
2004-10-01 22:32:15 +00:00
Sterling Hughes
8f1a327edb
Add strptime function.
2004-09-29 04:57:19 +00:00
Wez Furlong
64f3120598
Finalize fix for #30057
2004-09-26 01:10:05 +00:00
Wez Furlong
99e290f882
Fix for Bug #24189 : possibly unsafe select(2) usage.
...
We avoid the problem by using poll(2).
On systems without poll(2) (older bsd-ish systems, and win32), we emulate
poll(2) using select(2) and check for valid descriptors before attempting
to access them via the descriptor sets.
If an out-of-range descriptor is detected, an E_WARNING is raised suggesting
that PHP should be recompiled with a larger FD_SETSIZE (and also with a
suggested value).
Most uses of select(2) in the source are to poll a single descriptor, so
a couple of handy wrapper functions have been added to make this easier.
A configure option --enable-fd-setsize has been added to both the unix and
win32 builds; on unix we default to 16384 and on windows we default to 256.
Windows FD_SETSIZE imposes a limit on the maximum number of descriptors that
can be select()ed at once, whereas the unix FD_SETSIZE limit is based on the
highest numbered descriptor; 256 should be plenty for PHP scripts under windows
(the default OS setting is 64).
The win32 specific parts are untested; will do that now.
2004-09-17 12:44:56 +00:00
Edin Kadribasic
4162f81c88
HEAD is 5.1.0-dev now
2004-07-21 23:02:28 +00:00
Wez Furlong
ed682e570a
Implement extension load-order deps.
2004-07-18 12:03:51 +00:00
Andi Gutmans
c18badbfbf
- 5.0.1-dev
2004-07-13 19:56:49 +00:00
Andi Gutmans
399e2ca69f
- Roll PHP 5.0.0
2004-07-13 19:05:31 +00:00
Andi Gutmans
0bdbbd379e
- Go back to -dev (Shouldn't need another RC)
2004-06-07 18:57:34 +00:00
Andi Gutmans
6f47156228
- Roll RC3
2004-06-07 14:23:45 +00:00
Andi Gutmans
02032ccf9f
- Prepare for RC3RC2
2004-06-03 08:17:15 +00:00
Andi Gutmans
e51105c6a6
- Back to RC3-dev until we roll final
2004-05-27 15:03:46 +00:00
Andi Gutmans
5a9d648f1f
- RC3RC1
2004-05-27 11:39:35 +00:00
Andi Gutmans
87a9f7bdbb
- RC3-dev
2004-04-25 10:13:08 +00:00
Andi Gutmans
94c44ea9eb
- RC2
2004-04-25 08:32:50 +00:00
Andi Gutmans
206f0da25a
- RC2-dev
2004-04-21 10:34:27 +00:00
Andi Gutmans
40c20d3d72
- Prepare for RC2RC2 (if everything is OK especially Zeev's interface
...
- patch I'll roll RC2 tomorrow).
2004-04-21 09:59:52 +00:00
Wez Furlong
398b4a2fbb
Add pty support to proc_open() for systems with Unix98 ptys.
...
# With permission from Andi
2004-04-19 15:07:30 +00:00
Andi Gutmans
245dd7367d
- RC2-dev
2004-04-14 11:24:17 +00:00
Andi Gutmans
acc4cd17ce
- RC2RC1
2004-04-14 11:03:47 +00:00
foobar
f1823e58da
Revert the patch to "fix" #27664 and added more informal error msg.
2004-04-07 13:56:33 +00:00
Ilia Alshanetsky
9a04c0f956
Fixed bug #27664 (--disable-cli doesn't force --without-pear).
2004-03-26 19:47:19 +00:00
Andi Gutmans
814000305a
- Back to RC2-dev
2004-03-18 15:27:28 +00:00
Zeev Suraski
aac5c1f6c5
Prepare to roll RC1
2004-03-18 14:12:27 +00:00
Sara Golemon
1c7d6b229c
MFB: Test getaddrinfo() for brokenness. Pretend it doesn't exist if it misbehaves.
2004-03-12 21:45:55 +00:00
Andi Gutmans
efe864dc34
- We are RC1-dev now
2004-02-12 16:26:59 +00:00
Andi Gutmans
82ad916386
- Roll Beta 4
2004-02-12 15:59:18 +00:00
Zeev Suraski
3221aea978
Update configure
2004-02-12 11:47:53 +00:00
Andi Gutmans
eca1fdc821
- Go with b4 RC 1 (Sanity package)
2004-02-12 08:46:02 +00:00
Andi Gutmans
d93f899271
- Change to b4
2004-02-11 11:53:45 +00:00
foobar
f4983c0d3f
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
2004-01-17 13:00:38 +00:00
Derick Rethans
0041a5798b
- Fix version number so that people are not mistaking our development
...
version for RC1.
2003-12-21 18:57:59 +00:00
Zeev Suraski
6ac233f975
B3 here we go (away)
2003-12-21 18:30:57 +00:00
Zeev Suraski
bb531436c8
B3 here we come
2003-12-21 18:26:29 +00:00
Andi Gutmans
d53caa9618
- Make the world a better place.
...
- Will roll b3 tomorrow.
2003-12-20 21:27:49 +00:00
Andi Gutmans
e7bdc15148
- Prepare for RC2
2003-12-19 13:36:38 +00:00