Jani Taskinen
c1f52e5868
MFH
2008-08-26 23:26:07 +00:00
David Soria Parra
9f68483734
MFH: Fixed bug #43782 (feof() does not detect timeout on socket)
2008-08-26 16:06:36 +00:00
Pierre Joye
2620304003
- MFH:
...
- drop bindlib usage on windows
- inet_pton, inet_ntop and inet_aton are always available (VC9 uses the CRT implementation, VC6 our own)
2008-08-23 19:22:10 +00:00
Pierre Joye
76c0f4288d
- MFH: expose MAXPATHLEN (PHP_MAXPATHLEN)
2008-08-23 17:55:50 +00:00
Marcus Boerger
9a2fc26e59
- MFH Cleanup exports and allow to overwrite ext registration
2008-08-22 12:59:46 +00:00
Antony Dovgal
c1e0866da3
reverted because of test failures
2008-08-18 07:46:31 +00:00
Arnaud Le Blanc
f59fbc3755
MFH: Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit).
2008-08-18 04:08:17 +00:00
Felipe Pena
85ab423565
- MFH: Removed some TSRMLS_FETCH()s
2008-08-15 19:47:33 +00:00
Kalle Sommer Nielsen
540326c31f
MFH:
...
* Remove NTDDI_VERSION declaring and use the one in config.w32.h
* Remove another _WIN32_WINNT macro redef in win32/time.c
2008-08-13 22:40:39 +00:00
Pierre Joye
1463a824e8
- move declaration on top and fix build error
2008-08-13 17:49:13 +00:00
Jani Taskinen
e5e6f553a2
MFH
2008-08-13 00:53:28 +00:00
Felipe Pena
cf7384aa40
- MFH: Constness (Added const qualifier to several function parameters)
2008-08-12 17:20:25 +00:00
Arnaud Le Blanc
c573dd6614
MFH: Missing files in previous commit (Check the relevant path for open_basedir
...
in symlink())
2008-08-11 15:33:02 +00:00
Marcus Boerger
3f7a4b7e90
- MFH error handling, now with save, replace, restore
2008-08-08 17:47:31 +00:00
Marcus Boerger
4c3563dea2
- MFH: Sorry for the compiler warning
2008-08-08 14:15:05 +00:00
Marcus Boerger
5a59d41305
- MFH store error handling mode on stack when executing internal
...
or overloaded functions and methods. [...]
2008-08-08 13:21:52 +00:00
Arnaud Le Blanc
c93fbf629b
MFH:
...
Added clear_realpath_cache and filename parameters to clearstatcache() (Jani,
Arnaud)
[DOC] clearstatcache() now defaults to not affect the realpath cache.
clearstatcache() now takes two optionnal parameters, clear_realpath_cache to
clear the realpath cache (defaults to false), and filename to clear only the
given filename from the cache.
2008-08-07 09:25:33 +00:00
Antony Dovgal
93908474ad
MFH: increase context refcount before open() to avoid crash when open() fails and destroys the context
2008-08-06 09:03:48 +00:00
Dmitry Stogov
7355c3c54c
Removed shebang line check from CGI sapi (it is checked by scanner)
2008-08-04 07:20:15 +00:00
Felipe Pena
e304515ddb
- MFH: Added parameter TSRMLS_DC in zend_is_callable()
2008-08-02 04:46:07 +00:00
Johannes Schlüter
fe0e4c2606
back to dev
2008-08-01 00:46:20 +00:00
Johannes Schlüter
346b97afb4
5.3.0alpha1
2008-08-01 00:09:24 +00:00
Felipe Pena
05834fc510
- MFB: Fixed the parameter type expected. set_time_limit() should accept only integer.
2008-07-25 13:46:56 +00:00
Dmitry Stogov
691d4a6999
Fixed uninitialised data
2008-07-25 08:23:07 +00:00
Felipe Pena
2c829e5053
- Removed unused variable.
2008-07-24 16:00:34 +00:00
Antony Dovgal
28a22396d4
MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE
2008-07-23 11:25:14 +00:00
Felipe Pena
fdfbfb96a1
- MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen())
2008-07-22 14:09:24 +00:00
Felipe Pena
dab8b811c2
- Fixed securities issue detailed in CVE-2008-2665 and CVE-2008-2666.
...
(patch by Christian Hoffmann)
2008-07-21 19:32:21 +00:00
Hannes Magnusson
d619b57efa
MFH: Add E_USER_DEPRECATED (patch by Lars Strojny)
2008-07-21 09:41:00 +00:00
Dmitry Stogov
baab204436
Fixed chdir() into requested file directory inconsistencies
2008-07-21 08:43:36 +00:00
Nuno Lopes
a00a69b3e5
update PCRE symbols
2008-07-17 14:34:51 +00:00
Dmitry Stogov
833a2295d1
Support for closures
2008-07-17 09:53:42 +00:00
Jani Taskinen
d91bc9eca2
MFH:- Fixed bug #44127 (UNIX abstract namespace socket connect does not work)
2008-07-16 14:08:38 +00:00
Lars Strojny
4cc5f49d97
Return null on when param parsing errors occur
2008-07-15 09:09:09 +00:00
Lars Strojny
9cd815a956
New parameter parsing API
2008-07-15 08:50:04 +00:00
Jani Taskinen
7cb641a66e
MFH: silence warning
2008-07-11 13:11:49 +00:00
Antony Dovgal
04c8373b6a
MFH
2008-07-11 12:44:02 +00:00
Antony Dovgal
cf7e15c3a0
MFH: manage references of stream context properly
2008-07-11 10:25:15 +00:00
Steph Fox
5e6595d35a
- This file is generated from win32/build/config.w32.h.in. It should never have been in CVS in the first place...
2008-07-07 01:16:44 +00:00
Pierre Joye
5627ff52f0
- MFH: don't redefine WINDOWS and pid_t
2008-07-05 18:51:17 +00:00
Pierre Joye
98ce717bf2
- MFH: _getpid is in process.h
2008-07-05 18:36:34 +00:00
Dmitry Stogov
531b31ca08
Fixed bug #45352 (Segmentation fault because of tick function on second request)
2008-06-25 12:18:36 +00:00
Frank M. Kromann
99a430074f
Not sure why this file was comitted?
...
I was running a CVS update and then I see commit messages with my user id!
Reverting the changes.
2008-06-24 06:01:53 +00:00
Kalle Sommer Nielsen
4398fbbbe4
MFH
2008-06-24 05:59:53 +00:00
Frank M. Kromann
7e5ee41aa9
no message
2008-06-24 04:31:05 +00:00
Felipe Pena
bee6c52437
- New parameter parsing API
2008-06-21 02:41:27 +00:00
Dmitry Stogov
99933df5e2
closeder/readdir/rewinddir must work only with directories
2008-06-11 09:01:56 +00:00
Pierre Joye
bbc34ba14a
- actually disable the ASSERT error dialog box (affects debug mode only), helps to run the tests and coverage analyze
2008-05-21 15:55:31 +00:00
Dmitry Stogov
2ecf4bb0a7
Lazy EG(active_symbol_table) initialization
2008-04-29 08:15:20 +00:00
Greg Beaver
cac1fd72ea
fix erroneous use of php_resolve_path in _php_stream_wrapper_open_ex - this breaks require/include for all extensions that intercept zend_resolve_path
2008-04-28 22:39:54 +00:00