summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagphp-4.3.0dev-ZendEngine2SVN Migration2002-05-191357-422951/+0
| | | | 'php_4_3_0_dev_ZendEngine2'.
* DO NOT use C++ comments!foobar2002-05-192-3/+7
|
* - delete attributes as well in php_free_xml_nodeChristian Stocker2002-05-181-2/+4
| | | | | - more consistent naming in phpinfo()
* added "domxml API version" in phpinfo() output.Christian Stocker2002-05-181-1/+9
|
* mem leak fix for domxml_dump_nodeChristian Stocker2002-05-181-2/+2
|
* fixes memleak in html_dump_memChristian Stocker2002-05-181-1/+1
|
* rename the object name for comment nodes to domcomentChristian Stocker2002-05-181-1/+1
|
* - Fix portability issues with empty results on Linux and FreeBSD, add safe_modeMarkus Fischer2002-05-181-14/+22
| | | | | | check and simplify code. # Hartmut, what was the VCWD check for ?!
* WS fixesChristian Stocker2002-05-181-3/+3
|
* This should fix a big bad memory leak in freeing the nodes at script end.Christian Stocker2002-05-181-9/+19
|
* proto tweakWez Furlong2002-05-171-1/+1
|
* Add an optional flag to sem_get that specifies if the semaphore should beWez Furlong2002-05-172-60/+37
| | | | | | automatically released on request shutdown. (#16986) Fix a segfault in sem_remove (#17274)
* Only the last cookie was getting set. (You can haveCliff Woolley2002-05-171-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 methodChristian Stocker2002-05-162-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. Bannister2002-05-161-21/+28
| | | | character tests.
* Remove leading "./" from include filenames as in PHP this defeats include_path.Preston L. Bannister2002-05-169-11/+10
|
* Adjust dirname() on Win32 to match CWD per drive semantics.Preston L. Bannister2002-05-161-4/+18
|
* Grr.. I keep leaving my debug in...Rasmus Lerdorf2002-05-161-1/+0
|
* Fix for #17271Rasmus Lerdorf2002-05-161-1/+3
| | | | | @ Fix crash bug in stripslashes() when working in sybase mode (Rasmus)
* Range check arguments to mb_strcut().Preston L. Bannister2002-05-161-0/+8
| | | | | Test ext/mbstring/013.phpt causes a hard failure w/o this.
* Proper declaration to suppress compiler warning.Preston L. Bannister2002-05-161-1/+1
|
* - Made all is_*() functions to return only boolean values.foobar2002-05-163-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. Kromann2002-05-151-3/+5
| | | | result does not return any data.
* this should finally fix bug #14353Harald Radi2002-05-152-4/+4
|
* libxml2 >= 2.4.14 is needed (since quite some time ...)Christian Stocker2002-05-151-5/+5
|
* added ISO-2022-KR support in mbstring.Rui Hirokawa2002-05-155-2/+324
|
* - It's bundled, thus not experimental anymoreDerick Rethans2002-05-151-1/+1
|
* Fixing hanfling of data type REAL.Frank M. Kromann2002-05-142-16/+23
| | | | | Remove extra bytes allocated by emalloc calls
* fixed a initialization bug in euc-tw.Rui Hirokawa2002-05-141-0/+1
|
* - Adjust for improved error messages from win32/sendmail.cMarkus Fischer2002-05-141-2/+8
|
* fix copyresampled bug in bundled gd libRasmus Lerdorf2002-05-131-2/+2
|
* Make sure newtime is never NULLRasmus Lerdorf2002-05-131-2/+2
|
* - Fix a buglet in printing of GPCSE arraysZeev Suraski2002-05-131-5/+5
| | | | | - Remove indirect access
* Changing email address.Andrei Zmievski2002-05-137-7/+7
|
* - Centralize html_puts() againZeev Suraski2002-05-131-0/+3
| | | | | - Revolutionize phpinfo()'s speed
* Instead of calling mail_fetchheader_full() to retrieve the complete headerJon Parise2002-05-131-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 Parise2002-05-122-33/+53
| | | | | Submitted by: Rob Siemborski <rjs3@andrew.cmu.edu>
* As far as I can tell, the AC_CHECK_MEMBER could not succeed,Sascha Schumann2002-05-121-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 targetRasmus Lerdorf2002-05-121-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 Bergmann2002-05-121-2/+1
|
* Add an option to calculate easter dates based on the Gregorian calendarMarko Karppinen2002-05-123-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 Schumann2002-05-121-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 informationSascha Schumann2002-05-121-1/+1
|
* reenable php_html_putsSascha Schumann2002-05-121-6/+7
|
* added chinese HZ encoding support. fixed ascii area character conversion ↵Rui Hirokawa2002-05-125-11/+272
| | | | was not work in euc-cn and euc-kr.
* - Fix the way code was outcommentedSascha Schumann2002-05-121-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 Mariaschi2002-05-121-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 gccJason Greene2002-05-122-6/+17
|
* fixed to support --with-mbsting=LANG.Rui Hirokawa2002-05-121-1/+1
|
* Another safe-mode fix. parse_ini_file() did not checkRasmus Lerdorf2002-05-111-0/+9
| | | | | @ safe-mode fix for parse_ini_file() (Rasmus)