summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagphp-4.3.0dev_zend2_alpha3SVN Migration2002-09-0868-10971/+822
* Fix for bug #18792 submitted by t.bubeck@reinform.deDan Kalowsky2002-08-161-1/+6
* Silence a compiler warning, and returns the SUCCESS value on PHP_MINITDan Kalowsky2002-08-161-0/+1
* - Use tabs instead of spaces for indentation!Andi Gutmans2002-08-161-158/+143
* Fixed a compile failure in Win32 caused by previous patch.Ilia Alshanetsky2002-08-161-2/+14
* Nuke warnings on strict compilersJason Greene2002-08-161-6/+8
* Added a handler for php -r '' for SAFE_MODEIlia Alshanetsky2002-08-161-0/+5
* Fix a little leak.Wez Furlong2002-08-161-0/+4
* * append emacs footerStig Bakken2002-08-161-0/+8
* * remove builtin exception classStig Bakken2002-08-161-29/+0
* clean this up a bitSterling Hughes2002-08-161-18/+17
* Enhance Ilia's recent patch to query the wrapper subsystem to determineWez Furlong2002-08-163-13/+22
* Fix: remove CVS output from Changelog.Wez Furlong2002-08-161-1022/+1
* More on the way to W3C coformance:Christian Stocker2002-08-161-34/+28
* - Fix whitespaceAndi Gutmans2002-08-161-5/+5
* Make https:// be exempt from safe_mode checks, just like http:// & ftp:// are.Ilia Alshanetsky2002-08-161-1/+1
* Added safe_mode & open_basedir check when a user is chaning ini optionsIlia Alshanetsky2002-08-161-0/+32
* @- Added set_exception_handler() function for registering a global,Stig Bakken2002-08-165-8/+152
* * allow using the TESTS make variable again to determine which tests are runStig Bakken2002-08-161-1/+1
* NEWS update2002-08-161-0/+1
* ChangeLog update2002-08-162-0/+101
* Fix a NASTY multithreading bug with in the Apache moduleZeev Suraski2002-08-151-1/+1
* Make unset($_SESSION['foo']) actually remove the variable from the session,Zeev Suraski2002-08-151-9/+19
* Update email addressZeev Suraski2002-08-152-2/+2
* Correcting some english in the comment...Dan Kalowsky2002-08-151-1/+1
* marking the fix for Bug #18401 in NEWSDan Kalowsky2002-08-151-0/+2
* Fix for bug #18401, makes shuffle() properly generate all possibilities.Dan Kalowsky2002-08-151-6/+5
* include libxml/xinclude.h to make some compilers happyChristian Stocker2002-08-151-0/+1
* * Fix bug #18918.Martin Jansen2002-08-151-2/+42
* A fix suggested by chregu (who doesn't have karma) to re-enable older javaDan Kalowsky2002-08-152-2/+2
* proto fixesChristian Stocker2002-08-151-2/+2
* @ - Added DomNode->set_namespace(uri[,prefix]) (chregu)Christian Stocker2002-08-152-8/+70
* be more verbosefoobar2002-08-151-1/+1
* changed default stop bits to a valid valueAlan Knowles2002-08-151-2/+2
* changed default stop bitsAlan Knowles2002-08-151-1/+1
* adding dio_tcsetattr and ASYNC supportAlan Knowles2002-08-152-0/+183
* news for disabling trans-sid by default.Yasuo Ohgaki2002-08-151-1/+1
* silencing some windows build warningsDan Kalowsky2002-08-151-1/+1
* coming to think of it, it shouldn't be necessary at all (thanks Jani :)Zeev Suraski2002-08-151-1/+0
* Fix buildZeev Suraski2002-08-151-1/+1
* hot, damn hot.foobar2002-08-151-19/+16
* MFZE1Zeev Suraski2002-08-154-3/+16
* NEWS update2002-08-151-0/+8
* ChangeLog update2002-08-152-0/+155
* do not include "php_have_iconv.h"Marcus Boerger2002-08-141-3/+0
* Forgot to update source default.Yasuo Ohgaki2002-08-141-1/+1
* Comming a fix for a compile error found in Bug #15630Dan Kalowsky2002-08-141-4/+10
* Silencing a compilier warning on windowsDan Kalowsky2002-08-141-1/+1
* Updating the error message to state a difference between libraries andDan Kalowsky2002-08-142-12/+12
* - let DomNode->replace_child always behave correctly (acc. to W3C specs)Christian Stocker2002-08-141-13/+1