Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Tag: |
fix proxy bug, see #14365 (jwerner)
pear coding standards compatible solution
PEAR servers switched from viewcvs to viewvc
trying to fix the temp_dir for bug #13167
using PEAR-stable again improved intro and installation instructions
link to very old doc file removed, final test for 1.1.0
using pear-beta as suggested by cweiske
Hide pear installer's super verbosity when install is ok Don't download double for bootstrap packages
Robustness patch: makes go-pear a lot more robust against errors and user-input
Usability patch, makes go-pear a lot more friendly to use.
Use pear_frontend_web beta now, + patch that makes patch resolution better
* Request #11448 Update to match PEARs required PHP version + clean up installation instructions a bit
Use package.xml task for package version now
fix Bug #10660 go-pear won't install with PHP 4.4.4 [cellog/tias]
fix Bug #10376 [go-pear] webfrontend filename is ignored [tias]
fix Bug #10280 go-pear tries to install Console_Getopt twice [rosier]
fix go-pear to work with PEAR 1.5.0
prepare go-pear and web for PEAR 1.5.0 release
- #8507, typo in JS declaration
- force the download from the 1.4 branche - drop pacakges that are not part of pear, not used or maintained
- improve detection of local files
- #8163, restore support for museum software
- fix temp_dir detection (it was left empty)
- fix go-pear-bundle local packages support - fix cvs checkout urls
- that should have been commited as well, thanks Gabor for the head up (new checkout url in cvs.php.net)
- remove debug code - use set_include_path (safe_mode compliant)
- use the new temp_dir option - bump to MDB2 for PFC
- holly crap...
- raise a fatal error when no valid temp dir has given or found
- remove notices messages
- improve tempdir detection - display error and stops when no working tempdir are found or given
- this one should have been removed before commit
- force the revision to PEAR_1_4 if we got a state instead of a version number
- silent notice
- initiliaze tmp_dir
- allows the user to specify a custom temp directory (openbasedir victims should be happier now) - silent notices - tmp_dir accepts now an optionnal default location
- silent warning when safe_mode is on
- remove debug code
- fails when only some pkgs exist in go-pear-bundle - remove the notice about web-0.4.0
fix Bug #6203: PEAR can't install on PHP 4.2 via go-pear
make go-pear work with new viewcvs
remove safety version - PEAR_Frontend_Web 0.5.0 will be released just before/after PEAR 1.4.0 stable, so no worries
no such thing as $phpsapiname, use $php_sapi_name
revert clearly terrible portions of previous commit
use explicit version for PEAR_Frontend_Web - 0.5.0 will only work with PEAR 1.4.0
- jump to 2005
fix problems if tmpdir is not accessible add global $prefix make sure $ptmp is set to the new temp dir before we try to chdir() to it
update OOOOOOOLD header, add me as author
fix #2396 (pear.bat renamed to pear.bat_old) a related fix: fix which() on windows (2nd parameter could fail to match) add the ability to install a local PEAR copy through the cli installer (web installer does this by default). This will allow geeks like me to install a php4 PEAR and a php5 PEAR using go-pear.
fix #2070 leading slash kills windows install
fix bug 2156: go-pear fails Archive_Tar was expecting null, not false, if compression was not explicit.
update version number
Always make go-pear download stable core packages Change to pear-core so that when the next stable version is released, it comes from the right place
* Modify Stig's author line to be like those in PEAR.php, avoiding character oddities with his middle name and using ssb address.
* Tabs to spaces. Maybe fixes bug 2020 and 2115.
- Some fixes in tmp folder detections - Consistent usage of tmp_dir - CS - Fix #1494 (go-pear.bat can't handle TEMP dir set as drive root) - Fix 1156 (wrond detection of old pear cmd on win32) (danielc) - Fix some path issues on both windows and linux - Safe path solving using realpath - Cleanup the evil path separator things - Silent warnings in rm_rf - remove the check for spaces in install path. Spaces are supported now
- typos (greg :) )
- go-pear_version++
- consistent usage of php_sapi_name - Fixed local file detection - Fix some issue when it is used for a web install (ie no cli required) - Should work well on non apache host now (works on IIS shared hosting now) - Restore the optional packages list (phpUnit2 is out)
re-organize as per PEAR-Core discussion
fix minor typo
- 4.1 > 4.2
- Fix #559
- ob_end_flush seems to send the headers in the latest php releases (what 's changed???), replace with ob_end_clean();
- remove debug echo :)
- Quick fix to get PHP4 version only of php4 if php4 ZE is used that requires more changes on pearweb, but that works for now.
- Use double quotes in the php -r usage example (Frank M. Kromann)
typo (bug 25299)
- Fix HTTP_PROXY detection (GLOBALS) (davey)
- Fix old pear.bat check (thanks to davey)
- Get stable releases (cox) - Allow spaces in path
* Fixing go-pear (It broke because stuff on the CVS server has been re-arranged.)
- fix bug #24241
* Correcting and improving the instructions. # Patch by: Philip Olson
remove tests code
fix bugs #23968 and #23916
- install&setup nicely both cli&web frontends using the web installer (fix php_bin detection in most cases, a manual edition of pear.bat shoud still be required sometimes) - clean up the source - fix some warning notices and sapi detection
Remove debug echo
fixes only for win32 - fix php.exe detection, fullpath are not returned - hack to remove .tmppear - show only Drives in browseforfolder - code cleanup - fix SAPI detection
- Typos - Fix WebInstaller sapi detection (w32detectsapi)
Fix bug in pear.sh on unices (we do not need this workaround anymore)
- Additionnal cleanup - Fix little issue with php.ini
- Add check to abort www setup if win32 cgi/apache is used (see #23069) - Add errors messages and check to the www config page - Active optional php.ini modifications (console, www will follow later) - cleanup
Major release (most of win32 problems solved) - Add go-pear launch from a web browser (christian dickmann) - Add GUI to select folder under win32 (if cscript is avaible, wsh) (paj) - Fix the installation on many drives (paj) - Spaces are currently not allowed in pear installation pathes - Fixes php.exe detection or force the user to enter the path (paj, urs) - enhance the temp folder detection (urs, christian, paj) - Add a REG file genetor for win32, it creates a registry file with the current settings (makes possible to the user to install as many installation as he wants, pear.bat uses ENV vars now) (paj) - Additionnals warning/notice to give info about what he uses - SAPI detection (paj) - Experimental functions to detect php.ini and alter the include_path Not yet used, but please, add a call to them and test them! :) - and some others minors fixes - It will now be bundled in php STABLE win32 snapshots as well as in 4.3.2 Thank's to Christian Dickmann and Urs Gehrig
* Look for c:\php first. # This should give is a minimum of better performance.
* made "Fixing installer include_path..." work again
* yet another Windows example fix :)
* fix Windows usage example
* Darwin fix
* PEAR 1.0 fix
* use "wb" instead of just "w" when saving package files
* silence ob_end_flush()
* ini_set on output_compression is pointless, use ob_end_flush() instead
* disable output buffering
have piping back under Windows # I've remembered an old IE vulnerability using the meta # redirection tag pointing to c:\con, making the system crash :-)
Install the packages to satisfy dependencies of the Mail package
"Under Windows one can not delete a directory opened with opendir() and not properly closed then with closedir()"
* bending over backwards to find sensible defaults
* yikes, bad bug!
Moved the ini settings to top, removed the while(ob_get_level() ...
- Adapted the code to the upcomming new PEAR release, which will make the relocation of the pear cmd possible - Added checks/alerts if previous versions of the pear cmd are found. (patch by Jesus Castagnetto, modified by me) - Added new param $dont_search_in to which (do not search for the programm is that dir) - fix small bug in the Windows part of which() with the dir sep
There is still a php only solution for Windows (and all of course)
* comment fixes
* flush and terminate output buffers before starting up
* better default Windows settings
* some more Windows fixes (PATH is sometimes called Path) * use released versions of bootstrap files instead of getting them from HEAD * add a warning if the installed 'pear' is not in your PATH
- List the bundled packages in the cmd messages - Added function my_env() which uses $_ENV or getenv() (in my system PHP 4.2.1 both cgi/cli $_ENV is empty) - Make the tmpdir creation OS independant - Clean up tmpdir on successful end
* PHP rewrite
Added CVS autologin capabilities (thanks Alan K. for the tip)
* add -q option to "cvs export"
* upgrade XML_RPC to 1.0.3
sync with the new XML_RPC release
Change the args for the pear cmd according to Getopt last change
Adapt go-pear to the new php4/pear/ structure
Set the default system conf where the user placed PEAR files
Changed back @bindir@ to @prefix@ # Please remember go-pear when change that in the future
* Some typos.
go-pear a script for downloading and installing the PEAR Installer # Moved from pear.php.net/~cox/go-pear
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.