espie
17b77a4af2
new lib specs
2006-08-04 00:10:42 +00:00
alek
39e5ec057c
Make it work after recent iodbc changes
2006-07-18 21:22:56 +00:00
david
f85600afe0
move any perl or sed substitutions from post-patch to pre-configure
...
(fixes make update-patches)
ok sturm@; "looks reasonable" steven@
2006-02-08 04:54:48 +00:00
bernd
a99421ea2d
Fix a nasty bug in the new php-4.4.1 release. Some php applications
...
are badly broken without this patch. (e.g. squirrelmail and phpadsnew)
Fix from php cvs. (BugID #35067 )
http://bugs.php.net/bug.php?id=35067
http://marc.theaimsgroup.com/?l=php-cvs&m=113095430113617&w=2
ok robert@
2005-11-07 21:33:58 +00:00
mbalmer
04ab27d2cf
Update to PHP4 version 4.4.1.
...
The complete changelog is available at http://www.php.net/ChangeLog-4.php#4.4.1
SECURITY: This version fixes a vulnerability described in detail
at http://www.hardened-php.net/advisory_202005.79.html and
http://www.hardened-php.net/index.76.html
ok robert@, bernd@
2005-11-01 11:09:31 +00:00
robert
0f9d38fccb
SECURITY: fix a heap overflow in internal pcre; bump PKGNAME
...
http://www.vuxml.org/openbsd/b552a55a-136d-11da-a0d4-00065bd5b0b6.html
ok pvalchev@
2005-08-31 22:12:54 +00:00
robert
3264258f4e
update to 4.3.11;
2005-04-04 21:11:41 +00:00
wilfried
9ac7fc4b76
kill whitespace at eol, ok robert@
2005-02-06 13:10:38 +00:00
alek
5791371be4
- Fix WANTLIB
...
- Fix dependencies
- Bump PKGNAME
help & ok wilfried@, robert@
2005-01-30 15:29:07 +00:00
robert
e63f85d2eb
add libstdc++ to WANTLIB
2004-12-20 16:28:57 +00:00
robert
51a88b3dfd
fix PLIST-pear
2004-12-20 16:25:56 +00:00
robert
f2b1a15449
SECURITY:
...
update to 4.3.10; fixes several vulnerabilites;
move to a central checksum file;
2004-12-18 14:15:55 +00:00
alek
5364a42ec5
Add WANTLIB markers
2004-12-11 13:29:20 +00:00
robert
115bbc2487
switch to MESSAGE and UNMESSAGE; fix the redefinition of socklen_t;
...
Put correct paths into php-config and phpize scripts;
bump PKGNAME
2004-11-24 19:03:15 +00:00
robert
18364b5cdf
Let's use ${LOCALBASE}/share/examples/php4/ for the example configuration
...
files. requested by f@obiit.org
2004-11-18 16:36:18 +00:00
espie
5318b3b20e
MODULES=www/php4/pear
...
okay maintainer(s)
2004-08-03 12:54:39 +00:00
robert
c00564cf77
take over maintainance; remove some unnecessary line;
...
remove iconv from MODULES because gettext includes it
ok jolan@
2004-06-08 15:59:54 +00:00
avsm
1ca27f8212
activate the exif extension, requested and tested by
...
Tai Lee <tai_lee at mrmachine.net>
2004-01-05 17:51:29 +00:00
avsm
7a2ea24bd0
Update to php-4.3.3; tested by many on ports@, thanks folks!
...
naddy@ ok
2003-08-28 22:30:38 +00:00
espie
b02d54b692
fix blasted installroot ignored.
2003-08-21 15:05:21 +00:00
espie
fbd0165e49
Fake, my ass
2003-08-21 13:42:22 +00:00
avsm
a46582a9f6
install a php man page as well, for the command line binary
2003-05-30 23:46:16 +00:00
avsm
7c301b1f01
the php4-pear package should depend on the php4-core package
...
noticed by naddy during bulk build
2003-05-27 22:10:59 +00:00
avsm
eb8d4b59d3
upgrade to php4-4.3.2RC4. this is the final release candidate for
...
4.3.2, and should be a hell of a lot more stable than 4.3.1, especially
on 64-bit architectures
this commit also merges the pear/ stuff into a subpackage of core;
its no longer necessary to have a separate directory just for the pear libs.
2003-05-23 20:06:22 +00:00
avsm
332e518242
enable wddx as well
2003-05-07 14:13:01 +00:00
avsm
3e237170b9
Make php chroot-friendly by default; the default pear directory is
...
/var/www/pear and php modules go into /var/www/lib/php.
Everything else still lives outside the chroot
Also tidy up the pkg/INSTALL message while I'm here
2003-05-02 19:49:00 +00:00
avsm
1c06d46b39
Update to php4-core-4.3.1
2003-04-03 10:26:25 +00:00
brad
1e3e008f8e
Fix a buffer overflow in PHP's built-in wordwrap() function.
...
If you use the wordwrap() function on user-supplied input, a
specially-crafted input can overflow the allocated buffer and
overwrite the heap. Exploit looks very difficult, but still
theoretically possible.
http://marc.theaimsgroup.com/?l=bugtraq&m=104102689503192
http://bugs.php.net/bug.php?id=20927
2003-02-06 05:28:49 +00:00
avsm
f3da1d65db
- update to php4-4.2.3
...
- include the domxml extension as a subpackage
- include some extra modules with PEAR which also disappeared
- only link against freetype1, not freetype2
2002-09-11 23:16:48 +00:00
avsm
72c41ca52b
- remove dependency on external libtool
...
- ltmain patch no longer needed
- move the php.ini extension lines to the end of the file
- introduce a new 'phpxs' command which enables/disables
modules from a shell without needing to manually edit php.ini
- libphp4.so now installs into the same module dir as the extensions
- php4-enable is now done by 'phpxs -s' so remove it
tested by wilfried@, feedback from naddy@
2002-08-12 04:27:41 +00:00
avsm
35a165e306
- move bundled extensions to core/ to save build time
...
- MACHINE_ARCH is predefined; jcs@
2002-07-12 10:13:56 +00:00
avsm
6dff052ddf
activate direct i/o functions by default
2002-07-09 19:47:43 +00:00
avsm
7c34a14d96
restrict building recode to i386 until someone figures out what
...
the problem is on other arches
2002-07-08 21:33:33 +00:00
avsm
15dc0f67ef
Import php4-core-4.2.1
...
Installs the barebones php4 with only the gettext, iconv and recode
modules compiled in.
All of the other modules have to be installed as shared modules on
top of this.
In addition to the Apache module, this package also includes a php
command-line binary which can be used in shell scripts. The binary
uses the same /var/www/conf/php.ini file as the Apache module.
There is some non-i386 breakage at the moment (notably macppc).
Work by wilfried@ and me. espie@ ok
2002-06-24 19:23:41 +00:00