summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagphp-4.3.0dev_zend2_alpha3SVN Migration2002-09-0868-10971/+822
| | | | 'php_4_3_0_dev_zend2_alpha3'.
* Fix for bug #18792 submitted by t.bubeck@reinform.deDan Kalowsky2002-08-161-1/+6
| | | | | | # talked this over with sterling and he believes it shouldn't break anything # although there might be a need/desire to check for both ',' and ';'
* 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
| | | | | | | - Fix all sorts of ugly whitespace things. - People, please write code according to our standards even if you don't - like them.
* Fixed a compile failure in Win32 caused by previous patch.Ilia Alshanetsky2002-08-161-2/+14
| | | | | Changed else statement to comply with PHP coding standards.
* 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
| | | | | if a filename is a URL and thus if safe-mode checks should be skipped.
* 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
| | | | | | | | @- Changed DomNode->next_sibling and DomNode->previous_sibling to return NULL @ instead of false (W3C specs). (chregu) @- Changed DomNode->insert_before() and DomNode->append_child() to conform to @ W3C specs (moving not copying nodes, accepting NULL as 2nd param). (chregu)
* - 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
| | | | | that specify file system paths. Fixes bug #17168.
* @- Added set_exception_handler() function for registering a global,Stig Bakken2002-08-165-8/+152
| | | | | | | @ catch-all exception handling function (Stig) - Added set_exception_handler() function for registering a global, catch-all exception handling function (Stig)
* * 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
| | | | | if register_globals is off.
* 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
| | | | | Patch provided by Adam Trachtenberg <adam@trachtenberg.com>
* include libxml/xinclude.h to make some compilers happyChristian Stocker2002-08-151-0/+1
|
* * Fix bug #18918.Martin Jansen2002-08-151-2/+42
| | | | | * Add some PHPdoc comments.
* A fix suggested by chregu (who doesn't have karma) to re-enable older javaDan Kalowsky2002-08-152-2/+2
| | | | | JDKs to work.
* proto fixesChristian Stocker2002-08-151-2/+2
|
* @ - Added DomNode->set_namespace(uri[,prefix]) (chregu)Christian Stocker2002-08-152-8/+70
| | | | | | - Added third optional parameter (prefix) to DomDocument->create_element_ns() - generate prefix from random number, if not provided.
* 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
| | | | | | but no entry for depreciation of --enable-trans-sid :( (from 4.2.0)
* 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
| | | | | # NOTE this is NOT the supplied patch in said bug for fixing imap_utf7_decode
* 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
| | | | | include. Also restoring old for search to keep BC on configure
* - let DomNode->replace_child always behave correctly (acc. to W3C specs)Christian Stocker2002-08-141-13/+1
| | | | | | if the newchild had the same parent as the old child, nothing happened, which seemed strange behaviout to me...