Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tagphp-4.3.0dev-ZendEngine2 | SVN Migration | 2002-05-19 | 1357 | -422951/+0 |
| | | | | 'php_4_3_0_dev_ZendEngine2'. | ||||
* | DO NOT use C++ comments! | foobar | 2002-05-19 | 2 | -3/+7 |
| | |||||
* | - delete attributes as well in php_free_xml_node | Christian Stocker | 2002-05-18 | 1 | -2/+4 |
| | | | | | - more consistent naming in phpinfo() | ||||
* | added "domxml API version" in phpinfo() output. | Christian Stocker | 2002-05-18 | 1 | -1/+9 |
| | |||||
* | mem leak fix for domxml_dump_node | Christian Stocker | 2002-05-18 | 1 | -2/+2 |
| | |||||
* | fixes memleak in html_dump_mem | Christian Stocker | 2002-05-18 | 1 | -1/+1 |
| | |||||
* | rename the object name for comment nodes to domcoment | Christian Stocker | 2002-05-18 | 1 | -1/+1 |
| | |||||
* | - Fix portability issues with empty results on Linux and FreeBSD, add safe_mode | Markus Fischer | 2002-05-18 | 1 | -14/+22 |
| | | | | | | check and simplify code. # Hartmut, what was the VCWD check for ?! | ||||
* | WS fixes | Christian Stocker | 2002-05-18 | 1 | -3/+3 |
| | |||||
* | This should fix a big bad memory leak in freeing the nodes at script end. | Christian Stocker | 2002-05-18 | 1 | -9/+19 |
| | |||||
* | proto tweak | Wez Furlong | 2002-05-17 | 1 | -1/+1 |
| | |||||
* | Add an optional flag to sem_get that specifies if the semaphore should be | Wez Furlong | 2002-05-17 | 2 | -60/+37 |
| | | | | | | automatically released on request shutdown. (#16986) Fix a segfault in sem_remove (#17274) | ||||
* | Only the last cookie was getting set. (You can have | Cliff Woolley | 2002-05-17 | 1 | -1/+1 |
| | | | | | | | | | more than one Set-Cookie: header, as indicated by http://wp.netscape.com/newsref/std/cookie_spec.html.) PR: 16626 Submitted by: regina@hitel.net | ||||
* | - replaced domxml_doc_document_element implementation do use libxml2 method | Christian Stocker | 2002-05-16 | 2 | -34/+47 |
| | | | | | | | - renamed domxml_add_root to domxml_doc_add_root (and added alias for BC) - aliased $doc->get_root to domxml_document_element @ - added domxml_doc_set_root to change the root node (Lukas Schroeder) | ||||
* | Restrict ctype tests to POSIX portable characters (0..127) and add numeric ↵ | Preston L. Bannister | 2002-05-16 | 1 | -21/+28 |
| | | | | character tests. | ||||
* | Remove leading "./" from include filenames as in PHP this defeats include_path. | Preston L. Bannister | 2002-05-16 | 9 | -11/+10 |
| | |||||
* | Adjust dirname() on Win32 to match CWD per drive semantics. | Preston L. Bannister | 2002-05-16 | 1 | -4/+18 |
| | |||||
* | Grr.. I keep leaving my debug in... | Rasmus Lerdorf | 2002-05-16 | 1 | -1/+0 |
| | |||||
* | Fix for #17271 | Rasmus Lerdorf | 2002-05-16 | 1 | -1/+3 |
| | | | | | @ Fix crash bug in stripslashes() when working in sybase mode (Rasmus) | ||||
* | Range check arguments to mb_strcut(). | Preston L. Bannister | 2002-05-16 | 1 | -0/+8 |
| | | | | | Test ext/mbstring/013.phpt causes a hard failure w/o this. | ||||
* | Proper declaration to suppress compiler warning. | Preston L. Bannister | 2002-05-16 | 1 | -1/+1 |
| | |||||
* | - Made all is_*() functions to return only boolean values. | foobar | 2002-05-16 | 3 | -31/+47 |
| | | | | | - Killed the "file not found" error for is_link(). (finally..) | ||||
* | Fixing the mssql_query to handle multiple results correct if the first ↵ | Frank M. Kromann | 2002-05-15 | 1 | -3/+5 |
| | | | | result does not return any data. | ||||
* | this should finally fix bug #14353 | Harald Radi | 2002-05-15 | 2 | -4/+4 |
| | |||||
* | libxml2 >= 2.4.14 is needed (since quite some time ...) | Christian Stocker | 2002-05-15 | 1 | -5/+5 |
| | |||||
* | added ISO-2022-KR support in mbstring. | Rui Hirokawa | 2002-05-15 | 5 | -2/+324 |
| | |||||
* | - It's bundled, thus not experimental anymore | Derick Rethans | 2002-05-15 | 1 | -1/+1 |
| | |||||
* | Fixing hanfling of data type REAL. | Frank M. Kromann | 2002-05-14 | 2 | -16/+23 |
| | | | | | Remove extra bytes allocated by emalloc calls | ||||
* | fixed a initialization bug in euc-tw. | Rui Hirokawa | 2002-05-14 | 1 | -0/+1 |
| | |||||
* | - Adjust for improved error messages from win32/sendmail.c | Markus Fischer | 2002-05-14 | 1 | -2/+8 |
| | |||||
* | fix copyresampled bug in bundled gd lib | Rasmus Lerdorf | 2002-05-13 | 1 | -2/+2 |
| | |||||
* | Make sure newtime is never NULL | Rasmus Lerdorf | 2002-05-13 | 1 | -2/+2 |
| | |||||
* | - Fix a buglet in printing of GPCSE arrays | Zeev Suraski | 2002-05-13 | 1 | -5/+5 |
| | | | | | - Remove indirect access | ||||
* | Changing email address. | Andrei Zmievski | 2002-05-13 | 7 | -7/+7 |
| | |||||
* | - Centralize html_puts() again | Zeev Suraski | 2002-05-13 | 1 | -0/+3 |
| | | | | | - Revolutionize phpinfo()'s speed | ||||
* | Instead of calling mail_fetchheader_full() to retrieve the complete header | Jon Parise | 2002-05-13 | 1 | -10/+3 |
| | | | | | | | | | | information just to extract the message envelope, call mail_fetchenvelope(), which returns just what we need. This is simpler, faster, and saves the IMAP server some work. Submitted by: Adam Kauffman <adam.kauffman@mindspring.com> | ||||
* | @Improve IMAP performance when dealing with large mailboxes. | Jon Parise | 2002-05-12 | 2 | -33/+53 |
| | | | | | Submitted by: Rob Siemborski <rjs3@andrew.cmu.edu> | ||||
* | As far as I can tell, the AC_CHECK_MEMBER could not succeed, | Sascha Schumann | 2002-05-12 | 1 | -5/+10 |
| | | | | | | | | | | because it does not include <sys/socket.h> which is necessary for the definition of struct msghdr. This include file is not part of ac_includes_default. Regardless, AC_CHECK_MEMBER is a autoconf-2.5x macro and thus we expand it here for 2.13 compatibility. | ||||
* | Change safe-mode rule for rmdir() to match unlink() - allow is target | Rasmus Lerdorf | 2002-05-12 | 1 | -1/+1 |
| | | | | | | is opened by caller or in a directory owned by caller @ Minor fix to rmdir() under safe-mode (Rasmus) | ||||
* | Nuke unused local variables. | Sebastian Bergmann | 2002-05-12 | 1 | -2/+1 |
| | |||||
* | Add an option to calculate easter dates based on the Gregorian calendar | Marko Karppinen | 2002-05-12 | 3 | -19/+29 |
| | | | | | | | | during the years 1582-1752. Earlier this was only possible from 1753 onwards. Use the optional parameter CAL_EASTER_ROMAN with easter_days() to enable this. This is a fix for bug #12766. # As you can see, my Sundays are *so* busy... | ||||
* | Fix this again. | Sascha Schumann | 2002-05-12 | 1 | -1/+1 |
| | | | | | | | | | | | | If you are unsure whether enable or with shall be used, please inquire on the mailing list. WITH is solely for the purpose of pointing to paths and other external entities. Note that the comment has always mentioned "--disable-mbstring" which clearly refers to enable and not with. | ||||
* | Use string_len information | Sascha Schumann | 2002-05-12 | 1 | -1/+1 |
| | |||||
* | reenable php_html_puts | Sascha Schumann | 2002-05-12 | 1 | -6/+7 |
| | |||||
* | added chinese HZ encoding support. fixed ascii area character conversion ↵ | Rui Hirokawa | 2002-05-12 | 5 | -11/+272 |
| | | | | was not work in euc-cn and euc-kr. | ||||
* | - Fix the way code was outcommented | Sascha Schumann | 2002-05-12 | 1 | -43/+36 |
| | | | | | | | - Remove unused STR_CAT macro - Remove limits/tests based on unused macro - Implement cache_limiter(private) using private_no_expire | ||||
* | fix bug #17040 ibase_close again..... | Daniela Mariaschi | 2002-05-12 | 1 | -2/+2 |
| | | | | | | User can't close a connection if there are blobs opened. He must close them before to not loose data.... | ||||
* | Fix build on IRIX for both mips and gcc | Jason Greene | 2002-05-12 | 2 | -6/+17 |
| | |||||
* | fixed to support --with-mbsting=LANG. | Rui Hirokawa | 2002-05-12 | 1 | -1/+1 |
| | |||||
* | Another safe-mode fix. parse_ini_file() did not check | Rasmus Lerdorf | 2002-05-11 | 1 | -0/+9 |
| | | | | | @ safe-mode fix for parse_ini_file() (Rasmus) |