summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php4'.php4SVN Migration2001-10-03105-31283/+0
|
* Fix typo - comment is ; not 'Stanislav Malyshev2001-10-032-2/+2
|
* Add cleanup on an exec failureJason Greene2001-10-031-4/+8
| | | | | Remove debug comments
* ChangeLog update2001-10-031-0/+8
|
* typo fix by zoot@zotikos.comSascha Schumann2001-10-021-1/+1
|
* Fix.Andrei Zmievski2001-10-021-1/+0
|
* ChangeLog update2001-10-021-0/+23
|
* NEWS update2001-10-021-0/+1
|
* @$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)Sascha Schumann2001-10-011-1/+1
| | | | | may fail.
* Removed PHOENIX_INCLUDE, I don't need it to compile and it seems likeMark L. Woodward2001-10-011-1/+0
| | | | | | it causes a conflict with ext/mhash. (Phoenix has a file called mhash.h and that is being found when mhash is being built.)
* ChangeLog update2001-10-011-0/+35
|
* NEWS update2001-10-011-0/+1
|
* Add QUERY_STRING, HTTP_HOST, HTTP_ACCEPT_LANGUAGE to the scriptSascha Schumann2001-09-301-0/+12
| | | | | | | environment. Also support setting the INI path from the outside.
* - Merge the NAMESPACES_BRANCH. It wasn't a good idea to have a branch whenAndi Gutmans2001-09-309-416/+527
| | | | | - the whole CVS tree is work in progress
* Ignore generated files.Jon Parise2001-09-300-0/+0
|
* Allow the location of the Phoenix library to be specified on the configureJon Parise2001-09-301-6/+23
| | | | | commandline.
* Didn't compile, replaced some TSRMLS_C with TSRMLS_CCStig Venaas2001-09-301-7/+7
|
* @Added new function pcntl_exec, which behaves similar to execve.Jason Greene2001-09-302-0/+88
|
* I could have sworn I test compiled this when I committed it a couple ofRasmus Lerdorf2001-09-301-1/+1
| | | | | days ago. Must have been hallucinating.
* ChangeLog update2001-09-301-0/+32
|
* NEWS update2001-09-301-0/+2
|
* Search frontend example has been updated.Sergey Kartashoff2001-09-291-0/+11
|
* @- initial support of mnogosearch-3.2.x has been added. Not all featuresSergey Kartashoff2001-09-291-12/+104
| | | | | | | @ are implemented currently. - initial support of mnogosearch-3.2.x has been added. Not all features are implemented currently.
* # fixed typoSergey Kartashoff2001-09-291-1/+1
|
* ming-0.2a needs rint() in libm.Rui Hirokawa2001-09-291-0/+3
|
* Doh! Return nothing when there is nothing back from a pluginMark L. Woodward2001-09-291-2/+8
|
* extract only the package.xml file instead of all filesTomas V.V.Cox2001-09-291-14/+4
|
* ChangeLog update2001-09-291-0/+10
|
* Added msession_set_array and msession_pluginMark L. Woodward2001-09-283-15/+136
|
* implemented infoFromTgzFile()Tomas V.V.Cox2001-09-281-4/+27
|
* ChangeLog update2001-09-281-0/+62
|
* NEWS update2001-09-281-0/+1
|
* tab vs wsTomas V.V.Cox2001-09-271-111/+111
|
* don't want "-" in package namesTomas V.V.Cox2001-09-271-1/+1
|
* TypoJeroen van Wolffelaar2001-09-271-1/+1
|
* Undo Z_ subst for sapi and ext/yazJeroen van Wolffelaar2001-09-2716-99/+99
|
* Undo Z_ substJeroen van Wolffelaar2001-09-271-7/+7
|
* Patch from Sander Steffann <sander@steffann.nl> to prevent crash.David Eriksson2001-09-271-0/+2
|
* - Bump it up in the right placeAndi Gutmans2001-09-271-1/+1
|
* Fix segfault and check for truecolor image in ImageColorAtRasmus Lerdorf2001-09-271-1/+8
| | | | | @- Fix segfault and check for truecolor image in ImageColorAt (Rasmus)
* - Fix crashbug in php_chunk_split()Derick Rethans2001-09-271-1/+1
|
* include php_compat.h, so that we use php_XML_* if necessary. Better to do it ↵Dan Libby2001-09-271-0/+1
| | | | in expat.h, so that other libs, eg xmlrpc, inherit this behavior and we can link
* Another leak bites the dust?Zeev Suraski2001-09-271-2/+2
|
* ChangeLog update2001-09-271-0/+213
|
* NEWS update2001-09-271-0/+2
|
* fixed Z_* conversion errorsHarald Radi2001-09-262-4/+4
|
* Revert macro-subst, because wasn't necessary here, and those who wereJeroen van Wolffelaar2001-09-262-9/+9
| | | | | substitued weren't zvals
* More accurate NEWS entryZeev Suraski2001-09-261-1/+2
|
* Fix pg_last_notice()Zeev Suraski2001-09-263-11/+13
|
* - nl2br now handles different styles of line endings in one string. (PatchDerick Rethans2001-09-261-21/+93
| | | | | | | by Boian Bonev <boian@bonev.com>) @- nl2br now handles all styles of line-endings in one string. (Boian, @ Derick)