summaryrefslogtreecommitdiff
path: root/lang/php5/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Add sysvmsg extension [1]Alex Dupre2004-05-071-4/+17
| | | | | | | | | | | | | - Add XML_RPC to PEAR bootstrap [2] - Use the official pcre fix [3] - Bump PORTREVISION Requested by: Andy Smith <andy@strugglers.net> [1] Submitted by: thierry [2] Obtained from: php CVS [3] Notes: svn path=/head/; revision=108652
* Forgot a patch in previous commit (support for DB 4.2).Alex Dupre2004-03-291-13/+17
| | | | | | | Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=105588
* Update to 5.0.0a6 snapshot:Alex Dupre2004-03-192-29/+18
| | | | | | | | - add mysqli extension - add support for db 4.2 Notes: svn path=/head/; revision=104609
* Fix build with new freetype2 library.Alex Dupre2004-03-181-0/+11
| | | | | | | | PR: ports/64417 Submitted by: Renato Botelho <renato@galle.com.br> Notes: svn path=/head/; revision=104484
* Update to the latest snapshot.Alex Dupre2004-02-131-12/+12
| | | | | | | | | | Add new SOAP and SPL extensions. (The distfile may be unreachable for a few hours) Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=100838
* - Add support for PTHREAD_{LIBS/CFLAGS} [1]Alex Dupre2004-01-261-2/+2
| | | | | | | | | | | | | | - Add support for FastCGI [2] - Fix PEAR installation in a particular scenario [3] PR: ports/61790 [2] Submitted by: clement [1], Xavier Beaudouin <kiwi@oav.net> [2], Balazs Nagy <js@iksz.hu> [3] Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=99178
* - Better handling of snmp dependency [1]Alex Dupre2004-01-241-11/+31
| | | | | | | | | | | | | | | - Add support for BDB 4.1 [2] - Better handling of postgresql dependency [3] - Add new direct I/O extension [4] PR: 58920 [1], 60541 [2], 61409 [3] Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> [1] [3], Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [2], Izzy Kindred <ikindred@cox.net> [4] Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=98955
* Add patch file which I forgot.Norikatsu Shigemura2003-12-221-0/+10
| | | | Notes: svn path=/head/; revision=96453
* o Update to 5.0.0a4 snapshot.Norikatsu Shigemura2003-12-222-72/+32
| | | | | | | | | | | | o Add TIDY extension. o Remove MCAL extension. o Remove patch-ext::standard::datetime.c file. PR: ports/60504 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=96451
* o Update to 5.0.0a3 snapshot.Norikatsu Shigemura2003-10-301-1/+1
| | | | | | | | | | | o Un-break port. o A lot of fixes, taken from recent commits to php4 port. PR: ports/58617 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=92608
* [Maintainer Update] Port: lang/php5Edwin Groothuis2003-09-242-1/+18
| | | | | | | | | | | | Update to 5.0.0a2-alexdupre snapshot (and fix 5.0.0a1 memory leak). Add DB4 extension. Correctly use USE_MYSQL/USE_OPENSSL/USE_OPENLDAP. PR: ports/56979 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=89154
* Add php5 5.0.0.a1, PHP5 Scripting Language.Norikatsu Shigemura2003-07-163-181/+130
| | | | | | | | | | PR: ports/54519 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Repo copied by: joe (cvs) Approved by: portmgr (no objections) Notes: svn path=/head/; revision=84981
* o Switch to libtool 1.4.Norikatsu Shigemura2003-07-039-508/+1623
| | | | | | | | | | | | | | | | o Add WITHOUT_IPV6 knob (Requested by Jens Rehsack <rehsack@liwing.de> in ports/53754, implemented in a slightly different way). o Add GIF and animated GIF write support by default in GD and add WITH_LZW knob to enable the LZW compression algorithm (patented in some countries). o Removed gd_gif_out.diff patch and added many new patches. PR: ports/53754, ports/53879 Requested by: Jens Rehsack <rehsack@liwing.de> Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=84110
* o Add FriBiDi extension [1]Norikatsu Shigemura2003-06-241-0/+139
| | | | | | | | | | | | | | | | | o New patch-main::main.c file [2]: - Fixed bug #24253 (missing variables when register_globals is on) - Fixed a memory leak when more then 1 E|S flag is passed to gpc_order. - Fixed a memory leak when variables_order is not set and gpc_order has S|s flag. - Optimized out duplicate parsing of the variables order string. PR: ports/53609 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Patched by: Thierry Thomas [1] Requested by: Ian Service [2] Notes: svn path=/head/; revision=83518
* Add gif and animated-gif write support to GD extension.Norikatsu Shigemura2003-06-231-0/+1418
| | | | | | | | | | | (enable with WITH_GD_GIF_OUT - not default due to LZW patent in many countries) PR: ports/53631 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=83483
* o Update to 4.3.3RC1.Norikatsu Shigemura2003-06-201-9/+9
| | | | | | | | | | | | | | | o Add inifile and cdb extensions. o Fix imap without ssl(inspired from ports/53141). o Rename some variable for future compatability (PHP => PHP4) (inspired from ports/53113, points 1 and 4 - point 2 is useless). PR: ports/53498 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Inspired by: ports/53141 (Torsten Schneider <fbsd-bugs@tschneider.org>) Inspired by: ports/53113 (Jens Rehsack <rehsack@liwing.de>) Notes: svn path=/head/; revision=83339
* Add Oracle7 support into PHP4.Norikatsu Shigemura2003-06-071-6/+120
| | | | | | | | | | PR: ports/53017 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Obtained from: ports/52615 Obtained by: Joe Kelsey <joek@zircon.staff.flyingcroc.net> Notes: svn path=/head/; revision=82471
* Add completely new port system for PHP4 (4.3.2RC4). Updated mod_php4Norikatsu Shigemura2003-05-223-0/+176
to 4.3.2RC4 release and added php4-cli and php4 ports, for apache module, command line interface, and both, respectively. Too many changes (improvements, bug fixes and new features) to be listed here, PR: ports/51945 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=81722