Commit graph

9 commits

Author SHA1 Message Date
Josh Sherman
a3d9a0622e Updated against PHP 5.5.14
Bunch of new stuff in 5.5.14, I also had to disable the varnish extension as I
couldn't get it working locally. Starting to think that perhaps I should build
out a Linux VM to run the updates against as doing so on OS X has been a bit of
a pain with a handful of packages.
2014-06-30 18:44:50 -04:00
Joshua Sherman
faa13514fe PHP 5.5.11 and added tokyotyrant and varnish 2014-04-11 11:36:06 -04:00
Josh Sherman
cc2285a67e Updated against PHP 5.5.10
Added some logic to strip out the null character APC stuff, added some more extensions and added some logic to attempt to install via `brew` when the argument "brew" is passed to the update script
2014-03-11 18:18:00 -04:00
Joshua Sherman
f3748eb7ec Updated against 5.5.9 and added more extensions 2014-02-10 13:43:26 -05:00
Joshua Sherman
4d3a14f74b Enabling more modules
I don't see the need in selectively including syntax for modules when I can
just install the modules and include them all. Expanded to include all of the
modules I could that were in the list already and updated. Going to look into
getting a more up to date module list for PHP 5.5+ and expanding further.
2014-01-13 23:32:12 -05:00
Joshua Sherman
3369a28954 Added test_helpers functions
For all of my friends that are good about unit testing and use the test_helpers
2014-01-13 22:55:31 -05:00
Joshua Sherman
4477d204f1 Joshed it up, no joshin’
Updated to PHP 5.5.4 and added some modules I enjoy, specifically memcache, memcached, redis and xdebug.
2014-01-01 09:48:51 -05:00
Stan Angeloff
c74b98e131 Update template script to be smarter about missing extensions. 2012-04-16 16:52:50 +03:00
Stan Angeloff
14823f4b05 Get rid of some extensions and rebuild with latest PHP 5.3.x on Ubuntu.
This commit introduces a new template file which will be used when
re-generating the syntax from within PHP.

In addition, several less commonly used extensions are turned off to speed up
loading of the php.vim file on start up.
2012-04-16 16:43:38 +03:00